Add gold and silver material crates, balance cargo mat crate prices (#37713)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user