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
This commit is contained in:
Peptide90
2021-03-08 04:15:48 +00:00
committed by GitHub
parent b7a0e0ab3a
commit cc3d35815d
2 changed files with 92 additions and 0 deletions

View File

@@ -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

View File

@@ -48,6 +48,13 @@
- cargo.enginesingularitygenerator
- cargo.enginesingularitycontainment
- cargo.engineparticleaccelerator
- atmosphericsair
- atmosphericsoxygen
- atmosphericsnitrogen
- atmosphericscarbondioxide
- atmosphericswatervapor
# - atmosphericsplasma
# - atmosphericstritium
- type: UserInterface
interfaces:
- key: enum.CargoConsoleUiKey.Key