Implements inventory system, wip

This commit is contained in:
2026-05-19 22:23:31 +02:00
parent 68e3d35af1
commit 4ff46865c2
29 changed files with 1317 additions and 35 deletions
+4 -1
View File
@@ -42,7 +42,10 @@
"equipment": { "htmlFields": ["description"] },
"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"] },
"character-path": { "htmlFields": ["description"] }
"character-path": { "htmlFields": ["description"] },
"container": { "htmlFields": ["description", "notes"] },
"consumable": { "htmlFields": ["description", "notes"] },
"loot": { "htmlFields": ["description", "notes"] }
}
},
"grid": {