Difference between revisions of "Armor - Heat"

From RimWorld Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
 
| round to five over = 200
 
| round to five over = 200
 
| to string style = FloatTwo
 
| to string style = FloatTwo
| description = A property of textiles. Heat armor protects against frostbite and burn damage, but works like other types of armor in other aspects.
+
| description = The protection given against temperature-related damage like burns.
}}
+
 
 +
Upon taking damage, first this armor rating is reduced by the attack's armor penetration value.
 +
 
 +
The remaining armor rating is then compared against a random number from 0 to 100.
 +
 
 +
    - If the random number is under half the armor rating, the damage deflects harmlessly.
 +
    - If the random number is over half the armor rating, but not higher than the armor rating, the damage is reduced by half and changed to blunt.
 +
    - If the random number is greater than the armor rating, the armor has no effect.
 +
 
 +
For example, at 90% armor rating against an attack with 10% armor penetration, there is a 40% chance of deflecting the attack harmlessly, and a 40% chance of mitigating the damage.
 +
 
 +
Each layer of armor is applied separately, from the outside in.}}

Revision as of 22:54, 31 October 2022

Armor - Heat is a stat: The protection given against temperature-related damage like burns.

Upon taking damage, first this armor rating is reduced by the attack's armor penetration value.

The remaining armor rating is then compared against a random number from 0 to 100.

   - If the random number is under half the armor rating, the damage deflects harmlessly.
   - If the random number is over half the armor rating, but not higher than the armor rating, the damage is reduced by half and changed to blunt.
   - If the random number is greater than the armor rating, the armor has no effect.

For example, at 90% armor rating against an attack with 10% armor penetration, there is a 40% chance of deflecting the attack harmlessly, and a 40% chance of mitigating the damage.

Each layer of armor is applied separately, from the outside in.