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

@@ -5,6 +5,6 @@
hand 1: LeftHandDrone
hand 2: LeftHandDrone
hand 3: LeftHandDrone
hand 4: RightHandDrone
hand 4: LeftHandDrone
hand 5: RightHandDrone
hand 6: RightHandDrone

View File

@@ -102,3 +102,12 @@
- id: BoxSurvival
- id: AcousticGuitarInstrument
- id: SaxophoneInstrument
- type: entity
abstract: true
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelDrone
components:
- type: Tag
tags:
- Drone

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

View File

@@ -318,3 +318,6 @@
- type: Tag
id: Write
- type: Tag
id: Drone