Fix glitches

This commit is contained in:
2022-01-22 21:49:34 +01:00
parent 0d144ef2a9
commit 35b78c8127
9 changed files with 181 additions and 76 deletions

View File

@@ -130,6 +130,7 @@
"value": 0,
"type": "value",
"ismax": true,
"iscombat": true,
"bonus": 0,
"max": 0
},
@@ -138,6 +139,7 @@
"value": 0,
"type": "value",
"ismax": true,
"iscombat": true,
"bonus": 0,
"max": 0
},
@@ -179,7 +181,7 @@
}
},
"Item": {
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "shield", "equipment", "weapon", "effect"],
"types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "shield", "equipment", "weapon", "effect", "money"],
"effect": {
"type": "",
"genre": "",
@@ -430,6 +432,12 @@
"equipped": false,
"description":""
},
"money" : {
"value": 0,
"quantity": 0,
"weight": 0,
"description": ""
},
"weapon": {
"statistic": "",
"damagestatistic": "",