mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
null partner bugfix
This commit is contained in:
parent
0d112972ef
commit
91d05d0e1e
13 changed files with 312 additions and 3 deletions
48
CRIALactation/Defs/PreceptDefs/Precepts_Lactating.xml
Normal file
48
CRIALactation/Defs/PreceptDefs/Precepts_Lactating.xml
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue