This is an old revision of the document!
These specific apparel classes are meant to help make Persistence.setDefaults() passages much more clean and concise. You can achieve the same thing with GenericApparel, but then you'll have to specify the slots and femininity data for every article of clothing. These specific apparel classes provide some useful defaults.
Inherits From: LibTF.PersistentObject, LibTF.GenericApparel
These are Apparel types that correspond to jewelry. They derive from GenericApparel, and thus provide no min/max femininity values or bonuses. The defaultSlots of each class are overridden with the values specified below.
: We probably ought to derive these from Womenswear instead…
Class | Slots |
---|---|
LibTF.Apparel.Jewelry.Bracelet | ClothingSlot.WRIST |
LibTF.Apparel.Jewelry.Earrings | ClothingSlot.EARS |
LibTF.Apparel.Jewelry.Necklace | ClothingSlot.NECK |
LibTF.Apparel.Jewelry.Ring | ClothingSlot.FINGER |
Inherits From: LibTF.PersistentObject, LibTF.Apparel.Generics.GenericMenswear
These are Apparel types that correspond to obviously masculine clothing. They derive from GenericMenswear, and thus provide default min/max femininity values and bonuses that make the articles only suitable for masculine-appearing Persons. The defaultSlots of each class are overridden with the values specified below.
Class | Slots |
---|---|
LibTF.Apparel.Menswear.Boxers | ClothingSlot.UNDERPANTS |
LibTF.Apparel.Menswear.Briefs | ClothingSlot.UNDERPANTS |
Inherits From: LibTF.PersistentObject, LibTF.Apparel.Generics.GenericMenswear
These are Apparel types that correspond to unisex clothing. They derive from GenericApparel, and thus provide no min/max femininity values or bonuses. The defaultSlots of each class are overridden with the values specified below.
Class | Slots |
---|---|
LibTF.Apparel.Unisex.Coat | ClothingSlot.OVER |
LibTF.Apparel.Unisex.Hat | ClothingSlot.HEAD |
LibTF.Apparel.Unisex.Pants | ClothingSlot.TRUNK |
LibTF.Apparel.Unisex.Shirt | ClothingSlot.TORSO |
LibTF.Apparel.Unisex.Shoes | ClothingSlot.FEET |
LibTF.Apparel.Unisex.Socks | ClothingSlot.UNDERLEGS |
Inherits From: LibTF.PersistentObject, LibTF.GenericWomenswear
These are Apparel types that correspond to obviously feminine clothing. They derive from GenericWomenswear, and thus provide default min/max femininity values and bonuses that make the articles only suitable for feminine-appearing Persons. The defaultSlots of each class are overridden with the values specified below.
Class | Slots |
---|---|
LibTF.Apparel.Womenswear.Bra | ClothingSlot.UNDERSHIRT |
LibTF.Apparel.Womenswear.Dress | ClothingSlot.TORSO, ClothingSlot.TRUNK |
LibTF.Apparel.Womenswear.Panties | ClothingSlot.UNDERPANTS |
LibTF.Apparel.Womenswear.PantsWomens | ClothingSlot.TRUNK |
LibTF.Apparel.Womenswear.ShirtWomens | ClothingSlot.TORSO |
LibTF.Apparel.Womenswear.ShoesWomens | ClothingSlot.FEET |
LibTF.Apparel.Womenswear.Stockings | ClothingSlot.UNDERLEGS |