Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Чуть-чуть баланса ловких рук и медленный едок #321

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 =
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.
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
Loading