Add a crafting recipe for the muzzle (#11697)
This commit is contained in:
@@ -207,6 +207,9 @@
|
|||||||
- type: AddAccentClothing
|
- type: AddAccentClothing
|
||||||
accent: ReplacementAccent
|
accent: ReplacementAccent
|
||||||
replacement: mumble
|
replacement: mumble
|
||||||
|
- type: Construction
|
||||||
|
graph: Muzzle
|
||||||
|
node: muzzle
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingMaskPullableBase
|
parent: ClothingMaskPullableBase
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
- type: constructionGraph
|
||||||
|
id: Muzzle
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: muzzle
|
||||||
|
steps:
|
||||||
|
- material: Steel
|
||||||
|
amount: 2
|
||||||
|
- material: Cloth
|
||||||
|
amount: 3
|
||||||
|
doAfter: 10
|
||||||
|
- node: muzzle
|
||||||
|
entity: ClothingMaskMuzzle
|
||||||
@@ -22,6 +22,19 @@
|
|||||||
icon: Objects/Misc/cablecuffs.rsi/cuff.png
|
icon: Objects/Misc/cablecuffs.rsi/cuff.png
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: muzzle
|
||||||
|
id: muzzle
|
||||||
|
graph: Muzzle
|
||||||
|
startNode: start
|
||||||
|
targetNode: muzzle
|
||||||
|
category: construction-category-tools
|
||||||
|
objectType: Item
|
||||||
|
description: "A muzzle to shut your victim up."
|
||||||
|
icon:
|
||||||
|
sprite: Clothing/Mask/muzzle.rsi
|
||||||
|
state: icon
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: improvised pneumatic cannon
|
name: improvised pneumatic cannon
|
||||||
id: pneumaticcannon
|
id: pneumaticcannon
|
||||||
|
|||||||
Reference in New Issue
Block a user