Skip to content

Commit 7c3a928

Browse files
committed
SPC v1.10
1 parent 81c653a commit 7c3a928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Smarter Private Construction/common/defines/zzz_mog_GSRD_def.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Grey's Smarter Autonomous Investment Defines
22

33
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
56

7+
# Below data is used to calculate how much weight the AI places on a production building
68

79
# BASIC BUILDING WEIGHTS
810
PRODUCTION_BUILDING_BASE_VALUE = 500 # 1000 # If no ai_value is scripted in the building

0 commit comments

Comments
 (0)