Skip to content

Commit

Permalink
Чуть-чуть баланса перков и медленный едок
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmLePacko committed Nov 5, 2024
1 parent 3248709 commit ee59563
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
By any means, whether it is your own way of eating or drinking or you just simply can't eat to fast of injuries, you eat and drink anything slower.
You consume food and ndrinks twice as slower than any other normal breathing humanoid.
trait-name-ParkourTraining = Parkour Training
trait-description-ParkourTraining =
Whether as a hobby, lifestyle, or professional training, you are trained in the discipline of parkour.
Expand Down
4 changes: 4 additions & 0 deletions Resources/Locale/ru-RU/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ trait-name-Voracious = Прожорливый
trait-description-Voracious =
Ничто не встанет между вами и вашей едой.
Вы будете потреблять еду и напитки в два раза быстрее, чем обычно.
trait-name-SlowEater = Медленный едок
trait-description-SlowEater =
Будь то врождённая проблема со здровьем, дисфункция ротовых органов и мышц или даже ваш сосбвтенный способ наслаждения пищей, вы едите медленнее, чем остальные
Вы потребляете еду и напитки в два раза медленее, чем обычно.
trait-name-ParkourTraining = Тренировка по паркуру
trait-description-ParkourTraining =
Паркур - это ваше хобби, стиль жизни или профессиональная тренировка.
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions Resources/Prototypes/Traits/skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
ignoreStripHidden: true
stealth: Subtle
stripTimeReduction: 0
stripTimeMultiplier: 0.7
stripTimeMultiplier: 0.6
requirements:
- !type:CharacterSpeciesRequirement
inverted: true
Expand All @@ -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
Expand Down

0 comments on commit ee59563

Please sign in to comment.