Makes the rolling pin craftable (#32285)
* Makes the rolling pin craftable * Update Resources/Prototypes/Recipes/Crafting/Graphs/improvised/rolling_pin.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: august-sun <45527070+august.sun@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -514,3 +514,6 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- RollingPin
|
||||
- type: Construction
|
||||
graph: WoodenRollingPin
|
||||
node: rollingpin
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
- type: constructionGraph
|
||||
id: WoodenRollingPin
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: rollingpin
|
||||
steps:
|
||||
- material: WoodPlank
|
||||
amount: 2
|
||||
- material: MetalRod
|
||||
amount: 1
|
||||
doAfter: 2
|
||||
- node: rollingpin
|
||||
entity: RollingPin
|
||||
@@ -145,7 +145,7 @@
|
||||
targetNode: shell
|
||||
category: construction-category-weapons
|
||||
objectType: Item
|
||||
description: A homemade shotgun shell that shoots painful glass shrapnel. The spread is so wide that it couldn't hit the broad side of a Barn
|
||||
description: A homemade shotgun shell that shoots painful glass shrapnel. The spread is so wide that it couldn't hit the broad side of a barn.
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Ammunition/Casings/shotgun_shell.rsi
|
||||
state: improvised
|
||||
@@ -214,3 +214,16 @@
|
||||
icon:
|
||||
sprite: Objects/Weapons/Bombs/pipebomb.rsi
|
||||
state: icon
|
||||
|
||||
- type: construction
|
||||
name: rolling pin
|
||||
id: rollingpin
|
||||
graph: WoodenRollingPin
|
||||
startNode: start
|
||||
targetNode: rollingpin
|
||||
category: construction-category-tools
|
||||
objectType: Item
|
||||
description: A rolling pin, used for cooking and defending the kitchen.
|
||||
icon:
|
||||
sprite: Objects/Tools/rolling_pin.rsi
|
||||
state: icon
|
||||
|
||||
Reference in New Issue
Block a user