Implements inventory system, wip
This commit is contained in:
+4
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user