This commit is contained in:
Kmc2000
2020-07-17 09:42:05 +01:00
committed by GitHub
parent 37f5e175e0
commit 5c723ea70e
7 changed files with 175 additions and 1 deletions

View File

@@ -244,3 +244,20 @@
state: drill_bolt
useSound: /Audio/Items/drill_use.ogg
changeSound: /Audio/Items/change_drill.ogg
- type: entity
name: RCD
parent: BaseItem
id: RCD
description: An advanced construction device which can place floors / walls down quickly.
components:
- type: RCD
- type: UseDelay
delay: 1.0
- type: Sprite
sprite: Objects/Tools/rcd.rsi
state: rcd
- type: Icon
sprite: Objects/Tools/rcd.rsi
state: rcd
- type: Item
sprite: Objects/Tools/rcd.rsi

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": "rcd", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B