UNPKG

@skullandbonestools/snbdata

Version:

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

5 lines 599 B
export type Effect = "emissive" | "combatReactive" | "killReactive" | "bossKillReactive" | "animated"; export type ShipType = "sailsEmblem" | "sailsPattern" | "sailsColor" | "hull" | "crowsNest" | "trophy" | "wheel" | "helmDecor" | "ornaments" | "figureHead" | "nameplate" | "pet" | "crewLook" | "aura" | "shipSkin"; export type PlayerOutfitType = "headwear" | "faceAccessory" | "torso" | "neck" | "forearm" | "hand" | "waist" | "bottom" | "footwear" | "bodyCosmetics" | "emote"; export type PlayerAppearanceType = "hair" | "facialHair" | "eyeColor"; //# sourceMappingURL=CosmeticProperties.d.ts.map