Belt Appraisal Tools (#14413)
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
- CigPack
|
- CigPack
|
||||||
- Radio
|
- Radio
|
||||||
- HolofanProjector
|
- HolofanProjector
|
||||||
|
- AppraisalTool
|
||||||
components:
|
components:
|
||||||
- AirlockPainter
|
- AirlockPainter
|
||||||
- SignalLinker
|
- SignalLinker
|
||||||
@@ -90,6 +91,7 @@
|
|||||||
- CigPack
|
- CigPack
|
||||||
- Radio
|
- Radio
|
||||||
- HolofanProjector
|
- HolofanProjector
|
||||||
|
- AppraisalTool
|
||||||
components:
|
components:
|
||||||
- AirlockPainter
|
- AirlockPainter
|
||||||
- SignalLinker
|
- SignalLinker
|
||||||
|
|||||||
@@ -13,3 +13,11 @@
|
|||||||
- type: PriceGun
|
- type: PriceGun
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 3
|
delay: 3
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Objects/Tools/appraisal-tool.rsi
|
||||||
|
quickEquip: false
|
||||||
|
slots:
|
||||||
|
- Belt
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- AppraisalTool
|
||||||
@@ -9,6 +9,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: AirSensor
|
id: AirSensor
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: AppraisalTool
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: ATVKeys
|
id: ATVKeys
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 176 B |
@@ -8,6 +8,10 @@
|
|||||||
"states" : [
|
"states" : [
|
||||||
{
|
{
|
||||||
"name" : "icon"
|
"name" : "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version" : 1
|
"version" : 1
|
||||||
|
|||||||
Reference in New Issue
Block a user