Adds speed modifier values to examine clothing (#11107)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
rolfero
2022-09-08 13:09:34 +02:00
committed by GitHub
parent 5c2eef9def
commit ec081bd80a
2 changed files with 74 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# Clothing speed examine
clothing-speed-examinable-verb-text = Clothing
clothing-speed-examinable-verb-message = Examine the clothing speed values.
clothing-speed-increase-equal-examine = This increases your speed by [color=yellow]{$walkSpeed}%[/color].
clothing-speed-decrease-equal-examine = This decreases your speed by [color=yellow]{$walkSpeed}%[/color].
clothing-speed-increase-run-examine = This increases your running speed by [color=yellow]{$runSpeed}%[/color].
clothing-speed-decrease-run-examine = This decreases your running speed by [color=yellow]{$runSpeed}%[/color].
clothing-speed-increase-walk-examine = This increases your walking speed by [color=yellow]{$walkSpeed}%[/color].
clothing-speed-decrease-walk-examine = This decreases your walking speed by [color=yellow]{$walkSpeed}%[/color].