From: Jackal298 <129199891+Jackal298@users.noreply.github.com> Date: Sun, 23 Apr 2023 07:36:00 +0000 (+0300) Subject: add salvage rig (#15656) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=484611d74102168b62d5b2421608660a321f4e7b;p=space-station-14.git add salvage rig (#15656) --- diff --git a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml index 4227c3c1ea..2b33df0427 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/salvage.yml @@ -20,6 +20,7 @@ - id: Wirecutter - id: ClothingBeltUtility - id: OreBag + - id: ClothingBeltSalvageWebbing - type: entity id: CrateSalvageAssortedGoodies diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index ce19e85a93..08735b9e51 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -470,6 +470,17 @@ - type: Clothing sprite: Clothing/Belt/securitywebbing.rsi +- type: entity + parent: ClothingBeltStorageBase + id: ClothingBeltSalvageWebbing + name: salvage rig + description: Universal unloading system for work in space. + components: + - type: Sprite + sprite: Clothing/Belt/salvagewebbing.rsi + - type: Clothing + sprite: Clothing/Belt/salvagewebbing.rsi + - type: entity parent: ClothingBeltStorageBase id: ClothingBeltMilitaryWebbing diff --git a/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/equipped-BELT.png new file mode 100644 index 0000000000..5f68810fe7 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/icon.png b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/icon.png new file mode 100644 index 0000000000..5c8da8bcbc Binary files /dev/null and b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-left.png new file mode 100644 index 0000000000..9d043530c0 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-right.png new file mode 100644 index 0000000000..08ca1fb8bd Binary files /dev/null and b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/meta.json b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/meta.json new file mode 100644 index 0000000000..adca2abad2 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/salvagewebbing.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tg at commit https://github.com/tgstation/tgstation/commit/0310aaa254607855d7273ec849c4ecad48477dd5", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}