]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add explosion-proof backpack to uplink (#26187)
author21Melkuu <79728504+21Melkuu@users.noreply.github.com>
Sun, 17 Mar 2024 02:21:13 +0000 (05:21 +0300)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 02:21:13 +0000 (13:21 +1100)
* Backpacks

* move to wearables

* Update Resources/Prototypes/Catalog/uplink_catalog.yml

* Update Resources/Prototypes/Entities/Clothing/Back/backpacks.yml

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json [new file with mode: 0644]

index 15a1c78641de22fb2f33653f884119e88306bae5..62888de66631527fce690093b66275867556d3e2 100644 (file)
@@ -409,3 +409,6 @@ uplink-hypodart-desc = A seemingly unremarkable dart with an enlarged reservoir
 
 uplink-barber-scissors-name = Barber Scissors
 uplink-barber-scissors-desc = A good tool to give your fellow agent a nice haircut, unless you want to give it to yourself.
+
+uplink-backpack-syndicate-name = Syndicate backpack
+uplink-backpack-syndicate-desc = Lightweight explosion-proof а backpack for holding various traitor goods
index b6620d393a76cfec927ff2fec031f4625d22f0d1..ea1fec9580645a405d6b3ae283b1da84fb410c52 100644 (file)
   categories:
   - UplinkWearables
 
+- type: listing
+  id: UplinkBackpackSyndicate
+  name: uplink-backpack-syndicate-name
+  description: uplink-backpack-syndicate-desc
+  productEntity: ClothingBackpackSyndicate
+  cost:
+    Telecrystal: 2
+  categories:
+    - UplinkWearables
+
  # Pointless
 
 - type: listing
index 867bbc107697e4c850c0354e3af766b908fe45f5..ca926ba18c96e5850e7e4216cf4eab5b0c6946fa 100644 (file)
   - type: Sprite
     sprite: Clothing/Back/Backpacks/ertclown.rsi
 
+#Syndicate
+- type: entity
+  parent: ClothingBackpack
+  id: ClothingBackpackSyndicate
+  name: syndicate backpack
+  description:
+  components:
+  - type: Sprite
+    sprite: Clothing/Back/Backpacks/syndicate.rsi
+  - type: ExplosionResistance
+    damageCoefficient: 0.1         
+
 #Special
 - type: entity
   parent: ClothingBackpack
diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png
new file mode 100644 (file)
index 0000000..a7bf0a8
Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/equipped-BACKPACK.png differ
diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png
new file mode 100644 (file)
index 0000000..2c60bb0
Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..02acae5
Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..6faa13b
Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json b/Resources/Textures/Clothing/Back/Backpacks/syndicate.rsi/meta.json
new file mode 100644 (file)
index 0000000..f087cc7
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Made by gabova (discord)",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-BACKPACK",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}
\ No newline at end of file