* 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>
- type: Tag
tags:
- RollingPin
+ - type: Construction
+ graph: WoodenRollingPin
+ node: rollingpin
--- /dev/null
+- 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
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
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