mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
Hucow role and balancing
This commit is contained in:
parent
47291f333c
commit
e2d5daf97b
11 changed files with 143 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue