Difference between revisions of "Psychite"

From RimWorld Wiki
Jump to navigation Jump to search
(Flake and Yayo don't have a minToleranceToAddict)
(→‎Psychite addiction: fixed table not being displayed)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
{{Quote|"A built-up tolerance to psychite. The more severe this tolerance is, the more psychite-based drugs like yayo or flake it takes to get the same effect."|Tolerance description}}
 
{{Quote|"A built-up tolerance to psychite. The more severe this tolerance is, the more psychite-based drugs like yayo or flake it takes to get the same effect."|Tolerance description}}
  
Each {{#vardefineecho:page|{{P|Name}} }} consumed increases the psychite tolerance of the pawn by {{%|{{#var:toleranceSeverityOffset}} }}, divided by the body size of the pawn. Thus smaller or not fully grown pawns gain more tolerance per drug use then bigger or fully grown ones. A [[Human]] has a body size of {{Q|Human|Body Size}}. Psychite tolerance decreases at a rate of {{%|{{#vardefineecho:toleranceSeverityPerDay|0.015}} }} per day.
+
Each {{#vardefineecho:page|{{P|Name}} }} consumed increases the psychite tolerance of the pawn by the following formula:
 +
 
 +
<code>Increase in tolerance = {{%|{{#var:toleranceSeverityOffset}} }} / body size^2</code>
 +
 
 +
Thus smaller or not fully grown pawns gain more tolerance per drug use then bigger or fully grown ones. An adult [[human]] has a body size of {{Q|Human|Body Size}}. Psychite tolerance decreases at a rate of {{%|{{#vardefineecho:toleranceSeverityPerDay|0.015}} }} per day.
  
 
See sections ''"{{#var:page}} high"'' and ''"Psychite addiction"'' for how psychite tolerance affects {{#var:page}} high severity and psychite addiction chance respectively.
 
See sections ''"{{#var:page}} high"'' and ''"Psychite addiction"'' for how psychite tolerance affects {{#var:page}} high severity and psychite addiction chance respectively.
Line 41: Line 45:
  
 
The chance of addiction is as follows:
 
The chance of addiction is as follows:
{| class="wikitable" style="text-align:right"
+
<table class="wikitable" style="text-align:right">
! Tolerance !! Addiction chance !! Graph
+
<th> Tolerance </th><th> Addiction chance </th><th> Graph </th>
|-
+
<tr>
| 0% || 0%
+
<td> 0% </td><td> 0% </td>
| rowspan="4" | {{Graph:Chart
+
<td rowspan="4"> {{Graph:Chart
  | width = 400 | height = 100 | type = line | xAxisTitle = Tolerance (%) | yAxisTitle = Addiction Chance (%)
+
| width = 400 | height = 100 | type = line | xAxisTitle = Tolerance (%) | yAxisTitle = Addiction Chance (%)
  | x = 0, {{#expr:{{#var:minToleranceToAddict}}*100}}, {{#expr:{{#var:minToleranceToAddict}}*100}}, 50, 80, 100
+
| x = 0, {{#expr:{{#var:minToleranceToAddict}}*100}}, {{#expr:{{#var:minToleranceToAddict}}*100}}, 50, 80, 100
  | y = 0, 0, {{#expr:{{P|Addictiveness}} * ( 1 + 4 * {{#var:minToleranceToAddict}} / 0.5) * 100}}, {{#expr:{{P|Addictiveness}} * 5 * 100}}, {{#expr:{{P|Addictiveness}} * 15 * 100}}, {{#expr:{{P|Addictiveness}} * 15 * 100}}
+
| y = 0, 0, {{#expr:{{P|Addictiveness}} * ( 1 + 4 * {{#var:minToleranceToAddict}} / 0.5) * 100}}, {{#expr:{{P|Addictiveness}} * 5 * 100}}, {{#expr:{{P|Addictiveness}} * 15 * 100}}, {{#expr:{{P|Addictiveness}} * 15 * 100}}
}}
+
}} </td>
|-
+
</tr><tr>
| {{%|{{#var:minToleranceToAddict}} }} || {{%|{{P|Addictiveness}} * ( 1 + 4 * {{#var:minToleranceToAddict}} / 0.5) }}
+
<td> {{%|{{#var:minToleranceToAddict}} }} </td><td> {{%|{{P|Addictiveness}} * ( 1 + 4 * {{#var:minToleranceToAddict}} / 0.5) }} </td>
|-
+
</tr><tr>
| 50% || {{%|{{P|Addictiveness}} * 5}}
+
<td> 50% </td><td> {{%|{{P|Addictiveness}} * 5}} </td>
|-
+
</tr><tr>
| 80% || {{%|{{P|Addictiveness}} * 15}}
+
<td> 80% </td><td> {{%|{{P|Addictiveness}} * 15}} </td>
|}
+
</tr></table>
 
}}
 
}}
  

Revision as of 11:56, 4 February 2024

Psychite refers to a family of drugs made from psychoid leaves, which are harvested from a psychoid plant. These include:

All three drugs share the same "Psychite" drug need and contribute towards psychite addiction, tolerance, and withdrawal.

Go-juice, despite requiring yayo to create, is not considered a psychite substance.