Added ghost sheet craft (#15281)
This commit is contained in:
parent
65fac91614
commit
0623d7d0e3
|
|
@ -222,7 +222,7 @@
|
|||
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Misc/nunrobe.rsi
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterGhostSheet
|
||||
|
|
@ -233,6 +233,9 @@
|
|||
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi
|
||||
- type: Construction
|
||||
graph: GhostSheet
|
||||
node: ghost_sheet
|
||||
|
||||
- type: entity
|
||||
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
|
||||
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
|
||||
name: makeshift handcuffs
|
||||
id: makeshifthandcuffs
|
||||
|
|
|
|||
Loading…
Reference in New Issue