Move some disabilities traits into a new category (#30102)
split traits into disabilities and quirks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,3 +6,7 @@
|
||||
id: SpeechTraits
|
||||
name: trait-category-speech
|
||||
maxTraitPoints: 2
|
||||
|
||||
- type: traitCategory
|
||||
id: Quirks
|
||||
name: trait-category-quirks
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
Resources/Prototypes/Traits/quirks.yml
Normal file
24
Resources/Prototypes/Traits/quirks.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user