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
Register
Advertisement

I made a mistake and I don't know how to fixed. Sorry! I was just testing to see if Golem was immuned to On Fire! apparently he was in 1.3 mobile. Angrybirdgamer (talk) 17:13, 3 August 2020 (UTC)

Degeneration Value Errors[]

This debuff, and the Poisoned debuff, appear to me to have the wrong health degeneration values; I've observed On Fire to take about 4 hp per second, and Poisoned to take 8 hp per second. The Flaming Arrow says (on this page) that it does 3 seconds of burning, at 8 hp per second that's 24 health lost; I have, every time I watched their health, seen that 3 seconds of burning deal 12 damage instead of 24, counting the damage I deal away from their maximum hp and then observing their hp after the burning stops. Could someone conclusively test this? I believe that the two values were switched somehow.

I was about to give the standard "Are you wearing molten armor" answer, but after testing it looks like you're right, and the armor doesn't really make any difference. It's hard to time this cause life isn't taken off in neat 1-second steps. But a rough estimate does look like about 4 per second. Equazcion (talk) 18:01, 16 Aug 2011 (UTC)
Okay, I revisited the code and I think this is how it is:
  1. Each frame, the health regen factor is calculated. It's based on time elapsed without damage taken. The following times (seconds) each add +1 to the factor: 5, 10, 15, 20, 25, 30, 40, 50, 60.
  2. If your horizontal velocity is zero or a grappling projectile is active, the factor is increased by 25%; otherwise, it's halved.
  3. The factor is adjusted based on the player's maximum life; it's between 43.75% and 100% of the previous number. The more max health, the higher the factor. (That's assuming legit health -- hack your health higher and you'll regenerate faster).
  4. Band of Regeneration adds 1.
  5. The factor is added to a counter, each frame. When that counter hits 120, it's decreased by 120 and health is increased by 1.
Now, the damaging debuffs nix accessory and time-based regeneration, and set the life regeneration factor to -8 and -4, respectively; the adjustments #2-4 don't apply. When the aforementioned counter hits -120, life decreases in the same fashion.
So, in 1 second (60 frames), being on fire decrements the counter by 480, which amounts to -4 health. The current damage values are indeed wrong. The overall damage taken from a debuff could be 1 less, because in the frame you got lit on fire, the regen counter probably wasn't 0. Even if you're at full health, time and armor regeneration are constantly ticking. And even then, there could be some edge case or adjustment I forgot.
Now, if someone else wants to make a wiki article out of this… I don't feel like touching this topic ever again. --Lunboks 19:23, 16 August 2011 (UTC)
So, basically you can interpret the regen rates as "1 unit of regen = .5 health / second"? So, burning is -8 = -4hp/s. If you're standing still and you haven't had damage for 20s, you have 4 * 1.25 regen = 5 regen = 2.5 hp/s. I'm still not sure what you're getting at with the factor based on max life. --JonTheMon 21:06, 16 August 2011 (UTC)
I'm not entirely sure either. The formula for that is (double) statLifeMax / 400.0 * 0.75 + 0.25. --Lunboks 21:14, 16 August 2011 (UTC)
oh I see it now. It goes from 43.75% (25+18.75) @ 100 life to 100% (25+75) @ 400. Huh, that's a significant difference, but also interesting since it means that while your regen rate nearly doubles comparing 400hp to 100hp, since the max is 4x higher it takes longer to get to full health. --JonTheMon 21:37, 16 August 2011 (UTC)

mining obsidian plus on fire = INSTA-WTF[]

i was hunting for obsidian at the worlds edge by taking a LARGE ammount of water with me and i managed to get ON FIRE debuff while underwater, i must ask how THE HEL i did this glitch, it is almost impossile when you think about me being underwater o.o three words, dot dot dot. — Preceding unsigned comment added by 99.20.242.10 (talk) at 23:30, October 29, 2011‎ (UTC)

Future readers, fear not; this was simply the Burning debuff. —ϟAwesome_Diamondsϟtalk 03:25, 27 February 2018 (UTC)

coincidence?[]

Wow! I just noticed the icon has the guide voodoo doll on fire. Is that on purpose? — Preceding unsigned comment added by 216.73.203.52 at 15:36, January 5, 2012‎ (UTC)

Magic Mirror (or Healing Potion)[]

I'm only new at this game but I just caught on fire from some lava, and decided to drink a Healing Potion & then use my Magic Mirror to get to where I could jump in some water. However, upon being returned to my spawn point I was no longer on fire. Was this from the Mirror or from the potion? (Or both?)(And does drinking bottled water help?)--Correctaphobia (talk) 01:28, 14 July 2013 (UTC)

The on fire debuff only stays for a few seconds. It likely ended already. --0icke0 (talk) 10:19, 14 July 2013 (UTC)

charm of myths counter[]

I noticed when the charm of myths is equiped you can still regen some life. research on the wiki revealed that it's base item 'band of regeneration' counters the 'bleeding' effect (that also stops regen like 'on fire!'). since the charm inherits the trait, it might also counter 'on fire!' thus allowing some regen. never edited any wiki before, i'll leave it to the regulars to decide if it's a worthy adition to the page as a mechanic or maybe a bug. — Preceding unsigned comment added by 37.142.216.110 at 12:34, October 25, 2013‎ (UTC)

Advertisement