first commit
This commit is contained in:
26
module/kh-config.js
Normal file
26
module/kh-config.js
Normal file
@@ -0,0 +1,26 @@
|
||||
export const KH = {};
|
||||
|
||||
KH.armor_mod_types = {
|
||||
"init": {
|
||||
"value": "init",
|
||||
"label": "MOD.INIT",
|
||||
},
|
||||
};
|
||||
|
||||
KH.armor_types = {
|
||||
"light": {
|
||||
"value": "light",
|
||||
"label": "ARMOR.LIGHT",
|
||||
"ac": 10,
|
||||
},
|
||||
"medium": {
|
||||
"value": "medium",
|
||||
"label": "ARMOR.MEDIUM",
|
||||
"ac": 20,
|
||||
},
|
||||
"heavy": {
|
||||
"value": "heavy",
|
||||
"label": "ARMOR.HEAVY",
|
||||
"ac": 30,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user