From: Nox Date: Wed, 13 Aug 2025 18:48:44 +0000 (-0700) Subject: Compact Security Jetpacks (#39569) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b89a406735d0268cfb309f14ffd3e2beff9d33af;p=space-station-14.git Compact Security Jetpacks (#39569) Made security jetpacks functionally identical to mini jetpacks. Signed-off-by: Nox38 --- diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index f579890ad4..fbe5b5a208 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -229,8 +229,9 @@ #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 @@ -239,8 +240,6 @@ sprite: Objects/Tanks/Jetpacks/security.rsi - type: Clothing sprite: Objects/Tanks/Jetpacks/security.rsi - slots: - - Back #Filled security - type: entity @@ -252,12 +251,12 @@ - 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 index 0000000000..b430547573 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 index 0000000000..b8961eaa77 Binary files /dev/null and b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json index 21aae85629..81d7f4d388 100644 --- a/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/meta.json @@ -62,6 +62,40 @@ { "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 index 0000000000..b430547573 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 index 0000000000..0ae456cf0d Binary files /dev/null and b/Resources/Textures/Objects/Tanks/Jetpacks/security.rsi/on-equipped-SUITSTORAGE.png differ