mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +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": "Wizard",
|
||||
"type": "class",
|
||||
"_id": "uhj2mZPOC8nbIMTy",
|
||||
"img": "systems/daggerheart/assets/icons/classes/wizard.png",
|
||||
"system": {
|
||||
"domains": ["codex", "splendor"],
|
||||
"classItems": [],
|
||||
"damageThresholds": {
|
||||
"minor": 0,
|
||||
"major": 0,
|
||||
"severe": 0
|
||||
},
|
||||
"evasion": 11,
|
||||
"features": [
|
||||
{
|
||||
"name": "Not This Time",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.5msGbQyFwdwdFdYs"
|
||||
},
|
||||
{
|
||||
"name": "Prestidigitation",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.ofBmJIn6NWxA0wPz"
|
||||
},
|
||||
{
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"name": "Strange Patterns",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.ONtJ7r2g6tN5q6Ga"
|
||||
}
|
||||
],
|
||||
"subclasses": [],
|
||||
"inventory": {
|
||||
"take": [],
|
||||
"choiceA": [],
|
||||
"choiceB": [],
|
||||
"extra": {
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"characterGuide": {
|
||||
"suggestedTraits": {
|
||||
"agility": -1,
|
||||
"strength": 0,
|
||||
"finesse": 0,
|
||||
"instinct": 1,
|
||||
"presence": 1,
|
||||
"knowledge": 2
|
||||
},
|
||||
"suggestedPrimaryWeapon": null,
|
||||
"suggestedSecondaryWeapon": null,
|
||||
"suggestedArmor": null,
|
||||
"characterDescription": {
|
||||
"clothes": "",
|
||||
"eyes": "",
|
||||
"body": "",
|
||||
"color": "",
|
||||
"attitude": ""
|
||||
},
|
||||
"backgroundQuestions": [
|
||||
"What responsibilities did your community once count on you for? How did you let them down?",
|
||||
"You’ve spent your life searching for a book or object of great significance. What is it, and why is it so important to you",
|
||||
"You have a powerful rival. Who are they, and why are you so determined to defeat them?"
|
||||
],
|
||||
"connections": [
|
||||
"What favor have I asked of you that you’re not sure you can fulfill?",
|
||||
"What weird hobby or strange fascination do we both share?",
|
||||
"What secret about yourself have you entrusted only to me?"
|
||||
]
|
||||
},
|
||||
"multiclass": null,
|
||||
"name": "Wizard",
|
||||
"type": "class",
|
||||
"_id": "uhj2mZPOC8nbIMTy",
|
||||
"img": "systems/daggerheart/assets/icons/classes/wizard.png",
|
||||
"system": {
|
||||
"domains": [
|
||||
"codex",
|
||||
"splendor"
|
||||
],
|
||||
"classItems": [],
|
||||
"damageThresholds": {
|
||||
"minor": 0,
|
||||
"major": 0,
|
||||
"severe": 0
|
||||
},
|
||||
"evasion": 11,
|
||||
"features": [
|
||||
{
|
||||
"name": "Not This Time",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.5msGbQyFwdwdFdYs"
|
||||
},
|
||||
{
|
||||
"name": "Prestidigitation",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.ofBmJIn6NWxA0wPz"
|
||||
},
|
||||
{
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"name": "Strange Patterns",
|
||||
"uuid": "Compendium.daggerheart.class-features.Item.ONtJ7r2g6tN5q6Ga"
|
||||
}
|
||||
],
|
||||
"subclasses": [],
|
||||
"inventory": {
|
||||
"take": [],
|
||||
"choiceA": [],
|
||||
"choiceB": [],
|
||||
"extra": {
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"folder": null,
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"NqO2eQGMjrvUO6v9": 3
|
||||
"characterGuide": {
|
||||
"suggestedTraits": {
|
||||
"agility": -1,
|
||||
"strength": 0,
|
||||
"finesse": 0,
|
||||
"instinct": 1,
|
||||
"presence": 1,
|
||||
"knowledge": 2
|
||||
},
|
||||
"suggestedPrimaryWeapon": null,
|
||||
"suggestedSecondaryWeapon": null,
|
||||
"suggestedArmor": null,
|
||||
"characterDescription": {
|
||||
"clothes": "",
|
||||
"eyes": "",
|
||||
"body": "",
|
||||
"color": "",
|
||||
"attitude": ""
|
||||
},
|
||||
"backgroundQuestions": [
|
||||
"What responsibilities did your community once count on you for? How did you let them down?",
|
||||
"You’ve spent your life searching for a book or object of great significance. What is it, and why is it so important to you",
|
||||
"You have a powerful rival. Who are they, and why are you so determined to defeat them?"
|
||||
],
|
||||
"connections": [
|
||||
"What favor have I asked of you that you’re not sure you can fulfill?",
|
||||
"What weird hobby or strange fascination do we both share?",
|
||||
"What secret about yourself have you entrusted only to me?"
|
||||
]
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1747946791380,
|
||||
"modifiedTime": 1748035008107,
|
||||
"lastModifiedBy": "ei8OkswTzyDp4IGC"
|
||||
},
|
||||
"_key": "!items!uhj2mZPOC8nbIMTy"
|
||||
"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": 1747946791380,
|
||||
"modifiedTime": 1748035008107,
|
||||
"lastModifiedBy": "ei8OkswTzyDp4IGC"
|
||||
},
|
||||
"_key": "!items!uhj2mZPOC8nbIMTy"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue