Meteor rain
Jump to navigation
Jump to search
Not to be confused with Starfall or Meteor Shower.
Meteor rain is an event that consists of Meteorite projectiles falling from the sky. It happens during Thunderstorm in a world with The Constant and For the Worthy seeds active, and Remix seed inactive.
For each tick,[1] there is a 2/3 (66.67%) chance (or 1/2 (50%) chance when the Drunk seed is active) for a Meteor to fall from a random location near the top world border.[2] The angle at which the meteors fall is affected by wind speed, with the angle becoming sharper as the wind speed increases. Meteors deal 140 / 280 / 420 damage to players (70 damage to non-player entities) and have a knockback of 10 (Extremely strong). These meteors do not drop anything upon dissipating.
This event does not have a related status message.
History
- Desktop 1.4.5.0: Introduced.
- Console 1.4.5: Introduced.
- Switch 1.4.5: Introduced.
- Mobile 1.4.5: Introduced.
References
- ↑ 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.
- ↑ Information taken from the
Desktop 1.4.5.4 source code, method SpawnFallingObjects()inTerraria.WorldGen.cs. There may be inaccuracies, as the current
Desktop version is 1.4.5.6.