gas tanks ops (#22154)
This commit is contained in:
@@ -107,7 +107,6 @@
|
|||||||
size: Small
|
size: Small
|
||||||
sprite: Objects/Tanks/emergency.rsi
|
sprite: Objects/Tanks/emergency.rsi
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 21.3
|
|
||||||
air:
|
air:
|
||||||
volume: 0.66
|
volume: 0.66
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
@@ -130,7 +129,7 @@
|
|||||||
Steel: 100
|
Steel: 100
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: GasTankRoundBase
|
parent: EmergencyOxygenTank
|
||||||
id: EmergencyNitrogenTank
|
id: EmergencyNitrogenTank
|
||||||
name: emergency nitrogen tank
|
name: emergency nitrogen tank
|
||||||
description: An easily portable tank for emergencies. Contains very little nitrogen, rated for survival use only.
|
description: An easily portable tank for emergencies. Contains very little nitrogen, rated for survival use only.
|
||||||
@@ -138,30 +137,9 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tanks/emergency_red.rsi
|
sprite: Objects/Tanks/emergency_red.rsi
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Small
|
|
||||||
sprite: Objects/Tanks/emergency_red.rsi
|
sprite: Objects/Tanks/emergency_red.rsi
|
||||||
- type: GasTank
|
|
||||||
outputPressure: 21.3
|
|
||||||
air:
|
|
||||||
volume: 0.66
|
|
||||||
temperature: 293.15
|
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Tanks/emergency_red.rsi
|
sprite: Objects/Tanks/emergency_red.rsi
|
||||||
slots:
|
|
||||||
- Pocket
|
|
||||||
- Belt
|
|
||||||
- suitStorage
|
|
||||||
- type: MeleeWeapon
|
|
||||||
damage:
|
|
||||||
types:
|
|
||||||
Blunt: 5
|
|
||||||
- type: DamageOtherOnHit
|
|
||||||
damage:
|
|
||||||
types:
|
|
||||||
Blunt: 5
|
|
||||||
- type: PhysicalComposition
|
|
||||||
materialComposition:
|
|
||||||
Steel: 100
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: EmergencyOxygenTank
|
parent: EmergencyOxygenTank
|
||||||
@@ -174,7 +152,6 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Tanks/emergency_yellow.rsi
|
sprite: Objects/Tanks/emergency_yellow.rsi
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 21.3
|
|
||||||
air:
|
air:
|
||||||
volume: 1.5
|
volume: 1.5
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
@@ -192,7 +169,6 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Tanks/emergency_double.rsi
|
sprite: Objects/Tanks/emergency_double.rsi
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 21.3
|
|
||||||
air:
|
air:
|
||||||
volume: 2.5
|
volume: 2.5
|
||||||
temperature: 293.15
|
temperature: 293.15
|
||||||
@@ -214,15 +190,8 @@
|
|||||||
name: air tank
|
name: air tank
|
||||||
description: Mixed anyone?
|
description: Mixed anyone?
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
|
||||||
sprite: Objects/Tanks/generic.rsi
|
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 101.3
|
outputPressure: 101.3
|
||||||
air:
|
|
||||||
volume: 5
|
|
||||||
temperature: 293.15
|
|
||||||
- type: Clothing
|
|
||||||
sprite: Objects/Tanks/generic.rsi
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: GasTankRoundBase
|
parent: GasTankRoundBase
|
||||||
@@ -236,9 +205,6 @@
|
|||||||
sprite: Objects/Tanks/anesthetic.rsi
|
sprite: Objects/Tanks/anesthetic.rsi
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 30.4
|
outputPressure: 30.4
|
||||||
air:
|
|
||||||
volume: 5
|
|
||||||
temperature: 293.15
|
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Tanks/anesthetic.rsi
|
sprite: Objects/Tanks/anesthetic.rsi
|
||||||
|
|
||||||
@@ -255,8 +221,5 @@
|
|||||||
sprite: Objects/Tanks/plasma.rsi
|
sprite: Objects/Tanks/plasma.rsi
|
||||||
- type: GasTank
|
- type: GasTank
|
||||||
outputPressure: 101.3
|
outputPressure: 101.3
|
||||||
air:
|
|
||||||
volume: 5
|
|
||||||
temperature: 293.15
|
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Objects/Tanks/plasma.rsi
|
sprite: Objects/Tanks/plasma.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user