Crafting pizza boxes. (#29680)
* We can now craft pizza boxes * Fixing errors
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user