Compact Security Jetpacks (#39569)

Made security jetpacks functionally identical to mini jetpacks.

Signed-off-by: Nox38 <nebulousnox38@gmail.com>
This commit is contained in:
Nox
2025-08-13 11:48:44 -07:00
committed by GitHub
parent 26e407d35c
commit b89a406735
6 changed files with 41 additions and 8 deletions

View File

@@ -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