You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Smarter Private Construction/common/defines/zzz_mog_GSRD_def.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Grey's Smarter Autonomous Investment Defines
2
2
3
3
NAI = {
4
-
# Below data is used to calculate how much weight the AI places on a production building
4
+
CONSTRUCTION_MAX_NUM_PRODUCTION_BUILDING_CONSTRUCTIONS_SCALED_MAX = 9999 # 999 # CONSTRUCTION_MAX_NUM_PRODUCTION_BUILDING_CONSTRUCTIONS_SCALED can't be higher than this
5
+
CONSTRUCTION_MAX_NUM_GOVERNMENT_BUILDING_CONSTRUCTIONS_SCALED_MAX = 999 # 99 # CONSTRUCTION_MAX_NUM_GOVERNMENT_CONSTRUCTIONS_SCALED can't be higher than this
5
6
7
+
# Below data is used to calculate how much weight the AI places on a production building
6
8
7
9
# BASIC BUILDING WEIGHTS
8
10
PRODUCTION_BUILDING_BASE_VALUE = 500 # 1000 # If no ai_value is scripted in the building
0 commit comments