@skullandbonestools/snbdata
Version:
Inofficial data package for the Skull and Bones game by Ubisoft.
14 lines • 466 B
JavaScript
/**
* Grade overview based on weapon rarity:
* - Common: Basic, Basic, Advanced, Special
* - Uncommon: Basic, Advanced, Special
* - Rare: Basic, Advanced, Special
* - Epic: Basic, Advanced, Advanced
*/
export const ModificationGrades = [
"basic", "advanced", "special"
];
export const DamageTypes = [
"piercing", "electric", "explosive", "flooding", "burning", "tearing", "toxic", "overall", "base"
];
//# sourceMappingURL=ModificationProperties.js.map