Chaos Elemental
Jump to navigation
Jump to search

Classic
Expert
Master
Chaos ElementalHardmode exclusive
Statistics
| Type | |
|---|---|
| Environment | |
| AI Type | Fighter AI |
| Damage | 40/80/120 |
| Max Life | 370/740/1110 |
| Defense | 30 |
| KB Resist | 60%/64%/68% |
| Banner | |
| Immune to |
Drops
| Coins | 6 SC15 SC |
|---|
Sounds
| Hurt | |
|---|---|
| Killed | |
| Teleport |
- Internal NPC ID: 120
This article is about the enemy in the Underground Hallow. For other uses, see Elemental.
The Chaos Elemental is a Hardmode enemy that spawns on Pearlstone, Pearlsand and Pink Ice Blocks in the Cavern layer. It runs around and teleports quickly, attempting to damage the player by making contact. It will teleport anywhere in a random position within 20 tiles from its target, but at least 4 tiles away, and only into a space that is at least 4 tiles tall and 3 tiles wide. It will not teleport into lava, though it can easily fall into it after teleporting.
Like many Underground Hallow enemies, Chaos Elementals have a glowing pink after-image.
Notes
- Chaos Elementals may spawn even if the player is not specifically in the Underground Hallow. They only require a block of Pearlstone, Pearlsand, or Pink Ice to spawn on.[1]
- Chaos Elementals exclusively spawn on those three types of blocks, and will not spawn on any other Hallowed blocks like Pearlsandstone Blocks, Hardened Pearlsand, or Hallowed grass.
This content is transcluded from NPC spawning/special rules.
- The Chaos Elemental has special spawning restrictions. It can only spawn if all of the following conditions are fulfilled:
- No town NPCs are present nearby.
- The player is not standing in front of a safe background wall.
- In the last 5 seconds, the player has either used an item or has moved.[2]
- All of these restrictions are suspended when the player is within range of a Shadow Candle.
- Dealing damage to a Chaos Elemental prevents it from teleporting for a short period of time. Only damage directly inflicted by the player or their minions and sentries counts for this, damage from traps or lava will not stop the enemy from teleporting.
- In Celebrationmk10 and Get fixed boi worlds, the drop rate of the Rod of Discord is increased to 1/100 (1%) regardless of difficulty.
Tips
- A Shadow Candle is required in order to spawn Chaos Elementals in a typical enemy farm. Alternatively, the following methods can be used to fulfill the condition of the player being active:
- Holding down ⚒ Use / Attack with a weapon or ↷ Jump with a Frog Leg accessory.
- Moving on a Minecart Track, e.g. with the ends hammered into bumpers.
- Being immersed in liquid with the Inner Tube equipped.
- Other methods like Conveyor Belts, hovering in midair on a flying mount, or moving through a hoik do not count as movement.
- As Enchanted Swords will also spawn under the same conditions as Chaos Elemental and can travel through solid blocks, the player should have some method for dealing with them while farming.
Trivia
- Elementals are magical entities who embody or personify a force of nature. Historically, elementals personify one of the four classical elements: earth, water, air, or fire (sometimes plants, and later included aether). In the fantasy role-playing game Dungeon & Dragons, elementals which are fusions and other unconventional elementals have been introduced.
- The
Bestiary entry for the Chaos Elemental: "Once living beings infused by the blessing, they erratically make chase with an uncontrollable surge of luminous power."
History
- Desktop 1.4.0.5: No longer affected by NPC smoothing.
- Desktop 1.4.0.1:
- No longer spawns if the player has been stationary for a while.
- Now drops the Apple Pie.
- No longer has a chance to drop the Blessed Apple.
- Desktop 1.3.5: Sprite updated.
- Desktop 1.3.0.1: Now has a chance to drop the Blessed Apple.
- Desktop 1.2.3: No longer spawns in the Underground Hallow if the world is not in Hardmode.
- Desktop 1.2.0.3: Now drops the Rod of Discord properly.
- Desktop 1.1: Introduced.
- Console 1.0.933.1: Removed Spectral Elemental. (
)
- Console 1.0.750.0: Removed Spectral Elemental. (
)
- Console-Release: Introduced.
- Switch 1.0.711.6: Introduced.
- Mobile 1.3.0.7: Removed Spectral Elemental.
- Mobile-Release: Introduced.
- 3DS-Release: Introduced.
References
- ↑ Information taken from the
Desktop 1.4.4.9 source code, method SpawnNPC()inTerraria.NPC.cs. - ↑ Internally, the game checks if the player has moved at a speed of at least 0.1875 tiles/second (approximately 0.26 mph) in horizontal and vertical directions, which is practically any movement at all. Information taken from the
Desktop 1.4.4.9 source code, property IsStandingStillForSpecialEffectsinTerraria.Player.csand fieldAFKTimeNeededForNoWormsinTerraria.NPC.cs.