From: Ilya246 <57039557+Ilya246@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:38:32 +0000 (+0400) Subject: downprice many cargo orders (#32375) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2f8809c74c65af84d217288973a59ce449c8a96b;p=space-station-14.git downprice many cargo orders (#32375) * atmos repricing * emitter crate * materials * lasers * revert gun prices --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml b/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml index e3079f24d4..47831e09ab 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml @@ -4,7 +4,7 @@ sprite: Structures/Storage/canister.rsi state: grey product: AirCanister - cost: 1100 + cost: 300 category: cargoproduct-category-name-atmospherics group: market @@ -14,7 +14,7 @@ sprite: Structures/Storage/canister.rsi state: blue product: OxygenCanister - cost: 1100 + cost: 300 category: cargoproduct-category-name-atmospherics group: market @@ -24,7 +24,7 @@ sprite: Structures/Storage/canister.rsi state: blue product: LiquidOxygenCanister - cost: 2500 + cost: 1000 category: cargoproduct-category-name-atmospherics group: market @@ -34,7 +34,7 @@ sprite: Structures/Storage/canister.rsi state: red product: NitrogenCanister - cost: 1100 + cost: 300 category: cargoproduct-category-name-atmospherics group: market @@ -44,7 +44,7 @@ sprite: Structures/Storage/canister.rsi state: red product: LiquidNitrogenCanister - cost: 2500 + cost: 1000 category: cargoproduct-category-name-atmospherics group: market @@ -54,7 +54,7 @@ sprite: Structures/Storage/canister.rsi state: black product: CarbonDioxideCanister - cost: 2200 # Until someone fixes it co2 can be used to oneshot people so it's more expensive + cost: 400 # even though it's poisonous, it comes locked and only damages you slowly even with high amounts (tested) category: cargoproduct-category-name-atmospherics group: market @@ -64,7 +64,7 @@ sprite: Structures/Storage/canister.rsi state: black product: LiquidCarbonDioxideCanister - cost: 4000 + cost: 1800 # much less deadly than the plasma can (this has been tested) even though this is cold+poison category: cargoproduct-category-name-atmospherics group: market @@ -74,7 +74,7 @@ sprite: Structures/Storage/canister.rsi state: yellow product: StorageCanister - cost: 1010 # No gases in it so it's cheaper + cost: 210 # No gases in it so it's cheaper category: cargoproduct-category-name-atmospherics group: market @@ -94,7 +94,7 @@ sprite: Structures/Storage/canister.rsi state: orange product: PlasmaCanister - cost: 4000 + cost: 2500 # for reference, bagel's 3x1 roundstart plasma chamber contains ~16kmol for free, this is $2.5k for 1870mol, so $20k to nearly refill a 3x1 (some are 3x3) chamber category: cargoproduct-category-name-atmospherics group: market diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml b/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml index 96a9931f2f..b25e8d525a 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_engines.yml @@ -34,7 +34,7 @@ sprite: Structures/Power/Generation/Singularity/emitter.rsi state: emitter2 product: CrateEngineeringSingularityEmitter - cost: 3000 + cost: 1500 category: cargoproduct-category-name-engineering group: market diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 35830900a8..1f9df937d8 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -44,7 +44,7 @@ sprite: Objects/Materials/Sheets/metal.rsi state: plasteel_3 product: CrateMaterialPlasteel - cost: 4800 + cost: 1600 category: cargoproduct-category-name-materials group: market @@ -64,7 +64,7 @@ sprite: Objects/Materials/Sheets/other.rsi state: plasma_3 product: CrateMaterialPlasma - cost: 2000 + cost: 1500 category: cargoproduct-category-name-materials group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml index 80c6311f13..580319cd5f 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml @@ -68,12 +68,11 @@ id: CrateMaterialPlasteel parent: CrateGenericSteel name: plasteel crate - description: 90 sheets of plasteel. + description: 30 sheets of plasteel. components: - type: StorageFill contents: - id: SheetPlasteel - amount: 3 - type: entity id: CrateMaterialPlasma