A fertilin alert and some label/description changes

This commit is contained in:
Shabakur 2023-01-08 15:51:07 +01:00
parent 6f2c4dc374
commit 2e1e74e0b1
15 changed files with 148 additions and 28 deletions

View file

@ -23,7 +23,13 @@
<subNodes>
<li Class="RJW_Genes.ThinkNode_ConditionalCritcalLifeForce">
<subNodes>
<li Class="rjw.JobGiver_RandomRape" />
<!--Maybe make a custom chance per hour to determine if pawn would consider rape-->
<li Class="ThinkNode_ChancePerHour_Constant">
<mtbHours>8</mtbHours>
<subNodes>
<li Class="rjw.JobGiver_RandomRape" />
</subNodes>
</li>
<li Class="rjw.ThinkNode_ConditionalBestiality">
<subNodes>
<li Class="rjw.ThinkNode_ChancePerHour_Bestiality">

View file

@ -25,7 +25,18 @@
<stages>
<li>
<label>seduced</label>
<description>I was seduced into having sex. I regrett what happened.</description>
<description>I was seduced into having sex. I regret what happened.</description>
<baseMoodEffect>-10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>rjw_critical_fertilin</defName>
<stages>
<li>
<label>low on fertilin</label>
<description>I'm almost out of fertilin. I'm scared of losing control.</description>
<baseMoodEffect>-10</baseMoodEffect>
</li>
</stages>