Skip to content

Commit

Permalink
Move some disabilities traits into a new category (space-wizards#30102)
Browse files Browse the repository at this point in the history
split traits into disabilities and quirks
  • Loading branch information
Killerqu00 authored and themias committed Aug 9, 2024
1 parent 5875d54 commit b5a307d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 26 deletions.
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

0 comments on commit b5a307d

Please sign in to comment.