RimWorld
No Water, No Life
Xelerax 2020 年 6 月 18 日 下午 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>
最後修改者:Xelerax; 2020 年 6 月 18 日 下午 12:17
< >
目前顯示第 1-2 則留言,共 2
kellieon 2020 年 7 月 1 日 下午 9:42 
This is not working properly. I think this phrase seems to break the middle game
Sarah Delam <3 2020 年 7 月 3 日 下午 9: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.
最後修改者:Sarah Delam <3; 2020 年 7 月 3 日 下午 10:14
< >
目前顯示第 1-2 則留言,共 2
每頁顯示: 1530 50