Adds a plasteel crate to cargo and fixes some cargo IDs

This commit is contained in:
SweptWasTaken
2021-05-27 21:18:25 -07:00
parent 44c3a1c5e3
commit 72a7208626
5 changed files with 36 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
author: Swept
changes:
- type: Add # One of the following: Add, Remove, Tweak, Fix
message: Adds a plasteel crate to cargo

View File

@@ -1,8 +1,6 @@
#requires localisation
- type: cargoProduct
name: "air canister"
id: atmosphericsair
id: cargo.atmosphericsair
description: "Air canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -11,10 +9,10 @@
cost: 1000
category: Atmospherics
group: market
- type: cargoProduct
name: "oxygen canister"
id: atmosphericsoxygen
id: cargo.atmosphericsoxygen
description: "Oxygen canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -23,10 +21,10 @@
cost: 1000
category: Atmospherics
group: market
- type: cargoProduct
name: "nitrogen canister"
id: atmosphericsnitrogen
id: cargo.atmosphericsnitrogen
description: "Nitrogen canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -35,10 +33,10 @@
cost: 1000
category: Atmospherics
group: market
- type: cargoProduct
name: "carbon dioxide canister"
id: atmosphericscarbondioxide
id: cargo.atmosphericscarbondioxide
description: "Carbon dioxide canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -47,10 +45,10 @@
cost: 1000
category: Atmospherics
group: market
- type: cargoProduct
name: "water vapor canister"
id: atmosphericswatervapor
id: cargo.atmosphericswatervapor
description: "Water vapor canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -59,10 +57,10 @@
cost: 1000
category: Atmospherics
group: market
- type: cargoProduct
name: "plasma canister"
id: atmosphericsplasma
id: cargo.atmosphericsplasma
description: "Plasma canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -71,10 +69,10 @@
cost: 2000
category: Atmospherics
group: market
- type: cargoProduct
name: "tritium canister"
id: atmosphericstritium
id: cargo.atmosphericstritium
description: "Tritium canister"
icon:
sprite: Constructible/Atmos/canister.rsi
@@ -82,4 +80,4 @@
product: TritiumCanister
cost: 2000
category: Atmospherics
group: market
group: market

View File

@@ -33,3 +33,15 @@
cost: 1500
category: Materials
group: market
- type: cargoProduct
name: "crate of plasteel sheets"
id: cargo.materialplasteel
description: "90 sheets of plasteel."
icon:
sprite: Objects/Materials/Sheets/metal.rsi
state: plasteel_3
product: CrateMaterialPlasteel
cost: 6000
category: Materials
group: market

View File

@@ -86,4 +86,4 @@
- type: StorageFill
contents:
- id: SheetPlasteel
amount: 1
amount: 3

View File

@@ -44,15 +44,16 @@
- cargo.materialsteel
- cargo.materialglass
- cargo.materialplastic
- cargo.materialplasteel
- cargo.enginesingularityemitter
- cargo.enginesingularitycollector
- cargo.enginesingularitygenerator
- cargo.enginesingularitycontainment
- cargo.engineparticleaccelerator
- atmosphericsair
- atmosphericsoxygen
- atmosphericsnitrogen
- atmosphericscarbondioxide
- cargo.atmosphericsair
- cargo.atmosphericsoxygen
- cargo.atmosphericsnitrogen
- cargo.atmosphericscarbondioxide
# - atmosphericswatervapor
# - atmosphericsplasma
# - atmosphericstritium