]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add filters to uniform printer (#34316)
authorāda <ss.adasts@gmail.com>
Thu, 27 Feb 2025 12:44:10 +0000 (06:44 -0600)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 12:44:10 +0000 (13:44 +0100)
* uniform

* missing category

* lint

* bedsheets

* carpets

* typo

* indent

Resources/Locale/en-US/lathe/lathe-categories.ftl
Resources/Prototypes/Recipes/Lathes/bedsheets.yml
Resources/Prototypes/Recipes/Lathes/carpets.yml
Resources/Prototypes/Recipes/Lathes/categories.yml
Resources/Prototypes/Recipes/Lathes/clothing.yml

index 7a4c20918cf3a0779fcec87c561939296795b9da..c6e300e0080ae7c2589f04e1449755fa85595d5f 100644 (file)
@@ -1,3 +1,4 @@
+# Generic
 lathe-category-ammo = Ammo
 lathe-category-circuitry = Circuitry
 lathe-category-lights = Lights
@@ -7,6 +8,16 @@ lathe-category-robotics = Robotics
 lathe-category-tools = Tools
 lathe-category-weapons = Weapons
 
+# Biogen
 lathe-category-food = Food
 lathe-category-chemicals = Chemicals
 lathe-category-materials = Materials
+
+# Uniform
+lathe-category-bedsheets = Bedsheets
+lathe-category-carpets = Carpets
+lathe-category-coats = Coats
+lathe-category-command = Command
+lathe-category-hats = Hats
+lathe-category-jumpsuits = Jumpsuits
+lathe-category-neck = Neck
index 1ff143e491409f8399281659b1e14b661893d0a8..386ef7ab82ef85ed5fec3bb7f2761c5e73439dbd 100644 (file)
@@ -1,6 +1,8 @@
 - type: latheRecipe
   abstract: true
   id: BaseBedsheetRecipe
+  categories:
+  - Bedsheets
   completetime: 2
   materials:
     Cloth: 150
index fdf9705c23ce0090706b0210784b10b627e888c3..fe172879e71d4de8d9418edb774267e1e49eefa1 100644 (file)
@@ -1,6 +1,8 @@
 - type: latheRecipe
   abstract: true
   id: BaseCarpetRecipe
+  categories:
+  - Carpets
   completetime: 1
   materials:
     Cloth: 100
index 0d26305b75f71b0524da22e3d37a95c7efcf09a0..486d8a090df463ddd4ebaf444e981584b637ef84 100644 (file)
@@ -1,3 +1,4 @@
+# Generic
 - type: latheCategory
   id: Ammo
   name: lathe-category-ammo
@@ -31,7 +32,6 @@
   name: lathe-category-weapons
 
 # Biogen
-
 - type: latheCategory
   id: Food
   name: lathe-category-food
 - type: latheCategory
   id: Materials
   name: lathe-category-materials
+
+# Uniform printer
+- type: latheCategory
+  id: Bedsheets
+  name: lathe-category-bedsheets
+
+- type: latheCategory
+  id: Carpets
+  name: lathe-category-carpets
+
+- type: latheCategory
+  id: Coats
+  name: lathe-category-coats
+
+- type: latheCategory
+  id: Command
+  name: lathe-category-command
+
+- type: latheCategory
+  id: Hats
+  name: lathe-category-hats
+
+- type: latheCategory
+  id: Jumpsuits
+  name: lathe-category-jumpsuits
+
+- type: latheCategory
+  id: Neck
+  name: lathe-category-neck
index 6279cc2156014e9ee48afe509d217097b7c24361..4558809e948d261885e9b6678b2c94ef14ce7ea4 100644 (file)
@@ -3,6 +3,8 @@
 - type: latheRecipe
   abstract: true
   id: BaseJumpsuitRecipe
+  categories:
+  - Jumpsuits
   completetime: 4
   materials:
     Cloth: 300
@@ -11,6 +13,9 @@
   abstract: true
   parent: BaseJumpsuitRecipe
   id: BaseCommandJumpsuitRecipe
+  categories:
+  - Jumpsuits
+  - Command
   materials:
     Cloth: 300
     Durathread: 100
@@ -18,6 +23,8 @@
 - type: latheRecipe
   abstract: true
   id: BaseCoatRecipe
+  categories:
+  - Coats
   completetime: 3.2 # don't ask why its faster than a jumpsuit??
   materials:
     Cloth: 500
@@ -27,6 +34,9 @@
   abstract: true
   parent: BaseCoatRecipe
   id: BaseCommandCoatRecipe
+  categories:
+  - Coats
+  - Command
   materials:
     Cloth: 500
     Durathread: 300
@@ -34,6 +44,8 @@
 - type: latheRecipe
   abstract: true
   id: BaseHatRecipe
+  categories:
+  - Hats
   completetime: 2
   materials:
     Cloth: 100
@@ -42,6 +54,9 @@
   abstract: true
   parent: BaseHatRecipe
   id: BaseCommandHatRecipe
+  categories:
+  - Hats
+  - Command
   materials:
     Cloth: 100
     Durathread: 50
 - type: latheRecipe
   abstract: true
   id: BaseNeckClothingRecipe
+  categories:
+  - Neck
   completetime: 2
   materials:
     Cloth: 200
 
-# Recipes
+## Recipes
 
 # Jumpsuits/skirts
 - type: latheRecipe