Fix as per CSV sheet tracking + creature explanation
This commit is contained in:
+11
-3
@@ -35,9 +35,7 @@
|
||||
},
|
||||
"creature": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"special",
|
||||
"notes"
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"companion": {
|
||||
@@ -45,6 +43,11 @@
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"party": {
|
||||
"htmlFields": [
|
||||
"notes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
@@ -82,6 +85,11 @@
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"creature-trait": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user