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:
85
Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml
Normal file
85
Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml
Normal 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
|
||||
@@ -48,6 +48,13 @@
|
||||
- cargo.enginesingularitygenerator
|
||||
- cargo.enginesingularitycontainment
|
||||
- cargo.engineparticleaccelerator
|
||||
- atmosphericsair
|
||||
- atmosphericsoxygen
|
||||
- atmosphericsnitrogen
|
||||
- atmosphericscarbondioxide
|
||||
- atmosphericswatervapor
|
||||
# - atmosphericsplasma
|
||||
# - atmosphericstritium
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CargoConsoleUiKey.Key
|
||||
|
||||
Reference in New Issue
Block a user