]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Move some disabilities traits into a new category (#30102)
authorKillerqu00 <47712032+Killerqu00@users.noreply.github.com>
Wed, 24 Jul 2024 10:50:19 +0000 (12:50 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2024 10:50:19 +0000 (06:50 -0400)
split traits into disabilities and quirks

Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl
Resources/Prototypes/Traits/categories.yml
Resources/Prototypes/Traits/disabilities.yml
Resources/Prototypes/Traits/quirks.yml [new file with mode: 0644]

index bfdbeb2f140b10487d15d33991970db9e8229ad2..f75a21c5ff3955b017bcd0bd8855f1215a8b2787 100644 (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
\ No newline at end of file
+trait-category-speech = Speech traits
+trait-category-quirks = Quirks
index a3621648a433732c0d1211f6fd9590e577b075ad..d024b3fcff315e8ee7575e5320f6b10490bff9b0 100644 (file)
@@ -6,3 +6,7 @@
   id: SpeechTraits
   name: trait-category-speech
   maxTraitPoints: 2
+
+- type: traitCategory
+  id: Quirks
+  name: trait-category-quirks
index 6e0026e44ebd306abf558757fb64f3c91cd47616..c562c2fec0e36a43ee873530f0141f64e33cf45f 100644 (file)
       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
   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
       maxSoundDistance: 7
       sounds:
         collection: Paracusia
-
-- type: trait
-  id: Snoring
-  name: trait-snoring-name
-  description: trait-snoring-desc
-  category: Disabilities
-  components:
-    - type: Snoring
diff --git a/Resources/Prototypes/Traits/quirks.yml b/Resources/Prototypes/Traits/quirks.yml
new file mode 100644 (file)
index 0000000..d01bf62
--- /dev/null
@@ -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