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 - type: cargoProduct
name: "air canister" name: "air canister"
id: atmosphericsair id: cargo.atmosphericsair
description: "Air canister" description: "Air canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi
@@ -14,7 +12,7 @@
- type: cargoProduct - type: cargoProduct
name: "oxygen canister" name: "oxygen canister"
id: atmosphericsoxygen id: cargo.atmosphericsoxygen
description: "Oxygen canister" description: "Oxygen canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi
@@ -26,7 +24,7 @@
- type: cargoProduct - type: cargoProduct
name: "nitrogen canister" name: "nitrogen canister"
id: atmosphericsnitrogen id: cargo.atmosphericsnitrogen
description: "Nitrogen canister" description: "Nitrogen canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi
@@ -38,7 +36,7 @@
- type: cargoProduct - type: cargoProduct
name: "carbon dioxide canister" name: "carbon dioxide canister"
id: atmosphericscarbondioxide id: cargo.atmosphericscarbondioxide
description: "Carbon dioxide canister" description: "Carbon dioxide canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi
@@ -50,7 +48,7 @@
- type: cargoProduct - type: cargoProduct
name: "water vapor canister" name: "water vapor canister"
id: atmosphericswatervapor id: cargo.atmosphericswatervapor
description: "Water vapor canister" description: "Water vapor canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi
@@ -62,7 +60,7 @@
- type: cargoProduct - type: cargoProduct
name: "plasma canister" name: "plasma canister"
id: atmosphericsplasma id: cargo.atmosphericsplasma
description: "Plasma canister" description: "Plasma canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi
@@ -74,7 +72,7 @@
- type: cargoProduct - type: cargoProduct
name: "tritium canister" name: "tritium canister"
id: atmosphericstritium id: cargo.atmosphericstritium
description: "Tritium canister" description: "Tritium canister"
icon: icon:
sprite: Constructible/Atmos/canister.rsi sprite: Constructible/Atmos/canister.rsi

View File

@@ -33,3 +33,15 @@
cost: 1500 cost: 1500
category: Materials category: Materials
group: market 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 - type: StorageFill
contents: contents:
- id: SheetPlasteel - id: SheetPlasteel
amount: 1 amount: 3

View File

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