tModLoader v2024.02
A mod to make and play Terraria mods
ArmorIDs.Shoe.Sets Class Reference

Static Public Attributes

static SetFactory Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Shoes])
 
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.