Difference between revisions of "Slutshroom"
Jump to navigation
Jump to search
m |
|||
Line 49: | Line 49: | ||
|- | |- | ||
|align="left"| | |align="left"| | ||
− | * | + | * (on use) |
|align="left"| | |align="left"| | ||
− | * Increase taint by 5 | + | * Increase [[taint]] by 5 |
|- | |- | ||
|align="left"| | |align="left"| | ||
− | * | + | * Any [[vagina]] less with [[vagina#Wetness|wetness]] less than 5 |
|align="left"| | |align="left"| | ||
− | * | + | * Select [[vagina]] increase [[vagina#Wetness|wetness]] by 1 |
|- | |- | ||
|align="left"| | |align="left"| | ||
− | * | + | * [[Libido]] less than maximum lust |
− | + | 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 | |
---|---|
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.
Condition | Change |
---|---|
|
|
if(pc.libido() < pc.libidoMax() && ((gotWetter && pc.libido() < 75) || (!gotWetter && rand(4) == 0))) |
|
|
|