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:
mirrorcult
2021-11-03 14:33:36 -07:00
committed by GitHub
parent 6bb1e58e77
commit 3f51ffbd3c
33 changed files with 791 additions and 89 deletions

View File

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

View File

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

View 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

View File

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