mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
Bug fixes
- Animation keys should be better synced with the animation (fewer instance of missing keys) - Copied keyframes and cloned stages should no longer be linked to each other -If you delete the first keyframe in a clip, instead of denying you, it will reset the associated actor it to its default starting position - You can now move keyframes over the first one in a clip and override it. If less than two keys remain, new keys will be generated to a minimum of a two - Fixed error when cycling through actor body parts
This commit is contained in:
parent
03e634e56c
commit
a6a550af53
26 changed files with 519 additions and 469 deletions
|
@ -2,68 +2,132 @@
|
|||
|
||||
<Defs>
|
||||
|
||||
<!-- Pawn thoughts -->
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>PartookInMasturbation_Abhorrent</defName>
|
||||
<durationDays>3</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>caught masturbatin'</label>
|
||||
<description>I'm disgusted with myself.</description>
|
||||
<baseMoodEffect>-15</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexDiscovery>Discomfort</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>PartookInMasturbation_Disapproved</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>caught masturbatin'</label>
|
||||
<description>I feel nothing but shame.</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexDiscovery>Discomfort</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>PartookInMasturbation_Acceptable</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>caught masturbatin'</label>
|
||||
<description>That was a little humiliating.</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexDiscovery>Acceptance</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>PartookInMasturbation_Approved</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>exhibitionist caught masturbatin'</label>
|
||||
<description>Come closer, that a good look!</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexDiscovery>Approval</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<!-- Witness thoughts -->
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>SawMasturbation_Abhorrent</defName>
|
||||
<durationDays>3</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<hediff>Indignant</hediff>
|
||||
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||||
<stages>
|
||||
<li>
|
||||
<label>disgusted by masturbatin'</label>
|
||||
<description>You'll go blind you know!</description>
|
||||
<description>You'll go blind if up keep that up!</description>
|
||||
<baseMoodEffect>-15</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexAct>Outrage</reactionToSexAct>
|
||||
<reactionToSexDiscovery>Outrage</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>SawMasturbation_Disapproved</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<durationDays>3</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>saw someone masturbatin'</label>
|
||||
<label>shocked by masturbatin'</label>
|
||||
<description>Argh! I'm so sorry!</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
<baseMoodEffect>-10</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexAct>Discomfort</reactionToSexAct>
|
||||
<reactionToSexDiscovery>Discomfort</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>SawMasturbation_Acceptable</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<durationDays>1</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>saw someone masturbatin'</label>
|
||||
<description>Argh! I'm so sorry!</description>
|
||||
<description>Well, that was embarrassing.</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexAct>Acceptance</reactionToSexAct>
|
||||
<reactionToSexDiscovery>Acceptance</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
<Privacy_Please.SexActThoughtDef>
|
||||
<defName>SawMasturbation_Approved</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<durationDays>1</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>saw someone masturbatin'</label>
|
||||
<description>Argh! I'm so sorry!</description>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
<label>voyeur saw masturbatin'</label>
|
||||
<description>I think that awoke something in me...</description>
|
||||
<baseMoodEffect>3</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<reactionToSexAct>Approval</reactionToSexAct>
|
||||
<reactionToSexDiscovery>Approval</reactionToSexDiscovery>
|
||||
</Privacy_Please.SexActThoughtDef>
|
||||
|
||||
</Defs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue