Compact Security Jetpacks (#39569)
Made security jetpacks functionally identical to mini jetpacks. Signed-off-by: Nox38 <nebulousnox38@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 839 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user