Get the foundation Trait type defined
This commit is contained in:
parent
507c9b0341
commit
8de63e91c7
4 changed files with 29 additions and 2 deletions
17
system.json
17
system.json
|
|
@ -48,9 +48,22 @@
|
|||
"ammo": {},
|
||||
"armour": {},
|
||||
"craft": {},
|
||||
"good": {},
|
||||
"good": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"shield": {},
|
||||
"skill": {},
|
||||
"skill": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"trait": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"weapon": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue