Added ghost sheet craft (#15281)

This commit is contained in:
lzk228 2023-04-29 09:14:46 +03:00 committed by GitHub
parent 65fac91614
commit 0623d7d0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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