@@ -2,6 +2,8 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructureDynamic
|
||||||
id: GasCanister
|
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:
|
components:
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Transform
|
- type: Transform
|
||||||
@@ -106,6 +108,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: StorageCanister
|
id: StorageCanister
|
||||||
|
name: storage canister
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -153,6 +156,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: AirCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -191,6 +196,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: OxygenCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -228,6 +235,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: LiquidOxygenCanister
|
id: LiquidOxygenCanister
|
||||||
parent: OxygenCanister
|
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:
|
components:
|
||||||
- type: GasCanister
|
- type: GasCanister
|
||||||
gasMixture:
|
gasMixture:
|
||||||
@@ -241,6 +250,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: NitrogenCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -279,6 +290,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: LiquidNitrogenCanister
|
id: LiquidNitrogenCanister
|
||||||
parent: NitrogenCanister
|
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:
|
components:
|
||||||
- type: GasCanister
|
- type: GasCanister
|
||||||
gasMixture:
|
gasMixture:
|
||||||
@@ -293,6 +306,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: CarbonDioxideCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -334,6 +349,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: LiquidCarbonDioxideCanister
|
id: LiquidCarbonDioxideCanister
|
||||||
parent: CarbonDioxideCanister
|
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:
|
components:
|
||||||
- type: GasCanister
|
- type: GasCanister
|
||||||
gasMixture:
|
gasMixture:
|
||||||
@@ -349,6 +366,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: PlasmaCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -391,6 +410,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: TritiumCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -434,6 +455,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: WaterVaporCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -476,6 +499,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: AmmoniaCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -521,6 +546,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: NitrousOxideCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -565,6 +592,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: GasCanister
|
parent: GasCanister
|
||||||
id: FrezonCanister
|
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:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -614,6 +643,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructureDynamic
|
||||||
id: GasCanisterBrokenBase
|
id: GasCanisterBrokenBase
|
||||||
|
name: broken gas canister
|
||||||
|
description: A broken gas canister. Not useless yet, as it can be salvaged for high quality materials.
|
||||||
components:
|
components:
|
||||||
- type: Destructible
|
- type: Destructible
|
||||||
thresholds:
|
thresholds:
|
||||||
|
|||||||
Reference in New Issue
Block a user