Add combat actions

This commit is contained in:
2021-01-29 23:57:42 +01:00
parent 6d86f4d361
commit a17f8afbff
23 changed files with 96 additions and 4 deletions

View File

@@ -139,7 +139,7 @@
}
},
"Item": {
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline", "subculture", "consequence" ],
"types": ["gear", "weapon", "armor", "container", "skill", "language", "weakness", "geneline", "subculture", "consequence", "action" ],
"templates": {
"commongear": {
"big": 0,
@@ -227,7 +227,11 @@
"handling": 0,
"shock": 0,
"structure": 0
},
"action": {
"type": "",
"minap": 0,
"description": 0
}
}
}