Add injuries & maladies
This commit is contained in:
@ -139,7 +139,7 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline", "subculture", "consequence", "action" ],
|
||||
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline", "subculture", "consequence", "action", "injury", "malady" ],
|
||||
"templates": {
|
||||
"commongear": {
|
||||
"big": 0,
|
||||
@ -232,6 +232,16 @@
|
||||
"type": "",
|
||||
"minap": 0,
|
||||
"description": 0
|
||||
},
|
||||
"injury": {
|
||||
"card": "",
|
||||
"description": ""
|
||||
},
|
||||
"malady": {
|
||||
"vector": "",
|
||||
"action": "",
|
||||
"effect": "",
|
||||
"notes": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user