Item descriptions
This commit is contained in:
@ -4,10 +4,11 @@ export const Hero6_CONFIG = {
|
||||
rollCharac : {
|
||||
"str": "Strength",
|
||||
"dex": "Dexterity",
|
||||
"pre": "Presence",
|
||||
"int": "Intelligence",
|
||||
"con": "Constitution",
|
||||
"ego": "Ego"
|
||||
"int": "Intelligence",
|
||||
"ego": "Ego",
|
||||
"pre": "Presence",
|
||||
"manual": "Manual",
|
||||
},
|
||||
skillType: {
|
||||
"agility": "Agility",
|
||||
@ -15,7 +16,17 @@ export const Hero6_CONFIG = {
|
||||
"intellect": "Intellect" ,
|
||||
"background": "Background" ,
|
||||
"combat": "Combat" ,
|
||||
"custom": "Custom"
|
||||
},
|
||||
powerEquipmentType: {
|
||||
"adjustement": "Adjustement",
|
||||
"attack": "Attack",
|
||||
"bodyaffecting": "Bodyaffecting",
|
||||
"defense": "Defense",
|
||||
"mental": "Mental",
|
||||
"movement": "Movement",
|
||||
"senseaffecting": "Senseaffecting",
|
||||
"sensory": "Sensory",
|
||||
"special": "Special"
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user