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

@ -19,14 +19,23 @@ export const Hero6_CONFIG = {
"custom": "Custom"
},
powerEquipmentType: {
"adjustement": "Adjustement",
"attack": "Attack",
"bodyaffecting": "Bodyaffecting",
"defense": "Defense",
"adjustment": "Adjustment",
"mental": "Mental",
"movement": "Movement",
"size": "Size",
"special": "Special",
"standard": "Standard"
},
powerTypeModifiers : {
"none": "None",
"attack": "Attack",
"automaton": "Automaton",
"bodyaffecting": "Bodyaffecting",
"defense": "Defense",
"sensory": "Sensory"
},
powerSenseAffecting: {
"none": "None",
"senseaffecting": "Senseaffecting",
"sensory": "Sensory",
"special": "Special"
}
}