Skip to content

Commit 740b4a9

Browse files
committed
slightly nerf Bad Knees difficult terrain speed
1 parent ad6c9ec commit 740b4a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Resources/Locale/en-US/traits/traits.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ trait-description-BadKnees =
225225
Whether due to injury, age, or wear and tear, your knees aren't particularly strong or flexible.
226226
You climb structures like tables [color=yellow]50%[/color] slower.
227227
Slipping leaves you stunned for [color=yellow]40%[/color] longer. { -slippery-example }
228-
Difficult terrain slows you down [color=yellow]30%[/color] more. { -terrain-example }
228+
Difficult terrain slows you down [color=yellow]35%[/color] more. { -terrain-example }
229229
230230
trait-name-Sluggish = Sluggish
231231
trait-description-Sluggish =

Resources/Prototypes/Traits/disabilities.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
- type: SlippableModifier
163163
paralyzeTimeMultiplier: 1.4
164164
- type: SpeedModifiedByContactModifier
165-
walkModifierEffectiveness: 1.3
166-
sprintModifierEffectiveness: 1.3
165+
walkModifierEffectiveness: 1.35
166+
sprintModifierEffectiveness: 1.35
167167

168168
- type: trait
169169
id: Sluggish

0 commit comments

Comments
 (0)