mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Add support for GM Notes
This commit is contained in:
parent
3faf588e6c
commit
9d277ea8ea
16 changed files with 256 additions and 64 deletions
20
system.json
20
system.json
|
|
@ -256,34 +256,34 @@
|
|||
},
|
||||
"Item": {
|
||||
"ancestry": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"community": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"class": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"subclass": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"feature": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"domainCard": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"loot": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"consumable": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"weapon": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"armor": {
|
||||
"htmlFields": ["description"]
|
||||
"htmlFields": ["description", "gmNotes"]
|
||||
},
|
||||
"beastform": {}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue