Upgrade
This commit is contained in:
@ -139,7 +139,8 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline", "subculture", "consequence", "action", "injury", "malady" ],
|
||||
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline",
|
||||
"subculture", "consequence", "action", "injury", "malady", "vehicle" ],
|
||||
"templates": {
|
||||
"commongear": {
|
||||
"big": 0,
|
||||
@ -154,7 +155,8 @@
|
||||
"description": "",
|
||||
"quantity": 0,
|
||||
"costrating": 0,
|
||||
"defensive": 0
|
||||
"defensive": 0,
|
||||
"containerid": ""
|
||||
}
|
||||
},
|
||||
"consequence": {
|
||||
@ -198,7 +200,10 @@
|
||||
"templates": [ "commongear" ],
|
||||
"area": 0,
|
||||
"autofire": 0,
|
||||
"damage": "",
|
||||
"damage_club": "",
|
||||
"damage_hearth": "",
|
||||
"damage_spade": "",
|
||||
"damage_diamond": "",
|
||||
"hands": 1,
|
||||
"pierce": 0,
|
||||
"range": 0,
|
||||
@ -208,7 +213,9 @@
|
||||
"thrown": false,
|
||||
"reach": false,
|
||||
"shallow": false,
|
||||
"spread": false
|
||||
"spread": false,
|
||||
"category": "",
|
||||
"equiped": false
|
||||
},
|
||||
"armor": {
|
||||
"templates": [ "commongear" ],
|
||||
@ -231,6 +238,7 @@
|
||||
"action": {
|
||||
"type": "",
|
||||
"minap": 0,
|
||||
"targetneeded": false,
|
||||
"description": 0
|
||||
},
|
||||
"injury": {
|
||||
|
Reference in New Issue
Block a user