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:
Swept
2021-02-27 09:23:14 +00:00
committed by GitHub
parent 9b94d5c195
commit 1056b9005f
22 changed files with 219 additions and 166 deletions

View 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

View 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