This commit is contained in:
2021-02-09 23:32:55 +01:00
parent 92f8fe4ee8
commit 42af291a7c
25 changed files with 587 additions and 62 deletions

View File

@ -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": {