Add skill+weapon rolls
This commit is contained in:
@ -17,4 +17,19 @@ export const WEAPON_CLASS = {
|
||||
"thrown": "LETHALFANTASY.Weapon.WeaponClass.thrown",
|
||||
"polearm": "LETHALFANTASY.Weapon.WeaponClass.polearm",
|
||||
"unarmed" : "LETHALFANTASY.Weapon.WeaponClass.unarmed"
|
||||
}
|
||||
}
|
||||
|
||||
export const WEAPON_CATEGORIES = {
|
||||
"longblade": ["mediumblade", "shortblade"],
|
||||
"shortblade": ["mediumblade", "longblade"],
|
||||
"mediumblade": ["shortblade", "longblade"],
|
||||
"axe": ["hammer", "mace", "flail", "bow", "sling", "thrown", "polearm"],
|
||||
"hammer": ["axe", "mace", "flail", "bow", "sling", "thrown", "polearm"],
|
||||
"mace": ["axe", "hammer", "flail", "bow", "sling", "thrown", "polearm"],
|
||||
"flail": ["axe", "hammer", "mace", "bow", "sling", "thrown", "polearm"],
|
||||
"bow": ["axe", "hammer", "mace", "flail", "sling", "thrown", "polearm"],
|
||||
"sling": ["axe", "hammer", "mace", "flail", "bow", "thrown", "polearm"],
|
||||
"thrown": ["axe", "hammer", "mace", "flail", "bow", "sling", "polearm"],
|
||||
"polearm": ["axe", "hammer", "mace", "flail", "bow", "sling", "thrown"]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user