Difference between revisions of "Pain"

From RimWorld Wiki
Jump to navigation Jump to search
 
(29 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>{{Stub|reason=Needs detailed numbers on stat penalties}}  
+
<noinclude>{{stub|reason=Needs detailed numbers on stat penalties. Psycasting}}{{About|the stat|the ideoligious precept of the same name|Ideoligion#Pain{{!}}Ideoligion}}
 
{{Capacity
 
{{Capacity
 
| default base value = 1
 
| default base value = 1
Line 6: Line 6:
 
}}</noinclude>
 
}}</noinclude>
 
<includeonly>:''Main Article: [[Pain]]''</includeonly>
 
<includeonly>:''Main Article: [[Pain]]''</includeonly>
Most biological creatures including [[colonist]]s, [[raider]]s, and [[animals]] feel pain caused by [[Injury|injuries]].  A pawn's pain level ranges from 0% to 100% and is displayed on their Health tab's Overview. Pain levels are None, Little, Moderate, Severe, and Extreme.{{Check Tag|Detail Needed|What percentage ranges do those names correlate to?}} Even a little pain causes unhappy [[Thoughts list|thoughts]]. Once pain passes 10%, it'll start to have an effect on [[consciousness]]. If a pawn's pain level meets or exceeds their [[Pain Shock Threshold]] they'll go into [[Injury#Shock|shock]], unable to move. Pawns with the Wimp [[traits|trait]] will be incapacitated with only minor pain of 20%.
+
Most biological creatures including [[colonist]]s, [[raider]]s, and [[animals]] feel pain caused by [[Injury|injuries]].  A pawn's pain level ranges from 0% to 100% and is displayed on their Health tab's Overview. Pain levels are None, Little, Moderate, Severe, and Extreme.{{Check Tag|Detail Needed|What percentage ranges do those names correlate to?}} Even a little pain causes unhappy [[Thoughts list|thoughts]]. Once pain passes 10%, it'll start to have an effect on [[consciousness]]. If a pawn's pain level meets or exceeds their [[Pain Shock Threshold]] they'll go into [[Injury#Shock|shock]], unable to move. Pawns with the [[Wimp]] trait will be incapacitated with only minor pain of 30%.
  
Most pain is temporary, but [[Injury#Scarring|scars]] and certain [[disease]]s can cause long-term pain.  A [[painstopper]] implant or the [[Psycasts#Painblock|Painblock]] psycast {{RoyaltyIcon}} will get rid of all a colonist's pain and negate any pain-related mood penalties. Note that colonists with the Masochist trait get a mood ''bonus'' from pain instead of a penalty, so it's usually better to leave them alone.
+
Most pain is temporary, but [[Injury#Scarring|scars]] and certain [[disease]]s can cause long-term pain.  A [[painstopper]] implant or the [[Psycasts#Painblock|Painblock]] psycast {{RoyaltyIcon}} will get rid of all a colonist's pain and negate any pain-related mood penalties. Note that colonists with the [[Masochist]] trait or an ideoligion with the [[Ideoligion#Pain|Pain: Idealized]] precept{{IdeologyIcon}} get a mood ''bonus'' from pain instead of a penalty, so it's usually better to leave them alone.
  
Injuries to artificial parts do not cause any pain, so colonists with a lot of bionics will generally incur less pain during combat.
+
Injuries to the [[Artificial body parts|artificial parts]] do not cause any pain, so colonists with a lot of bionics will generally incur less pain during combat.
  
===Formula===
+
=== Formula ===
 
Pain for a given pawn is the sum of the pain from each individual injury, with two extra steps at the end:
 
Pain for a given pawn is the sum of the pain from each individual injury, with two extra steps at the end:
 
* <code>pain = pain / healthFactor</code> for pawns with a healthFactor other than 1.0 (like [[grizzly bear]]s and other large animals).  Humans have a healthFactor of 1.0, so this doesn't impact humans
 
* <code>pain = pain / healthFactor</code> for pawns with a healthFactor other than 1.0 (like [[grizzly bear]]s and other large animals).  Humans have a healthFactor of 1.0, so this doesn't impact humans
Line 19: Line 19:
 
Pain from an individual injury is the product of the severity of the injury (the number of HP missing for things like cuts and burns) and the pain per severity for the injury type.  For example:
 
Pain from an individual injury is the product of the severity of the injury (the number of HP missing for things like cuts and burns) and the pain per severity for the injury type.  For example:
 
*30 burn damage causes 30 damage &times; 0.01875 pain per severity = 56.25% pain
 
*30 burn damage causes 30 damage &times; 0.01875 pain per severity = 56.25% pain
*30 cut damage causes 30 damage &times; 0.00625 pain per severity =  18.75% pain
+
*30 cut damage causes 30 damage &times; 0.0125 pain per severity =  37.5% pain
  
 
For the complete table of pain vs damage, see [[Health Difficulties]]
 
For the complete table of pain vs damage, see [[Health Difficulties]]
  
===Thresholds===
+
=== Thresholds ===
 
Pain creates moodlets of different values at 4 stages depending on pain severity.
 
Pain creates moodlets of different values at 4 stages depending on pain severity.
  
 
{| {{STDT|sortable c_10 text-center}}
 
{| {{STDT|sortable c_10 text-center}}
! Level !! Required Pain % !! Mood Penalty !! Stat Penalty
+
! Level !! Required Pain % !! Mood Penalty<br>(Default) !! Mood Buff<br>([[Masochist]]) !! Mood Buff<br>([[Ideoligion#Pain|Pain:Idealized]]{{IdeologyIcon}})
 
|-
 
|-
| Minor           ||  1% || -5 || ?
+
! Minor
 +
|  1% || {{--|5}} || {{+|5}} || {{+|3}}
 
|-
 
|-
| Serious         || 15% || -10 || ?
+
! Serious
 +
| 15% || {{--|10}} || {{+|10}} || {{+|5}}
 
|-
 
|-
| Intense         || 40% || -15 || ?
+
! Intense
 +
| 40% || {{--|15}} || {{+|15}} || {{+|7}}
 
|-
 
|-
| Mind-shattering || 80% || -20 || ?
+
! Mind-shattering
 +
| 80% || {{--|20}} || {{+|20}} || {{+|9}}
 
|-
 
|-
 
|}
 
|}
<noinclude>
+
 
=== Factors ===
+
A standard pawn will go down upon reaching mind-shattering pain.<br>
{{Stub|section=1|Many other hediffs cause pain or change pain factors. Also how is PainFactor applied? Is it exactly the same as a post factor for other capacities? Math section on final calculation is needed.}}
+
Pain inflicts a [[consciousness]] penalty that scales with the pain percentage after exceeding 10%. It conforms to the following equation:
====Pain factors====
+
<code>IF Pain[%] <= 10% THEN -0% ELSE -{(Pain-0.1)/2.25}[%]</code> For example, 15% pain is 0.15 - 0.1 = 0.05 / 2.25 = 0.02 or 2% consciousness loss.
* [[Painstopper]]: '''x0%'''
+
 
* [[Go-juice]]: '''x10%'''
+
{| class="wikitable"
* [[Psycasts#Painblock|Painblock]] psycast: {{RoyaltyIcon}} '''x10%'''
+
! Graph
 +
|-
 +
| {{GraphChart|width=400|height=100|type=line| xAxisTitle = Pain (%) | yAxisTitle = Consciousness Penalty (%)|x=0,10, 100|y=0, 0, -40|xAxisMin = 0 |  xAxisMax = 100|  yAxisMin = -40 | yAxisMax = 0 |xGrid = |yGrid = }}
 +
|}
 +
 
 +
===  Factors ===
 +
{{Stub|section=1|reason=Many other hediffs cause pain or change pain factors. Also injury mechanics. Also how is PainFactor applied? Is it exactly the same as a post factor for other capacities? Math section on final calculation is needed.}}
 +
==== Base factors ====
 +
Factors cause the game code to MULTIPLY pain X a number. Small numbers reduce pain a lot. Large numbers reduce pain a little.
 +
 
 +
* [[Painstopper]]: '''×0%'''
 +
* [[Painless]] persona trait {{RoyaltyIcon}}: '''×0%'''
 +
* [[Go-juice]]:
 +
** High: '''×10%'''
 +
** Withdrawal: '''×300%'''
 +
* [[Psycasts#Painblock|Painblock]] psycast: {{RoyaltyIcon}} '''×10%'''
 +
* [[Yayo]]:
 +
** High: '''×50%'''
 +
* [[Luciferium]]:
 +
** High: '''×80%'''
 +
* [[Psychite tea]]:
 +
** High: '''×90%'''
 
* [[Beer]]: (See also [[#Offsets|Offsets]])
 
* [[Beer]]: (See also [[#Offsets|Offsets]])
** Warm: '''x90%'''
+
** Warm: '''×90%'''
** Tipsy: '''x80%'''
+
** Tipsy: '''×80%'''
** Drunk: '''x50%'''
+
** Drunk: '''×50%'''
** Hammerred: '''x30%'''
+
** Hammerred: '''×30%'''
** Blackout: '''x10%'''
+
** Blackout: '''×10%'''
* [[Psychite tea]]: '''x90%'''
+
* [[Genes#Psychic bonding|Psychic bond]]{{BiotechIcon}}:
* [[Yayo]]: '''x50%'''
+
** Psychic bond: '''×50%'''
* [[Luciferium]]: '''x80%'''
+
* [[Reduced pain]]{{BiotechIcon}}: '''×50%'''
  
 
==== Offsets ====
 
==== Offsets ====
 +
Offsets cause the game code to ADD OR SUBTRACT a number from the pawn's pain. Small numbers are less effective at reducing pain than large numbers. However, if the pawn only has a small amount of pain, an equally small offset will be totally effective at removing all pain. Positive numbers add pain. Negative numbers reduce pain.
 +
 +
* [[Mindscrew]]: {{++|20%}}
 +
* [[Sensory mechanites]]:
 +
** Mild pain: {{++|20%}}
 +
** Intense pain: {{++|60%}}
 +
* [[Blood rot]]:
 +
** Extreme: {{++|5%}}
 +
* [[Fibrous mechanites]]:
 +
** Mild pain: {{++|20%}}
 +
** Intense pain: {{++|60%}}
 +
* [[Muscle parasites]]: {{++|20%}}
 +
* [[Gut worms]]: {{++|20%}}
 +
* [[Malaria]]:
 +
** Major: {{++|30%}}
 +
** Extreme: {{++|30%}}
 +
* [[Luciferium]]:
 +
** Withdrawal: {{++|40%}}
 
* [[Beer]]: (See also [[#Factors|Factors]])
 
* [[Beer]]: (See also [[#Factors|Factors]])
 
** Blackout: {{++|5%}}
 
** Blackout: {{++|5%}}
 
* [[Smokeleaf joint|Stoned on smokeleaf]]: {{---|20%}}
 
* [[Smokeleaf joint|Stoned on smokeleaf]]: {{---|20%}}
 +
* [[Torture crown]]:{{IdeologyIcon}} {{++|5%}}
 +
* [[Tox gas]]:{{BiotechIcon}}
 +
** Mild: {{++|10%}}
 +
** Moderate: {{++|15%}}
 +
** Severe: {{++|25%}}
 +
* [[Hemogen]] craving:{{BiotechIcon}}
 +
** Minor: {{++|5%}}
 +
** Moderate: {{++|10%}}
 +
** Major: {{++|15%}}
 +
 +
<noinclude>
  
=== Version history ===
+
== Version history ==
 
* [[Version/0.6.532|0.6.532]] -  Added. Pain level is tracked. A character in too much pain will become incapacitated.
 
* [[Version/0.6.532|0.6.532]] -  Added. Pain level is tracked. A character in too much pain will become incapacitated.
 
* [[Version/0.10.785|0.10.785]] - Pain now creates unhappiness.
 
* [[Version/0.10.785|0.10.785]] - Pain now creates unhappiness.

Latest revision as of 12:27, 9 February 2024

Pain is a pawn capacity: How much pain a person feels.

Most biological creatures including colonists, raiders, and animals feel pain caused by injuries. A pawn's pain level ranges from 0% to 100% and is displayed on their Health tab's Overview. Pain levels are None, Little, Moderate, Severe, and Extreme.[Detail Needed] Even a little pain causes unhappy thoughts. Once pain passes 10%, it'll start to have an effect on consciousness. If a pawn's pain level meets or exceeds their Pain Shock Threshold they'll go into shock, unable to move. Pawns with the Wimp trait will be incapacitated with only minor pain of 30%.

Most pain is temporary, but scars and certain diseases can cause long-term pain. A painstopper implant or the Painblock psycast Content added by the Royalty DLC will get rid of all a colonist's pain and negate any pain-related mood penalties. Note that colonists with the Masochist trait or an ideoligion with the Pain: Idealized preceptContent added by the Ideology DLC get a mood bonus from pain instead of a penalty, so it's usually better to leave them alone.

Injuries to the artificial parts do not cause any pain, so colonists with a lot of bionics will generally incur less pain during combat.

Formula[edit]

Pain for a given pawn is the sum of the pain from each individual injury, with two extra steps at the end:

  • pain = pain / healthFactor for pawns with a healthFactor other than 1.0 (like grizzly bears and other large animals). Humans have a healthFactor of 1.0, so this doesn't impact humans
  • pain = pain * painFactor from health conditions which alter pain. This includes pain-reducing drugs like flake and yayo as well as anesthetic used during operations

Pain from an individual injury is the product of the severity of the injury (the number of HP missing for things like cuts and burns) and the pain per severity for the injury type. For example:

  • 30 burn damage causes 30 damage × 0.01875 pain per severity = 56.25% pain
  • 30 cut damage causes 30 damage × 0.0125 pain per severity = 37.5% pain

For the complete table of pain vs damage, see Health Difficulties

Thresholds[edit]

Pain creates moodlets of different values at 4 stages depending on pain severity.

Level Required Pain % Mood Penalty
(Default)
Mood Buff
(Masochist)
Mood Buff
(Pain:IdealizedContent added by the Ideology DLC)
Minor 1% −5 +5 +3
Serious 15% −10 +10 +5
Intense 40% −15 +15 +7
Mind-shattering 80% −20 +20 +9

A standard pawn will go down upon reaching mind-shattering pain.
Pain inflicts a consciousness penalty that scales with the pain percentage after exceeding 10%. It conforms to the following equation: IF Pain[%] <= 10% THEN -0% ELSE -{(Pain-0.1)/2.25}[%] For example, 15% pain is 0.15 - 0.1 = 0.05 / 2.25 = 0.02 or 2% consciousness loss.

Graph

Factors[edit]

Base factors[edit]

Factors cause the game code to MULTIPLY pain X a number. Small numbers reduce pain a lot. Large numbers reduce pain a little.

Offsets[edit]

Offsets cause the game code to ADD OR SUBTRACT a number from the pawn's pain. Small numbers are less effective at reducing pain than large numbers. However, if the pawn only has a small amount of pain, an equally small offset will be totally effective at removing all pain. Positive numbers add pain. Negative numbers reduce pain.


Version history[edit]

  • 0.6.532 - Added. Pain level is tracked. A character in too much pain will become incapacitated.
  • 0.10.785 - Pain now creates unhappiness.