#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
{
"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
}
]
}