Hucow role and balancing

This commit is contained in:
c0ffee12 2021-07-28 18:45:25 -07:00
parent 47291f333c
commit e2d5daf97b
11 changed files with 143 additions and 12 deletions

View file

@ -3,13 +3,24 @@
<PreceptDef ParentName="PreceptRoleMultiBase">
<defName>IdeoRole_Hucow</defName>
<label>hucow</label>
<description>A special ideoligious status focusing on the production of breast milk. This specialized role gives greatly increased breast milk production speed and yield, at the cost of decreased global work speed.</description>
<description>A special ideoligious status focusing on the production of breast milk. This specialized role can only be given to lactating pawns and gives greatly increased breast milk production yield, at the cost of decreased work speed and movement speed.</description>
<iconPath>UI/Roles/SpecialistMelee</iconPath>
<nameMaker>NamerRoleMoralist</nameMaker>
<roleRequirements>
<li Class="CRIALactation.RoleRequirement_Lactating" />
</roleRequirements>
<requiredMemes>
<li>Hucow</li>
</requiredMemes>
<roleEffects>
<li Class="CRIALactation.RoleEffect_Hucow" />
<li Class="RoleEffect_PawnStatOffset">
<statDef>WorkSpeedGlobal</statDef>
<modifier>1.5</modifier>
<modifier>-0.5</modifier>
</li>
<li Class="RoleEffect_PawnStatFactor">
<statDef>MoveSpeed</statDef>
<modifier>-0.35</modifier>
</li>
</roleEffects>
<displayOrderInImpact>2</displayOrderInImpact>