Skip to content

Commit

Permalink
refactor(traits): move YML entries of Parkour Training
Browse files Browse the repository at this point in the history
mainly to prevent merge conflicts if Simple-Station#676 or Simple-Station#67 gets merged first
  • Loading branch information
angelofallars committed Aug 5, 2024
1 parent 20a2555 commit c22a340
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ trait-description-Voracious =
Nothing gets between you and your food.
Your endless consumption of food and drinks is twice as fast.
trait-name-LightStep = Light Step
trait-description-LightStep =
You move with a gentle step, making your footsteps quieter.
trait-name-ParkourTraining = Parkour Training
trait-description-ParkourTraining =
Whether as a hobby, lifestyle, or professional training, you are trained in the discipline of parkour.
You're faster with climbing, crawling, lying down, and getting up.
You're faster with climbing, crawling, lying down, and getting up.
trait-name-LightStep = Light Step
trait-description-LightStep =
You move with a gentle step, making your footsteps quieter.
22 changes: 11 additions & 11 deletions Resources/Prototypes/Traits/skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
foodDelayMultiplier: 0.5
drinkDelayMultiplier: 0.5

- type: trait
id: ParkourTraining
category: Physical
points: -3
components:
- type: ClimbDelayModifier
climbDelayMultiplier: 0.70
- type: LayingDownModifier
layingDownCooldownMultiplier: 0.8
downedSpeedMultiplierMultiplier: 1.25

- type: trait
id: LightStep
category: Auditory
Expand All @@ -54,14 +65,3 @@
inverted: true
species:
- Felinid

- type: trait
id: ParkourTraining
category: Physical
points: -3
components:
- type: ClimbDelayModifier
climbDelayMultiplier: 0.70
- type: LayingDownModifier
layingDownCooldownMultiplier: 0.8
downedSpeedMultiplierMultiplier: 1.25

0 comments on commit c22a340

Please sign in to comment.