# Initialize variables for rural districts # These variables are called in inline_script = "game_start/rural_districts_placement" # This is done so that we can appropriately add capped or uncapped districts as needd # depending on validity once all factors have been considered. # Initial district counts # * 2× Generator Districts # * 2× Mining Districts # * 3× Agriculture Districts # These will be further modified as appropriate set_variable = { which = energy_districts value = 2 } set_variable = { which = mining_districts value = 2 } set_variable = { which = farming_districts value = 3 }