Item sheets, WIP

This commit is contained in:
2022-11-03 21:18:51 +01:00
parent c64754a586
commit 08510a99a4
4 changed files with 25 additions and 9 deletions

View File

@@ -227,7 +227,8 @@
"equipment",
"weapon",
"module",
"money"
"money",
"condition"
],
"templates": {
"commonitem": {
@@ -284,6 +285,7 @@
},
"spell": {
"spelltype": "",
"level":"",
"value": 0,
"description": ""
},
@@ -351,6 +353,9 @@
},
"module": {
"description": ""
},
"condition": {
"description": ""
}
}
}