Fixes Torch (#3270)
* Updates RSI * Done * Finish * SoulSloth you give me conniptions * Nvm it was Nuke who made this, sorry soulsloth. * E * I am retar
This commit is contained in:
13
Resources/Prototypes/Recipes/Construction/Graphs/torch.yml
Normal file
13
Resources/Prototypes/Recipes/Construction/Graphs/torch.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- type: constructionGraph
|
||||
id: lightTorch
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: torch
|
||||
steps:
|
||||
- material: Wood
|
||||
amount: 2
|
||||
doAfter: 2
|
||||
- node: torch
|
||||
entity: Torch
|
||||
10
Resources/Prototypes/Recipes/Construction/tools.yml
Normal file
10
Resources/Prototypes/Recipes/Construction/tools.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- type: construction
|
||||
name: torch
|
||||
id: LightTorch
|
||||
graph: lightTorch
|
||||
startNode: start
|
||||
targetNode: torch
|
||||
category: Tools
|
||||
description: A torch fashioned from some wood.
|
||||
icon: Objects/Misc/torch.rsi/icon.png
|
||||
objectType: Item
|
||||
Reference in New Issue
Block a user