From 83f5317eb4de75aa254f2b2abbf2dc393c91631c Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 22 Jul 2026 22:46:53 +0900 Subject: [PATCH] Update research.lua --- exp_legacy/module/config/research.lua | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/exp_legacy/module/config/research.lua b/exp_legacy/module/config/research.lua index c6316b6e..73e710d8 100644 --- a/exp_legacy/module/config/research.lua +++ b/exp_legacy/module/config/research.lua @@ -23,7 +23,19 @@ return { rate = 5, limit = 20, }, - file_name = "log/research.log", + file = { + name = "log/research.log", + final_res = { + ["base"] = { + ["name"] = "mining-productivity-4", + ["level"] = 4 + }, + ["space-age"] = { + ["name"] = "mining-productivity-3", + ["level"] = 3 + } + } + }, milestone = { ["base"] = { ["automation"] = 600,