Skip to content
Version 2.11.0
↓ Get the launcher

WardrobeWeaponSkin record

A worn weapon skin: the class (professionId) it is set for and the skin id (0 = the class’s default weapon look). Weapon skins are per class in the game and live outside the outfit’s FashionRegion map.

public record WardrobeWeaponSkin
name description
WardrobeWeaponSkin(…) A worn weapon skin: the class (professionId) it is set for and the skin id (0 = the class’s default weapon look). Weapon skins are per class in the game and live outside the outfit’s FashionRegion map.
ProfessionId { get; set; } The class the skin is set for.
SkinId { get; set; } The weapon-skin id; 0 = default look.