export const Hero6_CONFIG = { rollCharac : { "str": "Strength", "dex": "Dexterity", "con": "Constitution", "int": "Intelligence", "ego": "Ego", "pre": "Presence", "manual": "Manual", }, skillType: { "agility": "Agility", "interaction": "Interaction", "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" } }