rjw-sexperience-ideology/1.6/Defs/PreceptDefs/Precepts_PregnancyAnimal.xml
2025-07-22 18:15:35 +03:00

146 lines
No EOL
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- This Precept was based on the "Blindness Precept" from ideology -->
<!-- Issue -->
<IssueDef>
<defName>PregnancyAnimal</defName>
<label>bestial pregnancy</label>
<iconPath>UI/Issues/PregnancyAnimal</iconPath>
</IssueDef>
<!-- Precepts -->
<PreceptDef>
<defName>PregnancyAnimal_NoRules</defName>
<issue>PregnancyAnimal</issue>
<label>indifferent</label>
<description>Carrying the offspring of an animal is nothing more than a natural, unremarkable part of life.</description>
<impact>Low</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<comps>
</comps>
</PreceptDef>
<PreceptDef>
<defName>PregnancyAnimal_Required</defName>
<issue>PregnancyAnimal</issue>
<impact>High</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<label>breeding</label>
<description>We must do our part to help increase the animal population, even if it means bearing their offspring. It's a necessary duty for the balance of our society.</description>
<comps>
<li Class="PreceptComp_SituationalThought">
<thought>Pregnancy_Respected_PregnantAnimal</thought>
</li>
<li Class="PreceptComp_SituationalThought">
<thought>Pregnancy_Respected_PregnantAnimal_Social</thought>
</li>
<li Class="PreceptComp_SituationalThought">
<thought>Pregnancy_Respected_NonPregnantAnimal</thought>
</li>
<li Class="PreceptComp_SituationalThought">
<thought>Pregnancy_Respected_NonPregnantAnimal_Social</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>PregnancyAnimal_Horrible</defName>
<issue>PregnancyAnimal</issue>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<label>horrible</label>
<description>Being pregnant with an animal's offspring feels wrong and unnatural. It's a burden that must be avoided at all costs.</description>
<comps>
<li Class="PreceptComp_SituationalThought">
<thought>Pregnancy_Horrible_PregnantAnimal</thought>
</li>
<li Class="PreceptComp_SituationalThought">
<thought>Pregnancy_Horrible_PregnantAnimal_Social</thought>
</li>
</comps>
</PreceptDef>
<!-- Thoughts : Pregnant -->
<ThoughtDef>
<defName>Pregnancy_Respected_PregnantAnimal</defName> <!-- should probably be Pregnancy_Holy_Pregnant -->
<workerClass>RJWSexperience.Ideology.PreceptWorkers.ThoughtWorker_Precept_PregnantAnimal</workerClass>
<thoughtClass>Thought_Situational</thoughtClass>
<stages>
<li>
<label>pregnant from animal</label>
<description>I'm pregnant with an animal's offspring, and it feels right, like I'm meant to be this way.</description>
<baseMoodEffect>10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Pregnancy_Respected_PregnantAnimal_Social</defName> <!-- should probably be Pregnancy_Holy_Pregnant_Social -->
<workerClass>RJWSexperience.Ideology.PreceptWorkers.ThoughtWorker_Precept_PregnantAnimal_Social</workerClass>
<thoughtClass>Thought_SituationalSocial</thoughtClass>
<stages>
<li>
<label>pregnant from animal</label>
<baseOpinionOffset>20</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Pregnancy_Horrible_PregnantAnimal_Social</defName>
<workerClass>RJWSexperience.Ideology.PreceptWorkers.ThoughtWorker_Precept_PregnantAnimal_Social</workerClass>
<thoughtClass>Thought_SituationalSocial</thoughtClass>
<stages>
<li>
<label>pregnant from animal</label>
<baseOpinionOffset>-20</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Pregnancy_Horrible_PregnantAnimal</defName>
<workerClass>RJWSexperience.Ideology.PreceptWorkers.ThoughtWorker_Precept_PregnantAnimal</workerClass>
<thoughtClass>Thought_Situational</thoughtClass>
<stages>
<li>
<label>pregnant from animal</label>
<description>I never imagined it would end like this — carrying an animal's offspring. This is a nightmare. What am I supposed to do now?</description>
<baseMoodEffect>-10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<!-- Thoughts: Not Pregnant -->
<ThoughtDef>
<defName>Pregnancy_Respected_NonPregnantAnimal</defName>
<workerClass>RJWSexperience.Ideology.PreceptWorkers.ThoughtWorker_Precept_NonPregnantAnimal</workerClass>
<thoughtClass>Thought_Situational</thoughtClass>
<doNotApplyToQuestLodgers>true</doNotApplyToQuestLodgers>
<gender>Female</gender>
<stages>
<li>
<label>not pregnant from animal</label>
<description>The thought of being impregnated by an animal is thrilling — I want to experience it.</description>
<baseMoodEffect>-6</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Pregnancy_Respected_NonPregnantAnimal_Social</defName>
<workerClass>RJWSexperience.Ideology.PreceptWorkers.ThoughtWorker_Precept_NonPregnantAnimal_Social</workerClass>
<thoughtClass>Thought_SituationalSocial</thoughtClass>
<gender>Female</gender>
<stages>
<li>
<label>not impregnated by an animal</label>
<baseOpinionOffset>-5</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>