Difference between revisions of "Regeneration rate"

From CrawlWiki
Jump to: navigation, search
m (Rate Math: Remove chei walking exception which no longer applies, and add that trolls can use troll armor for even more regen.)
m (regen mutation is 40 RR.)
Line 43: Line 43:
 
*You have 90 MHP which is over 60 so you use the second formula. Your BRR is 90/6 => 15+10 => 25. It will take 4 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 4 turns.
 
*You have 90 MHP which is over 60 so you use the second formula. Your BRR is 90/6 => 15+10 => 25. It will take 4 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 4 turns.
  
*Same as above, except you have the regeneration 1 [[mutation]], which increases your RR by 20. Your TRR is 25+20 => 45. It will take 2.2 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 2.2 turns.
+
*Same as above, except you have the regeneration 1 [[mutation]], which increases your RR by 40. Your TRR is 25+40 => 65. It will take 1.53 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 1.53 turns.
  
 
[[Category:Game mechanics]]
 
[[Category:Game mechanics]]

Revision as of 22:31, 8 May 2017

Version 0.15: This article may not be up to date for the latest stable release of Crawl.

Your regeneration rate is the speed at which your character recovers HP. It is affected by many things, almost all of which stack.

Rate Math

Your base regeneration rate (BRR) follows one of the following formulas:

  • If below 60 max HP (MHP)
MHP / 3
  • If 60 MHP or higher
MHP / 6 + 10

Total regeneration rate (TRR) is modified as follows:

  • The amulet of regeneration (or amulet of Vitality) adds 40
  • A troll leather armour adds 40, now even for trolls
  • The moon troll leather armour unrandart adds 40 in addition to the previous bonus
  • The regeneration mutation adds 40 per level
  • The Regeneration spell adds 100
  • Trog's Hand adds 100. Unlike other sources, this amount is added after calculating the effects of the Slow Healing mutation, sickness, and vampire hunger levels.
  • The demonspawn mutation Powered by Death adds 100 for every corpse within a radius of 3 tiles per rank, up to a maximum of 700. However, the additional regeneration only triggers when you kill a monster, and lasts 2d8 + 8 per rank turns.
  • If you are a vampire, your regeneration rate is modified as follows:
    • Alive: +20
    • Full/Very full: +10
    • Normal: +0
    • Thirsty/Very Thirsty: ÷2
    • Bloodless: Set the rate to 0.
  • If you have the Slow Healing mutation:
    • Rank 1: Halve your rate if there are monsters in your LoS.
    • Rank 2: Set your rate to 0 if there are monsters in your LoS.
    • Rank 3: Set your rate to 0.
  • If your current strength is equal or less than 0, divide by 4.
  • If you are sick, set the rate to 0.

Every turn of 10 auts you accumulate regeneration points equal to your TRR. When 100 are gained you heal 1 HP, and excess regeneration points are carried over to the next turn.

If your last action didn't last 10 auts, the amount of regeneration points you gain is scaled with the amount of time taken.

At 100 MHP your BRR is 26. In order to get 100 BRR you would need 540 MHP. For 50 BRR, 240 MHP. As can be expected, regeneration items are far more efficient at raising your TRR than stacking HP.

Examples

  • You have 30 MHP so you use the first formula. Your BRR is 30/3 => 10. It will take 10 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 10 turns.
  • Same as above, except you have a troll leather armour, which adds 40 to this rate. Your TRR is 10+40 => 50. It will take 2 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 2 turns.
  • You have 90 MHP which is over 60 so you use the second formula. Your BRR is 90/6 => 15+10 => 25. It will take 4 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 4 turns.
  • Same as above, except you have the regeneration 1 mutation, which increases your RR by 40. Your TRR is 25+40 => 65. It will take 1.53 turns to accumulate 100 regeneration points and heal by 1 HP. Your healing rate is 1 HP for every 1.53 turns.