This commit is contained in:
2025-01-21 19:05:14 +09:00
parent 3c876d4873
commit 30f9e32550
4 changed files with 18 additions and 13 deletions

View File

@@ -159,4 +159,13 @@ return {
["follower-robot-count-5"] = 5,
}
},
-- prevent research up to a certain level
limit_res = {
-- Artillery Range
["artillery-shell-range-1"] = 7,
-- Artillery Speed
["artillery-shell-speed-1"] = 7,
-- Atomic Bomb
-- ["atomic-bomb"] = 1
},
}