Skip to content

Commit

Permalink
mining re-rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Aug 31, 2024
1 parent d40d517 commit badd008
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Resources/Prototypes/Entities/Objects/Materials/ore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- type: Material
- type: PhysicalComposition
materialComposition:
RawGold: 100
RawGold: 300 # DeltaV - was 100
- type: Extractable
grindableSolutionName: goldore
- type: SolutionContainerManager
Expand Down Expand Up @@ -99,7 +99,7 @@
- type: Material
- type: PhysicalComposition
materialComposition:
RawIron: 100
RawIron: 200 # DeltaV - was 100
- type: Extractable
grindableSolutionName: ironore
- type: SolutionContainerManager
Expand Down Expand Up @@ -130,7 +130,7 @@
- type: Material
- type: PhysicalComposition
materialComposition:
RawPlasma: 100
RawPlasma: 500 # DeltaV - was 100
- type: PointLight
radius: 1.2
energy: 0.6
Expand Down Expand Up @@ -166,7 +166,7 @@
- type: Material
- type: PhysicalComposition
materialComposition:
RawSilver: 100
RawSilver: 300 # DeltaV - was 100
- type: Extractable
grindableSolutionName: silverore
- type: SolutionContainerManager
Expand Down Expand Up @@ -197,7 +197,7 @@
- type: Material
- type: PhysicalComposition
materialComposition:
RawQuartz: 100
RawQuartz: 200 # DeltaV - was 100
- type: Extractable
grindableSolutionName: quartzore
- type: SolutionContainerManager
Expand Down Expand Up @@ -228,7 +228,7 @@
- type: Material
- type: PhysicalComposition
materialComposition:
RawUranium: 100
RawUranium: 300 # DeltaV
- type: PointLight
radius: 1.2
energy: 0.8
Expand Down Expand Up @@ -323,7 +323,7 @@
Quantity: 0.1
- type: PhysicalComposition
materialComposition:
Coal: 100
Coal: 200 # DeltaV

- type: entity
parent: Coal
Expand Down

0 comments on commit badd008

Please sign in to comment.