Пример #1
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Blood Crawler")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Crimson.BloodCrawlerSoul>());
     }
 }
Пример #2
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "The Hungry")
     {
         TervaniaUtils.DropItem(npc, 1.5f, ModContent.ItemType <Items.Souls.Normal.Underworld.TheHungrySoul>());
     }
 }
Пример #3
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Spazmatism")
     {
         TervaniaUtils.DropItem(npc, 10f, ModContent.ItemType <Items.Souls.Boss.SpazmatismSoul>());
     }
 }
Пример #4
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.Medusa)
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Hardmode.Underground.MedusaSoul>());
     }
 }
Пример #5
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Mushi Ladybug")
     {
         TervaniaUtils.DropItem(npc, 3f, ModContent.ItemType <Items.Souls.Normal.Underground.MushiLadybugSoul>());
     }
 }
Пример #6
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Crimtane Bunny")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Crimson.CrimtaneBunnySoul>());
     }
 }
Пример #7
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Shark")
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Normal.Overworld.SharkSoul>());
     }
 }
Пример #8
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.Skeleton)
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Underground.SkeletonSoul>());
     }
 }
Пример #9
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Demon")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Underworld.DemonSoul>());
     }
 }
Пример #10
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.LavaSlime)
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Normal.Underworld.LavaSlimeSoul>());
     }
 }
Пример #11
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type >= -65)
     {
         TervaniaUtils.DropItem(npc, 0.001f, ModContent.ItemType <Items.Souls.DrakSolz.Secret.SolarEclipseSoul>());
     }
 }
Пример #12
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.SandSlime)
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Desert.SandSlimeSoul>());
     }
 }
Пример #13
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.UndeadViking)
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Normal.Ice.UndeadVikingSoul>());
     }
 }
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Moonlight Butterfly")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.MoonlightButterflySoul>());
     }
 }
Пример #15
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.IceBat)
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Ice.IceBatSoul>());
     }
 }
Пример #16
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.CultistBoss)
     {
         TervaniaUtils.DropItem(npc, 10f, ModContent.ItemType <Items.Souls.Boss.LunaticCultistSoul>());
     }
 }
Пример #17
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Jungle Bat")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.Normal.Jungle.JungleBatSoul>());
     }
 }
Пример #18
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Purple Slime")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Overworld.PurpleSlimeSoul>());
     }
 }
Пример #19
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Bone Serpent")
     {
         TervaniaUtils.DropItem(npc, 3f, ModContent.ItemType <Items.Souls.Normal.Underworld.BoneSerpentSoul>());
     }
 }
Пример #20
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Granite Elemental")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Underground.GraniteElementalSoul>());
     }
 }
Пример #21
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Eye of Cthulhu")
     {
         TervaniaUtils.DropItem(npc, 10f, ModContent.ItemType <Items.Souls.Boss.EyeofCthulhuSoul>());
     }
 }
Пример #22
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Humanity")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.HumanitySoul>());
     }
 }
Пример #23
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Skeletron")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Boss.SkeletronSoul>());
     }
 }
Пример #24
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Hallow Dog")
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.HallowDogSoul>());
     }
 }
Пример #25
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Giant Shelly")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Underground.GiantShellySoul>());
     }
 }
Пример #26
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.WallofFlesh)
     {
         TervaniaUtils.DropItem(npc, 10f, ModContent.ItemType <Items.Souls.Boss.WallofFleshSoul>());
     }
 }
Пример #27
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Baby Slime")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Underground.BabySlimeSoul>());
     }
 }
Пример #28
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Sand Elemental")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.Hardmode.Desert.SandElementalSoul>());
     }
 }
Пример #29
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Spinwheel")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.SpinwheelSoul>());
     }
 }
Пример #30
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Lac Beetle")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Jungle.LacBeetleSoul>());
     }
 }