mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
49 lines
1.2 KiB
XML
49 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
<Defs>
|
|||
|
|
|||
|
<!--Issue-->
|
|||
|
<!--
|
|||
|
<IssueDef>
|
|||
|
<defName>Lactation</defName>
|
|||
|
<label>lactation</label>
|
|||
|
<iconPath>UI/Issues/MeatEating</iconPath>
|
|||
|
</IssueDef>
|
|||
|
|
|||
|
<PreceptDef>
|
|||
|
<defName>Lactating_Essential</defName>
|
|||
|
<issue>Lactation</issue>
|
|||
|
<label>essential</label>
|
|||
|
<description>Milk from breasts is healthy and delicious. It should be produced and consumed by everyone on a regular basis.</description>
|
|||
|
<comps>
|
|||
|
|
|||
|
|
|||
|
<li Class="PreceptComp_SituationalThought">
|
|||
|
<thought>Lactating_Essential</thought>
|
|||
|
<description>Pawns with sizeable breasts should be producing milk</description>
|
|||
|
</li>
|
|||
|
|
|||
|
|
|||
|
</comps>
|
|||
|
</PreceptDef>
|
|||
|
|
|||
|
|
|||
|
<ThoughtDef>
|
|||
|
<defName>Lactating_Essential</defName>
|
|||
|
<thoughtClass>Thought_Situational</thoughtClass>
|
|||
|
<workerClass>CRIALactation.ThoughtWorker_Precept_Lactating_Essential</workerClass>
|
|||
|
<stages>
|
|||
|
<li>
|
|||
|
<label>producing milk</label>
|
|||
|
<description>Expressing milk for my friends and family fills me with maternal pride.</description>
|
|||
|
<baseMoodEffect>7</baseMoodEffect>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<label>not producing milk</label>
|
|||
|
<description>I'm as useless as a dry well.</description>
|
|||
|
<baseMoodEffect>-12</baseMoodEffect>
|
|||
|
</li>
|
|||
|
</stages>
|
|||
|
</ThoughtDef>
|
|||
|
-->
|
|||
|
</Defs>
|