ent-gas-tank-suffix-filled incident

This commit is contained in:
Kara D
2021-11-22 02:06:35 -07:00
parent e0be4acc7e
commit 4fa4289e95
3 changed files with 8 additions and 19 deletions

View File

@@ -19,6 +19,3 @@ ent-air-tank = air tank
ent-plasma-tank = plasma tank ent-plasma-tank = plasma tank
.desc = Contains dangerous plasma. Do not inhale. Warning: extremely flammable. .desc = Contains dangerous plasma. Do not inhale. Warning: extremely flammable.
ent-gas-tank-suffix-empty = Empty
ent-gas-tank-suffix-filled = Filled

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: OxygenTankFilled id: OxygenTankFilled
parent: OxygenTank parent: OxygenTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: &oxyTankFill components: &oxyTankFill
- type: GasTank - type: GasTank
outputPressure: 21.27825 outputPressure: 21.27825
@@ -14,19 +14,19 @@
- type: entity - type: entity
id: YellowOxygenTankFilled id: YellowOxygenTankFilled
parent: YellowOxygenTank parent: YellowOxygenTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: *oxyTankFill components: *oxyTankFill
- type: entity - type: entity
id: RedOxygenTankFilled id: RedOxygenTankFilled
parent: RedOxygenTank parent: RedOxygenTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: *oxyTankFill components: *oxyTankFill
- type: entity - type: entity
id: EmergencyOxygenTankFilled id: EmergencyOxygenTankFilled
parent: EmergencyOxygenTank parent: EmergencyOxygenTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: components:
- type: GasTank - type: GasTank
outputPressure: 21.27825 outputPressure: 21.27825
@@ -39,7 +39,7 @@
- type: entity - type: entity
id: ExtendedEmergencyOxygenTankFilled id: ExtendedEmergencyOxygenTankFilled
parent: ExtendedEmergencyOxygenTank parent: ExtendedEmergencyOxygenTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: components:
- type: GasTank - type: GasTank
outputPressure: 21.27825 outputPressure: 21.27825
@@ -52,7 +52,7 @@
- type: entity - type: entity
id: DoubleEmergencyOxygenTankFilled id: DoubleEmergencyOxygenTankFilled
parent: DoubleEmergencyOxygenTank parent: DoubleEmergencyOxygenTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: components:
- type: GasTank - type: GasTank
outputPressure: 21.27825 outputPressure: 21.27825
@@ -65,7 +65,7 @@
- type: entity - type: entity
id: AirTankFilled id: AirTankFilled
parent: AirTank parent: AirTank
suffix: ent-gas-tank-suffix-filled suffix: Filled
components: components:
- type: GasTank - type: GasTank
outputPressure: 101.325 outputPressure: 101.325
@@ -80,7 +80,7 @@
id: PlasmaTankFilled id: PlasmaTankFilled
parent: PlasmaTank parent: PlasmaTank
name: plasma tank name: plasma tank
suffix: ent-gas-tank-suffix-filled suffix: Filled
description: "Contains dangerous plasma. Do not inhale. Warning: extremely flammable." description: "Contains dangerous plasma. Do not inhale. Warning: extremely flammable."
components: components:
- type: GasTank - type: GasTank

View File

@@ -24,7 +24,6 @@
id: OxygenTank id: OxygenTank
name: oxygen tank name: oxygen tank
description: A tank of oxygen. description: A tank of oxygen.
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/oxygen.rsi sprite: Objects/Tanks/oxygen.rsi
@@ -43,7 +42,6 @@
id: YellowOxygenTank id: YellowOxygenTank
name: oxygen tank name: oxygen tank
description: A tank of oxygen. This one is in yellow. description: A tank of oxygen. This one is in yellow.
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/yellow.rsi sprite: Objects/Tanks/yellow.rsi
@@ -57,7 +55,6 @@
id: RedOxygenTank id: RedOxygenTank
name: oxygen tank name: oxygen tank
description: A tank of oxygen. This one is in red. description: A tank of oxygen. This one is in red.
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/red.rsi sprite: Objects/Tanks/red.rsi
@@ -71,7 +68,6 @@
id: EmergencyOxygenTank id: EmergencyOxygenTank
name: extended-capacity emergency oxygen tank name: extended-capacity emergency oxygen tank
description: Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it. description: Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it.
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/emergency.rsi sprite: Objects/Tanks/emergency.rsi
@@ -92,7 +88,6 @@
id: ExtendedEmergencyOxygenTank id: ExtendedEmergencyOxygenTank
name: double emergency oxygen tank name: double emergency oxygen tank
description: Used for emergencies. Contains little oxygen, so try to conserve it until you actually need it. description: Used for emergencies. Contains little oxygen, so try to conserve it until you actually need it.
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/emergency_yellow.rsi sprite: Objects/Tanks/emergency_yellow.rsi
@@ -111,7 +106,6 @@
- type: entity - type: entity
parent: ExtendedEmergencyOxygenTank parent: ExtendedEmergencyOxygenTank
id: DoubleEmergencyOxygenTank id: DoubleEmergencyOxygenTank
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/emergency_double.rsi sprite: Objects/Tanks/emergency_double.rsi
@@ -132,7 +126,6 @@
id: AirTank id: AirTank
name: air tank name: air tank
description: Mixed anyone? description: Mixed anyone?
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/generic.rsi sprite: Objects/Tanks/generic.rsi
@@ -151,7 +144,6 @@
id: PlasmaTank id: PlasmaTank
name: plasma tank name: plasma tank
description: Contains dangerous plasma. Do not inhale. Extremely flammable. description: Contains dangerous plasma. Do not inhale. Extremely flammable.
# suffix: ent-gas-tank-suffix-empty
components: components:
- type: Sprite - type: Sprite
sprite: Objects/Tanks/plasma.rsi sprite: Objects/Tanks/plasma.rsi