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
|
@ -37,26 +37,26 @@
|
|||
<stages>
|
||||
<li>
|
||||
<label>producing milk</label>
|
||||
<description>Expressing milk for fills me with maternal pride.</description>
|
||||
<baseMoodEffect>6</baseMoodEffect>
|
||||
<description>Expressing milk fills me with maternal pride.</description>
|
||||
<baseMoodEffect>3</baseMoodEffect>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label>not producing milk</label>
|
||||
<description>We live in such difficult times. I wish I could be producing milk right now.</description>
|
||||
<baseMoodEffect>-6</baseMoodEffect>
|
||||
<description>We live in such difficult times. It's wishful thinking, but I'd like to be producing milk right now.</description>
|
||||
<baseMoodEffect>-2</baseMoodEffect>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label>not producing milk</label>
|
||||
<description>I'm as useless as a dry well. A healthy supply of my milk can benefit the colony, but I'm failing to deliver.</description>
|
||||
<baseMoodEffect>-10</baseMoodEffect>
|
||||
<baseMoodEffect>-5</baseMoodEffect>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label>not producing milk</label>
|
||||
<description>Producing milk is a basic responsibility. I'm embarrassed and ashamed to be dry.</description>
|
||||
<baseMoodEffect>-16</baseMoodEffect>
|
||||
<baseMoodEffect>-8</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
|
|
@ -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