Difference between revisions of "Slutshroom"

From Trials in Tainted Space Wiki
Jump to navigation Jump to search
m
Line 49: Line 49:
 
|-
 
|-
 
|align="left"|
 
|align="left"|
* Always
+
* (on use)
 
|align="left"|
 
|align="left"|
* Increase taint by 5  
+
* Increase [[taint]] by 5  
 
|-
 
|-
 
|align="left"|
 
|align="left"|
* PC wetness < 5
+
* Any [[vagina]] less with [[vagina#Wetness|wetness]] less than 5
 
|align="left"|
 
|align="left"|
* Increase PC wetness by one to a max of 5.
+
* Select [[vagina]] increase [[vagina#Wetness|wetness]] by 1
 
|-
 
|-
 
|align="left"|
 
|align="left"|
* PC libido < max libido and PC's wetness was increased
+
* [[Libido]] less than maximum lust
* or 20% random chance
+
if(pc.libido() < pc.libidoMax() && ((gotWetter && pc.libido() < 75) || (!gotWetter && rand(4) == 0)))
 +
 
 
|align="left"|
 
|align="left"|
 
* [[Combat_Mechanics_#Slow_Stat_Gain|Slow libido gain]] of 6 - 10
 
* [[Combat_Mechanics_#Slow_Stat_Gain|Slow libido gain]] of 6 - 10

Revision as of 15:41, 17 March 2019

Slutshroom
Missing.png
Type Pill
Base Price 1000
Information
Usable Yes
Defensive Target Self

This pink-colored mushroom is purported by locals to turn the imbiber into a total slut. It also purportedly increases vaginal secretions significantly.

Known to cause high amounts of taint. Check your Codex for details.


Acquisition


15% drop from defeating enemies on Tarkus if Captain Steele's has a vagina.


Usage


This item will be consumed on use but will do nothing if the player does not have a vagina. If they have multiple vaginas one is chosen at random to change.


Usage changes
Condition Change
  • (on use)

if(pc.libido() < pc.libidoMax() && ((gotWetter && pc.libido() < 75) || (!gotWetter && rand(4) == 0)))

  • PC wetness >= 5
  • PC libido >= 66
  • Increase girlcum amount by 15 - 65