Adds a plasteel crate to cargo and fixes some cargo IDs
This commit is contained in:
4
Resources/Changelog/Parts/changelog.yml
Normal file
4
Resources/Changelog/Parts/changelog.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -86,4 +86,4 @@
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetPlasteel
|
||||
amount: 1
|
||||
amount: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user