TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ BossBag

bool [] Terraria.ID.ItemID.Sets.BossBag = Factory.CreateBoolSet(3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3860, 3861, 3862, 4782, 4957, 5111)
static

Set for all boss bags. Causes bags to drop dev armor and creates a glow around the item when dropped in the world.
If your bag is pre-hardmode, don't forget to use the F:Terraria.ID.ItemID.Sets.PreHardmodeLikeBossBag set in conjunction with this one.

Definition at line 1565 of file ItemID.cs.

Referenced by Terraria.Main.DrawItem(), Terraria.Item.GetAlpha(), Terraria.ID.ContentSamples.CreativeHelper.GetItemGroup(), Terraria.UI.ItemSlot.TryOpenContainer(), and Terraria.Item.UpdateItem_VisualEffects().