From 7da432dadaef2a6a34c6397967a6d421da0b4cde Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 16 Apr 2025 17:24:56 +0900 Subject: [PATCH] . --- exp_scenario/module/commands/research.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exp_scenario/module/commands/research.lua b/exp_scenario/module/commands/research.lua index d56b1ada..942c48cd 100644 --- a/exp_scenario/module/commands/research.lua +++ b/exp_scenario/module/commands/research.lua @@ -19,6 +19,13 @@ Storage.register(research, function(tbl) research = tbl end) +if script.active_mods["PHI-CL"] and settings.startup["PHI-VP"] and settings.startup["PHI-VP-MAIN"] then + config.bonus_inventory.res[config.mod_set] = { + name = "mining-productivity-4", + level = 4, + } +end + --- @param force LuaForce --- @param silent boolean True when no message should be printed function module.res_queue(force, silent)