diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 63a99040077..eed0c0c44a5 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -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. \ No newline at end of file + 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. diff --git a/Resources/Prototypes/Traits/skills.yml b/Resources/Prototypes/Traits/skills.yml index 7dd0e95bf36..d9892608896 100644 --- a/Resources/Prototypes/Traits/skills.yml +++ b/Resources/Prototypes/Traits/skills.yml @@ -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 @@ -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 \ No newline at end of file