coffees-rjw-ideology-addons/CRIALactation/Defs/PreceptDefs/Precepts_Lactating_Role.xml
2021-07-26 22:25:21 -07:00

20 lines
748 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<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>
<iconPath>UI/Roles/SpecialistMelee</iconPath>
<nameMaker>NamerRoleMoralist</nameMaker>
<roleEffects>
<li Class="RoleEffect_PawnStatOffset">
<statDef>WorkSpeedGlobal</statDef>
<modifier>1.5</modifier>
</li>
</roleEffects>
<displayOrderInImpact>2</displayOrderInImpact>
<roleTags>
<li>Hucow</li>
</roleTags>
</PreceptDef>
</Defs>