Move some disabilities traits into a new category (#30102)

split traits into disabilities and quirks
This commit is contained in:
Killerqu00
2024-07-24 12:50:19 +02:00
committed by GitHub
parent 343496faf8
commit 688a46f903
4 changed files with 30 additions and 26 deletions

View File

@@ -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

View File

@@ -6,3 +6,7 @@
id: SpeechTraits
name: trait-category-speech
maxTraitPoints: 2
- type: traitCategory
id: Quirks
name: trait-category-quirks

View File

@@ -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

View 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