diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 1c16a94421..ac24fa27fe 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -181,6 +181,11 @@ trait-description-Voracious = Nothing gets between you and your food. Your endless consumption of food and drinks is twice as fast. +trait-name-SlowEater = Slow Eater +trait-description-SlowEater = + Whether due to personal habits or physical limitations, you take your time with meals. + You consume food and drinks at half the normal speed. + trait-name-ParkourTraining = Parkour Training trait-description-ParkourTraining = Whether as a hobby, lifestyle, or professional training, you are trained in the discipline of parkour. diff --git a/Resources/Locale/ru-RU/traits/traits.ftl b/Resources/Locale/ru-RU/traits/traits.ftl index e3815ced87..f78f574372 100644 --- a/Resources/Locale/ru-RU/traits/traits.ftl +++ b/Resources/Locale/ru-RU/traits/traits.ftl @@ -139,6 +139,10 @@ trait-name-Voracious = Прожорливый trait-description-Voracious = Ничто не встанет между вами и вашей едой. Вы будете потреблять еду и напитки в два раза быстрее, чем обычно. +trait-name-SlowEater = Медленный едок +trait-description-SlowEater = + Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные. + Вы потребляете еду и напитки в два раза медленнее, чем обычно. trait-name-ParkourTraining = Тренировка по паркуру trait-description-ParkourTraining = Паркур - это ваше хобби, стиль жизни или профессиональная тренировка. diff --git a/Resources/Prototypes/Traits/disabilities.yml b/Resources/Prototypes/Traits/disabilities.yml index 289790b149..76d322f475 100644 --- a/Resources/Prototypes/Traits/disabilities.yml +++ b/Resources/Prototypes/Traits/disabilities.yml @@ -49,6 +49,25 @@ sounds: collection: Paracusia +- type: trait + id: SlowEater + category: Physical + points: 1 + components: + - type: ConsumeDelayModifier + foodDelayMultiplier: 1.6 + drinkDelayMultiplier: 1.6 + requirements: + - !type:CharacterSpeciesRequirement + inverted: true + species: + - IPC + - !type:CharacterJobRequirement + inverted: true + jobs: + - Borg + - MedicalBorg + - type: trait id: Muted category: Mental diff --git a/Resources/Prototypes/Traits/skills.yml b/Resources/Prototypes/Traits/skills.yml index 99ca0ed875..18308aa8cb 100644 --- a/Resources/Prototypes/Traits/skills.yml +++ b/Resources/Prototypes/Traits/skills.yml @@ -91,7 +91,7 @@ ignoreStripHidden: true stealth: Subtle stripTimeReduction: 0 - stripTimeMultiplier: 0.7 + stripTimeMultiplier: 0.6 requirements: - !type:CharacterSpeciesRequirement inverted: true @@ -109,13 +109,12 @@ points: -2 components: - type: ConsumeDelayModifier - foodDelayMultiplier: 0.4 - drinkDelayMultiplier: 0.4 + foodDelayMultiplier: 0.5 + drinkDelayMultiplier: 0.5 requirements: - !type:CharacterSpeciesRequirement inverted: true species: - - Vulpkanin - IPC - !type:CharacterJobRequirement inverted: true