hucow meme basic start

This commit is contained in:
c0ffee12 2021-07-26 22:25:21 -07:00
parent 4054d98254
commit edc619a950
5 changed files with 102 additions and 4 deletions

View file

@ -0,0 +1,20 @@
<?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>