Fix powers

This commit is contained in:
2022-12-29 20:30:28 +01:00
parent 73e1b1f68a
commit a91eb3d7bd
16 changed files with 122 additions and 73 deletions

View File

@ -192,11 +192,7 @@
"advantage",
"limitation",
"complication",
"equipment",
"attack",
"defense",
"maneuver",
"movement"
"equipment"
],
"templates": {
"common": {
@ -212,13 +208,17 @@
},
"power": {
"displayname": "",
"modifiers": [],
"petype": "",
"typemodifier": "",
"senseaffecting": false,
"modifiers": [],
"levels": 0,
"quantity": 0,
"range": "",
"damage": "",
"endurance": 0,
"hasroll": false,
"roll": 0,
"items": {}
}
},