Inhands for multitool and screwdriver

Also makes power debug tool its own thing.
This commit is contained in:
Pieter-Jan Briers
2020-04-25 13:55:16 +02:00
parent f636303b8e
commit a5de12e4cf
10 changed files with 37 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
- type: entity
name: Power Debug Tool
parent: BaseItem
id: PowerDebug
description: An advanced tool to copy, store, and send electrical pulses and signals through wires and machines
components:
- type: Sprite
sprite: Objects/Tools/multitool.rsi
state: multitool
- type: Icon
sprite: Objects/Tools/multitool.rsi
state: multitool
- type: Item
sprite: Objects/Tools/multitool.rsi
- type: PowerDebugTool

View File

@@ -20,9 +20,16 @@
components:
- type: Screwdriver
- type: Sprite
texture: Objects/Tools/screwdriver.png
sprite: Objects/Tools/screwdriver.rsi
state: screwdriver
- type: Icon
texture: Objects/Tools/screwdriver.png
sprite: Objects/Tools/screwdriver.rsi
state: screwdriver
- type: Item
sprite: Objects/Tools/screwdriver.rsi
- type: ItemCooldown
- type: MeleeWeapon
@@ -95,7 +102,12 @@
components:
- type: Multitool
- type: Sprite
texture: Objects/Tools/multitool.png
sprite: Objects/Tools/multitool.rsi
state: multitool
- type: Icon
texture: Objects/Tools/multitool.png
- type: PowerDebugTool
sprite: Objects/Tools/multitool.rsi
state: multitool
- type: Item
sprite: Objects/Tools/multitool.rsi