First iteration over items

This commit is contained in:
2025-11-06 23:30:37 +01:00
parent 6b883f8126
commit 4a9f026a2a
109 changed files with 1535 additions and 715 deletions
+6 -6
View File
@@ -33,14 +33,14 @@
},
"Item": {
"skill": { "htmlFields": ["description"] },
"gift": { "htmlFields": ["description"] },
"vulnerability": { "htmlFields": ["description"] },
"racial-ability": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"armor": { "htmlFields": ["description"] },
"shield": { "htmlFields": ["description"] },
"spell": { "htmlFields": ["description"] },
"equipment": { "htmlFields": ["description"] },
"miracle": { "htmlFields": ["miracle"] }
"race": { "htmlFields": ["description", "racialPassiveDescription", "subraceAbilityDescription", "notes"] },
"class": { "htmlFields": ["description", "attributeBonuses", "notes", "features.level1", "features.level2", "features.level3", "features.level4", "features.level5", "features.level6", "features.level7", "features.level8", "features.level9", "features.level10"] }
}
},
"grid": {
@@ -68,11 +68,11 @@
"type": "Item"
},
{
"name": "lf-gifts",
"name": "lf-racial-abilities",
"banner": "",
"label": "Gifts",
"label": "Racial Abilities",
"system": "fvtt-prism-rpg",
"path": "packs-system/lf-gifts",
"path": "packs-system/lf-racial-abilities",
"type": "Item"
},
{