fvtt-hero-system-6/modules/hero6-config.js

41 lines
882 B
JavaScript
Raw Normal View History

2022-12-15 21:44:23 +01:00
export const Hero6_CONFIG = {
rollCharac : {
"str": "Strength",
"dex": "Dexterity",
"con": "Constitution",
2022-12-28 10:30:56 +01:00
"int": "Intelligence",
"ego": "Ego",
"pre": "Presence",
"manual": "Manual",
2022-12-15 21:44:23 +01:00
},
skillType: {
"agility": "Agility",
"interaction": "Interaction",
"intellect": "Intellect" ,
"background": "Background" ,
"combat": "Combat" ,
2022-12-28 10:30:56 +01:00
"custom": "Custom"
},
powerEquipmentType: {
2022-12-29 20:30:28 +01:00
"adjustment": "Adjustment",
"mental": "Mental",
"movement": "Movement",
"size": "Size",
"special": "Special",
"standard": "Standard"
},
powerTypeModifiers : {
"none": "None",
2022-12-28 10:30:56 +01:00
"attack": "Attack",
2022-12-29 20:30:28 +01:00
"automaton": "Automaton",
2022-12-28 10:30:56 +01:00
"bodyaffecting": "Bodyaffecting",
"defense": "Defense",
2022-12-29 20:30:28 +01:00
"sensory": "Sensory"
},
powerSenseAffecting: {
"none": "None",
2022-12-28 10:30:56 +01:00
"senseaffecting": "Senseaffecting",
2022-12-15 21:44:23 +01:00
}
}