@@ -2,6 +2,8 @@
|
||||
abstract: true
|
||||
parent: BaseStructureDynamic
|
||||
id: GasCanister
|
||||
name: gas canister
|
||||
description: A canister that can contain any type of gas. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: InteractionOutline
|
||||
- type: Transform
|
||||
@@ -106,6 +108,7 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: StorageCanister
|
||||
name: storage canister
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -153,6 +156,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: AirCanister
|
||||
name: air canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain air mixture. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -191,6 +196,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: OxygenCanister
|
||||
name: oxygen canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain oxygen. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -228,6 +235,8 @@
|
||||
- type: entity
|
||||
id: LiquidOxygenCanister
|
||||
parent: OxygenCanister
|
||||
name: liquid oxygen canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain liquid oxygen. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: GasCanister
|
||||
gasMixture:
|
||||
@@ -241,6 +250,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: NitrogenCanister
|
||||
name: nitrogen canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain nitrogen. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -279,6 +290,8 @@
|
||||
- type: entity
|
||||
id: LiquidNitrogenCanister
|
||||
parent: NitrogenCanister
|
||||
name: liquid nitrogen canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain liquid nitrogen. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: GasCanister
|
||||
gasMixture:
|
||||
@@ -293,6 +306,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: CarbonDioxideCanister
|
||||
name: carbon dioxide canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain carbon dioxide. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -334,6 +349,8 @@
|
||||
- type: entity
|
||||
id: LiquidCarbonDioxideCanister
|
||||
parent: CarbonDioxideCanister
|
||||
name: liquid carbon dioxide canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain liquid carbon dioxide. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: GasCanister
|
||||
gasMixture:
|
||||
@@ -349,6 +366,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: PlasmaCanister
|
||||
name: plasma canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain plasma. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -391,6 +410,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: TritiumCanister
|
||||
name: tritium canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain tritium. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -434,6 +455,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: WaterVaporCanister
|
||||
name: water vapor canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain water vapor. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -476,6 +499,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: AmmoniaCanister
|
||||
name: ammonia canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain ammonia. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -521,6 +546,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: NitrousOxideCanister
|
||||
name: nitrous oxide canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain nitrous oxide. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -565,6 +592,8 @@
|
||||
- type: entity
|
||||
parent: GasCanister
|
||||
id: FrezonCanister
|
||||
name: frezon canister
|
||||
description: A canister that can contain any type of gas. This one is supposed to contain frezon. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
@@ -614,6 +643,8 @@
|
||||
- type: entity
|
||||
parent: BaseStructureDynamic
|
||||
id: GasCanisterBrokenBase
|
||||
name: broken gas canister
|
||||
description: A broken gas canister. Not useless yet, as it can be salvaged for high quality materials.
|
||||
components:
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
|
||||
Reference in New Issue
Block a user