Add the Omnitool, drone adjustments (#6948)

This commit is contained in:
Chris V
2022-03-15 18:11:29 -07:00
committed by GitHub
parent 60dd9fa46a
commit 90498edbbb
12 changed files with 118 additions and 11 deletions

View File

@@ -72,8 +72,9 @@
components:
- type: Drone
tools:
- id: PowerDrill
- id: JawsOfLife
- id: ClothingBackpackSatchelDrone
- id: trayScanner
- id: Omnitool
- id: WelderExperimental
- type: NameIdentifier
group: Drone

View File

@@ -276,3 +276,63 @@
Blunt: 10
- type: Item
sprite: Objects/Tools/shovel.rsi
- type: entity
name: omnitool
parent: BaseItem
id: Omnitool
description: A drone's best friend.
components:
- type: Sprite
sprite: Objects/Tools/omnitool.rsi
state: omnitool-screwing
- type: Item
sprite: Objects/Tools/omnitool.rsi
size: 20
- type: TilePrying
- type: SignalLinker
- type: Tool
qualities:
- Screwing
speed: 1.2 # Kept for future adjustments. Currently 1.2x for balance
- type: MultipleTool
statusShowBehavior: true
entries:
- behavior: Screwing
sprite:
sprite: Objects/Tools/omnitool.rsi
state: omnitool-screwing
useSound:
path: /Audio/Items/drill_use.ogg
changeSound:
path: /Audio/Items/change_drill.ogg
- behavior: Prying
sprite:
sprite: Objects/Tools/omnitool.rsi
state: omnitool-prying
useSound:
path: /Audio/Items/jaws_pry.ogg
changeSound:
path: /Audio/Items/change_drill.ogg
- behavior: Anchoring
sprite:
sprite: Objects/Tools/omnitool.rsi
state: omnitool-wrenching
useSound:
path: /Audio/Items/ratchet.ogg
changeSound:
path: /Audio/Items/change_drill.ogg
- behavior: Cutting
sprite:
sprite: Objects/Tools/omnitool.rsi
state: omnitool-snipping
useSound:
path: /Audio/Items/jaws_cut.ogg
changeSound:
path: /Audio/Items/change_drill.ogg
- behavior: Pulsing
sprite:
sprite: Objects/Tools/omnitool.rsi
state: omnitool-pulsing
changeSound:
path: /Audio/Items/change_drill.ogg