]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add salvage rig (#15656)
authorJackal298 <129199891+Jackal298@users.noreply.github.com>
Sun, 23 Apr 2023 07:36:00 +0000 (10:36 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 07:36:00 +0000 (17:36 +1000)
Resources/Prototypes/Catalog/Fills/Crates/salvage.yml
Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/equipped-BELT.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/meta.json [new file with mode: 0644]

index 4227c3c1eadf9ae7bdb41eaff418f1e2d8bbdf5a..2b33df0427078955431a391553450345780110fd 100644 (file)
@@ -20,6 +20,7 @@
       - id: Wirecutter
       - id: ClothingBeltUtility
       - id: OreBag
+      - id: ClothingBeltSalvageWebbing
 
 - type: entity
   id: CrateSalvageAssortedGoodies
index ce19e85a9332324ea1143dbdedc57c789ff4f022..08735b9e511a9464c69e0dd27a083db730a07180 100644 (file)
   - 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 (file)
index 0000000..5f68810
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 (file)
index 0000000..5c8da8b
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 (file)
index 0000000..9d04353
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 (file)
index 0000000..08ca1fb
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 (file)
index 0000000..adca2ab
--- /dev/null
@@ -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
+    }
+  ]
+}