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

32 lines
707 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: {
"adjustement": "Adjustement",
"attack": "Attack",
"bodyaffecting": "Bodyaffecting",
"defense": "Defense",
"mental": "Mental",
"movement": "Movement",
"senseaffecting": "Senseaffecting",
"sensory": "Sensory",
"special": "Special"
2022-12-15 21:44:23 +01:00
}
}