Minor changes

This commit is contained in:
2023-02-20 18:38:00 +01:00
parent 7137de0983
commit d922d77736
4 changed files with 53 additions and 6 deletions

View File

@@ -240,7 +240,8 @@
"language",
"condition",
"class",
"genericitem"
"genericitem",
"money"
],
"templates": {
"commonclassrace": {
@@ -264,6 +265,11 @@
}
}
},
"money": {
"quantity": 0,
"slotlocation": "backpack",
"description": ""
},
"genericitem": {
"description": ""
},