]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Compact Security Jetpacks (#39569)
authorNox <nebulousnox38@gmail.com>
Wed, 13 Aug 2025 18:48:44 +0000 (11:48 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Aug 2025 18:48:44 +0000 (14:48 -0400)
Made security jetpacks functionally identical to mini jetpacks.

Signed-off-by: Nox38 <nebulousnox38@gmail.com>
Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE-dog.png [new file with mode: 0644]
Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png [new file with mode: 0644]
Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json
Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE-dog.png [new file with mode: 0644]
Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png [new file with mode: 0644]

index f579890ad4990721a79f3c011709397a264e4464..fbe5b5a20873e86a455a8e74f4c3c8f35800ac36 100644 (file)
 #Empty security
 - type: entity
   id: JetpackSecurity
-  parent: [BaseJetpack, BaseSecurityContraband]
-  name: security jetpack
+  parent: [JetpackMini, BaseSecurityContraband]
+  name: security mini jetpack
+  description: A compact jetpack utilized by station security when patrolling the station's exterior. Not intended for long range travel, it holds only 1.5 L of gas.
   suffix: Empty
   components:
   - type: Item
     sprite: Objects/Tanks/Jetpacks/security.rsi
   - type: Clothing
     sprite: Objects/Tanks/Jetpacks/security.rsi
-    slots:
-      - Back
 
 #Filled security
 - type: entity
   - type: GasTank
     outputPressure: 42.6
     air:
-      # 13 minutes thrust
-      volume: 5
+      # 4 minutes of thrust
+      volume: 1.5
       temperature: 293.15
       moles:
-        - 1.025689525 # oxygen
-        - 1.025689525 # nitrogen
+      - 0.307706858 # oxygen
+      - 0.307706858 # nitrogen
 
 #Empty void
 - type: entity
diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE-dog.png
new file mode 100644 (file)
index 0000000..b430547
Binary files /dev/null and b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE-dog.png differ
diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png
new file mode 100644 (file)
index 0000000..b8961ea
Binary files /dev/null and b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png differ
index 21aae85629abe197b6a54a73daf9f2978b6bceb5..81d7f4d388424972d6eab1e685d9b90ab6ccb80c 100644 (file)
         {
             "name": "on-equipped-BACKPACK-dog",
             "directions": 4
+        },
+        {
+            "name": "equipped-SUITSTORAGE",
+            "directions": 4
+        },
+        {
+            "name": "on-equipped-SUITSTORAGE",
+            "directions": 4,
+            "delays": [
+                [
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2
+                ],
+                [
+                    0.2,
+                    0.2
+                ]
+            ]
+        },
+        {
+            "name": "equipped-SUITSTORAGE-dog",
+            "directions": 4
+        },
+        {
+            "name": "on-equipped-SUITSTORAGE-dog",
+            "directions": 4
         }
     ]
 }
diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE-dog.png b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE-dog.png
new file mode 100644 (file)
index 0000000..b430547
Binary files /dev/null and b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE-dog.png differ
diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png
new file mode 100644 (file)
index 0000000..0ae456c
Binary files /dev/null and b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png differ