Factorio: add rocket recipe scaling by max science

This commit is contained in:
Fabian Dill
2021-05-07 21:58:46 +02:00
parent 5cb2689609
commit 298f2f652a
2 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
-- this file gets written automatically by the Archipelago Randomizer and is in its raw form a Jinja2 Template
require('lib')
data.raw["recipe"]["rocket-part"].ingredients = {{ rocket_recipe | safe }}
local technologies = data.raw["technology"]
local original_tech
local new_tree_copy