Milk drink thoughts

This commit is contained in:
dominiclopez391 2021-11-16 21:37:17 -08:00
parent a5d5cc1d44
commit f30f494c3d
7 changed files with 150 additions and 3 deletions

View file

@ -18,7 +18,6 @@
<displayOrderInImpact>100</displayOrderInImpact>
<description>Milk from breasts is creamy and delicious. It should be produced and consumed on a regular basis. Lactating colonists will produce double the normal amount of milk.</description>
<comps>
<li Class="CRIALactation.PreceptComp_Lactation" />
<li Class="PreceptComp_SituationalThought">
<thought>Lactating_Essential</thought>
<description>Sizeable breasts must produce milk</description>
@ -28,6 +27,14 @@
<thought>Lactating_Essential_Social</thought>
<tooltipShowMoodRange>true</tooltipShowMoodRange>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>DrankMilkRaw</eventDef>
<thought>DrankMilkRawReligion</thought>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>DrankMilkMeal</eventDef>
<thought>DrankMilkMealReligion</thought>
</li>
</comps>
</PreceptDef>
@ -38,8 +45,8 @@
<stages>
<li>
<label>producing milk</label>
<description>Expressing milk fills me with maternal pride.</description>
<baseMoodEffect>3</baseMoodEffect>
<description>I'm a good cow to be producing milk. Moo!</description>
<baseMoodEffect>8</baseMoodEffect>
</li>
<li>
@ -89,4 +96,27 @@
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>DrankMilkRawReligion</defName>
<durationDays>1</durationDays>
<stages>
<li>
<label>Drank Humanoid Milk Ideology</label>
<description>The taste of breast milk from humans is a taste of the gods!</description>
<baseMoodEffect>10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>DrankMilkMealReligion</defName>
<durationDays>1</durationDays>
<stages>
<li>
<label>Humanoid Milk Meal Ideology</label>
<description>Human breast milk with a meal is just the best!</description>
<baseMoodEffect>20</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
</Defs>