UNPKG

@skullandbonestools/snbdata

Version:

Inofficial data package for the Skull and Bones game by Ubisoft.

5 lines 429 B
export type Tier = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10; export type GeneralType = "consumable" | "ammunition" | "armor" | "tool" | "chest"; export type WeaponType = "culverin" | "longGun" | "demicannon" | "bombard" | "torpedo" | "ballista" | "seaFire" | "mortar" | "rocket" | "springloader"; export type FurnitureType = "offensiveFurniture" | "utilityFurniture" | "majorFurniture"; //# sourceMappingURL=ItemProperties.d.ts.map