Difference between revisions of "Psychite"

From RimWorld Wiki
Jump to navigation Jump to search
(moved the psychite tolerance, addiction and withdrawal from the three drug pages here in order to ensure that they are always identical)
(→‎Psychite addiction: fixed table not being displayed)
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
  
 
<!-- The follwing is transcluded on Psychite tea, Flake and Yayo pages -->
 
<!-- The follwing is transcluded on Psychite tea, Flake and Yayo pages -->
<onlyinclude>
+
<onlyinclude>=== Psychite tolerance ===
=== Psychite tolerance ===
 
 
{{Main|Tolerance}}
 
{{Main|Tolerance}}
 
{{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 37: Line 40:
 
=== Psychite addiction ===
 
=== Psychite addiction ===
 
{{Quote|"A chemical addiction to psychite. Long-term presence of psychite has caused neurological adaptations at the cellular level, so the brain can no longer function properly without the drug. Without regular doses of psychite from drugs like flake or yayo, withdrawal symptoms will begin. However, extended abstinence will force the brain to adapt back to its normal state, resolving the addiction."|Addiction description}}
 
{{Quote|"A chemical addiction to psychite. Long-term presence of psychite has caused neurological adaptations at the cellular level, so the brain can no longer function properly without the drug. Without regular doses of psychite from drugs like flake or yayo, withdrawal symptoms will begin. However, extended abstinence will force the brain to adapt back to its normal state, resolving the addiction."|Addiction description}}
Once a pawn has a psychite tolerance of {{%|{{#var:minToleranceToAddict}} }} or above, each dose carries a chance of psychite addiction that scales with tolerance. Due to the minimum tolerance to addict, {{lc:{{#var:page}} }} can be safely consumed once every {{Plural|{{#var:toleranceSeverityOffset}}/{{#var:toleranceSeverityPerDay}} round 1|day}} without risking addiction, so long as the pawn has a body size of 1 or higher and their tolerance is not already elevated before starting the schedule.
+
{{#switch: {{#var:page}}
 +
| Flake | Yayo = Each dose of {{#var:page}} carries a {{%|{{P|Addictiveness}} }} chance of a psychite addiction regardless of tolerance. There is therefore no safe dose interval.
 +
| Psychite tea = Once a pawn has a psychite tolerance of {{%|{{#var:minToleranceToAddict}} }} or above, each dose carries a chance of psychite addiction that scales with tolerance. Due to the minimum tolerance to addict, {{lc:{{#var:page}} }} can be safely consumed once every {{Plural|{{#var:toleranceSeverityOffset}}/{{#var:toleranceSeverityPerDay}} round 1|day}} without risking addiction, so long as the pawn has a body size of 1 or higher and their tolerance is not already elevated before starting the schedule.
  
 
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>
 +
<td> {{%|{{#var:minToleranceToAddict}} }} </td><td> {{%|{{P|Addictiveness}} * ( 1 + 4 * {{#var:minToleranceToAddict}} / 0.5) }} </td>
 +
</tr><tr>
 +
<td> 50% </td><td> {{%|{{P|Addictiveness}} * 5}} </td>
 +
</tr><tr>
 +
<td> 80% </td><td> {{%|{{P|Addictiveness}} * 15}} </td>
 +
</tr></table>
 
}}
 
}}
|-
 
| {{%|{{#var:minToleranceToAddict}} }} || {{%|{{P|Addictiveness}} * ( 1 + 4 * {{#var:minToleranceToAddict}} / 0.5) }}
 
|-
 
| 50% || {{%|{{P|Addictiveness}} * 5}}
 
|-
 
| 80% || {{%|{{P|Addictiveness}} * 15}}
 
|}
 
  
 
The addiction progresses by {{%|{{#vardefineecho:addictionSeverityPerDay|0.0333}} }} per day from the initial 50%. Once it reaches 100% the addiction is healed, meaning it takes about {{Plural|0.5/{{#var:addictionSeverityPerDay}} round 1|day}} to overcome the addiction. Consuming {{#var:page}} during a psychite addiction will reduce the addiction progress by {{%|{{#var:addictionSeverityOffset}} }} again ''(see "Upon {{#switch:{{#var:page}} | Flake = smoking | Psychite tea = drinking | Yayo = snorting}}" above)''.
 
The addiction progresses by {{%|{{#vardefineecho:addictionSeverityPerDay|0.0333}} }} per day from the initial 50%. Once it reaches 100% the addiction is healed, meaning it takes about {{Plural|0.5/{{#var:addictionSeverityPerDay}} round 1|day}} to overcome the addiction. Consuming {{#var:page}} during a psychite addiction will reduce the addiction progress by {{%|{{#var:addictionSeverityOffset}} }} again ''(see "Upon {{#switch:{{#var:page}} | Flake = smoking | Psychite tea = drinking | Yayo = snorting}}" above)''.
Line 75: Line 81:
 
* {{Bad|Mental break}} chances:
 
* {{Bad|Mental break}} chances:
 
** [[Hard drug binge]]: on average every {{#vardefineecho:bingeMtb|40}} days. This averages to {{Plural|1/{{#var:addictionSeverityPerDay}}/{{#var:bingeMtb}} round 1|hard drug binge}} during each withdrawal.
 
** [[Hard drug binge]]: on average every {{#vardefineecho:bingeMtb|40}} days. This averages to {{Plural|1/{{#var:addictionSeverityPerDay}}/{{#var:bingeMtb}} round 1|hard drug binge}} during each withdrawal.
** [[Psychotic wandering]]: on average every {{#vardefineecho:wanderingMtb|10}} days. This averages to {{Plural|1/{{#var:addictionSeverityPerDay}}/{{#var:wanderingMtb}} round 1|psychotic wandering}} during each withdrawal.
+
** [[Psychotic wandering]]: on average every {{#vardefineecho:wanderingMtb|10}} days. This averages to {{Plural|1/{{#var:addictionSeverityPerDay}}/{{#var:wanderingMtb}} round 1|psychotic wandering}} during each withdrawal.</onlyinclude></includeonly>
</onlyinclude></includeonly>
 

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.