UNPKG

@skullandbonestools/snbdata

Version:

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

16 lines 915 B
export const CosmeticEffects = [ "emissive", "combatReactive", "killReactive", "bossKillReactive", "movementReactive", "animated" ]; export const ShipCosmeticTypes = [ "sailsEmblem", "sailsPattern", "sailsColor", "hull", "crowsNest", "trophy", "wheel", "helmDecor", "ornaments", "figureHead", "nameplate", "pet", "crewLook", "aura", "shipSkin", "armorSkin", "firework", "culverinWeaponSkin", "demicannonWeaponSkin", "longGunWeaponSkin", "bombardWeaponSkin", "ballistaWeaponSkin", "torpedoWeaponSkin", "mortarWeaponSkin", "rocketWeaponSkin", "seaFireWeaponSkin", "springloaderWeaponSkin" ]; export const PlayerOutfitTypes = [ "headwear", "faceAccessory", "torso", "neck", "forearm", "hand", "waist", "bottom", "footwear", "bodyCosmetics", "characterSuit", "emote" ]; export const PlayerAppearanceTypes = [ "hair", "facialHair", "eyeColor" ]; //# sourceMappingURL=CosmeticProperties.js.map