Add extended/double emergency nitrogen tanks (#22354)
Co-authored-by: DangerRevoltion <142105406+DangerRevoltion@users.noreply.github.com> Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
@@ -260,6 +260,7 @@
|
|||||||
- id: ClothingOuterHardsuitSyndicate
|
- id: ClothingOuterHardsuitSyndicate
|
||||||
- id: ClothingMaskGasSyndicate
|
- id: ClothingMaskGasSyndicate
|
||||||
- id: DoubleEmergencyOxygenTankFilled
|
- id: DoubleEmergencyOxygenTankFilled
|
||||||
|
- id: DoubleEmergencyNitrogenTankFilled
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffelSyndicateBundle
|
parent: ClothingBackpackDuffelSyndicateBundle
|
||||||
|
|||||||
@@ -82,6 +82,21 @@
|
|||||||
moles:
|
moles:
|
||||||
- 0.615413715 # oxygen
|
- 0.615413715 # oxygen
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: ExtendedEmergencyNitrogenTankFilled
|
||||||
|
parent: ExtendedEmergencyNitrogenTank
|
||||||
|
suffix: Filled
|
||||||
|
components:
|
||||||
|
- type: GasTank
|
||||||
|
outputPressure: 21.3
|
||||||
|
air:
|
||||||
|
# 9 minutes
|
||||||
|
volume: 1.5
|
||||||
|
moles:
|
||||||
|
- 0 # oxygen
|
||||||
|
- 0.615413715 # nitrogen
|
||||||
|
temperature: 293.15
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -98,6 +113,21 @@
|
|||||||
- 1.025689525 # oxygen
|
- 1.025689525 # oxygen
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: DoubleEmergencyNitrogenTankFilled
|
||||||
|
parent: DoubleEmergencyNitrogenTank
|
||||||
|
suffix: Filled
|
||||||
|
components:
|
||||||
|
- type: GasTank
|
||||||
|
outputPressure: 21.3
|
||||||
|
air:
|
||||||
|
# 15 minutes
|
||||||
|
volume: 2.5
|
||||||
|
moles:
|
||||||
|
- 0 # oxygen
|
||||||
|
- 1.025689525 # nitrogen
|
||||||
|
temperature: 293.15
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: AirTankFilled
|
id: AirTankFilled
|
||||||
parent: AirTank
|
parent: AirTank
|
||||||
@@ -121,7 +151,6 @@
|
|||||||
name: nitrogen tank
|
name: nitrogen tank
|
||||||
components:
|
components:
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 21.3
|
|
||||||
air:
|
air:
|
||||||
# 31 minutes
|
# 31 minutes
|
||||||
volume: 5
|
volume: 5
|
||||||
|
|||||||
@@ -84,6 +84,7 @@
|
|||||||
- id: ClothingHeadHelmetFire
|
- id: ClothingHeadHelmetFire
|
||||||
- id: ClothingMaskGas
|
- id: ClothingMaskGas
|
||||||
- id: YellowOxygenTankFilled
|
- id: YellowOxygenTankFilled
|
||||||
|
- id: NitrogenTankFilled
|
||||||
- id: FireExtinguisher
|
- id: FireExtinguisher
|
||||||
prob: 0.25
|
prob: 0.25
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -97,6 +98,7 @@
|
|||||||
- id: ClothingHeadHelmetFire
|
- id: ClothingHeadHelmetFire
|
||||||
- id: ClothingMaskGas
|
- id: ClothingMaskGas
|
||||||
- id: YellowOxygenTankFilled
|
- id: YellowOxygenTankFilled
|
||||||
|
- id: NitrogenTankFilled
|
||||||
- id: FireExtinguisher
|
- id: FireExtinguisher
|
||||||
prob: 0.25
|
prob: 0.25
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -143,6 +143,7 @@
|
|||||||
- DoubleEmergencyOxygenTankFilled
|
- DoubleEmergencyOxygenTankFilled
|
||||||
- ToolboxEmergencyFilled
|
- ToolboxEmergencyFilled
|
||||||
- NitrogenTankFilled
|
- NitrogenTankFilled
|
||||||
|
- DoubleEmergencyNitrogenTankFilled
|
||||||
- ToolboxElectricalFilled
|
- ToolboxElectricalFilled
|
||||||
- ToolboxMechanicalFilled
|
- ToolboxMechanicalFilled
|
||||||
- ClothingBeltUtility
|
- ClothingBeltUtility
|
||||||
@@ -215,6 +216,8 @@
|
|||||||
- FlashlightLantern
|
- FlashlightLantern
|
||||||
- YellowOxygenTankFilled
|
- YellowOxygenTankFilled
|
||||||
- DoubleEmergencyOxygenTankFilled
|
- DoubleEmergencyOxygenTankFilled
|
||||||
|
- NitrogenTankFilled
|
||||||
|
- DoubleEmergencyNitrogenTankFilled
|
||||||
- Lighter
|
- Lighter
|
||||||
- Matchbox
|
- Matchbox
|
||||||
- Crowbar
|
- Crowbar
|
||||||
|
|||||||
@@ -140,15 +140,28 @@
|
|||||||
description: An emergency tank with extended capacity. Technically rated for prolonged use.
|
description: An emergency tank with extended capacity. Technically rated for prolonged use.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tanks/emergency_yellow.rsi
|
sprite: Objects/Tanks/emergency_extended.rsi
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Tanks/emergency_yellow.rsi
|
sprite: Objects/Tanks/emergency_extended.rsi
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
air:
|
air:
|
||||||
volume: 1.5
|
volume: 1.5
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Tanks/emergency_yellow.rsi
|
sprite: Objects/Tanks/emergency_extended.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ExtendedEmergencyOxygenTank
|
||||||
|
id: ExtendedEmergencyNitrogenTank
|
||||||
|
name: extended-capacity emergency nitrogen tank
|
||||||
|
description: An emergency tank with extended capacity. Technically rated for prolonged use.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Tanks/emergency_extended_red.rsi
|
||||||
|
- type: Item
|
||||||
|
sprite: Objects/Tanks/emergency_extended_red.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Objects/Tanks/emergency_extended_red.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ExtendedEmergencyOxygenTank
|
parent: ExtendedEmergencyOxygenTank
|
||||||
@@ -172,6 +185,19 @@
|
|||||||
types:
|
types:
|
||||||
Blunt: 7.5
|
Blunt: 7.5
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DoubleEmergencyOxygenTank
|
||||||
|
id: DoubleEmergencyNitrogenTank
|
||||||
|
name: double emergency nitrogen tank
|
||||||
|
description: A high-grade dual-tank emergency life support container. It holds a decent amount of nitrogen for its small size.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Tanks/emergency_double_red.rsi
|
||||||
|
- type: Item
|
||||||
|
sprite: Objects/Tanks/emergency_double_red.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Objects/Tanks/emergency_double_red.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: GasTankRoundBase
|
parent: GasTankRoundBase
|
||||||
id: AirTank
|
id: AirTank
|
||||||
|
|||||||
|
After Width: | Height: | Size: 652 B |
|
After Width: | Height: | Size: 669 B |
|
After Width: | Height: | Size: 710 B |
|
After Width: | Height: | Size: 661 B |
|
After Width: | Height: | Size: 489 B |
|
After Width: | Height: | Size: 712 B |
|
After Width: | Height: | Size: 697 B |
|
After Width: | Height: | Size: 638 B |
|
After Width: | Height: | Size: 650 B |
|
After Width: | Height: | Size: 658 B |
|
After Width: | Height: | Size: 648 B |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 444 B |
@@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-dog",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-puppy",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-fox",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-cat",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-sloth",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-hamster",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-kangaroo",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-possum",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-pig",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 665 B |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 818 B |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
BIN
Resources/Textures/Objects/Tanks/emergency_extended.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 486 B |
|
After Width: | Height: | Size: 466 B |
@@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-dog",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-puppy",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-fox",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-cat",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-sloth",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-hamster",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-kangaroo",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-possum",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-pig",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 640 B |
|
After Width: | Height: | Size: 640 B |
|
After Width: | Height: | Size: 631 B |
|
After Width: | Height: | Size: 442 B |
|
After Width: | Height: | Size: 655 B |
|
After Width: | Height: | Size: 671 B |
|
After Width: | Height: | Size: 572 B |
|
After Width: | Height: | Size: 626 B |
|
After Width: | Height: | Size: 685 B |
|
After Width: | Height: | Size: 482 B |
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 426 B |
@@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-dog",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-puppy",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-fox",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-cat",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-sloth",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-hamster",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-kangaroo",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-possum",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-SUITSTORAGE-pig",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [[1],[1],[1],[1]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Adapted by DangerReovlution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
"copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||