tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
ArmorIDs.Shoe.Sets Class Reference

Static Public Attributes

static SetFactory Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Shoes], $"{nameof(ArmorIDs)}.{nameof(Shoe)}", Search)
 
static int[] MaleToFemaleID = Factory.CreateIntSet(-1, 25, 26)
 If != -1 for a given Shoe, then that equip will use the retrieved Shoe when equipped on a female (!Player.Male) player.
Defaults to -1.
 
static bool[] OverridesLegs = Factory.CreateBoolSet(15)
 If true for a given Shoe, then that equip will hide the player's legs when equipped.
Defaults to false.