Grindable ores (#24185)

add
This commit is contained in:
Ubaser
2024-01-18 00:08:31 +11:00
committed by GitHub
parent 7d3fe676dd
commit 6846bcd214

View File

@@ -49,6 +49,14 @@
- type: PhysicalComposition
materialComposition:
RawGold: 500
- type: Extractable
grindableSolutionName: goldore
- type: SolutionContainerManager
solutions:
goldore:
reagents:
- ReagentId: Gold
Quantity: 10
- type: entity
parent: GoldOre
@@ -72,6 +80,16 @@
- type: PhysicalComposition
materialComposition:
RawIron: 500
- type: Extractable
grindableSolutionName: ironore
- type: SolutionContainerManager
solutions:
ironore:
reagents:
- ReagentId: Iron
Quantity: 9
- ReagentId: Carbon
Quantity: 1
- type: entity
id: SteelOre1
@@ -100,6 +118,14 @@
energy: 0.6
castShadows: false
color: "#e592e7"
- type: Extractable
grindableSolutionName: plasmaore
- type: SolutionContainerManager
solutions:
plasmaore:
reagents:
- ReagentId: Plasma
Quantity: 10
- type: entity
parent: PlasmaOre
@@ -123,6 +149,14 @@
- type: PhysicalComposition
materialComposition:
RawSilver: 500
- type: Extractable
grindableSolutionName: silverore
- type: SolutionContainerManager
solutions:
silverore:
reagents:
- ReagentId: Silver
Quantity: 10
- type: entity
parent: SilverOre
@@ -146,6 +180,14 @@
- type: PhysicalComposition
materialComposition:
RawQuartz: 500
- type: Extractable
grindableSolutionName: quartzore
- type: SolutionContainerManager
solutions:
quartzaore:
reagents:
- ReagentId: Silicon
Quantity: 10
- type: entity
parent: SpaceQuartz
@@ -174,6 +216,17 @@
energy: 0.8
castShadows: false
color: "#9be792"
- type: Extractable
grindableSolutionName: uraniumore
- type: SolutionContainerManager
solutions:
uraniumore:
reagents:
- ReagentId: Uranium
Quantity: 8
- ReagentId: Radium
Quantity: 2
canReact: false
- type: entity
parent: UraniumOre
@@ -202,6 +255,18 @@
energy: 1
castShadows: false
color: "#eef066"
- type: Extractable
grindableSolutionName: bananiumore
- type: SolutionContainerManager
solutions:
bananiumore:
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Vitamin
Quantity: 2
- ReagentId: Honk
Quantity: 5
- type: entity
parent: BananiumOre