Crafting pizza boxes. (#29680)

* We can now craft pizza boxes

* Fixing errors
This commit is contained in:
saga3152
2024-07-10 07:52:33 +02:00
committed by GitHub
parent 91740ef5be
commit a5ec01792b
2 changed files with 28 additions and 0 deletions

View File

@@ -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

View File

@@ -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