Skip to content

Commit

Permalink
Merge pull request #206 from iaada/salvage-jetpack-another-fix
Browse files Browse the repository at this point in the history
salvpack
  • Loading branch information
joelsgp authored Sep 5, 2024
2 parents 9b8d661 + a4e26f9 commit 8139302
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
outputPressure: 42.6
air:
# 4 minutes of thrust
volume: .5
volume: 1.5
temperature: 293.15
moles:
- 0.307706858 # oxygen
Expand All @@ -223,7 +223,7 @@
id: JetpackSalvage
parent: BaseJetpack
name: salvage jetpack
description: It's a busted up jetpack. It should hold .4 L of gas, but only fills up halfway.
description: It's a busted up jetpack. It should hold 1 L of gas, but only fills up halfway.
suffix: Empty
components:
- type: Item
Expand All @@ -240,7 +240,7 @@
- type: GasTank
outputPressure: 42.6
air:
volume: .75
volume: .5

# Filled salvage
- type: entity
Expand All @@ -252,12 +252,12 @@
- type: GasTank
outputPressure: 42.6
air:
# 30 seconds of thrust
# 1 minute of thrust
volume: .5
temperature: 293.15
moles:
- 0.081027581 # oxygen
- 0.081027581 # nitrogen
- 0.102568952 # oxygen
- 0.102568952 # nitrogen

#Empty security
- type: entity
Expand Down

0 comments on commit 8139302

Please sign in to comment.