From: saga3152 <133799418+saga3152@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:52:33 +0000 (+0200) Subject: Crafting pizza boxes. (#29680) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a5ec01792b113caac2590fce5058e85d0dc302de;p=space-station-14.git Crafting pizza boxes. (#29680) * We can now craft pizza boxes * Fixing errors --- diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/foodboxpizza.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/foodboxpizza.yml new file mode 100644 index 0000000000..b475289e11 --- /dev/null +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/foodboxpizza.yml @@ -0,0 +1,15 @@ +- type: constructionGraph + id: FoodBoxPizza + start: start + graph: + - node: start + edges: + - to: foodboxpizza + steps: + - material: Cardboard + amount: 1 + doAfter: 4 + + + - node: foodboxpizza + entity: FoodBoxPizza \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Crafting/crates.yml b/Resources/Prototypes/Recipes/Crafting/crates.yml index 4177b3fa2a..72fabc2221 100644 --- a/Resources/Prototypes/Recipes/Crafting/crates.yml +++ b/Resources/Prototypes/Recipes/Crafting/crates.yml @@ -64,6 +64,19 @@ icon: { sprite: Objects/Storage/boxes.rsi, state: box } objectType: Item +- type: construction + name: pizza box + id: FoodBoxPizza + graph: FoodBoxPizza + startNode: start + targetNode: foodboxpizza + category: construction-category-storage + description: A box for pizza. + icon: + sprite: Objects/Consumable/Food/Baked/pizza.rsi + state: box + objectType: Item + - type: construction name: coffin id: CrateCoffin