Skip to content

Commit

Permalink
The crystal mine now scales resource_drain_rate_percent with MK level…
Browse files Browse the repository at this point in the history
…. 100%, 50%, 25%, 12.5% for MK1, MK2, MK3, MK4 respectively.
  • Loading branch information
notnotmelon committed Nov 23, 2024
1 parent 51df63b commit 278b665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Date: ?
Changes:
- Removed hyphens from various alloy and nuclear product names in order to aid in itemsearch qol.
- Renamed "High-pressure furnace" to "High pressure furnace".
- The crystal mine now scales resource_drain_rate_percent with MK level. 100%, 50%, 25%, 12.5% for MK1, MK2, MK3, MK4 respectively.
---------------------------------------------------------------------------------------------------
Version: 3.0.23
Date: 2024-11-20
Expand Down
1 change: 1 addition & 0 deletions prototypes/buildings/borax-mine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ for i = 1, 4 do
},
energy_usage = (420 * i) .. "kW",
resource_searching_radius = 4.49 + i,
resource_drain_rate_percent = 200 * (2 ^ -i),
vector_to_place_result = {0, -4.65},
radius_visualisation_picture = {
filename = "__base__/graphics/entity/electric-mining-drill/electric-mining-drill-radius-visualization.png",
Expand Down

0 comments on commit 278b665

Please sign in to comment.