Ejemplo n.º 1
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Jungle Slime")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Jungle.JungleSlimeSoul>());
     }
 }
Ejemplo n.º 2
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Corrupt Bunny")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.Normal.Corrupt.CorruptBunnySoul>());
     }
 }
Ejemplo n.º 3
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Crawdad")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Underground.CrawdadSoul>());
     }
 }
Ejemplo n.º 4
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.ManEater)
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Jungle.ManEaterSoul>());
     }
 }
Ejemplo n.º 5
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Dark Caster")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Dungeon.DarkCasterSoul>());
     }
 }
Ejemplo n.º 6
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Antlion Swarmer")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Desert.AntlionSwarmerSoul>());
     }
 }
Ejemplo n.º 7
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "The Pursuer")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.PursuerSoul>());
     }
 }
Ejemplo n.º 8
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Crystal Lizard")
     {
         TervaniaUtils.DropItem(npc, 8f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.CrystalLizardSoul>());
     }
 }
Ejemplo n.º 9
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Angry Bones")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.Normal.Dungeon.AngryBonesSoul>());
     }
 }
Ejemplo n.º 10
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Inhumanity")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.InhumanitySoul>());
     }
 }
Ejemplo n.º 11
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.IceTortoise)
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Hardmode.Ice.IceTortoiseSoul>());
     }
 }
Ejemplo n.º 12
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.ZombieEskimo)
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.Normal.Ice.ZombieEskimoSoul>());
     }
 }
Ejemplo n.º 13
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Dune Splicer")
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Hardmode.Desert.DuneSplicerSoul>());
     }
 }
Ejemplo n.º 14
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.WalkingAntlion)
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Desert.AntlionChargerSoul>());
     }
 }
Ejemplo n.º 15
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Angry Nimbus")
     {
         TervaniaUtils.DropItem(npc, 3.5f, ModContent.ItemType <Items.Souls.Hardmode.Overworld.AngryNimbusSoul>());
     }
 }
Ejemplo n.º 16
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Tomb Crawler")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Desert.TombCrawlerSoul>());
     }
 }
Ejemplo n.º 17
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Face Monster")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.Normal.Crimson.FaceMonsterSoul>());
     }
 }
Ejemplo n.º 18
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Digger")
     {
         TervaniaUtils.DropItem(npc, 1f, ModContent.ItemType <Items.Souls.Hardmode.Underground.DiggerSoul>());
     }
 }
Ejemplo n.º 19
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Squid")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Overworld.SquidSoul>());
     }
 }
Ejemplo n.º 20
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.DukeFishron)
     {
         TervaniaUtils.DropItem(npc, 10f, ModContent.ItemType <Items.Souls.Boss.DukeFishronSoul>());
     }
 }
Ejemplo n.º 21
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Nymph")
     {
         TervaniaUtils.DropItem(npc, 10.0f, ModContent.ItemType <Items.Souls.Normal.Underground.NymphSoul>());
     }
 }
Ejemplo n.º 22
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Titanite Demon")
     {
         TervaniaUtils.DropItem(npc, 10f, ModContent.ItemType <Items.Souls.DrakSolz.Boss.TitaniteDemonSoul>());
     }
 }
Ejemplo n.º 23
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type == NPCID.Tumbleweed)
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Desert.AngryTumblerSoul>());
     }
 }
Ejemplo n.º 24
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Goblin Scout")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Overworld.GoblinScoutSoul>());
     }
 }
Ejemplo n.º 25
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Little Mushroom")
     {
         TervaniaUtils.DropItem(npc, 2f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.LittleMushroomSoul>());
     }
 }
Ejemplo n.º 26
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Undead Miner")
     {
         TervaniaUtils.DropItem(npc, 5f, ModContent.ItemType <Items.Souls.Normal.Underground.UndeadMinerSoul>());
     }
 }
Ejemplo n.º 27
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Black Recluse")
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.Hardmode.Underground.BlackRecluseSoul>());
     }
 }
Ejemplo n.º 28
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.type >= -65)
     {
         TervaniaUtils.DropItem(npc, 0.001f, ModContent.ItemType <Items.Souls.DrakSolz.Secret.KeroKhiSoul>());
     }
 }
Ejemplo n.º 29
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Devourer")
     {
         TervaniaUtils.DropItem(npc, 4f, ModContent.ItemType <Items.Souls.Normal.Corrupt.DevourerSoul>());
     }
 }
Ejemplo n.º 30
0
 public override void NPCLoot(NPC npc)
 {
     if (npc.TypeName == "Ninja")
     {
         TervaniaUtils.DropItem(npc, 2.5f, ModContent.ItemType <Items.Souls.DrakSolz.Overworld.NinjaSoul>());
     }
 }