Shimmering

From Terraria Wiki
Jump to navigation Jump to search
Desktop versionConsole versionMobile version
Desktop/Console/Mobile-Only Content: This information applies only to the Desktop, Console, and Mobile versions of Terraria.

Shimmering is a unique debuff. It is inflicted when an entity is submerged in Shimmer, or when the player's fishing pole's bobber touches Shimmer.

When an non-player entity is inflicted with the debuff, they will start turning transparent and become completely invisible, then become more and more opaque. If it has any special transmutations, it will transform into the respective entity/item when it is almost invisible. Entities that are immune to this debuff will not gain these effects.

When a player is inflicted with the debuff, they will enter a Shimmering state, which will make them unable to move or use items, become invincible to non-boss attacks, and start going down through all solid tiles that intersect with the player, until they reach a 2×3 opening or the Underworld layer. There is also an "unstuck" mechanic to prevent the player from being in the Shimmering state for too long.

See Notes for details about the effects of Shimmering.

Equipping the Chromatic Cloak will grant the player a more controllable Shimmering. They will not be inflicted with Shimmering instantly when touching Shimmer, and instead they can enter the Shimmering state at anytime by holding ▼ Down. However, after entering the Shimmering state, there is no other way to interrupt it, not even re-equipping the Chromatic Cloak.

Immune NPCs

Enemies immune to Shimmering

Notes

Tips

History

References

  1. A tick is a time unit countable by the software. Most of Terraria's updating logic happens every tick. A tick has the length of 1/60th of a second, hence there are 60 ticks in a second and 3600 ticks in a minute.
  2. Information taken from the Desktop version Desktop 1.4.4.9 source code, method UpdateNPC_BuffApplyVFX() in Terraria.NPC.cs.
  3. Information taken from the Desktop version Desktop 1.4.4.9 source code, method TryToShimmerUnstuck() in Terraria.Player.cs.
  4. Information taken from the Desktop version Desktop 1.4.4.9 source code, fields Sets.CanHitPastShimmer in Terraria.ID.NPCID.cs and Sets.CanHitPastShimmer in Terraria.ID.ProjectileID.cs.