coffees-rjw-ideology-addons/CRIALactation/Defs/PreceptDefs/Precepts_Lactating_Role.xml

32 lines
1.1 KiB
XML
Raw Normal View History

2021-07-27 05:25:21 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<PreceptDef ParentName="PreceptRoleMultiBase">
<defName>IdeoRole_Hucow</defName>
<label>hucow</label>
2021-07-29 01:45:25 +00:00
<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>
2021-07-27 05:25:21 +00:00
<iconPath>UI/Roles/SpecialistMelee</iconPath>
<nameMaker>NamerRoleMoralist</nameMaker>
2021-07-29 01:45:25 +00:00
<roleRequirements>
<li Class="CRIALactation.RoleRequirement_Lactating" />
</roleRequirements>
<requiredMemes>
<li>Hucow</li>
</requiredMemes>
2021-07-27 05:25:21 +00:00
<roleEffects>
2021-07-29 01:45:25 +00:00
<li Class="CRIALactation.RoleEffect_Hucow" />
2021-07-27 05:25:21 +00:00
<li Class="RoleEffect_PawnStatOffset">
<statDef>WorkSpeedGlobal</statDef>
2021-07-29 01:45:25 +00:00
<modifier>-0.5</modifier>
</li>
<li Class="RoleEffect_PawnStatFactor">
<statDef>MoveSpeed</statDef>
<modifier>-0.35</modifier>
2021-07-27 05:25:21 +00:00
</li>
</roleEffects>
<displayOrderInImpact>2</displayOrderInImpact>
<roleTags>
<li>Hucow</li>
</roleTags>
</PreceptDef>
</Defs>