# Prosperous Unification Initial Setup # Rural Districts: # * +1 Generator District # If species is Biological # * +1 Agriculture Districts # Otherwise # * +1 Mining Districts if = { limit = { exists = owner owner = { has_origin = origin_default } } change_variable = { which = energy_districts value = 1 } if = { limit = { owner = { is_machine_empire = no is_individual_machine = no is_lithoid_empire = no is_infernal_empire = no } } change_variable = { which = farming_districts value = 1 } } if = { limit = { owner = { OR = { is_machine_empire = yes is_individual_machine = yes is_lithoid_empire = yes } } } change_variable = { which = mining_districts value = 1 } } }