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

21 lines
367 B
JavaScript
Raw Normal View History

2022-12-15 21:44:23 +01:00
export const Hero6_CONFIG = {
rollCharac : {
"str": "Strength",
"dex": "Dexterity",
"pre": "Presence",
"int": "Intelligence",
"con": "Constitution",
"ego": "Ego"
},
skillType: {
"agility": "Agility",
"interaction": "Interaction",
"intellect": "Intellect" ,
"background": "Background" ,
"combat": "Combat" ,
}
}