Pneumatic cannons (#4560)
* basics & visuals * pneumatic cannon works perf * loc + popups * gas tank does stuff + queue changes * updates * b * forcefeeding * inhand * crafting! * pie cannon now is a pneumatic cannon * oopy * fix for entman + verbs * pie * change for tools * actual * combat mode + better sounds * reviews
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
- type: constructionGraph
|
||||
id: PneumaticCannon
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: cannon
|
||||
steps:
|
||||
- tag: Pipe
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeStraight
|
||||
name: pipe
|
||||
- tag: Handcuffs
|
||||
icon:
|
||||
sprite: Objects/Misc/cablecuffs.rsi
|
||||
state: cuff
|
||||
color: red
|
||||
name: cuffs
|
||||
- material: Steel
|
||||
amount: 6
|
||||
doAfter: 10
|
||||
- node: cannon
|
||||
entity: ImprovisedPneumaticCannon
|
||||
@@ -1,12 +0,0 @@
|
||||
- type: construction
|
||||
name: baseball bat
|
||||
id: bat
|
||||
graph: WoodenBat
|
||||
startNode: start
|
||||
targetNode: bat
|
||||
category: Weapons
|
||||
description: A robust baseball bat.
|
||||
icon:
|
||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||
state: icon
|
||||
objectType: Item
|
||||
36
Resources/Prototypes/Recipes/Crafting/improvised.yml
Normal file
36
Resources/Prototypes/Recipes/Crafting/improvised.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
- type: construction
|
||||
name: baseball bat
|
||||
id: bat
|
||||
graph: WoodenBat
|
||||
startNode: start
|
||||
targetNode: bat
|
||||
category: Weapons
|
||||
description: A robust baseball bat.
|
||||
icon:
|
||||
sprite: Objects/Weapons/Melee/baseball_bat.rsi
|
||||
state: icon
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: makeshift handcuffs
|
||||
id: makeshifthandcuffs
|
||||
graph: makeshifthandcuffs
|
||||
startNode: start
|
||||
targetNode: cuffscable
|
||||
category: Utility
|
||||
description: "Homemade handcuffs crafted from spare cables."
|
||||
icon: Objects/Misc/cablecuffs.rsi/cuff.png
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: improvised pneumatic cannon
|
||||
id: pneumaticcannon
|
||||
graph: PneumaticCannon
|
||||
startNode: start
|
||||
targetNode: cannon
|
||||
category: Weapons
|
||||
objectType: Item
|
||||
description: This son of a gun can fire anything that fits in it using just a little gas.
|
||||
icon:
|
||||
sprite: Objects/Weapons/Guns/Cannons/pneumatic_cannon.rsi
|
||||
state: pneumaticCannon
|
||||
@@ -1,11 +0,0 @@
|
||||
- type: construction
|
||||
name: makeshift handcuffs
|
||||
id: makeshifthandcuffs
|
||||
graph: makeshifthandcuffs
|
||||
startNode: start
|
||||
targetNode: cuffscable
|
||||
category: Utility
|
||||
description: "Homemade handcuffs crafted from spare cables."
|
||||
icon: Objects/Misc/cablecuffs.rsi/cuff.png
|
||||
objectType: Item
|
||||
|
||||
Reference in New Issue
Block a user