-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Баланс черт, добавление новой, разрешение вульпам (#322)
* Чуть-чуть баланса перков и медленный едок * Update traits.ftl * Update traits.ftl * Ловкие руки, вульпканины и медленный едок * Update traits.ftl * Update traits.ftl * Update traits.ftl * Update traits.ftl * Update traits.ftl
- Loading branch information
1 parent
3248709
commit af656f0
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
trait-name-LPPSlowEater = Slow Eater | ||
trait-description-LPPSlowEater = | ||
Whether due to personal habits or physical limitations, you take your time with meals, consuming food and drinks at half the normal speed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
trait-name-LPPSlowEater = Медленный едок | ||
trait-description-LPPSlowEater = | ||
Будь то врождённая проблема со здоровьем, дисфункция ротовых органов и мышц или даже ваш собственный способ наслаждения пищей, вы едите медленнее, чем остальные. | ||
Вы потребляете еду и напитки в два раза медленнее, чем обычно. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
Resources/Prototypes/_LostParadise/Traits/disabilities.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- type: trait | ||
id: LPPSlowEater | ||
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 |