Added plasma into the cargo console (#4974)

* submodule

* adds plasma into cargo console

* Update cargo_materials.yml

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
SethLafuente
2021-10-22 02:47:47 -07:00
committed by GitHub
parent 8ddb4fc59a
commit 399aa6d140
3 changed files with 24 additions and 0 deletions

View File

@@ -45,3 +45,16 @@
cost: 6000
category: Materials
group: market
- type: cargoProduct
name: "crate of solid plasma"
id: MaterialPlasma
description: "90 sheets of plasma."
icon:
sprite: Objects/Materials/Sheets/other.rsi
state: plasma_3
product: CrateMaterialPlasma
cost: 4500
category: Materials
group: market

View File

@@ -87,3 +87,13 @@
contents:
- id: SheetPlasteel
amount: 3
- type: entity
id: CrateMaterialPlasma
name: solid plasma crate
parent: CrateGenericonimo
components:
- type: StorageFill
contents:
- id: SheetPlasma
amount: 3

View File

@@ -257,6 +257,7 @@
- MaterialGlass
- MaterialPlastic
- MaterialPlasteel
- MaterialPlasma
- EngineSingularityEmitter
- EngineSingularityCollector
- EngineSingularityGenerator