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

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "multitool", "directions": 1, "delays": [[1.0]]}]}

View File

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "screwdriver", "directions": 1, "delays": [[1.0]]}]}

View File

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B