public override void NPCLoot() { if (!Main.expertMode) { SpectraHelper.SimpleItemDrop <GraverobberMachete>(npc, 1, 1f); Item.NewItem(npc.getRect(), ModContent.ItemType <HatredBar>(), Main.rand.Next(14) + 1); } else { Item.NewItem(npc.getRect(), ModContent.ItemType <HatredBar>(), Main.rand.Next(16) + 2); npc.DropBossBags(); } if (Main.rand.NextBool(10)) { Item.NewItem(npc.getRect(), ModContent.ItemType <GraverobberTrophy>()); } }
public override void NPCLoot() { Item.NewItem(npc.getRect(), ItemID.Gel); SpectraHelper.AttemptSlimeStaff(npc, 500); }