From: lzk228 <124214523+lzk228@users.noreply.github.com> Date: Sat, 29 Apr 2023 06:14:46 +0000 (+0300) Subject: Added ghost sheet craft (#15281) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0623d7d0e30ec7d78dcc1bf27045bcd9a967ef96;p=space-station-14.git Added ghost sheet craft (#15281) --- diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index a17ab0a64c..ab134b4d2c 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -222,7 +222,7 @@ sprite: Clothing/OuterClothing/Misc/nunrobe.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/nunrobe.rsi - + - type: entity parent: ClothingOuterBase id: ClothingOuterGhostSheet @@ -233,6 +233,9 @@ sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi + - type: Construction + graph: GhostSheet + node: ghost_sheet - type: entity parent: ClothingOuterBase diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/ghost_sheet.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/ghost_sheet.yml new file mode 100644 index 0000000000..866996a770 --- /dev/null +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/ghost_sheet.yml @@ -0,0 +1,14 @@ +- type: constructionGraph + id: GhostSheet + start: start + graph: + - node: start + edges: + - to: ghost_sheet + steps: + - material: Cloth + amount: 5 + doAfter: 12 + - node: ghost_sheet + entity: ClothingOuterGhostSheet + diff --git a/Resources/Prototypes/Recipes/Crafting/improvised.yml b/Resources/Prototypes/Recipes/Crafting/improvised.yml index 5229290a29..71de22a260 100644 --- a/Resources/Prototypes/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/Recipes/Crafting/improvised.yml @@ -11,6 +11,19 @@ state: icon objectType: Item +- type: construction + name: ghost sheet + id: ghost_sheet + graph: GhostSheet + startNode: start + targetNode: ghost_sheet + category: construction-category-misc + description: Become a spooky ghost. Boo! + icon: + sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi + state: icon + objectType: Item + - type: construction name: makeshift handcuffs id: makeshifthandcuffs