Editing Chemical (Need)

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Stub|reason= not up too the standard. math unclear, no time till thresholds,  see other need pages}}
+
{{Stub}}
{{About|the need created by chemical need traits|the need created by addiction|Addiction}}
+
'''Chemical''' need is the game mechanic that controls the [[need]] of [[Characters]] with the [[Traits#Chemical interest|Chemical interest]] or [[Traits#Chemical fascination|Chemical fascination]] traits to consume [[social drugs|social]] and [[hard drugs]] of any kind, distinct from [[addiction]]s. A character with a higher chemical value has consumed drugs recently, and has fulfilled that need more than another character with a low chemical level. Only pawns with those traits have the need. You can view the chemical need of any affected human by viewing the "Chemical" bar and the corresponding mouseover text in the [[Needs]] tab.
'''Chemical''' need is the game mechanic that controls the [[need]] of [[Characters]] with the [[Chemical interest]] or [[Chemical fascination]] traits to consume [[social drugs|social]] and [[hard drugs]] of any kind, distinct from [[addiction]]s. A character with a higher chemical value has consumed drugs recently, and has fulfilled that need more than another character with a low chemical level. Only pawns with those traits have the need. You can view the chemical need of any affected human by viewing the "Chemical" bar and the corresponding mouseover text in the [[Needs]] tab.
 
  
 
Pawns with this need that spend too long without consuming drugs will become increasingly [[Mood|unhappy]], while satisfying the need provides a mood bonus.
 
Pawns with this need that spend too long without consuming drugs will become increasingly [[Mood|unhappy]], while satisfying the need provides a mood bonus.
  
{{Quote|"Chemical expresses the desire to ingest drugs. When above a certain level it will create good mood, but when below a certain level it will create increasingly bad mood."|Chemical description}}
+
==Need changes==
 
 
== Need changes ==
 
 
The chemical need is fulfilled by consuming certain [[drugs]]:
 
The chemical need is fulfilled by consuming certain [[drugs]]:
* [[Social drugs]] satisfy the need by {{+|20%}}. Social drugs include: {{#Ask: [[Category:Social Drug]]}}.
+
* [[Social drugs]] satisfy the need by 20%. Social drugs include: {{#Ask: [[Category:Social Drug]]}}.
* [[Hard drugs]] satisfy the need by {{+|30%}}. Hard drugs include: {{#Ask: [[Category:Hard Drug]]}}.
+
* [[Hard drugs]] satisfy the need by 30%. Hard drugs include: {{#Ask: [[Category:Hard Drug]]}}.
 
* [[Medical drugs]] have no effect. Medical drugs include: {{#Ask: [[Category:Medical Drug]]}}.
 
* [[Medical drugs]] have no effect. Medical drugs include: {{#Ask: [[Category:Medical Drug]]}}.
  
The need satisfaction decreases at a base rate of {{--|7.1%}} per day, it does not change while the pawn is sleeping, however. The actual rate the need ticks down is dependent on two factors; the trait causing the need, and the current value of the need. The value decreases every {{Ticks|150}}.
+
Over time, the need ticks down and must be replenished. The rate the need ticks down is dependent on two factors; the trait causing the need, and the current value of the need. The value decreases every {{ticks|150}}.
 +
 
  
'''Chemical interest:'''
+
Chemical interest:  
 
  50% * (1 * num) / 60000f * 150f
 
  50% * (1 * num) / 60000f * 150f
 
Where num is defined by  
 
Where num is defined by  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|-
 
! Multiplier by Current Need
 
! Multiplier by Current Need
 
|-
 
|-
| {{Graph:Chart|width=200|height=200|xAxisTitle=Current Need (%)|yAxisTitle=Mutiplier|type=line|x=0, 40, 40.1, 70, 100 |y1=0.3, 0.6, 1, 1, 1 }}
+
| {{GraphChart|width=200|height=200|xAxisTitle=Current Need (%)|yAxisTitle=Mutiplier|type=line|x=0, 40, 40.1, 70, 100 |y1=0.3, 0.6, 1, 1, 1 }}
 
|}
 
|}
  
'''Chemical fascination:'''
+
Chemical fascination:  
 
  50% * (1.25 * num) / 60000f * 150f
 
  50% * (1.25 * num) / 60000f * 150f
 
Where num is defined by
 
Where num is defined by
 
{| class="wikitable"
 
{| class="wikitable"
 +
|-
 
! Multiplier by Current Need
 
! Multiplier by Current Need
 
|-
 
|-
| {{Graph:Chart|width=200|height=200|xAxisTitle=Current Need (%)|yAxisTitle=Mutiplier|type=line|x=0, 40, 40.1, 70, 100 |y1=0.4, 0.7, 1, 1, 1 }}
+
| {{GraphChart|width=200|height=200|xAxisTitle=Current Need (%)|yAxisTitle=Mutiplier|type=line|x=0, 40, 40.1, 70, 100 |y1=0.4, 0.7, 1, 1, 1 }}
 
|}
 
|}
 
The end result is that Chemically Fascinated pawns need
 
  
 
== Need thresholds ==
 
== Need thresholds ==
{{Stub|section=1|reason=Time to reach/spent in thresholds (see [[Rest]] for example]] }}
+
private static readonly Need_Chemical_Any.LevelThresholds FascinationDegreeLevelThresholdsForMood = new Need_Chemical_Any.LevelThresholds
A character's chemical need level is divided by five thresholds: "Chemical starvation", "Chemical hunger", "Chemical want", "Chemical comfort", and "Chemical satisfaction". These thresholds determine when the bood buffs and penalties are applied. The thresholds are indicated by small notches on the "Chemical" bar in the tab of pawns with this need.
+
{
 
+
extremelyNegative = 0.1f,
The location of each threshold and the magnitude of the mood effect is dependent on whether the pawn in question has the Chemical Interest or Chemical Fascination trait.
+
veryNegative = 0.25f,
 
+
negative = 0.4f,
=== Chemical interest ===
+
positive = 0.7f,
{| class="wikitable"
+
veryPositive = 0.85f
! colspan="3" | Chemical interest
+
};
|-
 
! Label
 
! Saturation
 
! Mood modifier
 
|-
 
| Chemical starvation  || 0% - 1%    || {{--|6}}
 
|-
 
| Chemical hunger      || 2% - 15%  || {{--|4}}
 
|-
 
| Chemical want        || 16% - 30%  || {{--|2}}
 
|-
 
| ''N/A''              || 30% - 60%  || '''0'''
 
|-
 
| Chemical comfort      || 60% - 75%  || {{+|1}}
 
|-
 
| Chemical satisfaction || 75% - 100% || {{+|3}}
 
|}
 
  
Taking one social drug every {{#expr: 20 / 7.1 round 1}} days or one hard drug every {{#expr: 25 / 7.1 round 1}} days should be more than enough to keep a pawn with chemical interest above the chemical satisfaction threshold.
+
// Token: 0x040032DC RID: 13020
 
+
private static readonly Need_Chemical_Any.LevelThresholds InterestDegreeLevelThresholdsForMood = new Need_Chemical_Any.LevelThresholds
=== Chemical fascination ===
+
{
{| class="wikitable"
+
extremelyNegative = 0.01f,
! colspan="3" | Chemical fascination
+
veryNegative = 0.15f,
|-
+
negative = 0.3f,
! Label
+
positive = 0.6f,
! Saturation
+
veryPositive = 0.75f
! Mood modifier
 
|-
 
| Chemical starvation  || 0% - 10%  || {{--|12}}
 
|-
 
| Chemical hunger      || 11% - 25%  || {{--|8}}
 
|-
 
| Chemical want        || 26% - 40%  || {{--|4}}
 
|-
 
| ''N/A''              || 41% - 70%  || '''0'''
 
|-
 
| Chemical comfort      || 71% - 85%  || {{+|3}}
 
|-
 
| Chemical satisfaction || 85% - 100% || {{+|6}}
 
|}
 
  
Taking one social or hard drug every {{#expr: 15 / 7.1 round 1}} days should be more than enough to keep a pawn with chemical fascination above the chemical satisfaction threshold.
 
  
 
{{Verified|1.3.3287}}
 
{{Verified|1.3.3287}}
{{Nav|status levels|wide}}
+
[[Category: Status Level]]
[[Category:Status Level]]
 

Please note that all contributions to RimWorld Wiki are considered to be released under the CC BY-SA 3.0 (see RimWorld Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

This page is a member of 2 hidden categories: