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

Move some disabilities traits into a new category #30102

Merged
merged 1 commit into from
Jul 24, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ humanoid-profile-editor-no-traits = No traits available
humanoid-profile-editor-trait-count-hint = Points available: [{$current}/{$max}]

trait-category-disabilities = Disabilities
trait-category-speech = Speech traits
trait-category-speech = Speech traits
trait-category-quirks = Quirks
4 changes: 4 additions & 0 deletions Resources/Prototypes/Traits/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
id: SpeechTraits
name: trait-category-speech
maxTraitPoints: 2

- type: traitCategory
id: Quirks
name: trait-category-quirks
25 changes: 0 additions & 25 deletions Resources/Prototypes/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
timeBetweenIncidents: 300, 600
durationOfIncident: 10, 30

- type: trait
id: Pacifist
name: trait-pacifist-name
description: trait-pacifist-desc
category: Disabilities
components:
- type: Pacified

- type: trait
id: Unrevivable
name: trait-unrevivable-name
Expand All @@ -60,15 +52,6 @@
components:
- type: Muted

- type: trait
id: LightweightDrunk
name: trait-lightweight-name
description: trait-lightweight-desc
category: Disabilities
components:
- type: LightweightDrunk
boozeStrengthMultiplier: 2

- type: trait
id: Paracusia
name: trait-paracusia-name
Expand All @@ -81,11 +64,3 @@
maxSoundDistance: 7
sounds:
collection: Paracusia

- type: trait
id: Snoring
name: trait-snoring-name
description: trait-snoring-desc
category: Disabilities
components:
- type: Snoring
24 changes: 24 additions & 0 deletions Resources/Prototypes/Traits/quirks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
- type: trait
id: Pacifist
name: trait-pacifist-name
description: trait-pacifist-desc
category: Quirks
components:
- type: Pacified

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

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