@skullandbonestools/snbdata
Version:
Inofficial data package for the Skull and Bones game by Ubisoft.
20 lines • 678 B
JavaScript
export const Tiers = [
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
];
export const WeaponTypes = [
"culverin", "longGun", "demicannon", "bombard", "torpedo", "ballista", "seaFire", "mortar", "rocket", "springloader"
];
export const FrontWeaponTypes = [
"ballista", "seaFire"
];
export const TopDeckWeaponTypes = [
"longGun", "bombard", "torpedo"
];
// Auxiliary weapons are always top deck weapons, so they are not explicitly listed in TopDeckWeaponTypes.
export const AuxiliaryWeaponTypes = [
"mortar", "rocket", "springloader"
];
export const FurnitureTypes = [
"majorFurniture", "offensiveFurniture", "utilityFurniture"
];
//# sourceMappingURL=ItemProperties.js.map