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