HERO6 - First import
This commit is contained in:
21
modules/hero6-config.js
Normal file
21
modules/hero6-config.js
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
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" ,
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user