Belt Appraisal Tools (#14413)

This commit is contained in:
Nairod
2023-03-05 22:23:02 -06:00
committed by GitHub
parent cbf40696af
commit 63889267ef
5 changed files with 18 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -9,6 +9,9 @@
- type: Tag - type: Tag
id: AirSensor id: AirSensor
- type: Tag
id: AppraisalTool
- type: Tag - type: Tag
id: ATVKeys id: ATVKeys
@@ -625,4 +628,4 @@
id: Write id: Write
- type: Tag - type: Tag
id: SubdermalImplant id: SubdermalImplant

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

View File

@@ -8,6 +8,10 @@
"states" : [ "states" : [
{ {
"name" : "icon" "name" : "icon"
},
{
"name": "equipped-BELT",
"directions": 4
} }
], ],
"version" : 1 "version" : 1