Add basic handheld GPS (#6896)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
16
Resources/Prototypes/Entities/Objects/Tools/gps.yml
Normal file
16
Resources/Prototypes/Entities/Objects/Tools/gps.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
- type: entity
|
||||
name: global positioning system
|
||||
parent: BaseItem
|
||||
id: HandheldGPSBasic
|
||||
description: Helping lost spacemen find their way through the planets since 2016.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/gps.rsi
|
||||
netsync: false
|
||||
layers:
|
||||
- state: icon
|
||||
- state: active
|
||||
- type: Item
|
||||
sprite: Objects/Devices/gps.rsi
|
||||
state: icon
|
||||
- type: HandheldGPS
|
||||
@@ -64,6 +64,7 @@
|
||||
- Shovel
|
||||
- Spade
|
||||
- CableStack
|
||||
- HandheldGPSBasic
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: AutolatheVisualizer
|
||||
|
||||
Reference in New Issue
Block a user