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

Static Public Attributes

static bool[] DrawsInNeckLayer = Factory.CreateBoolSet(false, 6)
 If true for a given Front, then that equip will draw in the player's neck layer when equipped.
Defaults to false. More...
 
static SetFactory Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Front])
 

Member Data Documentation

◆ DrawsInNeckLayer

bool [] ArmorIDs.Front.Sets.DrawsInNeckLayer = Factory.CreateBoolSet(false, 6)
static

If true for a given Front, then that equip will draw in the player's neck layer when equipped.
Defaults to false.

This set is useful for Front equips that should draw under the player's front arm.