mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
a6a550af53
- 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
44 lines
No EOL
1.4 KiB
XML
44 lines
No EOL
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<!-- Issues -->
|
|
<IssueDef>
|
|
<defName>Exhibitionism</defName>
|
|
<label>exhibitionism</label>
|
|
<iconPath>UI/Issues/Exhibitionism</iconPath>
|
|
</IssueDef>
|
|
|
|
<!-- Precepts -->
|
|
<PreceptDef>
|
|
<defName>Exhibitionism_Disapproved</defName>
|
|
<issue>Exhibitionism</issue>
|
|
<label>disapproved</label>
|
|
<description>Being seen having sex is shameful.</description>
|
|
<impact>Low</impact>
|
|
<displayOrderInIssue>30</displayOrderInIssue>
|
|
<displayOrderInImpact>1000</displayOrderInImpact>
|
|
<defaultSelectionWeight>100</defaultSelectionWeight>
|
|
</PreceptDef>
|
|
|
|
<PreceptDef>
|
|
<defName>Exhibitionism_Acceptable</defName>
|
|
<issue>Exhibitionism</issue>
|
|
<label>acceptable</label>
|
|
<description>Having sex out in the open is normal and deserves no special attention.</description>
|
|
<impact>Low</impact>
|
|
<displayOrderInIssue>20</displayOrderInIssue>
|
|
<displayOrderInImpact>1000</displayOrderInImpact>
|
|
<defaultSelectionWeight>100</defaultSelectionWeight>
|
|
</PreceptDef>
|
|
|
|
<PreceptDef>
|
|
<defName>Exhibitionism_Approved</defName>
|
|
<issue>Exhibitionism</issue>
|
|
<label>approved</label>
|
|
<description>Displays of physical intimacy are to be celebrated.</description>
|
|
<impact>Medium</impact>
|
|
<displayOrderInIssue>10</displayOrderInIssue>
|
|
<displayOrderInImpact>1000</displayOrderInImpact>
|
|
<defaultSelectionWeight>100</defaultSelectionWeight>
|
|
</PreceptDef>
|
|
|
|
</Defs> |