mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
hucow changes
This commit is contained in:
parent
064871641c
commit
5e807217bc
21 changed files with 373 additions and 23 deletions
28
CRIALactation/Defs/StatDefs/Stats_Milk_Production.xml
Normal file
28
CRIALactation/Defs/StatDefs/Stats_Milk_Production.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<StatDef>
|
||||
<defName>MilkProductionSpeed</defName>
|
||||
<label>milk production speed multiplier</label>
|
||||
<minValue>0.001</minValue>
|
||||
<category>BasicsPawn</category>
|
||||
<toStringStyle>PercentZero</toStringStyle>
|
||||
<hideAtValue>1</hideAtValue>
|
||||
<defaultBaseValue>1</defaultBaseValue>
|
||||
<showOnAnimals>false</showOnAnimals>
|
||||
<showOnMechanoids>false</showOnMechanoids>
|
||||
<displayPriorityInCategory>10000</displayPriorityInCategory>
|
||||
</StatDef>
|
||||
|
||||
<StatDef>
|
||||
<defName>MilkProductionYield</defName>
|
||||
<label>milk production yield multiplier</label>
|
||||
<toStringStyle>PercentZero</toStringStyle>
|
||||
<minValue>1</minValue>
|
||||
<category>BasicsPawn</category>
|
||||
<hideAtValue>1</hideAtValue>
|
||||
<defaultBaseValue>1</defaultBaseValue>
|
||||
<showOnAnimals>false</showOnAnimals>
|
||||
<showOnMechanoids>false</showOnMechanoids>
|
||||
<displayPriorityInCategory>10001</displayPriorityInCategory>
|
||||
</StatDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue