Add injuries & maladies

This commit is contained in:
2021-01-30 00:18:49 +01:00
parent efed5a7198
commit a0d25f7d2b
3 changed files with 69 additions and 1 deletions

View File

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