Fixed cargo's gas canister purchase prices (#19093)

This commit is contained in:
Interrobang01
2023-08-14 06:56:06 -07:00
committed by GitHub
parent e85834d57b
commit 6bbf05229f

View File

@@ -4,7 +4,7 @@
sprite: Structures/Storage/canister.rsi sprite: Structures/Storage/canister.rsi
state: grey state: grey
product: AirCanister product: AirCanister
cost: 2700 cost: 1100
category: Atmospherics category: Atmospherics
group: market group: market
@@ -14,7 +14,7 @@
sprite: Structures/Storage/canister.rsi sprite: Structures/Storage/canister.rsi
state: blue state: blue
product: OxygenCanister product: OxygenCanister
cost: 2300 cost: 1100
category: Atmospherics category: Atmospherics
group: market group: market
@@ -24,7 +24,7 @@
sprite: Structures/Storage/canister.rsi sprite: Structures/Storage/canister.rsi
state: red state: red
product: NitrogenCanister product: NitrogenCanister
cost: 3200 cost: 1100
category: Atmospherics category: Atmospherics
group: market group: market
@@ -34,7 +34,17 @@
sprite: Structures/Storage/canister.rsi sprite: Structures/Storage/canister.rsi
state: black state: black
product: CarbonDioxideCanister product: CarbonDioxideCanister
cost: 2600 cost: 2200 # Until someone fixes it co2 can be used to oneshot people so it's more expensive
category: Atmospherics
group: market
- type: cargoProduct
id: AtmosphericsStorage
icon:
sprite: Structures/Storage/canister.rsi
state: yellow
product: StorageCanister
cost: 1010 # No gases in it so it's cheaper
category: Atmospherics category: Atmospherics
group: market group: market