Get the foundation Trait type defined

This commit is contained in:
Eldritch-Oliver 2025-10-10 18:07:02 -06:00
parent 507c9b0341
commit 8de63e91c7
4 changed files with 29 additions and 2 deletions

View file

@ -48,9 +48,22 @@
"ammo": {},
"armour": {},
"craft": {},
"good": {},
"good": {
"htmlFields": [
"description"
]
},
"shield": {},
"skill": {},
"skill": {
"htmlFields": [
"description"
]
},
"trait": {
"htmlFields": [
"description"
]
},
"weapon": {}
}
}