mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
Milk drink thoughts
This commit is contained in:
parent
a5d5cc1d44
commit
f30f494c3d
7 changed files with 150 additions and 3 deletions
14
CRIALactation/Defs/HistoryEventDefs/HistoryEventDefs.xml
Normal file
14
CRIALactation/Defs/HistoryEventDefs/HistoryEventDefs.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<HistoryEventDef>
|
||||
<defName>DrankMilkRaw</defName>
|
||||
<label>Drank Milk Raw</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
<HistoryEventDef>
|
||||
<defName>DrankMilkMeal</defName>
|
||||
<label>Drank Milk with meal</label>
|
||||
</HistoryEventDef>
|
||||
|
||||
</Defs>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue