From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 22 May 2025 08:42:20 +0000 (-0400) Subject: Add gold and silver material crates, balance cargo mat crate prices (#37713) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=19c88963b42777ec87ba2e9e5b78cc571add9653;p=space-station-14.git Add gold and silver material crates, balance cargo mat crate prices (#37713) --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 1f9df937d8..8783bd75f4 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -48,6 +48,26 @@ category: cargoproduct-category-name-materials group: market +- type: cargoProduct + id: MaterialGold + icon: + sprite: Objects/Materials/ingots.rsi + state: gold_3 + product: CrateMaterialGold + cost: 3225 + category: cargoproduct-category-name-materials + group: market + +- type: cargoProduct + id: MaterialSilver + icon: + sprite: Objects/Materials/ingots.rsi + state: silver_3 + product: CrateMaterialSilver + cost: 2580 + category: cargoproduct-category-name-materials + group: market + - type: cargoProduct id: MaterialTextiles icon: @@ -74,7 +94,7 @@ sprite: Objects/Materials/materials.rsi state: cardboard_3 product: CrateMaterialCardboard - cost: 750 + cost: 330 category: cargoproduct-category-name-materials group: market @@ -84,7 +104,7 @@ sprite: Objects/Materials/Sheets/other.rsi state: paper_3 product: CrateMaterialPaper - cost: 1000 + cost: 185 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 cbc2330e3c..50620ec140 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml @@ -84,16 +84,36 @@ contents: - id: SheetPlasma +- type: entity + id: CrateMaterialGold + parent: CrateGenericSteel + name: gold crate + description: 30 bars of gold. + components: + - type: StorageFill + contents: + - id: IngotGold + +- type: entity + id: CrateMaterialSilver + parent: CrateGenericSteel + name: silver crate + description: 30 bars of silver. + components: + - type: StorageFill + contents: + - id: IngotSilver + - type: entity id: CrateMaterialCardboard parent: CrateGenericSteel name: cardboard crate - description: 60 pieces of cardboard. + description: 90 pieces of cardboard. components: - type: StorageFill contents: - id: MaterialCardboard - amount: 2 + amount: 3 - type: entity id: CrateMaterialPaper