diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml b/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml new file mode 100644 index 0000000000..caf3991219 --- /dev/null +++ b/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml @@ -0,0 +1,85 @@ +#requires localisation + +- type: cargoProduct + name: "air canister" + id: atmosphericsair + description: "Air canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: grey + product: AirCanister + cost: 1000 + category: Atmospherics + group: market + +- type: cargoProduct + name: "oxygen canister" + id: atmosphericsoxygen + description: "Oxygen canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: blue + product: OxygenCanister + cost: 1000 + category: Atmospherics + group: market + +- type: cargoProduct + name: "nitrogen canister" + id: atmosphericsnitrogen + description: "Nitrogen canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: red + product: NitrogenCanister + cost: 1000 + category: Atmospherics + group: market + +- type: cargoProduct + name: "carbon dioxide canister" + id: atmosphericscarbondioxide + description: "Carbon dioxide canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: black + product: CarbonDioxideCanister + cost: 1000 + category: Atmospherics + group: market + +- type: cargoProduct + name: "water vapor canister" + id: atmosphericswatervapor + description: "Water vapor canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: water_vapor + product: WaterVaporCanister + cost: 1000 + category: Atmospherics + group: market + +- type: cargoProduct + name: "plasma canister" + id: atmosphericsplasma + description: "Plasma canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: orange + product: PlasmaCanister + cost: 2000 + category: Atmospherics + group: market + +- type: cargoProduct + name: "tritium canister" + id: atmosphericstritium + description: "Tritium canister" + icon: + sprite: Constructible/Atmos/canister.rsi + state: green + product: TritiumCanister + cost: 2000 + category: Atmospherics + group: market \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Constructible/Power/cargo_console.yml b/Resources/Prototypes/Entities/Constructible/Power/cargo_console.yml index 1e9873bde9..992678cde0 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/cargo_console.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/cargo_console.yml @@ -48,6 +48,13 @@ - cargo.enginesingularitygenerator - cargo.enginesingularitycontainment - cargo.engineparticleaccelerator + - atmosphericsair + - atmosphericsoxygen + - atmosphericsnitrogen + - atmosphericscarbondioxide + - atmosphericswatervapor +# - atmosphericsplasma +# - atmosphericstritium - type: UserInterface interfaces: - key: enum.CargoConsoleUiKey.Key