Added ghost sheet craft (#15281)
This commit is contained in:
@@ -233,6 +233,9 @@
|
|||||||
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||||
|
- type: Construction
|
||||||
|
graph: GhostSheet
|
||||||
|
node: ghost_sheet
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterBase
|
parent: ClothingOuterBase
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: GhostSheet
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: ghost_sheet
|
||||||
|
steps:
|
||||||
|
- material: Cloth
|
||||||
|
amount: 5
|
||||||
|
doAfter: 12
|
||||||
|
- node: ghost_sheet
|
||||||
|
entity: ClothingOuterGhostSheet
|
||||||
|
|
||||||
@@ -11,6 +11,19 @@
|
|||||||
state: icon
|
state: icon
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: ghost sheet
|
||||||
|
id: ghost_sheet
|
||||||
|
graph: GhostSheet
|
||||||
|
startNode: start
|
||||||
|
targetNode: ghost_sheet
|
||||||
|
category: construction-category-misc
|
||||||
|
description: Become a spooky ghost. Boo!
|
||||||
|
icon:
|
||||||
|
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||||
|
state: icon
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: makeshift handcuffs
|
name: makeshift handcuffs
|
||||||
id: makeshifthandcuffs
|
id: makeshifthandcuffs
|
||||||
|
|||||||
Reference in New Issue
Block a user