tModLoader v2024.03
A mod to make and play Terraria mods
ArmorIDs.Back.Sets Class Reference

Static Public Attributes

static bool[] DrawInBackpackLayer = Factory.CreateBoolSet(false, 7, 8, 9, 10, 15, 16, 32, 33)
 If true for a given Back, then that equip will draw in the player's backpack layer (Player.backpack, Player.cBackpack).
Defaults to false.
 
static bool[] DrawInTailLayer = Factory.CreateBoolSet(false, 18, 19, 21, 25, 26, 27, 28)
 If true for a given Back, then that equip will draw in the player's tail layer (Player.tail, Player.cTail).
Defaults to false.
 
static SetFactory Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Back])