RCD (#912)
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Tools/rcd.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Tools/rcd.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 B |
BIN
Resources/Textures/Objects/Tools/rcd.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Tools/rcd.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 163 B |
1
Resources/Textures/Objects/Tools/rcd.rsi/meta.json
Normal file
1
Resources/Textures/Objects/Tools/rcd.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": "rcd", "directions": 1, "delays": [[1.0]]}]}
|
||||
BIN
Resources/Textures/Objects/Tools/rcd.rsi/rcd.png
Normal file
BIN
Resources/Textures/Objects/Tools/rcd.rsi/rcd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 317 B |
Reference in New Issue
Block a user