mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
Add psychic lust mechanic, works like psychic drone
This commit is contained in:
parent
06122c2b18
commit
60a4205e6f
11 changed files with 383 additions and 0 deletions
28
Defs/ThoughtDefs/Thoughts_Situation_Special.xml
Normal file
28
Defs/ThoughtDefs/Thoughts_Situation_Special.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ThoughtDef>
|
||||
<defName>PsychicArouse</defName>
|
||||
<workerClass>RJW_Events.ThoughtWorker_PsychicArouse</workerClass>
|
||||
<effectMultiplyingStat>PsychicSensitivity</effectMultiplyingStat>
|
||||
<validWhileDespawned>true</validWhileDespawned>
|
||||
<developmentalStageFilter>Baby, Child, Adult</developmentalStageFilter>
|
||||
<stages>
|
||||
<li>
|
||||
<label>low psychic arouse</label>
|
||||
<description>It's like someone's gently caressing my body, whispering sweet love to me. Distracting, but strangely nice.</description>
|
||||
<baseMoodEffect>2</baseMoodEffect>
|
||||
</li>
|
||||
<li>
|
||||
<label>moderate psychic arouse</label>
|
||||
<description>Images of sex keep flashing in my mind, teasing me, moaning into my ear. It's making it hard to focus, is it getting hot in here?</description>
|
||||
<baseMoodEffect>-2</baseMoodEffect>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label>extreme psychic arouse</label>
|
||||
<description>My sex is throbbing like crazy and I'm sweating. I NEED to cum right now, oh f-fuck...</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue