From cc3d35815d4b6e4d6ed77584726c33b7df8e65e3 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Mon, 8 Mar 2021 04:15:48 +0000 Subject: [PATCH] Added gas canisters to cargo (#3488) * Added gas canisters to cargo Under atmospherics. Commented out tritium and plasma to prevent grif * Updated naming convention removed cargo. on atmos --- .../Catalog/Cargo/cargo_atmospherics.yml | 85 +++++++++++++++++++ .../Constructible/Power/cargo_console.yml | 7 ++ 2 files changed, 92 insertions(+) create mode 100644 Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml 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