From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:23:02 +0000 (-0600) Subject: Belt Appraisal Tools (#14413) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=63889267ef9b44cde92e97be92675d1affa88725;p=space-station-14.git Belt Appraisal Tools (#14413) --- diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 55c839c9d4..e822825a13 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -25,6 +25,7 @@ - CigPack - Radio - HolofanProjector + - AppraisalTool components: - AirlockPainter - SignalLinker @@ -90,6 +91,7 @@ - CigPack - Radio - HolofanProjector + - AppraisalTool components: - AirlockPainter - SignalLinker diff --git a/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml b/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml index 8c289c6a32..d864e59d18 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/appraisal.yml @@ -13,3 +13,11 @@ - type: PriceGun - type: UseDelay delay: 3 + - type: Clothing + sprite: Objects/Tools/appraisal-tool.rsi + quickEquip: false + slots: + - Belt + - type: Tag + tags: + - AppraisalTool \ No newline at end of file diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index f8dbea80e5..5e353bf8fd 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -9,6 +9,9 @@ - type: Tag id: AirSensor +- type: Tag + id: AppraisalTool + - type: Tag id: ATVKeys @@ -625,4 +628,4 @@ id: Write - type: Tag - id: SubdermalImplant + id: SubdermalImplant \ No newline at end of file diff --git a/Resources/Textures/Objects/Tools/appraisal-tool.rsi/equipped-BELT.png b/Resources/Textures/Objects/Tools/appraisal-tool.rsi/equipped-BELT.png new file mode 100644 index 0000000000..877a76785e Binary files /dev/null and b/Resources/Textures/Objects/Tools/appraisal-tool.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Objects/Tools/appraisal-tool.rsi/meta.json b/Resources/Textures/Objects/Tools/appraisal-tool.rsi/meta.json index f17c22aab4..07cec4822e 100644 --- a/Resources/Textures/Objects/Tools/appraisal-tool.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/appraisal-tool.rsi/meta.json @@ -8,6 +8,10 @@ "states" : [ { "name" : "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 } ], "version" : 1