Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Jetpack Rework #34345

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
id: JetpackSecurity
parent: [BaseJetpack, BaseRestrictedContraband]
name: security jetpack
description: It's a jetpack. It can hold 2.5 L of gas.
suffix: Empty
components:
- type: Item
Expand All @@ -232,6 +233,11 @@
sprite: Objects/Tanks/Jetpacks/security.rsi
slots:
- Back
- suitStorage
- type: GasTank
outputPressure: 42.6
air:
volume: 2.5

#Filled security
- type: entity
Expand All @@ -243,12 +249,12 @@
- type: GasTank
outputPressure: 42.6
air:
# 13 minutes thrust
volume: 5
# 6.5 minutes of thrust
volume: 2.5
temperature: 293.15
moles:
- 1.025689525 # oxygen
- 1.025689525 # nitrogen
- 0.512844762 # oxygen
- 0.512844762 # nitrogen

#Empty void
- type: entity
Expand Down
Loading