Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cargo_materials.yml #79

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Resources/Prototypes/Catalog/Cargo/cargo_materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sprite: Objects/Materials/Sheets/glass.rsi
state: glass_3
product: CrateMaterialGlass
cost: 1000
cost: 5000 # TODO: Lower the cost back when possible
category: Materials
group: market

Expand All @@ -14,7 +14,7 @@
sprite: Objects/Materials/Sheets/metal.rsi
state: steel_3
product: CrateMaterialSteel
cost: 1000
cost: 3000 # TODO: Lower the cost back when possible
category: Materials
group: market

Expand All @@ -24,7 +24,7 @@
sprite: Objects/Materials/Sheets/other.rsi
state: plastic_3
product: CrateMaterialPlastic
cost: 1500
cost: 5000 # TODO: Lower the cost back when possible
category: Materials
group: market

Expand All @@ -34,7 +34,7 @@
sprite: Objects/Materials/Sheets/metal.rsi
state: plasteel_3
product: CrateMaterialPlasteel
cost: 3500
cost: 7500 # TODO: Lower the cost back when possible
category: Materials
group: market

Expand All @@ -54,7 +54,7 @@
sprite: Objects/Materials/Sheets/other.rsi
state: plasma_3
product: CrateMaterialPlasma
cost: 2500
cost: 4500 # TODO: Lower the cost back when possible
category: Materials
group: market

Expand Down
Loading