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:
@@ -45,3 +45,16 @@
|
|||||||
cost: 6000
|
cost: 6000
|
||||||
category: Materials
|
category: Materials
|
||||||
group: market
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -87,3 +87,13 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: SheetPlasteel
|
- id: SheetPlasteel
|
||||||
amount: 3
|
amount: 3
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateMaterialPlasma
|
||||||
|
name: solid plasma crate
|
||||||
|
parent: CrateGenericonimo
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: SheetPlasma
|
||||||
|
amount: 3
|
||||||
|
|||||||
@@ -257,6 +257,7 @@
|
|||||||
- MaterialGlass
|
- MaterialGlass
|
||||||
- MaterialPlastic
|
- MaterialPlastic
|
||||||
- MaterialPlasteel
|
- MaterialPlasteel
|
||||||
|
- MaterialPlasma
|
||||||
- EngineSingularityEmitter
|
- EngineSingularityEmitter
|
||||||
- EngineSingularityCollector
|
- EngineSingularityCollector
|
||||||
- EngineSingularityGenerator
|
- EngineSingularityGenerator
|
||||||
|
|||||||
Reference in New Issue
Block a user