Printable bedsheets (#34034)
* Bedsheets * that one fixes yellow bedsheet and delete american bedsheet
This commit is contained in:
@@ -1083,8 +1083,28 @@
|
||||
- CarpetPurple
|
||||
- CarpetCyan
|
||||
- CarpetWhite
|
||||
# Bedsheets
|
||||
- BedsheetBlack
|
||||
- BedsheetBlue
|
||||
- BedsheetBrown
|
||||
- BedsheetGreen
|
||||
- BedsheetGrey
|
||||
- BedsheetOrange
|
||||
- BedsheetPurple
|
||||
- BedsheetRed
|
||||
- BedsheetWhite
|
||||
- BedsheetYellow
|
||||
- BedsheetClown
|
||||
- BedsheetCosmos
|
||||
- BedsheetIan
|
||||
- BedsheetMedical
|
||||
- BedsheetMime
|
||||
- BedsheetNT
|
||||
- BedsheetRainbow
|
||||
- BedsheetBrigmedic
|
||||
- type: EmagLatheRecipes
|
||||
emagStaticRecipes:
|
||||
# Clothing
|
||||
- ClothingHeadHatCentcomcap
|
||||
- ClothingHeadHatCentcom
|
||||
- ClothingUniformJumpsuitCentcomAgent
|
||||
@@ -1107,6 +1127,8 @@
|
||||
- ClothingOuterWinterCentcom
|
||||
- ClothingOuterWinterSyndie
|
||||
- ClothingOuterWinterSyndieCap
|
||||
# Bedsheets
|
||||
- BedsheetSyndie
|
||||
- type: MaterialStorage
|
||||
whitelist:
|
||||
tags:
|
||||
|
||||
113
Resources/Prototypes/Recipes/Lathes/bedsheets.yml
Normal file
113
Resources/Prototypes/Recipes/Lathes/bedsheets.yml
Normal file
@@ -0,0 +1,113 @@
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseBedsheetRecipe
|
||||
completetime: 2
|
||||
materials:
|
||||
Cloth: 150
|
||||
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BaseSpecifiedBedsheetRecipe
|
||||
materials:
|
||||
Cloth: 150
|
||||
Durathread: 50
|
||||
|
||||
#Base bedsheets
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetBlack
|
||||
result: BedsheetBlack
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetBlue
|
||||
result: BedsheetBlue
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetBrown
|
||||
result: BedsheetBrown
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetGreen
|
||||
result: BedsheetGreen
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetGrey
|
||||
result: BedsheetGrey
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetOrange
|
||||
result: BedsheetOrange
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetPurple
|
||||
result: BedsheetPurple
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetRed
|
||||
result: BedsheetRed
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetWhite
|
||||
result: BedsheetWhite
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseBedsheetRecipe
|
||||
id: BedsheetYellow
|
||||
result: BedsheetYellow
|
||||
|
||||
#Specified bedsheets
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetClown
|
||||
result: BedsheetClown
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetCosmos
|
||||
result: BedsheetCosmos
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetIan #I'm not sure that that should be here
|
||||
result: BedsheetIan
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetMedical
|
||||
result: BedsheetMedical
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetMime
|
||||
result: BedsheetMime
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetNT
|
||||
result: BedsheetNT
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetRainbow
|
||||
result: BedsheetRainbow
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetBrigmedic
|
||||
result: BedsheetBrigmedic
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseSpecifiedBedsheetRecipe
|
||||
id: BedsheetSyndie
|
||||
result: BedsheetSyndie
|
||||
51
Resources/Prototypes/Recipes/Lathes/carpets.yml
Normal file
51
Resources/Prototypes/Recipes/Lathes/carpets.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseCarpetRecipe
|
||||
completetime: 1
|
||||
materials:
|
||||
Cloth: 100
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: Carpet
|
||||
result: FloorCarpetItemRed
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetBlack
|
||||
result: FloorCarpetItemBlack
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetPink
|
||||
result: FloorCarpetItemPink
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetBlue
|
||||
result: FloorCarpetItemBlue
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetGreen
|
||||
result: FloorCarpetItemGreen
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetOrange
|
||||
result: FloorCarpetItemOrange
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetPurple
|
||||
result: FloorCarpetItemPurple
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetCyan
|
||||
result: FloorCarpetItemCyan
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetWhite
|
||||
result: FloorCarpetItemWhite
|
||||
@@ -38,13 +38,6 @@
|
||||
materials:
|
||||
Cloth: 100
|
||||
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
id: BaseCarpetRecipe
|
||||
completetime: 1
|
||||
materials:
|
||||
Cloth: 100
|
||||
|
||||
- type: latheRecipe
|
||||
abstract: true
|
||||
parent: BaseHatRecipe
|
||||
@@ -916,49 +909,3 @@
|
||||
parent: BaseNeckClothingRecipe
|
||||
id: ClothingNeckScarfStripedPurple
|
||||
result: ClothingNeckScarfStripedPurple
|
||||
|
||||
# Carpets
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: Carpet
|
||||
result: FloorCarpetItemRed
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetBlack
|
||||
result: FloorCarpetItemBlack
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetPink
|
||||
result: FloorCarpetItemPink
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetBlue
|
||||
result: FloorCarpetItemBlue
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetGreen
|
||||
result: FloorCarpetItemGreen
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetOrange
|
||||
result: FloorCarpetItemOrange
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetPurple
|
||||
result: FloorCarpetItemPurple
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetCyan
|
||||
result: FloorCarpetItemCyan
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCarpetRecipe
|
||||
id: CarpetWhite
|
||||
result: FloorCarpetItemWhite
|
||||
|
||||
Reference in New Issue
Block a user