materials-bones = bone
materials-coal = coal
+# Ores
+materials-raw-iron = raw iron
+materials-raw-quartz = raw quartz
+materials-raw-gold = raw gold
+materials-raw-silver = raw silver
+materials-raw-plasma = raw plasma
+materials-raw-uranium = raw uranium
+materials-raw-bananium = raw bananium
+
# Material Reclaimer
material-reclaimer-upgrade-process-rate = process rate
- type: Material
- type: PhysicalComposition
materialComposition:
- Gold: 500
+ RawGold: 500
- type: entity
parent: GoldOre
- type: entity
parent: OreBase
id: SteelOre
- name: steel ore
+ name: iron ore
suffix: Full
components:
- type: Stack
- type: Material
- type: PhysicalComposition
materialComposition:
- Steel: 500
+ RawIron: 500
- type: entity
id: SteelOre1
- type: Material
- type: PhysicalComposition
materialComposition:
- Plasma: 500
+ RawPlasma: 500
- type: entity
parent: PlasmaOre
- type: Material
- type: PhysicalComposition
materialComposition:
- Silver: 500
+ RawSilver: 500
- type: entity
parent: SilverOre
- type: Material
- type: PhysicalComposition
materialComposition:
- Glass: 500
+ RawQuartz: 500
- type: entity
parent: SpaceQuartz
- type: Material
- type: PhysicalComposition
materialComposition:
- Uranium: 500
+ RawUranium: 500
- type: entity
parent: UraniumOre
- type: Material
- type: PhysicalComposition
materialComposition:
- Bananium: 500
+ RawBananium: 500
- type: entity
parent: BananiumOre
--- /dev/null
+- type: material
+ id: RawIron
+ stackEntity: SteelOre1
+ name: materials-raw-iron
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: iron }
+ price: 0.05
+
+- type: material
+ id: RawQuartz
+ stackEntity: SpaceQuartz1
+ name: materials-raw-quartz
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: spacequartz }
+ color: "#a8ccd7"
+ price: 0.075
+
+- type: material
+ id: RawGold
+ stackEntity: GoldOre1
+ name: materials-raw-gold
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: gold }
+ color: "#FFD700"
+ price: 0.2
+
+- type: material
+ id: RawSilver
+ stackEntity: SilverOre1
+ name: materials-raw-silver
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: silver }
+ color: "#C0C0C0"
+ price: 0.15
+
+- type: material
+ id: RawPlasma
+ stackEntity: PlasmaOre1
+ name: materials-raw-plasma
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: plasma }
+ color: "#7e009e"
+ price: 0.2
+
+- type: material
+ id: RawUranium
+ stackEntity: UraniumOre1
+ name: materials-raw-uranium
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: uranium }
+ color: "#32a852"
+ price: 0.2
+
+- type: material
+ id: RawBananium
+ stackEntity: BananiumOre1
+ name: materials-raw-bananium
+ unit: materials-unit-chunk
+ icon: { sprite: Objects/Materials/ore.rsi, state: bananium }
+ color: "#32a852"
+ price: 0.2