fix cerys updates
This commit is contained in:
parent
de634497ff
commit
17895d03a3
4 changed files with 10 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.1.12
|
||||
Date: 2025-04-20
|
||||
Fixes:
|
||||
- Cerys: Fix tinned cable ratios in recycling on both Cerys and Fulgora
|
||||
- Cerys: Fix soft lock on initial power poles by providing some in huge and colossal ruins
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.1.11
|
||||
Date: 2025-04-08
|
||||
Changes:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztin",
|
||||
"version": "2.1.11",
|
||||
"version": "2.1.12",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Tin",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -25,4 +25,6 @@ util.add_minable_result("simple-entity", "cerys-ruin-huge", {type="item", name="
|
|||
util.add_minable_result("simple-entity", "cerys-ruin-medium", {type="item", name="bronze-plate", amount_min=3, amount_max=5})
|
||||
util.add_minable_result("simple-entity", "cerys-ruin-big", {type="item", name="bronze-plate", amount_min=2, amount_max=4})
|
||||
util.add_minable_result("simple-entity", "cerys-ruin-small", {type="item", name="bronze-plate", amount_min=1, amount_max=3})
|
||||
util.add_minable_result("simple-entity", "cerys-ruin-colossal", {type="item", name="medium-electric-pole", amount_min=1, amount_max=3})
|
||||
util.add_minable_result("simple-entity", "cerys-ruin-huge", {type="item", name="medium-electric-pole", amount_min=1, amount_max=1})
|
||||
-- Cerys
|
||||
|
|
|
@ -16,7 +16,7 @@ if mods["space-age"] then
|
|||
|
||||
-- Cerys
|
||||
util.replace_product("cerys-nuclear-scrap-recycling", "copper-cable", "tinned-cable")
|
||||
util.set_product_probability("scrap-recycling", "tinned-cable", 0.28)
|
||||
util.set_product_probability("cerys-nuclear-scrap-recycling", "tinned-cable", 0.28)
|
||||
util.add_prerequisite("moon-discovery-cerys", "alloy-separation")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue