Fix glitches
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user