Fix as per CSV sheet tracking + creature explanation

This commit is contained in:
2026-05-17 17:43:33 +02:00
parent a572c66678
commit 374854cc8b
99 changed files with 2716 additions and 464 deletions
+11 -3
View File
@@ -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"
]
}
}
},