mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +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": {}
|
||||
},
|
||||
"Item": {
|
||||
"ancestry": {},
|
||||
"community": {},
|
||||
"class": {},
|
||||
"subclass": {},
|
||||
"feature": {},
|
||||
"domainCard": {},
|
||||
"miscellaneous": {},
|
||||
"consumable": {},
|
||||
"weapon": {},
|
||||
"armor": {}
|
||||
"ancestry": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"community": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"class": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"subclass": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"feature": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"domainCard": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"miscellaneous": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"consumable": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"weapon": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"armor": {
|
||||
"htmlFields": ["description"]
|
||||
}
|
||||
},
|
||||
"Combat": {
|
||||
"combat": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue