Fix powers
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user