HP

From TheKolWiki
Jump to: navigation, search
Spadebal.gif There are some vague or non-exact figures and information on this page. Some spading is required.

Exactly how do negative bonuses (poison, pet-buffing spray, gutgirdle, whalebone corset) affect the max HP calculation? Especially when mixed with base muscle changers like Consumed By Fear.
For information on hardcore permanents, see ascension.
Hp1.gif
HP

For those of you who have never played a role playing game before, HP stands for Hit Points. It's a measure of how much physical damage your character can take. Hit Points are directly based on how much Muscle you have, although Muscle classes inherently have 50% more HP than everyone else.

Your HP are displayed in the left pane in the form of a fraction: X / Y (underneath the HP heart). X shows your current HP, and Y shows your maximum HP. If the ratio of X / Y is less than 10%, the entire fraction will be red; otherwise, it will be black.

When your HP are reduced to zero, you cannot adventure until you regain some, either by using healing items or resting at your campsite. You also spend a few turns Beaten Up, which effectively reduces your primary statistics by half. You cannot go below zero HP, and you cannot die.

There are many weapons, pants, hats, and accessories to equip to increase your total HP. For a comprehensive list of everything in the game that affects your maximum HP, see HP Modifiers.

There are some effects which can reduce your Muscle and thereby your maximum HP, but your HP can never be less than what you would get with just your unbuffed Muscle. (Known to be incorrect.)

Resting in one's campground, using various items, and taking along specific familiars will also restore some of your HP. For a comprehensive list of everything in the game that restores HP, see HP Restorers.


Try to adventure with 0 HP yields the following message:

You're way too beaten up to go on an adventure right now. Use a healing item, or rest at your campsite.

You can still, in fact, vacation though.

Notes

Calculation

  • Your HP ceiling is affected by several effects and skills. The calculations, however, were changed on 25 Jan 2012, and many bonuses that used to be multiplicative are now additive. Furthermore, all percentage bonuses DO NOT multiply flat bonuses to HP, as they used to do.
  • The calculation now works as follows:

HP = (Absolute HP boosts) + (Multiplier) * (Buffed muscle + 3)

  • What this means in practice is that, when trying to maximize your HP and wanting to choose the best outfit for that goal, you may have to balance between equipping items that give more Muscle, or items that give more HP. Which gives you more HP depends on your HP percentage multiplier, and on your total Muscle - and, sometimes, on the base muscle as well, since percentage bonuses to Muscle depend on the base.

Example

For example.

  • Chester's Muscle Shirt gives +20% Muscle.
  • Sea Salt Scrubs gives a flat +400 HP.
  • In order for Chester's shirt to give more HP than Sea Salt Scrubs, a 20% Muscle bonus would have to give 401 or better HP.
  • So, with no +HP% bonuses at all (i.e. non-muscle class with none of the three passive skills giving HP% bonuses), +20% muscle would have to add 401 buffed-Muscle (and thus the player would need a BASE muscle of 2005).
  • By contrast, a muscle class with all three +HP% skills, and thus the full bonus of 90% to MaxHP, would only need a base (black) muscle of (2005/1.9) = 1055 for Chester's shirt to give him more HP than Sea Salt Scrubs (because the 20% bonus translates to +211 to buffed-muscle, which then multiplies by 1.9 to translate to +401 HP.)

History

  • Prior to January 25th, 2012 - HP was calculated by the following formula:
Max HP =
  S +
  CEILING(
    A × CEILING(
      G × CEILING(
        R × MAXIMUM(
              FLOOR((M + 3) × C) + P,
              FLOOR(m × C)
        )
      )
    )
  )

Where:

Assuming your Muscle is not suffering from a net negative effect, the formula can be approximated using:

Max HP ≈ GAR[(M + 3)C + P] + S = 3GARC + GAR(CM + P) + S