Inhands for multitool and screwdriver
Also makes power debug tool its own thing.
18
Resources/Prototypes/Entities/Items/power_debug.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Tools/multitool.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 242 B |
BIN
Resources/Textures/Objects/Tools/multitool.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 250 B |
1
Resources/Textures/Objects/Tools/multitool.rsi/meta.json
Normal 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]]}]}
|
||||
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
BIN
Resources/Textures/Objects/Tools/screwdriver.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 157 B |
|
After Width: | Height: | Size: 163 B |
@@ -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]]}]}
|
||||
|
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |