Compare commits

...

2 commits

Author SHA1 Message Date
Simon Brodtmann
67b4ec0a09 Any planet start (Vulcanus): Add some fixes to not get stuck 2025-04-20 16:58:57 +02:00
Simon Brodtmann
a6a1461581 Correct description of the Quality Assembler 2025-04-20 16:58:12 +02:00
2 changed files with 6 additions and 4 deletions

View file

@ -52,7 +52,7 @@ lignumis-medium-wriggler-pentapod=Lignumis medium wiggler pentapod
[entity-description]
lumber-mill=Advanced machine to process wood.
quality-assembler=High-end assembler to craft only the finest quality machines. It gives one free quality tier to the crafted item by consuming [item=gold-quality-catalyst]. Surface conditions and ingredients are otherwise unchanged.
quality-assembler=High-end assembler to craft only the finest quality machines. It gives 25% additional quality by consuming [item=gold-quality-catalyst]. Surface conditions and ingredients are otherwise unchanged.
gold-stromatolite-plant=Harvest gold stromatolites for bacteria that enrich gold from the ground.\n__REMARK_COLOR_BEGIN__Expected yield:__REMARK_COLOR_END__ 1.5 [item=gold-ore]/m
[equipment-name]

View file

@ -36,9 +36,11 @@ if target_planet == "vulcanus" then
Technology:new("iron-processing").prototype.research_trigger.entity = "big-volcanic-rock"
Technology:new("copper-processing").prototype.research_trigger.entity = "big-volcanic-rock"
if mods["crushing-industry"] then
Technology:new("concrete"):addRecipe("crushed-iron-ore")
Technology:new("ore-crushing"):removeRecipe("crushed-iron-ore")
data.raw.resource["tungsten-ore"].category = "basic-solid"
if mods["bztitanium"] and mods["crushing-industry"] then
Technology:new("foundry"):addRecipe("crushed-titanium-ore")
data.raw.recipe["crushed-titanium-ore"].category = "basic-crushing"
end
end