RimWorld

RimWorld

No Water, No Life
Xelerax 18 Jun, 2020 @ 12:13pm
Water not given to babies "Children and Pregnancy" + workaround ?
Just as said in the title, but I chattertoned some bits here and there to change some values with the milk to make it replenish food AND Water.
It's gonna be ugly but bear with me if you don't want your babies to dry out :

Go in there : Steam\steamapps\workshop\content\294100\2024595829\Defs

Open : Mizu_ThingsDefs_Items.xml

and dump this above the green text saying <!-- 氷 Ice --> and be sure to leave one space between the ThingDef above this and the <!-- 氷 Ice -->
(PS you can delete the "He needs some milk" he's just here to find those lines)

<!-- He needs some milk -->
<ThingDef ParentName="OrganicProductBase">
<defName>Milk</defName>
<label>milk</label>
<description>Milk from an animal.</description>
<graphicData>
<texPath>Things/Item/Resource/Milk</texPath>
</graphicData>
<socialPropernessMatters>true</socialPropernessMatters>
<statBases>
<MarketValue>3.1</MarketValue>
<Mass>0.045</Mass>
<MaxHitPoints>60</MaxHitPoints>
<Flammability>0.2</Flammability>
<Nutrition>0.05</Nutrition>
<waterAmount>0.05</waterAmount>
<FoodPoisonChanceFixedHuman>0.02</FoodPoisonChanceFixedHuman>
</statBases>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>14</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
<ingestible>
<preferability>RawTasty</preferability>
<foodType>AnimalProduct, Fluid</foodType>
</ingestible>
<thingCategories>
<li>AnimalProductRaw</li>
</thingCategories>
</ThingDef>
Last edited by Xelerax; 18 Jun, 2020 @ 12:17pm
< >
Showing 1-2 of 2 comments
kellieon 1 Jul, 2020 @ 9:42pm 
This is not working properly. I think this phrase seems to break the middle game
Sarah Delam <3 3 Jul, 2020 @ 9:57pm 
This doesn't work, I would really like a fix to it to be made as I have quite a few babies who I don't want to dehyrdate.

Current work around to keeping the baby alive is to feed them with someone other than the mother, who will feed them normal food which hydrates them.
Last edited by Sarah Delam <3; 3 Jul, 2020 @ 10:14pm
< >
Showing 1-2 of 2 comments
Per page: 1530 50