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,138 +2,9 @@
|
|||
|
||||
<Defs>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SeenMasturbating</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>was caught masturbatin'</label>
|
||||
<description>I'm so embarrassed!</description>
|
||||
<baseMoodEffect>-12</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<nullifyingPrecepts>
|
||||
<li>Exhibitionism_Acceptable</li>
|
||||
<li>Exhibitionism_Approved</li>
|
||||
</nullifyingPrecepts>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SeenHavingSex</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>was caught lovin'</label>
|
||||
<description>Well, that was awkward!</description>
|
||||
<baseMoodEffect>-8</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<nullifyingPrecepts>
|
||||
<li>Exhibitionism_Acceptable</li>
|
||||
<li>Exhibitionism_Approved</li>
|
||||
</nullifyingPrecepts>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SeenMasturbatingExhibitionist</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>exhibitionist caught masturbatin'</label>
|
||||
<description>It's OK, come and have a closer look...</description>
|
||||
<baseMoodEffect>4</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SeenHavingSexExhibitionist</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>exhibitionist caught lovin'</label>
|
||||
<description>Heheh, hope they enjoyed the show!</description>
|
||||
<baseMoodEffect>6</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SawMasturbation</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>saw someone masturbatin'</label>
|
||||
<description>Argh! I'm so sorry!</description>
|
||||
<baseMoodEffect>-6</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<nullifyingPrecepts>
|
||||
<li>Exhibitionism_Acceptable</li>
|
||||
<li>Exhibitionism_Approved</li>
|
||||
</nullifyingPrecepts>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SawSex</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>saw someone lovin'</label>
|
||||
<description>Jeez! Get a room!</description>
|
||||
<baseMoodEffect>-4</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
<nullifyingPrecepts>
|
||||
<li>Exhibitionism_Acceptable</li>
|
||||
<li>Exhibitionism_Approved</li>
|
||||
</nullifyingPrecepts>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SawMasturbationVoyeur</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>voyeur saw some masturbatin'</label>
|
||||
<description>I think that awoke something in me...</description>
|
||||
<baseMoodEffect>4</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SawSexVoyeur</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>1.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>voyeur saw some lovin'</label>
|
||||
<description>Damn. So hot!</description>
|
||||
<baseMoodEffect>6</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>CaughtCheating</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
|
@ -149,64 +20,6 @@
|
|||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SeenCommittingTaboo</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>2.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>caught committing a taboo</label>
|
||||
<description>I'm so ashamed.</description>
|
||||
<baseMoodEffect>-15</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SeenCommittingMajorTaboo</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>3.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>caught committing a major taboo</label>
|
||||
<description>How can I face the world after this?</description>
|
||||
<baseMoodEffect>-20</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SawTaboo</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>2.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>witnessed a taboo</label>
|
||||
<description>What vile degeneracy!</description>
|
||||
<baseMoodEffect>-10</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>SawMajorTaboo</defName>
|
||||
<thoughtClass>Thought_Memory</thoughtClass>
|
||||
<durationDays>3.0</durationDays>
|
||||
<stackLimit>1</stackLimit>
|
||||
<stackedEffectMultiplier>0.5</stackedEffectMultiplier>
|
||||
<stages>
|
||||
<li>
|
||||
<label>witnessed a major taboo</label>
|
||||
<description>Disgusting vermin! You'll get yours!</description>
|
||||
<baseMoodEffect>-15</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
</Defs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue