mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Fixed so Pack handling works recursively for deep compendium folders (#47)
This commit is contained in:
parent
ad1e968888
commit
6672fa467c
355 changed files with 16040 additions and 5064 deletions
|
|
@ -1,95 +1,98 @@
|
|||
{
|
||||
"name": "Warrior",
|
||||
"type": "class",
|
||||
"_id": "ishqAXCT8xLgEbBp",
|
||||
"img": "systems/daggerheart/assets/icons/classes/warrior.png",
|
||||
"system": {
|
||||
"domains": ["blade", "bone"],
|
||||
"classItems": [],
|
||||
"damageThresholds": {
|
||||
"minor": 0,
|
||||
"major": 0,
|
||||
"severe": 0
|
||||
},
|
||||
"evasion": 11,
|
||||
"features": [
|
||||
{
|
||||
"name": "No Mercy",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.t3tLoq4h9wgQD7E9"
|
||||
},
|
||||
{
|
||||
"name": "Attack of Opportunity",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.VfUbJwGU4Cka0xLP"
|
||||
},
|
||||
{
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"name": "Combat Training",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.elb6ZVertgu6OdKA"
|
||||
}
|
||||
],
|
||||
"subclasses": [],
|
||||
"inventory": {
|
||||
"take": [],
|
||||
"choiceA": [],
|
||||
"choiceB": [],
|
||||
"extra": {
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"characterGuide": {
|
||||
"suggestedTraits": {
|
||||
"agility": 2,
|
||||
"strength": 1,
|
||||
"finesse": 0,
|
||||
"instinct": 1,
|
||||
"presence": -1,
|
||||
"knowledge": 0
|
||||
},
|
||||
"suggestedPrimaryWeapon": null,
|
||||
"suggestedSecondaryWeapon": null,
|
||||
"suggestedArmor": null,
|
||||
"characterDescription": {
|
||||
"clothes": "",
|
||||
"eyes": "",
|
||||
"body": "",
|
||||
"color": "",
|
||||
"attitude": ""
|
||||
},
|
||||
"backgroundQuestions": [
|
||||
"Who taught you to fight, and why did they stay behind when you left home?",
|
||||
"Somebody defeated you in battle years ago and left you to die. Who was it, and how did they betray you?",
|
||||
"What legendary place have you always wanted to visit, and why is it so special?"
|
||||
],
|
||||
"connections": [
|
||||
"We knew each other long before this party came together. How?",
|
||||
"What mundane task do you usually help me with off the battlefield",
|
||||
"What fear am I helping you overcome?"
|
||||
]
|
||||
},
|
||||
"multiclass": null,
|
||||
"name": "Warrior",
|
||||
"type": "class",
|
||||
"_id": "ishqAXCT8xLgEbBp",
|
||||
"img": "systems/daggerheart/assets/icons/classes/warrior.png",
|
||||
"system": {
|
||||
"domains": [
|
||||
"blade",
|
||||
"bone"
|
||||
],
|
||||
"classItems": [],
|
||||
"damageThresholds": {
|
||||
"minor": 0,
|
||||
"major": 0,
|
||||
"severe": 0
|
||||
},
|
||||
"evasion": 11,
|
||||
"features": [
|
||||
{
|
||||
"name": "No Mercy",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.t3tLoq4h9wgQD7E9"
|
||||
},
|
||||
{
|
||||
"name": "Attack of Opportunity",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.VfUbJwGU4Cka0xLP"
|
||||
},
|
||||
{
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"name": "Combat Training",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.elb6ZVertgu6OdKA"
|
||||
}
|
||||
],
|
||||
"subclasses": [],
|
||||
"inventory": {
|
||||
"take": [],
|
||||
"choiceA": [],
|
||||
"choiceB": [],
|
||||
"extra": {
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"folder": null,
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"NqO2eQGMjrvUO6v9": 3
|
||||
"characterGuide": {
|
||||
"suggestedTraits": {
|
||||
"agility": 2,
|
||||
"strength": 1,
|
||||
"finesse": 0,
|
||||
"instinct": 1,
|
||||
"presence": -1,
|
||||
"knowledge": 0
|
||||
},
|
||||
"suggestedPrimaryWeapon": null,
|
||||
"suggestedSecondaryWeapon": null,
|
||||
"suggestedArmor": null,
|
||||
"characterDescription": {
|
||||
"clothes": "",
|
||||
"eyes": "",
|
||||
"body": "",
|
||||
"color": "",
|
||||
"attitude": ""
|
||||
},
|
||||
"backgroundQuestions": [
|
||||
"Who taught you to fight, and why did they stay behind when you left home?",
|
||||
"Somebody defeated you in battle years ago and left you to die. Who was it, and how did they betray you?",
|
||||
"What legendary place have you always wanted to visit, and why is it so special?"
|
||||
],
|
||||
"connections": [
|
||||
"We knew each other long before this party came together. How?",
|
||||
"What mundane task do you usually help me with off the battlefield",
|
||||
"What fear am I helping you overcome?"
|
||||
]
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1747946965065,
|
||||
"modifiedTime": 1748034254542,
|
||||
"lastModifiedBy": "ei8OkswTzyDp4IGC"
|
||||
},
|
||||
"_key": "!items!ishqAXCT8xLgEbBp"
|
||||
"multiclass": null,
|
||||
"description": ""
|
||||
},
|
||||
"effects": [],
|
||||
"folder": null,
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"NqO2eQGMjrvUO6v9": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1747946965065,
|
||||
"modifiedTime": 1748034254542,
|
||||
"lastModifiedBy": "ei8OkswTzyDp4IGC"
|
||||
},
|
||||
"_key": "!items!ishqAXCT8xLgEbBp"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue