mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
28 lines
937 B
XML
28 lines
937 B
XML
<?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>
|