RimWorld

RimWorld

No Water, No Life
Xelerax 18. juni 2020 kl. 12:13
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>
Sidst redigeret af Xelerax; 18. juni 2020 kl. 12:17
< >
Viser 1-2 af 2 kommentarer
kellieon 1. juli 2020 kl. 21:42 
This is not working properly. I think this phrase seems to break the middle game
Sarah Delam <3 3. juli 2020 kl. 21:57 
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.
Sidst redigeret af Sarah Delam <3; 3. juli 2020 kl. 22:14
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50