mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
movespeed buffs
This commit is contained in:
parent
e2d5daf97b
commit
616d83ba08
3 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -14,13 +14,13 @@
|
|||
</requiredMemes>
|
||||
<roleEffects>
|
||||
<li Class="CRIALactation.RoleEffect_Hucow" />
|
||||
<li Class="RoleEffect_PawnStatOffset">
|
||||
<li Class="RoleEffect_PawnStatFactor">
|
||||
<statDef>WorkSpeedGlobal</statDef>
|
||||
<modifier>-0.5</modifier>
|
||||
<modifier>0.25</modifier>
|
||||
</li>
|
||||
<li Class="RoleEffect_PawnStatFactor">
|
||||
<statDef>MoveSpeed</statDef>
|
||||
<modifier>-0.35</modifier>
|
||||
<modifier>0.6</modifier>
|
||||
</li>
|
||||
</roleEffects>
|
||||
<displayOrderInImpact>2</displayOrderInImpact>
|
||||
|
|
|
@ -101,7 +101,7 @@ namespace CRIALactation
|
|||
Pawn p = __instance.parent as Pawn;
|
||||
if (p.Ideo.GetRole(p).def == PreceptDefOf_Lactation.IdeoRole_Hucow)
|
||||
{
|
||||
__result = 65;
|
||||
__result = 45;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue