tModLoader v2024.10
A mod to make and play Terraria mods
|
Static Public Attributes | |
static SetFactory | Factory = new SetFactory(EquipLoader.nextEquip[EquipType.Waist]) |
static bool[] | IsABelt = Factory.CreateBoolSet(false, 5, 10, 10, 12) |
If true for a given Waist, then that equip won't draw if the player is wearing a Body.Sets.DisableBeltAccDraw Body equip. Defaults to false . | |
static bool[] | UsesTorsoFraming = Factory.CreateBoolSet(false, 5, 10, 10, 12) |
If true for a given Waist, then that equip will draw using Player.bodyFrame instead of Player.legFrame. Defaults to false . | |