Skip to content

Commit

Permalink
jetpack
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Dec 3, 2024
1 parent 30e96ca commit 3747905
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ent-JetpackMiniBlue = мини джетпак
.suffix = Пустой
.desc = Это реактивный ранец - джетпак. Вмещает 2 Л газа.
ent-JetpackMiniBlueFilled = мини джетпак
.suffix = Полный
.desc = { ent-JetpackMiniBlue.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# - id: ClothingOuterSRTCoat #SS220 BlueShield Rework
- id: BlueShieldGasMask
- id: RubberStampBlueShield #SS220-additional paperwork
- id: JetpackMiniBlueFilled #SS220 BlueShield Rework

- type: entity
parent: GunSafe
Expand Down
41 changes: 40 additions & 1 deletion Resources/Prototypes/SS220/Entities/Objects/Tools/jetpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,43 @@
moles:
- 2.055689525 # oxygen
- type: GasTankSelfRefill
autoRefillRate: 0.01
autoRefillRate: 0.01

#Empty mini blue
- type: entity
id: JetpackMiniBlue
parent: BaseJetpack
name: mini jetpack
description: It's a jetpack. It can hold 1.5 L of gas.
suffix: Empty
components:
- type: Item
sprite: SS220/Objects/Tanks/Jetpacks/mini_blue.rsi
- type: Sprite
sprite: SS220/Objects/Tanks/Jetpacks/mini_blue.rsi
- type: Clothing
sprite: SS220/Objects/Tanks/Jetpacks/mini_blue.rsi
slots:
- Back
- suitStorage
- Belt
- type: GasTank
outputPressure: 42.6
air:
volume: 2

# Filled mini blue
- type: entity
id: JetpackMiniBlueFilled
parent: JetpackMiniBlue
components:
- type: GasTank
outputPressure: 42.6
air:
# 6 minutes of thrust
volume: 2
temperature: 293.15
moles:
- 0.461560287 # oxygen
- 0.461560287 # nitrogen

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1592a112e3d33eec4a0704b518a138d5a976f455, resprited by Estkemran (Github) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"directions": 1
},
{
"name": "icon-on",
"directions": 1,
"delays": [
[
0.5,
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "on-equipped-BACKPACK",
"directions": 4,
"delays": [
[
0.5,
0.2,
0.1
],
[
0.5,
0.2,
0.1
],
[
0.5,
0.2,
0.1
],
[
0.5,
0.2,
0.1
]
]
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "on-equipped-SUITSTORAGE",
"directions": 4,
"delays": [
[
0.5,
0.2,
0.1
],
[
0.5,
0.2,
0.1
],
[
0.5,
0.2,
0.1
],
[
0.5,
0.2,
0.1
]
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3747905

Please sign in to comment.