Skip to content

Commit

Permalink
Неожиданно нагрянул апстрим
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Aug 8, 2024
1 parent e06c477 commit 07c42f9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ humanoid-profile-editor-no-traits = Нет доступных черт
humanoid-profile-editor-trait-count-hint = Доступно очков: [{ $current }/{ $max }]
trait-category-disabilities = Ограничения
trait-category-speech = Черты речи
trait-category-quirks = Причуды
#trait-category-quirks = Причуды
4 changes: 0 additions & 4 deletions Resources/Prototypes/ADT/Traits/categories.yml

This file was deleted.

31 changes: 2 additions & 29 deletions Resources/Prototypes/ADT/Traits/quirks.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Main
- type: trait
id: Blindness
name: trait-blindness-name
Expand Down Expand Up @@ -36,15 +37,6 @@
durationOfIncident: 10, 30
cost: -2

- type: trait
id: Pacifist
name: trait-pacifist-name
description: trait-pacifist-desc
category: Quirks
components:
- type: Pacified
cost: -2

- type: trait
id: Unrevivable
name: trait-unrevivable-name
Expand All @@ -66,16 +58,6 @@
- type: Muted
cost: -2

- type: trait
id: LightweightDrunk
name: trait-lightweight-name
description: trait-lightweight-desc
category: Quirks
components:
- type: LightweightDrunk
boozeStrengthMultiplier: 2
cost: -1

- type: trait
id: Paracusia
name: trait-paracusia-name
Expand All @@ -90,15 +72,6 @@
collection: Paracusia
cost: -1

- type: trait
id: Snoring
name: trait-snoring-name
description: trait-snoring-desc
category: Quirks
components:
- type: Snoring
cost: -1

# ADT

- type: trait
Expand Down Expand Up @@ -158,7 +131,7 @@
modifier: 1.3
cost: 2

# Simple Station
# SimpleStation14

- type: trait
id: ColorBlindnessMonochrome
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Traits/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- type: traitCategory
id: Quirks
name: trait-category-quirks
maxTraitPoints: 0 # ADT quirks
3 changes: 3 additions & 0 deletions Resources/Prototypes/Traits/quirks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
category: Quirks
components:
- type: Pacified
cost: -2 # ADT quirks

- type: trait
id: LightweightDrunk
Expand All @@ -14,6 +15,7 @@
components:
- type: LightweightDrunk
boozeStrengthMultiplier: 2
cost: -1 # ADT quirks

- type: trait
id: Snoring
Expand All @@ -22,3 +24,4 @@
category: Quirks
components:
- type: Snoring
cost: -1 # ADT quirks

0 comments on commit 07c42f9

Please sign in to comment.