Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
Advertisement

Amount of Ectoplasm dropped[]

I'm not sure how it dropped 3, as according to the code, it can only drop 2.

if (this.type == 288)
{
	Item.NewItem((int)this.position.X, (int)this.position.Y, this.width, this.height, 1508, Main.rand.Next(1, 3), false, -1, false);
}

The number generated is >= 1, but < 3. Therefore, between 1 and 2 Ectoplasm can be dropped. Chrisf1020 (talk) 01:33, 15 December 2014 (UTC)

Looks right to me. User probably picked up drops from multiple Dungeon Spirits that overlapped and looked like one. Or some other mistake. Or a bug. Or something. Equazcion (talk) 06:03, 15 Dec 2014 (UTC)
I have a DS drop 3 from just one. I is most likely a bug in the code somewhere. (TKems1 (talk) 20:29, 20 December 2014 (UTC))
Are you playing on PC, Console, or Mobile? Chrisf1020 (talk) 20:31, 20 December 2014 (UTC)
Mobile. (TKems1 (talk) 20:37, 20 December 2014 (UTC))
I'm not sure if this is a bug, or if it is intentional. Bugs should be reported here, but for now, I'll changethe amount dropped for mobile. Chrisf1020 (talk) 20:45, 20 December 2014 (UTC)

Dungeon Spirit can spawn Dungeon Spirit?[]

Is it possible for one of these to spawn another Dungeon Spirit? It seems like their Max Life is higher than 100. -DSL 68.98.147.130 18:12, 5 May 2015 (UTC)

I'm quite positive there's a catch specifically to prevent Dungeon Spirits from spawning themselves. Gearzein (talk) 18:36, 5 May 2015 (UTC)

Eater of Worlds?[]

Will Dungeon Spirits spawn from non-dungeon enemies if they die in the dungeon, after Plantera? For example, would fighting the Eater of Worlds be a good way to spawn more Spirits? Zsashas (talk) 04:14, 8 April 2016 (UTC)

Water Spheres?[]

Can someone get evidence of a water sphere spawning a dungeon spirit? Based on the water sphere page it doesn't have more than 100 life, so it shouldn't be possible right? Wrpen (talk) 10:51, 5 May 2020 (UTC)

Tried killing a few hundred in game and didn't get anything, they also don't drop coins which is a requirement. I've removed it from the page. --Eraloiz (talk) 11:28, 5 May 2020 (UTC)
Advertisement