mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
FIX: ADD htmlFields description in manifest
This commit is contained in:
parent
2c58398084
commit
1f6bd4a2d3
1 changed files with 30 additions and 10 deletions
40
system.json
40
system.json
|
|
@ -443,16 +443,36 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"Item": {
|
"Item": {
|
||||||
"ancestry": {},
|
"ancestry": {
|
||||||
"community": {},
|
"htmlFields": ["description"]
|
||||||
"class": {},
|
},
|
||||||
"subclass": {},
|
"community": {
|
||||||
"feature": {},
|
"htmlFields": ["description"]
|
||||||
"domainCard": {},
|
},
|
||||||
"miscellaneous": {},
|
"class": {
|
||||||
"consumable": {},
|
"htmlFields": ["description"]
|
||||||
"weapon": {},
|
},
|
||||||
"armor": {}
|
"subclass": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
},
|
||||||
|
"feature": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
},
|
||||||
|
"domainCard": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
},
|
||||||
|
"miscellaneous": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
},
|
||||||
|
"consumable": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
},
|
||||||
|
"weapon": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
},
|
||||||
|
"armor": {
|
||||||
|
"htmlFields": ["description"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Combat": {
|
"Combat": {
|
||||||
"combat": {}
|
"combat": {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue