Add filters to uniform printer (#34316)
* uniform * missing category * lint * bedsheets * carpets * typo * indent
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseBedsheetRecipe
|
||||
categories:
|
||||
- Bedsheets
|
||||
completetime: 2
|
||||
materials:
|
||||
Cloth: 150
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseCarpetRecipe
|
||||
categories:
|
||||
- Carpets
|
||||
completetime: 1
|
||||
materials:
|
||||
Cloth: 100
|
||||
|
||||
@@ -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
|
||||
@@ -43,3 +43,32 @@
|
||||
- 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
|
||||
|
||||
@@ -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
|
||||
@@ -49,11 +64,13 @@
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseNeckClothingRecipe
|
||||
categories:
|
||||
- Neck
|
||||
completetime: 2
|
||||
materials:
|
||||
Cloth: 200
|
||||
|
||||
# Recipes
|
||||
## Recipes
|
||||
|
||||
# Jumpsuits/skirts
|
||||
- type: latheRecipe
|
||||
|
||||
Reference in New Issue
Block a user