implement science-not-invited filtering/scaling if that mod is installed

(Max count of research will be set to 10,000 * player_tech_cost) so as to not have an unreasonable amount.  Also,  other player installed mods, and even the infinite techs will have the max science pack level applied to them.)
This commit is contained in:
CaitSith2
2021-11-08 10:00:00 -08:00
parent fa56541b3a
commit 0b096528d4
4 changed files with 53 additions and 6 deletions
+5 -1
View File
@@ -5,5 +5,9 @@
"author": "Berserker and Dewiniaid",
"homepage": "https://archipelago.gg",
"description": "Integration client for the Archipelago Randomizer",
"factorio_version": "1.1"
"factorio_version": "1.1",
"dependencies": [
"base >= 1.1.0",
"? science-not-invited"
]
}