############################################################################################################
#	Expert AI mod - construction
############################################################################################################

EAI_BUILDING_construction_startup_DEFAULT = {
	enable = {
		check_variable = { global.EAI_days_elapsed < 2 }
	}

	abort_when_not_enabled = yes

	ai_strategy = { type = building_target id = industrial_complex value = 200 }
}

EAI_BUILDING_construction_startup_USA = {
	allowed = { tag = USA }
	enable = {
		check_variable = { global.EAI_days_elapsed < 2 }
	}

	abort_when_not_enabled = yes

	ai_strategy = { type = building_target id = industrial_complex value = -200 }
	ai_strategy = { type = building_target id = dockyard value = 200 }
}

###

EAI_BUILDING_construction_default_ratio = {
	enable = {
		OR = {
			has_war = yes
			date > 1939.1.1
			threat > 0.85
		}
	}
	abort_when_not_enabled = yes
		
	ai_strategy = { type = added_military_to_civilian_factory_ratio value = 10000 }
}

EAI_BUILDING_construction_queue_MIC = {
	enable = {
		has_country_flag = EAI_BUILDING_construction_queue_MIC
	}
	abort_when_not_enabled = yes
		
	ai_strategy = { type = added_military_to_civilian_factory_ratio value = 10000 }
	ai_strategy = { type = dockyard_to_military_factory_ratio value = -10000 }
}

EAI_BUILDING_construction_queue_CIC = {
	enable = {
		has_country_flag = EAI_BUILDING_construction_queue_CIC
	}
	abort_when_not_enabled = yes
		
	ai_strategy = { type = added_military_to_civilian_factory_ratio value = -10000 }
	ai_strategy = { type = dockyard_to_military_factory_ratio value = -10000 }
}

EAI_BUILDING_construction_queue_NIC = {
	enable = {
		has_country_flag = EAI_BUILDING_construction_queue_NIC
	}
	abort_when_not_enabled = yes
		
	ai_strategy = { type = added_military_to_civilian_factory_ratio value = -10000 }
	ai_strategy = { type = dockyard_to_military_factory_ratio value = 10000 }
}

###################################################
#	Civilian Factories
###################################################

EAI_BUILDING_construction_CIC_0 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 0 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = -100 } }
EAI_BUILDING_construction_CIC_1 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 1 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 1 } }
EAI_BUILDING_construction_CIC_2 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 2 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 2 } }
EAI_BUILDING_construction_CIC_3 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 3 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 3 } }
EAI_BUILDING_construction_CIC_4 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 4 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 4 } }
EAI_BUILDING_construction_CIC_5 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 5 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 5 } }
EAI_BUILDING_construction_CIC_6 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 6 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 6 } }
EAI_BUILDING_construction_CIC_7 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 7 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 7 } }
EAI_BUILDING_construction_CIC_8 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 8 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 8 } }
EAI_BUILDING_construction_CIC_9 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 9 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 9 } }
EAI_BUILDING_construction_CIC_10 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 10 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 10 } }
EAI_BUILDING_construction_CIC_11 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 11 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 11 } }
EAI_BUILDING_construction_CIC_12 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 12 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 12 } }
EAI_BUILDING_construction_CIC_13 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 13 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 13 } }
EAI_BUILDING_construction_CIC_14 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 14 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 14 } }
EAI_BUILDING_construction_CIC_15 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 15 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 15 } }
EAI_BUILDING_construction_CIC_16 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 16 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 16 } }
EAI_BUILDING_construction_CIC_17 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 17 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 17 } }
EAI_BUILDING_construction_CIC_18 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 18 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 18 } }
EAI_BUILDING_construction_CIC_19 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 19 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 19 } }
EAI_BUILDING_construction_CIC_20 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 20 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 20 } }
EAI_BUILDING_construction_CIC_21 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 21 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 21 } }
EAI_BUILDING_construction_CIC_22 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 22 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 22 } }
EAI_BUILDING_construction_CIC_23 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 23 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 23 } }
EAI_BUILDING_construction_CIC_24 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 24 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 24 } }
EAI_BUILDING_construction_CIC_25 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 25 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 25 } }
EAI_BUILDING_construction_CIC_26 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 26 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 26 } }
EAI_BUILDING_construction_CIC_27 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 27 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 27 } }
EAI_BUILDING_construction_CIC_28 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 28 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 28 } }
EAI_BUILDING_construction_CIC_29 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 29 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 29 } }
EAI_BUILDING_construction_CIC_30 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 30 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 30 } }
EAI_BUILDING_construction_CIC_31 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 31 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 31 } }
EAI_BUILDING_construction_CIC_32 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 32 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 32 } }
EAI_BUILDING_construction_CIC_33 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 33 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 33 } }
EAI_BUILDING_construction_CIC_34 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 34 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 34 } }
EAI_BUILDING_construction_CIC_35 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 35 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 35 } }
EAI_BUILDING_construction_CIC_36 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 36 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 36 } }
EAI_BUILDING_construction_CIC_37 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 37 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 37 } }
EAI_BUILDING_construction_CIC_38 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 38 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 38 } }
EAI_BUILDING_construction_CIC_39 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 39 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 39 } }
EAI_BUILDING_construction_CIC_40 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 40 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 40 } }
EAI_BUILDING_construction_CIC_41 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 41 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 41 } }
EAI_BUILDING_construction_CIC_42 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 42 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 42 } }
EAI_BUILDING_construction_CIC_43 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 43 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 43 } }
EAI_BUILDING_construction_CIC_44 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 44 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 44 } }
EAI_BUILDING_construction_CIC_45 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 45 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 45 } }
EAI_BUILDING_construction_CIC_46 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 46 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 46 } }
EAI_BUILDING_construction_CIC_47 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 47 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 47 } }
EAI_BUILDING_construction_CIC_48 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 48 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 48 } }
EAI_BUILDING_construction_CIC_49 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 49 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 49 } }
EAI_BUILDING_construction_CIC_50 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 50 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 50 } }
EAI_BUILDING_construction_CIC_51 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 51 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 51 } }
EAI_BUILDING_construction_CIC_52 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 52 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 52 } }
EAI_BUILDING_construction_CIC_53 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 53 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 53 } }
EAI_BUILDING_construction_CIC_54 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 54 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 54 } }
EAI_BUILDING_construction_CIC_55 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 55 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 55 } }
EAI_BUILDING_construction_CIC_56 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 56 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 56 } }
EAI_BUILDING_construction_CIC_57 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 57 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 57 } }
EAI_BUILDING_construction_CIC_58 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 58 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 58 } }
EAI_BUILDING_construction_CIC_59 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 59 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 59 } }
EAI_BUILDING_construction_CIC_60 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 60 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 60 } }
EAI_BUILDING_construction_CIC_61 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 61 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 61 } }
EAI_BUILDING_construction_CIC_62 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 62 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 62 } }
EAI_BUILDING_construction_CIC_63 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 63 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 63 } }
EAI_BUILDING_construction_CIC_64 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 64 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 64 } }
EAI_BUILDING_construction_CIC_65 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 65 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 65 } }
EAI_BUILDING_construction_CIC_66 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 66 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 66 } }
EAI_BUILDING_construction_CIC_67 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 67 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 67 } }
EAI_BUILDING_construction_CIC_68 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 68 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 68 } }
EAI_BUILDING_construction_CIC_69 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 69 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 69 } }
EAI_BUILDING_construction_CIC_70 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 70 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 70 } }
EAI_BUILDING_construction_CIC_71 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 71 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 71 } }
EAI_BUILDING_construction_CIC_72 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 72 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 72 } }
EAI_BUILDING_construction_CIC_73 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 73 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 73 } }
EAI_BUILDING_construction_CIC_74 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 74 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 74 } }
EAI_BUILDING_construction_CIC_75 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 75 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 75 } }
EAI_BUILDING_construction_CIC_76 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 76 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 76 } }
EAI_BUILDING_construction_CIC_77 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 77 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 77 } }
EAI_BUILDING_construction_CIC_78 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 78 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 78 } }
EAI_BUILDING_construction_CIC_79 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 79 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 79 } }
EAI_BUILDING_construction_CIC_80 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 80 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 80 } }
EAI_BUILDING_construction_CIC_81 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 81 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 81 } }
EAI_BUILDING_construction_CIC_82 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 82 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 82 } }
EAI_BUILDING_construction_CIC_83 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 83 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 83 } }
EAI_BUILDING_construction_CIC_84 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 84 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 84 } }
EAI_BUILDING_construction_CIC_85 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 85 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 85 } }
EAI_BUILDING_construction_CIC_86 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 86 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 86 } }
EAI_BUILDING_construction_CIC_87 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 87 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 87 } }
EAI_BUILDING_construction_CIC_88 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 88 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 88 } }
EAI_BUILDING_construction_CIC_89 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 89 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 89 } }
EAI_BUILDING_construction_CIC_90 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 90 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 90 } }
EAI_BUILDING_construction_CIC_91 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 91 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 91 } }
EAI_BUILDING_construction_CIC_92 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 92 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 92 } }
EAI_BUILDING_construction_CIC_93 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 93 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 93 } }
EAI_BUILDING_construction_CIC_94 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 94 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 94 } }
EAI_BUILDING_construction_CIC_95 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 95 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 95 } }
EAI_BUILDING_construction_CIC_96 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 96 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 96 } }
EAI_BUILDING_construction_CIC_97 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 97 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 97 } }
EAI_BUILDING_construction_CIC_98 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 98 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 98 } }
EAI_BUILDING_construction_CIC_99 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 99 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 99 } }
EAI_BUILDING_construction_CIC_100 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 100 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 100 } }
EAI_BUILDING_construction_CIC_110 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 110 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 110 } }
EAI_BUILDING_construction_CIC_120 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 120 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 120 } }
EAI_BUILDING_construction_CIC_130 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 130 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 130 } }
EAI_BUILDING_construction_CIC_140 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 140 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 140 } }
EAI_BUILDING_construction_CIC_150 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 150 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 150 } }
EAI_BUILDING_construction_CIC_160 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 160 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 160 } }
EAI_BUILDING_construction_CIC_170 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 170 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 170 } }
EAI_BUILDING_construction_CIC_180 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 180 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 180 } }
EAI_BUILDING_construction_CIC_190 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 190 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 190 } }
EAI_BUILDING_construction_CIC_200 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 200 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 200 } }
EAI_BUILDING_construction_CIC_210 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 210 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 210 } }
EAI_BUILDING_construction_CIC_220 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 220 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 220 } }
EAI_BUILDING_construction_CIC_230 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 230 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 230 } }
EAI_BUILDING_construction_CIC_240 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 240 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 240 } }
EAI_BUILDING_construction_CIC_250 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 250 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 250 } }
EAI_BUILDING_construction_CIC_260 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 260 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 260 } }
EAI_BUILDING_construction_CIC_270 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 270 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 270 } }
EAI_BUILDING_construction_CIC_280 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 280 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 280 } }
EAI_BUILDING_construction_CIC_290 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 290 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 290 } }
EAI_BUILDING_construction_CIC_300 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 300 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 300 } }
EAI_BUILDING_construction_CIC_310 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 310 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 310 } }
EAI_BUILDING_construction_CIC_320 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 320 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 320 } }
EAI_BUILDING_construction_CIC_330 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 330 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 330 } }
EAI_BUILDING_construction_CIC_340 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 340 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 340 } }
EAI_BUILDING_construction_CIC_350 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 350 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 350 } }
EAI_BUILDING_construction_CIC_360 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 360 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 360 } }
EAI_BUILDING_construction_CIC_370 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 370 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 370 } }
EAI_BUILDING_construction_CIC_380 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 380 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 380 } }
EAI_BUILDING_construction_CIC_390 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 390 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 390 } }
EAI_BUILDING_construction_CIC_400 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 400 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 400 } }
EAI_BUILDING_construction_CIC_410 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 410 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 410 } }
EAI_BUILDING_construction_CIC_420 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 420 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 420 } }
EAI_BUILDING_construction_CIC_430 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 430 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 430 } }
EAI_BUILDING_construction_CIC_440 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 440 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 440 } }
EAI_BUILDING_construction_CIC_450 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 450 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 450 } }
EAI_BUILDING_construction_CIC_460 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 460 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 460 } }
EAI_BUILDING_construction_CIC_470 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 470 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 470 } }
EAI_BUILDING_construction_CIC_480 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 480 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 480 } }
EAI_BUILDING_construction_CIC_490 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 490 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 490 } }
EAI_BUILDING_construction_CIC_500 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 500 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 500 } }
EAI_BUILDING_construction_CIC_510 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 510 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 510 } }
EAI_BUILDING_construction_CIC_520 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 520 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 520 } }
EAI_BUILDING_construction_CIC_530 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 530 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 530 } }
EAI_BUILDING_construction_CIC_540 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 540 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 540 } }
EAI_BUILDING_construction_CIC_550 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 550 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 550 } }
EAI_BUILDING_construction_CIC_560 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 560 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 560 } }
EAI_BUILDING_construction_CIC_570 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 570 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 570 } }
EAI_BUILDING_construction_CIC_580 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 580 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 580 } }
EAI_BUILDING_construction_CIC_590 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 590 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 590 } }
EAI_BUILDING_construction_CIC_600 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 600 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 600 } }
EAI_BUILDING_construction_CIC_610 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 610 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 610 } }
EAI_BUILDING_construction_CIC_620 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 620 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 620 } }
EAI_BUILDING_construction_CIC_630 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 630 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 630 } }
EAI_BUILDING_construction_CIC_640 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 640 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 640 } }
EAI_BUILDING_construction_CIC_650 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 650 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 650 } }
EAI_BUILDING_construction_CIC_660 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 660 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 660 } }
EAI_BUILDING_construction_CIC_670 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 670 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 670 } }
EAI_BUILDING_construction_CIC_680 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 680 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 680 } }
EAI_BUILDING_construction_CIC_690 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 690 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 690 } }
EAI_BUILDING_construction_CIC_700 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 700 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 700 } }


###################################################
#	Military Factories
###################################################

EAI_BUILDING_construction_MIC_0 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 0 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = -100 } }
EAI_BUILDING_construction_MIC_1 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 1 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 1 } }
EAI_BUILDING_construction_MIC_2 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 2 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 2 } }
EAI_BUILDING_construction_MIC_3 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 3 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 3 } }
EAI_BUILDING_construction_MIC_4 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 4 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 4 } }
EAI_BUILDING_construction_MIC_5 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 5 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 5 } }
EAI_BUILDING_construction_MIC_6 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 6 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 6 } }
EAI_BUILDING_construction_MIC_7 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 7 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 7 } }
EAI_BUILDING_construction_MIC_8 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 8 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 8 } }
EAI_BUILDING_construction_MIC_9 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 9 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 9 } }
EAI_BUILDING_construction_MIC_10 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 10 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 10 } }
EAI_BUILDING_construction_MIC_11 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 11 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 11 } }
EAI_BUILDING_construction_MIC_12 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 12 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 12 } }
EAI_BUILDING_construction_MIC_13 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 13 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 13 } }
EAI_BUILDING_construction_MIC_14 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 14 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 14 } }
EAI_BUILDING_construction_MIC_15 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 15 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 15 } }
EAI_BUILDING_construction_MIC_16 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 16 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 16 } }
EAI_BUILDING_construction_MIC_17 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 17 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 17 } }
EAI_BUILDING_construction_MIC_18 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 18 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 18 } }
EAI_BUILDING_construction_MIC_19 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 19 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 19 } }
EAI_BUILDING_construction_MIC_20 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 20 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 20 } }
EAI_BUILDING_construction_MIC_21 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 21 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 21 } }
EAI_BUILDING_construction_MIC_22 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 22 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 22 } }
EAI_BUILDING_construction_MIC_23 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 23 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 23 } }
EAI_BUILDING_construction_MIC_24 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 24 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 24 } }
EAI_BUILDING_construction_MIC_25 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 25 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 25 } }
EAI_BUILDING_construction_MIC_26 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 26 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 26 } }
EAI_BUILDING_construction_MIC_27 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 27 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 27 } }
EAI_BUILDING_construction_MIC_28 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 28 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 28 } }
EAI_BUILDING_construction_MIC_29 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 29 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 29 } }
EAI_BUILDING_construction_MIC_30 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 30 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 30 } }
EAI_BUILDING_construction_MIC_31 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 31 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 31 } }
EAI_BUILDING_construction_MIC_32 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 32 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 32 } }
EAI_BUILDING_construction_MIC_33 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 33 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 33 } }
EAI_BUILDING_construction_MIC_34 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 34 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 34 } }
EAI_BUILDING_construction_MIC_35 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 35 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 35 } }
EAI_BUILDING_construction_MIC_36 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 36 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 36 } }
EAI_BUILDING_construction_MIC_37 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 37 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 37 } }
EAI_BUILDING_construction_MIC_38 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 38 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 38 } }
EAI_BUILDING_construction_MIC_39 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 39 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 39 } }
EAI_BUILDING_construction_MIC_40 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 40 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 40 } }
EAI_BUILDING_construction_MIC_41 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 41 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 41 } }
EAI_BUILDING_construction_MIC_42 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 42 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 42 } }
EAI_BUILDING_construction_MIC_43 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 43 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 43 } }
EAI_BUILDING_construction_MIC_44 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 44 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 44 } }
EAI_BUILDING_construction_MIC_45 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 45 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 45 } }
EAI_BUILDING_construction_MIC_46 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 46 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 46 } }
EAI_BUILDING_construction_MIC_47 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 47 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 47 } }
EAI_BUILDING_construction_MIC_48 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 48 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 48 } }
EAI_BUILDING_construction_MIC_49 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 49 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 49 } }
EAI_BUILDING_construction_MIC_50 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 50 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 50 } }
EAI_BUILDING_construction_MIC_51 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 51 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 51 } }
EAI_BUILDING_construction_MIC_52 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 52 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 52 } }
EAI_BUILDING_construction_MIC_53 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 53 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 53 } }
EAI_BUILDING_construction_MIC_54 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 54 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 54 } }
EAI_BUILDING_construction_MIC_55 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 55 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 55 } }
EAI_BUILDING_construction_MIC_56 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 56 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 56 } }
EAI_BUILDING_construction_MIC_57 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 57 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 57 } }
EAI_BUILDING_construction_MIC_58 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 58 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 58 } }
EAI_BUILDING_construction_MIC_59 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 59 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 59 } }
EAI_BUILDING_construction_MIC_60 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 60 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 60 } }
EAI_BUILDING_construction_MIC_61 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 61 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 61 } }
EAI_BUILDING_construction_MIC_62 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 62 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 62 } }
EAI_BUILDING_construction_MIC_63 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 63 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 63 } }
EAI_BUILDING_construction_MIC_64 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 64 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 64 } }
EAI_BUILDING_construction_MIC_65 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 65 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 65 } }
EAI_BUILDING_construction_MIC_66 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 66 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 66 } }
EAI_BUILDING_construction_MIC_67 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 67 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 67 } }
EAI_BUILDING_construction_MIC_68 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 68 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 68 } }
EAI_BUILDING_construction_MIC_69 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 69 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 69 } }
EAI_BUILDING_construction_MIC_70 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 70 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 70 } }
EAI_BUILDING_construction_MIC_71 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 71 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 71 } }
EAI_BUILDING_construction_MIC_72 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 72 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 72 } }
EAI_BUILDING_construction_MIC_73 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 73 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 73 } }
EAI_BUILDING_construction_MIC_74 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 74 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 74 } }
EAI_BUILDING_construction_MIC_75 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 75 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 75 } }
EAI_BUILDING_construction_MIC_76 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 76 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 76 } }
EAI_BUILDING_construction_MIC_77 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 77 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 77 } }
EAI_BUILDING_construction_MIC_78 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 78 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 78 } }
EAI_BUILDING_construction_MIC_79 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 79 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 79 } }
EAI_BUILDING_construction_MIC_80 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 80 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 80 } }
EAI_BUILDING_construction_MIC_81 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 81 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 81 } }
EAI_BUILDING_construction_MIC_82 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 82 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 82 } }
EAI_BUILDING_construction_MIC_83 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 83 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 83 } }
EAI_BUILDING_construction_MIC_84 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 84 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 84 } }
EAI_BUILDING_construction_MIC_85 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 85 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 85 } }
EAI_BUILDING_construction_MIC_86 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 86 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 86 } }
EAI_BUILDING_construction_MIC_87 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 87 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 87 } }
EAI_BUILDING_construction_MIC_88 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 88 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 88 } }
EAI_BUILDING_construction_MIC_89 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 89 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 89 } }
EAI_BUILDING_construction_MIC_90 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 90 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 90 } }
EAI_BUILDING_construction_MIC_91 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 91 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 91 } }
EAI_BUILDING_construction_MIC_92 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 92 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 92 } }
EAI_BUILDING_construction_MIC_93 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 93 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 93 } }
EAI_BUILDING_construction_MIC_94 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 94 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 94 } }
EAI_BUILDING_construction_MIC_95 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 95 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 95 } }
EAI_BUILDING_construction_MIC_96 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 96 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 96 } }
EAI_BUILDING_construction_MIC_97 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 97 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 97 } }
EAI_BUILDING_construction_MIC_98 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 98 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 98 } }
EAI_BUILDING_construction_MIC_99 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 99 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 99 } }
EAI_BUILDING_construction_MIC_100 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 100 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 100 } }
EAI_BUILDING_construction_MIC_110 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 110 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 110 } }
EAI_BUILDING_construction_MIC_120 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 120 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 120 } }
EAI_BUILDING_construction_MIC_130 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 130 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 130 } }
EAI_BUILDING_construction_MIC_140 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 140 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 140 } }
EAI_BUILDING_construction_MIC_150 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 150 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 150 } }
EAI_BUILDING_construction_MIC_160 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 160 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 160 } }
EAI_BUILDING_construction_MIC_170 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 170 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 170 } }
EAI_BUILDING_construction_MIC_180 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 180 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 180 } }
EAI_BUILDING_construction_MIC_190 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 190 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 190 } }
EAI_BUILDING_construction_MIC_200 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 200 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 200 } }
EAI_BUILDING_construction_MIC_210 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 210 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 210 } }
EAI_BUILDING_construction_MIC_220 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 220 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 220 } }
EAI_BUILDING_construction_MIC_230 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 230 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 230 } }
EAI_BUILDING_construction_MIC_240 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 240 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 240 } }
EAI_BUILDING_construction_MIC_250 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 250 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 250 } }
EAI_BUILDING_construction_MIC_260 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 260 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 260 } }
EAI_BUILDING_construction_MIC_270 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 270 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 270 } }
EAI_BUILDING_construction_MIC_280 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 280 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 280 } }
EAI_BUILDING_construction_MIC_290 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 290 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 290 } }
EAI_BUILDING_construction_MIC_300 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 300 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 300 } }
EAI_BUILDING_construction_MIC_310 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 310 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 310 } }
EAI_BUILDING_construction_MIC_320 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 320 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 320 } }
EAI_BUILDING_construction_MIC_330 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 330 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 330 } }
EAI_BUILDING_construction_MIC_340 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 340 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 340 } }
EAI_BUILDING_construction_MIC_350 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 350 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 350 } }
EAI_BUILDING_construction_MIC_360 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 360 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 360 } }
EAI_BUILDING_construction_MIC_370 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 370 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 370 } }
EAI_BUILDING_construction_MIC_380 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 380 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 380 } }
EAI_BUILDING_construction_MIC_390 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 390 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 390 } }
EAI_BUILDING_construction_MIC_400 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 400 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 400 } }
EAI_BUILDING_construction_MIC_410 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 410 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 410 } }
EAI_BUILDING_construction_MIC_420 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 420 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 420 } }
EAI_BUILDING_construction_MIC_430 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 430 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 430 } }
EAI_BUILDING_construction_MIC_440 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 440 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 440 } }
EAI_BUILDING_construction_MIC_450 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 450 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 450 } }
EAI_BUILDING_construction_MIC_460 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 460 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 460 } }
EAI_BUILDING_construction_MIC_470 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 470 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 470 } }
EAI_BUILDING_construction_MIC_480 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 480 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 480 } }
EAI_BUILDING_construction_MIC_490 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 490 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 490 } }
EAI_BUILDING_construction_MIC_500 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 500 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 500 } }
EAI_BUILDING_construction_MIC_510 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 510 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 510 } }
EAI_BUILDING_construction_MIC_520 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 520 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 520 } }
EAI_BUILDING_construction_MIC_530 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 530 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 530 } }
EAI_BUILDING_construction_MIC_540 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 540 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 540 } }
EAI_BUILDING_construction_MIC_550 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 550 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 550 } }
EAI_BUILDING_construction_MIC_560 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 560 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 560 } }
EAI_BUILDING_construction_MIC_570 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 570 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 570 } }
EAI_BUILDING_construction_MIC_580 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 580 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 580 } }
EAI_BUILDING_construction_MIC_590 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 590 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 590 } }
EAI_BUILDING_construction_MIC_600 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 600 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 600 } }
EAI_BUILDING_construction_MIC_610 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 610 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 610 } }
EAI_BUILDING_construction_MIC_620 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 620 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 620 } }
EAI_BUILDING_construction_MIC_630 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 630 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 630 } }
EAI_BUILDING_construction_MIC_640 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 640 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 640 } }
EAI_BUILDING_construction_MIC_650 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 650 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 650 } }
EAI_BUILDING_construction_MIC_660 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 660 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 660 } }
EAI_BUILDING_construction_MIC_670 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 670 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 670 } }
EAI_BUILDING_construction_MIC_680 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 680 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 680 } }
EAI_BUILDING_construction_MIC_690 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 690 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 690 } }
EAI_BUILDING_construction_MIC_700 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_MIC value = 700 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = arms_factory value = 700 } }


###################################################
#	Dockyards
###################################################

EAI_BUILDING_construction_NIC_0 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 0 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = -100 } }
EAI_BUILDING_construction_NIC_1 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 1 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 1 } }
EAI_BUILDING_construction_NIC_2 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 2 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 2 } }
EAI_BUILDING_construction_NIC_3 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 3 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 3 } }
EAI_BUILDING_construction_NIC_4 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 4 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 4 } }
EAI_BUILDING_construction_NIC_5 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 5 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 5 } }
EAI_BUILDING_construction_NIC_6 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 6 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 6 } }
EAI_BUILDING_construction_NIC_7 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 7 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 7 } }
EAI_BUILDING_construction_NIC_8 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 8 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 8 } }
EAI_BUILDING_construction_NIC_9 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 9 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 9 } }
EAI_BUILDING_construction_NIC_10 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 10 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 10 } }
EAI_BUILDING_construction_NIC_11 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 11 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 11 } }
EAI_BUILDING_construction_NIC_12 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 12 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 12 } }
EAI_BUILDING_construction_NIC_13 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 13 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 13 } }
EAI_BUILDING_construction_NIC_14 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 14 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 14 } }
EAI_BUILDING_construction_NIC_15 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 15 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 15 } }
EAI_BUILDING_construction_NIC_16 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 16 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 16 } }
EAI_BUILDING_construction_NIC_17 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 17 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 17 } }
EAI_BUILDING_construction_NIC_18 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 18 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 18 } }
EAI_BUILDING_construction_NIC_19 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 19 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 19 } }
EAI_BUILDING_construction_NIC_20 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 20 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 20 } }
EAI_BUILDING_construction_NIC_21 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 21 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 21 } }
EAI_BUILDING_construction_NIC_22 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 22 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 22 } }
EAI_BUILDING_construction_NIC_23 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 23 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 23 } }
EAI_BUILDING_construction_NIC_24 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 24 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 24 } }
EAI_BUILDING_construction_NIC_25 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 25 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 25 } }
EAI_BUILDING_construction_NIC_26 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 26 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 26 } }
EAI_BUILDING_construction_NIC_27 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 27 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 27 } }
EAI_BUILDING_construction_NIC_28 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 28 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 28 } }
EAI_BUILDING_construction_NIC_29 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 29 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 29 } }
EAI_BUILDING_construction_NIC_30 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 30 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 30 } }
EAI_BUILDING_construction_NIC_31 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 31 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 31 } }
EAI_BUILDING_construction_NIC_32 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 32 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 32 } }
EAI_BUILDING_construction_NIC_33 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 33 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 33 } }
EAI_BUILDING_construction_NIC_34 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 34 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 34 } }
EAI_BUILDING_construction_NIC_35 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 35 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 35 } }
EAI_BUILDING_construction_NIC_36 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 36 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 36 } }
EAI_BUILDING_construction_NIC_37 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 37 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 37 } }
EAI_BUILDING_construction_NIC_38 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 38 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 38 } }
EAI_BUILDING_construction_NIC_39 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 39 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 39 } }
EAI_BUILDING_construction_NIC_40 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 40 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 40 } }
EAI_BUILDING_construction_NIC_41 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 41 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 41 } }
EAI_BUILDING_construction_NIC_42 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 42 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 42 } }
EAI_BUILDING_construction_NIC_43 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 43 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 43 } }
EAI_BUILDING_construction_NIC_44 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 44 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 44 } }
EAI_BUILDING_construction_NIC_45 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 45 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 45 } }
EAI_BUILDING_construction_NIC_46 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 46 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 46 } }
EAI_BUILDING_construction_NIC_47 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 47 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 47 } }
EAI_BUILDING_construction_NIC_48 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 48 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 48 } }
EAI_BUILDING_construction_NIC_49 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 49 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 49 } }
EAI_BUILDING_construction_NIC_50 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 50 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 50 } }
EAI_BUILDING_construction_NIC_51 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 51 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 51 } }
EAI_BUILDING_construction_NIC_52 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 52 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 52 } }
EAI_BUILDING_construction_NIC_53 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 53 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 53 } }
EAI_BUILDING_construction_NIC_54 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 54 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 54 } }
EAI_BUILDING_construction_NIC_55 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 55 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 55 } }
EAI_BUILDING_construction_NIC_56 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 56 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 56 } }
EAI_BUILDING_construction_NIC_57 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 57 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 57 } }
EAI_BUILDING_construction_NIC_58 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 58 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 58 } }
EAI_BUILDING_construction_NIC_59 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 59 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 59 } }
EAI_BUILDING_construction_NIC_60 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 60 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 60 } }
EAI_BUILDING_construction_NIC_61 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 61 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 61 } }
EAI_BUILDING_construction_NIC_62 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 62 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 62 } }
EAI_BUILDING_construction_NIC_63 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 63 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 63 } }
EAI_BUILDING_construction_NIC_64 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 64 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 64 } }
EAI_BUILDING_construction_NIC_65 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 65 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 65 } }
EAI_BUILDING_construction_NIC_66 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 66 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 66 } }
EAI_BUILDING_construction_NIC_67 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 67 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 67 } }
EAI_BUILDING_construction_NIC_68 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 68 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 68 } }
EAI_BUILDING_construction_NIC_69 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 69 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 69 } }
EAI_BUILDING_construction_NIC_70 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 70 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 70 } }
EAI_BUILDING_construction_NIC_71 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 71 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 71 } }
EAI_BUILDING_construction_NIC_72 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 72 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 72 } }
EAI_BUILDING_construction_NIC_73 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 73 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 73 } }
EAI_BUILDING_construction_NIC_74 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 74 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 74 } }
EAI_BUILDING_construction_NIC_75 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 75 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 75 } }
EAI_BUILDING_construction_NIC_76 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 76 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 76 } }
EAI_BUILDING_construction_NIC_77 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 77 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 77 } }
EAI_BUILDING_construction_NIC_78 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 78 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 78 } }
EAI_BUILDING_construction_NIC_79 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 79 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 79 } }
EAI_BUILDING_construction_NIC_80 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 80 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 80 } }
EAI_BUILDING_construction_NIC_81 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 81 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 81 } }
EAI_BUILDING_construction_NIC_82 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 82 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 82 } }
EAI_BUILDING_construction_NIC_83 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 83 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 83 } }
EAI_BUILDING_construction_NIC_84 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 84 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 84 } }
EAI_BUILDING_construction_NIC_85 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 85 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 85 } }
EAI_BUILDING_construction_NIC_86 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 86 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 86 } }
EAI_BUILDING_construction_NIC_87 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 87 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 87 } }
EAI_BUILDING_construction_NIC_88 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 88 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 88 } }
EAI_BUILDING_construction_NIC_89 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 89 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 89 } }
EAI_BUILDING_construction_NIC_90 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 90 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 90 } }
EAI_BUILDING_construction_NIC_91 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 91 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 91 } }
EAI_BUILDING_construction_NIC_92 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 92 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 92 } }
EAI_BUILDING_construction_NIC_93 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 93 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 93 } }
EAI_BUILDING_construction_NIC_94 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 94 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 94 } }
EAI_BUILDING_construction_NIC_95 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 95 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 95 } }
EAI_BUILDING_construction_NIC_96 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 96 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 96 } }
EAI_BUILDING_construction_NIC_97 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 97 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 97 } }
EAI_BUILDING_construction_NIC_98 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 98 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 98 } }
EAI_BUILDING_construction_NIC_99 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 99 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 99 } }
EAI_BUILDING_construction_NIC_100 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_NIC value = 100 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = dockyard value = 100 } }

###################################################
#	Refineries
###################################################

EAI_BUILDING_construction_REF_1 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 1 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 1 } }
EAI_BUILDING_construction_REF_2 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 2 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 2 } }
EAI_BUILDING_construction_REF_3 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 3 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 3 } }
EAI_BUILDING_construction_REF_4 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 4 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 4 } }
EAI_BUILDING_construction_REF_5 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 5 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 5 } }
EAI_BUILDING_construction_REF_6 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 6 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 6 } }
EAI_BUILDING_construction_REF_7 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 7 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 7 } }
EAI_BUILDING_construction_REF_8 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 8 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 8 } }
EAI_BUILDING_construction_REF_9 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 9 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 9 } }
EAI_BUILDING_construction_REF_10 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 10 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 10 } }
EAI_BUILDING_construction_REF_11 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 11 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 11 } }
EAI_BUILDING_construction_REF_12 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 12 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 12 } }
EAI_BUILDING_construction_REF_13 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 13 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 13 } }
EAI_BUILDING_construction_REF_14 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 14 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 14 } }
EAI_BUILDING_construction_REF_15 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 15 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 15 } }
EAI_BUILDING_construction_REF_16 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 16 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 16 } }
EAI_BUILDING_construction_REF_17 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 17 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 17 } }
EAI_BUILDING_construction_REF_18 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 18 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 18 } }
EAI_BUILDING_construction_REF_19 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 19 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 19 } }
EAI_BUILDING_construction_REF_20 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 20 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 20 } }
EAI_BUILDING_construction_REF_21 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 21 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 21 } }
EAI_BUILDING_construction_REF_22 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 22 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 22 } }
EAI_BUILDING_construction_REF_23 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 23 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 23 } }
EAI_BUILDING_construction_REF_24 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 24 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 24 } }
EAI_BUILDING_construction_REF_25 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 25 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 25 } }
EAI_BUILDING_construction_REF_26 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 26 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 26 } }
EAI_BUILDING_construction_REF_27 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 27 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 27 } }
EAI_BUILDING_construction_REF_28 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 28 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 28 } }
EAI_BUILDING_construction_REF_29 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 29 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 29 } }
EAI_BUILDING_construction_REF_30 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 30 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 30 } }
EAI_BUILDING_construction_REF_31 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 31 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 31 } }
EAI_BUILDING_construction_REF_32 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 32 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 32 } }
EAI_BUILDING_construction_REF_33 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 33 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 33 } }
EAI_BUILDING_construction_REF_34 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 34 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 34 } }
EAI_BUILDING_construction_REF_35 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 35 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 35 } }
EAI_BUILDING_construction_REF_36 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 36 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 36 } }
EAI_BUILDING_construction_REF_37 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 37 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 37 } }
EAI_BUILDING_construction_REF_38 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 38 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 38 } }
EAI_BUILDING_construction_REF_39 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 39 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 39 } }
EAI_BUILDING_construction_REF_40 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 40 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 40 } }
EAI_BUILDING_construction_REF_41 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 41 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 41 } }
EAI_BUILDING_construction_REF_42 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 42 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 42 } }
EAI_BUILDING_construction_REF_43 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 43 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 43 } }
EAI_BUILDING_construction_REF_44 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 44 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 44 } }
EAI_BUILDING_construction_REF_45 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 45 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 45 } }
EAI_BUILDING_construction_REF_46 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 46 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 46 } }
EAI_BUILDING_construction_REF_47 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 47 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 47 } }
EAI_BUILDING_construction_REF_48 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 48 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 48 } }
EAI_BUILDING_construction_REF_49 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 49 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 49 } }
EAI_BUILDING_construction_REF_50 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_REF value = 50 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = synthetic_refinery value = 50 } }

###################################################
#	Silos
###################################################

EAI_BUILDING_construction_SILO_1 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 1 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 1 } }
EAI_BUILDING_construction_SILO_2 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 2 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 2 } }
EAI_BUILDING_construction_SILO_3 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 3 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 3 } }
EAI_BUILDING_construction_SILO_4 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 4 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 4 } }
EAI_BUILDING_construction_SILO_5 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 5 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 5 } }
EAI_BUILDING_construction_SILO_6 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 6 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 6 } }
EAI_BUILDING_construction_SILO_7 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 7 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 7 } }
EAI_BUILDING_construction_SILO_8 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 8 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 8 } }
EAI_BUILDING_construction_SILO_9 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 9 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 9 } }
EAI_BUILDING_construction_SILO_10 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 10 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 10 } }
EAI_BUILDING_construction_SILO_11 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 11 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 11 } }
EAI_BUILDING_construction_SILO_12 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 12 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 12 } }
EAI_BUILDING_construction_SILO_13 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 13 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 13 } }
EAI_BUILDING_construction_SILO_14 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 14 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 14 } }
EAI_BUILDING_construction_SILO_15 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 15 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 15 } }
EAI_BUILDING_construction_SILO_16 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 16 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 16 } }
EAI_BUILDING_construction_SILO_17 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 17 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 17 } }
EAI_BUILDING_construction_SILO_18 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 18 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 18 } }
EAI_BUILDING_construction_SILO_19 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 19 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 19 } }
EAI_BUILDING_construction_SILO_20 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 20 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 20 } }
EAI_BUILDING_construction_SILO_21 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 21 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 21 } }
EAI_BUILDING_construction_SILO_22 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 22 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 22 } }
EAI_BUILDING_construction_SILO_23 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 23 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 23 } }
EAI_BUILDING_construction_SILO_24 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 24 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 24 } }
EAI_BUILDING_construction_SILO_25 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 25 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 25 } }
EAI_BUILDING_construction_SILO_26 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 26 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 26 } }
EAI_BUILDING_construction_SILO_27 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 27 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 27 } }
EAI_BUILDING_construction_SILO_28 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 28 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 28 } }
EAI_BUILDING_construction_SILO_29 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 29 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 29 } }
EAI_BUILDING_construction_SILO_30 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 30 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 30 } }
EAI_BUILDING_construction_SILO_31 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 31 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 31 } }
EAI_BUILDING_construction_SILO_32 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 32 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 32 } }
EAI_BUILDING_construction_SILO_33 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 33 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 33 } }
EAI_BUILDING_construction_SILO_34 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 34 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 34 } }
EAI_BUILDING_construction_SILO_35 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 35 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 35 } }
EAI_BUILDING_construction_SILO_36 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 36 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 36 } }
EAI_BUILDING_construction_SILO_37 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 37 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 37 } }
EAI_BUILDING_construction_SILO_38 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 38 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 38 } }
EAI_BUILDING_construction_SILO_39 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 39 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 39 } }
EAI_BUILDING_construction_SILO_40 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 40 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 40 } }
EAI_BUILDING_construction_SILO_41 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 41 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 41 } }
EAI_BUILDING_construction_SILO_42 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 42 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 42 } }
EAI_BUILDING_construction_SILO_43 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 43 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 43 } }
EAI_BUILDING_construction_SILO_44 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 44 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 44 } }
EAI_BUILDING_construction_SILO_45 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 45 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 45 } }
EAI_BUILDING_construction_SILO_46 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 46 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 46 } }
EAI_BUILDING_construction_SILO_47 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 47 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 47 } }
EAI_BUILDING_construction_SILO_48 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 48 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 48 } }
EAI_BUILDING_construction_SILO_49 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 49 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 49 } }
EAI_BUILDING_construction_SILO_50 = { enable = { has_country_flag = { flag = EAI_BUILDING_build_num_SILO value = 50 } } abort_when_not_enabled = yes ai_strategy = { type = building_target id = fuel_silo value = 50 } }

####################################################

EAI_BUILDING_block_construction = {
	enable = { has_country_flag = EAI_block_AI_construction }
	abort_when_not_enabled = yes

	ai_strategy = { type = build_building id = industrial_complex target = 1 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 1 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 1 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 1 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 1 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 2 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 2 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 2 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 2 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 2 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 3 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 3 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 3 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 3 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 3 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 4 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 4 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 4 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 4 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 4 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 5 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 5 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 5 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 5 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 5 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 6 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 6 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 6 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 6 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 6 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 7 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 7 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 7 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 7 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 7 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 8 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 8 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 8 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 8 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 8 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 9 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 9 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 9 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 9 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 9 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 10 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 10 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 10 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 10 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 10 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 11 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 11 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 11 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 11 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 11 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 12 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 12 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 12 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 12 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 12 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 13 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 13 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 13 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 13 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 13 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 14 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 14 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 14 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 14 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 14 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 15 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 15 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 15 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 15 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 15 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 16 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 16 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 16 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 16 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 16 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 17 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 17 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 17 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 17 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 17 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 18 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 18 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 18 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 18 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 18 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 19 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 19 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 19 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 19 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 19 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 20 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 20 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 20 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 20 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 20 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 21 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 21 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 21 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 21 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 21 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 22 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 22 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 22 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 22 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 22 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 23 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 23 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 23 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 23 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 23 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 24 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 24 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 24 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 24 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 24 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 25 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 25 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 25 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 25 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 25 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 26 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 26 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 26 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 26 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 26 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 27 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 27 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 27 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 27 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 27 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 28 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 28 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 28 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 28 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 28 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 29 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 29 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 29 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 29 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 29 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 30 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 30 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 30 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 30 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 30 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 31 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 31 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 31 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 31 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 31 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 32 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 32 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 32 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 32 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 32 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 33 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 33 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 33 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 33 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 33 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 34 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 34 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 34 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 34 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 34 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 35 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 35 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 35 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 35 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 35 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 36 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 36 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 36 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 36 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 36 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 37 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 37 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 37 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 37 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 37 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 38 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 38 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 38 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 38 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 38 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 39 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 39 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 39 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 39 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 39 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 40 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 40 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 40 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 40 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 40 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 41 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 41 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 41 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 41 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 41 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 42 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 42 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 42 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 42 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 42 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 43 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 43 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 43 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 43 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 43 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 44 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 44 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 44 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 44 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 44 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 45 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 45 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 45 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 45 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 45 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 46 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 46 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 46 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 46 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 46 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 47 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 47 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 47 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 47 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 47 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 48 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 48 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 48 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 48 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 48 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 49 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 49 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 49 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 49 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 49 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 50 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 50 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 50 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 50 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 50 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 51 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 51 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 51 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 51 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 51 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 52 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 52 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 52 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 52 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 52 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 53 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 53 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 53 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 53 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 53 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 54 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 54 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 54 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 54 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 54 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 55 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 55 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 55 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 55 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 55 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 56 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 56 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 56 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 56 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 56 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 57 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 57 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 57 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 57 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 57 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 58 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 58 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 58 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 58 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 58 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 59 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 59 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 59 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 59 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 59 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 60 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 60 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 60 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 60 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 60 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 61 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 61 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 61 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 61 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 61 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 62 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 62 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 62 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 62 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 62 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 63 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 63 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 63 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 63 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 63 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 64 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 64 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 64 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 64 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 64 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 65 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 65 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 65 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 65 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 65 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 66 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 66 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 66 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 66 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 66 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 67 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 67 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 67 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 67 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 67 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 68 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 68 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 68 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 68 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 68 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 69 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 69 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 69 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 69 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 69 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 70 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 70 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 70 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 70 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 70 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 71 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 71 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 71 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 71 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 71 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 72 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 72 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 72 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 72 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 72 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 73 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 73 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 73 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 73 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 73 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 74 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 74 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 74 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 74 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 74 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 75 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 75 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 75 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 75 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 75 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 76 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 76 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 76 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 76 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 76 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 77 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 77 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 77 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 77 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 77 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 78 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 78 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 78 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 78 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 78 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 79 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 79 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 79 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 79 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 79 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 80 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 80 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 80 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 80 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 80 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 81 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 81 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 81 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 81 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 81 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 82 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 82 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 82 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 82 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 82 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 83 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 83 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 83 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 83 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 83 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 84 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 84 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 84 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 84 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 84 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 85 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 85 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 85 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 85 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 85 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 86 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 86 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 86 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 86 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 86 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 87 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 87 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 87 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 87 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 87 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 88 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 88 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 88 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 88 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 88 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 89 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 89 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 89 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 89 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 89 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 90 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 90 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 90 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 90 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 90 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 91 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 91 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 91 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 91 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 91 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 92 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 92 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 92 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 92 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 92 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 93 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 93 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 93 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 93 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 93 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 94 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 94 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 94 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 94 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 94 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 95 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 95 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 95 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 95 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 95 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 96 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 96 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 96 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 96 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 96 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 97 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 97 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 97 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 97 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 97 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 98 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 98 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 98 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 98 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 98 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 99 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 99 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 99 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 99 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 99 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 100 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 100 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 100 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 100 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 100 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 101 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 101 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 101 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 101 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 101 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 102 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 102 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 102 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 102 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 102 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 103 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 103 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 103 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 103 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 103 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 104 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 104 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 104 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 104 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 104 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 105 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 105 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 105 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 105 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 105 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 106 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 106 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 106 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 106 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 106 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 107 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 107 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 107 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 107 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 107 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 108 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 108 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 108 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 108 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 108 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 109 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 109 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 109 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 109 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 109 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 110 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 110 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 110 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 110 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 110 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 111 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 111 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 111 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 111 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 111 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 112 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 112 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 112 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 112 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 112 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 113 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 113 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 113 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 113 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 113 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 114 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 114 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 114 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 114 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 114 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 115 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 115 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 115 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 115 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 115 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 116 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 116 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 116 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 116 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 116 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 117 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 117 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 117 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 117 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 117 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 118 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 118 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 118 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 118 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 118 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 119 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 119 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 119 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 119 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 119 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 120 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 120 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 120 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 120 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 120 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 121 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 121 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 121 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 121 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 121 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 122 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 122 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 122 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 122 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 122 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 123 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 123 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 123 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 123 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 123 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 124 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 124 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 124 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 124 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 124 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 125 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 125 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 125 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 125 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 125 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 126 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 126 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 126 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 126 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 126 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 127 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 127 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 127 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 127 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 127 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 128 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 128 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 128 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 128 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 128 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 129 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 129 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 129 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 129 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 129 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 130 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 130 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 130 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 130 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 130 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 131 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 131 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 131 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 131 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 131 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 132 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 132 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 132 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 132 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 132 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 133 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 133 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 133 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 133 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 133 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 134 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 134 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 134 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 134 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 134 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 135 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 135 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 135 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 135 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 135 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 136 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 136 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 136 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 136 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 136 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 137 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 137 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 137 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 137 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 137 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 138 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 138 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 138 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 138 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 138 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 139 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 139 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 139 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 139 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 139 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 140 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 140 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 140 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 140 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 140 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 141 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 141 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 141 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 141 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 141 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 142 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 142 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 142 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 142 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 142 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 143 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 143 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 143 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 143 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 143 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 144 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 144 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 144 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 144 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 144 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 145 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 145 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 145 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 145 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 145 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 146 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 146 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 146 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 146 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 146 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 147 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 147 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 147 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 147 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 147 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 148 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 148 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 148 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 148 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 148 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 149 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 149 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 149 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 149 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 149 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 150 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 150 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 150 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 150 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 150 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 151 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 151 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 151 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 151 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 151 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 152 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 152 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 152 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 152 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 152 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 153 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 153 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 153 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 153 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 153 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 154 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 154 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 154 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 154 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 154 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 155 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 155 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 155 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 155 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 155 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 156 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 156 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 156 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 156 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 156 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 157 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 157 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 157 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 157 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 157 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 158 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 158 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 158 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 158 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 158 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 159 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 159 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 159 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 159 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 159 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 160 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 160 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 160 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 160 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 160 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 161 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 161 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 161 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 161 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 161 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 162 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 162 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 162 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 162 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 162 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 163 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 163 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 163 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 163 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 163 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 164 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 164 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 164 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 164 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 164 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 165 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 165 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 165 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 165 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 165 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 166 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 166 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 166 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 166 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 166 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 167 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 167 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 167 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 167 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 167 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 168 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 168 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 168 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 168 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 168 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 169 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 169 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 169 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 169 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 169 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 170 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 170 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 170 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 170 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 170 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 171 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 171 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 171 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 171 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 171 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 172 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 172 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 172 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 172 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 172 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 173 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 173 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 173 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 173 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 173 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 174 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 174 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 174 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 174 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 174 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 175 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 175 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 175 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 175 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 175 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 176 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 176 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 176 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 176 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 176 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 177 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 177 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 177 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 177 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 177 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 178 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 178 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 178 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 178 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 178 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 179 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 179 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 179 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 179 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 179 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 180 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 180 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 180 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 180 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 180 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 181 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 181 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 181 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 181 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 181 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 182 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 182 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 182 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 182 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 182 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 183 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 183 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 183 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 183 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 183 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 184 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 184 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 184 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 184 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 184 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 185 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 185 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 185 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 185 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 185 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 186 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 186 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 186 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 186 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 186 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 187 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 187 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 187 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 187 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 187 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 188 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 188 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 188 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 188 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 188 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 189 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 189 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 189 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 189 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 189 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 190 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 190 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 190 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 190 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 190 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 191 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 191 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 191 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 191 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 191 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 192 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 192 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 192 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 192 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 192 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 193 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 193 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 193 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 193 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 193 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 194 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 194 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 194 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 194 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 194 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 195 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 195 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 195 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 195 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 195 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 196 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 196 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 196 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 196 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 196 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 197 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 197 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 197 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 197 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 197 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 198 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 198 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 198 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 198 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 198 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 199 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 199 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 199 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 199 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 199 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 200 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 200 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 200 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 200 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 200 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 201 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 201 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 201 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 201 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 201 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 202 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 202 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 202 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 202 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 202 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 203 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 203 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 203 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 203 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 203 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 204 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 204 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 204 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 204 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 204 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 205 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 205 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 205 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 205 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 205 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 206 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 206 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 206 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 206 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 206 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 207 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 207 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 207 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 207 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 207 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 208 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 208 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 208 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 208 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 208 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 209 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 209 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 209 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 209 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 209 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 210 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 210 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 210 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 210 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 210 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 211 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 211 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 211 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 211 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 211 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 212 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 212 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 212 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 212 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 212 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 213 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 213 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 213 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 213 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 213 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 214 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 214 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 214 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 214 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 214 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 215 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 215 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 215 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 215 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 215 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 216 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 216 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 216 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 216 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 216 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 217 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 217 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 217 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 217 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 217 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 218 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 218 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 218 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 218 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 218 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 219 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 219 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 219 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 219 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 219 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 220 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 220 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 220 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 220 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 220 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 221 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 221 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 221 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 221 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 221 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 222 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 222 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 222 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 222 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 222 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 223 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 223 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 223 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 223 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 223 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 224 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 224 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 224 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 224 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 224 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 225 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 225 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 225 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 225 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 225 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 226 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 226 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 226 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 226 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 226 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 227 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 227 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 227 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 227 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 227 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 228 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 228 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 228 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 228 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 228 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 229 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 229 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 229 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 229 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 229 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 230 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 230 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 230 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 230 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 230 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 231 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 231 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 231 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 231 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 231 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 232 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 232 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 232 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 232 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 232 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 233 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 233 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 233 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 233 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 233 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 234 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 234 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 234 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 234 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 234 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 235 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 235 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 235 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 235 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 235 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 236 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 236 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 236 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 236 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 236 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 237 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 237 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 237 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 237 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 237 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 238 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 238 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 238 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 238 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 238 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 239 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 239 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 239 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 239 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 239 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 240 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 240 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 240 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 240 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 240 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 241 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 241 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 241 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 241 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 241 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 242 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 242 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 242 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 242 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 242 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 243 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 243 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 243 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 243 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 243 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 244 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 244 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 244 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 244 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 244 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 245 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 245 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 245 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 245 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 245 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 246 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 246 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 246 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 246 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 246 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 247 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 247 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 247 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 247 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 247 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 248 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 248 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 248 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 248 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 248 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 249 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 249 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 249 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 249 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 249 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 250 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 250 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 250 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 250 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 250 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 251 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 251 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 251 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 251 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 251 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 252 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 252 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 252 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 252 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 252 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 253 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 253 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 253 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 253 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 253 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 254 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 254 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 254 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 254 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 254 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 255 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 255 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 255 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 255 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 255 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 256 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 256 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 256 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 256 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 256 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 257 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 257 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 257 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 257 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 257 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 258 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 258 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 258 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 258 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 258 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 259 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 259 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 259 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 259 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 259 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 260 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 260 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 260 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 260 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 260 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 261 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 261 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 261 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 261 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 261 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 262 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 262 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 262 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 262 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 262 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 263 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 263 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 263 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 263 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 263 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 264 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 264 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 264 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 264 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 264 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 265 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 265 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 265 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 265 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 265 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 266 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 266 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 266 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 266 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 266 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 267 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 267 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 267 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 267 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 267 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 268 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 268 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 268 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 268 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 268 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 269 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 269 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 269 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 269 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 269 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 270 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 270 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 270 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 270 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 270 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 271 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 271 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 271 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 271 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 271 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 272 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 272 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 272 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 272 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 272 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 273 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 273 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 273 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 273 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 273 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 274 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 274 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 274 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 274 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 274 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 275 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 275 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 275 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 275 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 275 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 276 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 276 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 276 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 276 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 276 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 277 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 277 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 277 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 277 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 277 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 278 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 278 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 278 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 278 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 278 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 279 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 279 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 279 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 279 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 279 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 280 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 280 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 280 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 280 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 280 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 281 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 281 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 281 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 281 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 281 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 282 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 282 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 282 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 282 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 282 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 283 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 283 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 283 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 283 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 283 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 284 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 284 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 284 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 284 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 284 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 285 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 285 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 285 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 285 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 285 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 286 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 286 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 286 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 286 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 286 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 287 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 287 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 287 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 287 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 287 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 288 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 288 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 288 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 288 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 288 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 289 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 289 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 289 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 289 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 289 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 290 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 290 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 290 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 290 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 290 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 291 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 291 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 291 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 291 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 291 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 292 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 292 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 292 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 292 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 292 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 293 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 293 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 293 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 293 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 293 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 294 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 294 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 294 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 294 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 294 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 295 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 295 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 295 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 295 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 295 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 296 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 296 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 296 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 296 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 296 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 297 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 297 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 297 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 297 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 297 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 298 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 298 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 298 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 298 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 298 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 299 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 299 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 299 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 299 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 299 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 300 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 300 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 300 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 300 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 300 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 301 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 301 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 301 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 301 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 301 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 302 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 302 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 302 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 302 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 302 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 303 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 303 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 303 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 303 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 303 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 304 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 304 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 304 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 304 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 304 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 305 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 305 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 305 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 305 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 305 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 306 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 306 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 306 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 306 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 306 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 307 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 307 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 307 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 307 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 307 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 308 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 308 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 308 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 308 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 308 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 309 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 309 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 309 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 309 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 309 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 310 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 310 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 310 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 310 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 310 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 311 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 311 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 311 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 311 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 311 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 312 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 312 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 312 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 312 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 312 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 313 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 313 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 313 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 313 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 313 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 314 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 314 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 314 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 314 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 314 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 315 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 315 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 315 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 315 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 315 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 316 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 316 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 316 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 316 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 316 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 317 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 317 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 317 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 317 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 317 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 318 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 318 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 318 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 318 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 318 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 319 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 319 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 319 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 319 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 319 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 320 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 320 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 320 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 320 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 320 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 321 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 321 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 321 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 321 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 321 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 322 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 322 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 322 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 322 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 322 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 323 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 323 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 323 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 323 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 323 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 324 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 324 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 324 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 324 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 324 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 325 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 325 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 325 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 325 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 325 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 326 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 326 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 326 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 326 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 326 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 327 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 327 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 327 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 327 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 327 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 328 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 328 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 328 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 328 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 328 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 329 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 329 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 329 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 329 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 329 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 330 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 330 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 330 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 330 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 330 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 331 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 331 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 331 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 331 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 331 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 332 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 332 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 332 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 332 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 332 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 333 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 333 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 333 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 333 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 333 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 334 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 334 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 334 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 334 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 334 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 335 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 335 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 335 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 335 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 335 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 336 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 336 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 336 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 336 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 336 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 337 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 337 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 337 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 337 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 337 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 338 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 338 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 338 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 338 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 338 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 339 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 339 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 339 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 339 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 339 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 340 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 340 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 340 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 340 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 340 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 341 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 341 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 341 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 341 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 341 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 342 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 342 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 342 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 342 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 342 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 343 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 343 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 343 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 343 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 343 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 344 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 344 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 344 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 344 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 344 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 345 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 345 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 345 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 345 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 345 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 346 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 346 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 346 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 346 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 346 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 347 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 347 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 347 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 347 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 347 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 348 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 348 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 348 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 348 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 348 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 349 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 349 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 349 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 349 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 349 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 350 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 350 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 350 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 350 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 350 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 351 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 351 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 351 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 351 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 351 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 352 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 352 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 352 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 352 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 352 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 353 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 353 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 353 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 353 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 353 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 354 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 354 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 354 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 354 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 354 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 355 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 355 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 355 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 355 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 355 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 356 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 356 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 356 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 356 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 356 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 357 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 357 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 357 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 357 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 357 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 358 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 358 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 358 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 358 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 358 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 359 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 359 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 359 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 359 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 359 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 360 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 360 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 360 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 360 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 360 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 361 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 361 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 361 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 361 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 361 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 362 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 362 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 362 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 362 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 362 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 363 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 363 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 363 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 363 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 363 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 364 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 364 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 364 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 364 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 364 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 365 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 365 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 365 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 365 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 365 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 366 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 366 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 366 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 366 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 366 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 367 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 367 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 367 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 367 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 367 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 368 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 368 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 368 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 368 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 368 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 369 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 369 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 369 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 369 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 369 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 370 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 370 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 370 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 370 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 370 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 371 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 371 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 371 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 371 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 371 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 372 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 372 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 372 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 372 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 372 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 373 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 373 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 373 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 373 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 373 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 374 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 374 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 374 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 374 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 374 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 375 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 375 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 375 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 375 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 375 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 376 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 376 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 376 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 376 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 376 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 377 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 377 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 377 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 377 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 377 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 378 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 378 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 378 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 378 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 378 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 379 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 379 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 379 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 379 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 379 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 380 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 380 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 380 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 380 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 380 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 381 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 381 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 381 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 381 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 381 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 382 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 382 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 382 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 382 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 382 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 383 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 383 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 383 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 383 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 383 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 384 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 384 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 384 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 384 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 384 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 385 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 385 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 385 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 385 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 385 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 386 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 386 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 386 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 386 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 386 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 387 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 387 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 387 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 387 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 387 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 388 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 388 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 388 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 388 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 388 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 389 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 389 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 389 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 389 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 389 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 390 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 390 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 390 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 390 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 390 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 391 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 391 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 391 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 391 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 391 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 392 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 392 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 392 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 392 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 392 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 393 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 393 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 393 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 393 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 393 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 394 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 394 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 394 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 394 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 394 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 395 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 395 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 395 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 395 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 395 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 396 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 396 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 396 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 396 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 396 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 397 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 397 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 397 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 397 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 397 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 398 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 398 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 398 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 398 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 398 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 399 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 399 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 399 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 399 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 399 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 400 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 400 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 400 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 400 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 400 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 401 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 401 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 401 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 401 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 401 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 402 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 402 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 402 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 402 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 402 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 403 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 403 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 403 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 403 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 403 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 404 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 404 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 404 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 404 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 404 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 405 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 405 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 405 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 405 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 405 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 406 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 406 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 406 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 406 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 406 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 407 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 407 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 407 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 407 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 407 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 408 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 408 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 408 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 408 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 408 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 409 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 409 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 409 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 409 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 409 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 410 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 410 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 410 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 410 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 410 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 411 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 411 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 411 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 411 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 411 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 412 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 412 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 412 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 412 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 412 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 413 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 413 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 413 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 413 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 413 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 414 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 414 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 414 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 414 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 414 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 415 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 415 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 415 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 415 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 415 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 416 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 416 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 416 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 416 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 416 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 417 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 417 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 417 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 417 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 417 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 418 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 418 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 418 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 418 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 418 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 419 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 419 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 419 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 419 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 419 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 420 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 420 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 420 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 420 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 420 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 421 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 421 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 421 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 421 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 421 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 422 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 422 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 422 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 422 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 422 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 423 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 423 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 423 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 423 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 423 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 424 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 424 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 424 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 424 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 424 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 425 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 425 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 425 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 425 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 425 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 426 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 426 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 426 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 426 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 426 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 427 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 427 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 427 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 427 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 427 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 428 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 428 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 428 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 428 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 428 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 429 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 429 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 429 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 429 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 429 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 430 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 430 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 430 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 430 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 430 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 431 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 431 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 431 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 431 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 431 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 432 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 432 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 432 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 432 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 432 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 433 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 433 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 433 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 433 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 433 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 434 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 434 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 434 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 434 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 434 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 435 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 435 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 435 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 435 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 435 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 436 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 436 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 436 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 436 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 436 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 437 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 437 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 437 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 437 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 437 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 438 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 438 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 438 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 438 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 438 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 439 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 439 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 439 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 439 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 439 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 440 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 440 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 440 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 440 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 440 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 441 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 441 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 441 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 441 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 441 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 442 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 442 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 442 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 442 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 442 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 443 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 443 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 443 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 443 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 443 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 444 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 444 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 444 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 444 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 444 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 445 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 445 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 445 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 445 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 445 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 446 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 446 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 446 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 446 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 446 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 447 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 447 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 447 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 447 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 447 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 448 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 448 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 448 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 448 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 448 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 449 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 449 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 449 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 449 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 449 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 450 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 450 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 450 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 450 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 450 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 451 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 451 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 451 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 451 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 451 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 452 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 452 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 452 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 452 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 452 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 453 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 453 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 453 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 453 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 453 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 454 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 454 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 454 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 454 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 454 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 455 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 455 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 455 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 455 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 455 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 456 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 456 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 456 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 456 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 456 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 457 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 457 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 457 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 457 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 457 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 458 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 458 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 458 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 458 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 458 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 459 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 459 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 459 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 459 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 459 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 460 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 460 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 460 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 460 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 460 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 461 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 461 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 461 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 461 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 461 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 462 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 462 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 462 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 462 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 462 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 463 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 463 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 463 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 463 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 463 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 464 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 464 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 464 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 464 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 464 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 465 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 465 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 465 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 465 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 465 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 466 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 466 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 466 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 466 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 466 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 467 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 467 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 467 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 467 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 467 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 468 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 468 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 468 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 468 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 468 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 469 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 469 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 469 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 469 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 469 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 470 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 470 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 470 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 470 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 470 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 471 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 471 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 471 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 471 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 471 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 472 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 472 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 472 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 472 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 472 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 473 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 473 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 473 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 473 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 473 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 474 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 474 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 474 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 474 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 474 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 475 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 475 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 475 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 475 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 475 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 476 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 476 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 476 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 476 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 476 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 477 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 477 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 477 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 477 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 477 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 478 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 478 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 478 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 478 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 478 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 479 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 479 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 479 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 479 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 479 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 480 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 480 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 480 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 480 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 480 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 481 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 481 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 481 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 481 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 481 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 482 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 482 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 482 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 482 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 482 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 483 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 483 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 483 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 483 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 483 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 484 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 484 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 484 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 484 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 484 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 485 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 485 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 485 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 485 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 485 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 486 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 486 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 486 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 486 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 486 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 487 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 487 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 487 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 487 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 487 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 488 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 488 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 488 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 488 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 488 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 489 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 489 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 489 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 489 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 489 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 490 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 490 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 490 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 490 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 490 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 491 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 491 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 491 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 491 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 491 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 492 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 492 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 492 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 492 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 492 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 493 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 493 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 493 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 493 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 493 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 494 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 494 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 494 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 494 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 494 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 495 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 495 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 495 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 495 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 495 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 496 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 496 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 496 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 496 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 496 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 497 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 497 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 497 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 497 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 497 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 498 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 498 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 498 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 498 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 498 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 499 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 499 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 499 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 499 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 499 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 500 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 500 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 500 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 500 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 500 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 501 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 501 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 501 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 501 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 501 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 502 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 502 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 502 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 502 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 502 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 503 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 503 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 503 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 503 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 503 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 504 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 504 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 504 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 504 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 504 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 505 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 505 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 505 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 505 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 505 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 506 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 506 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 506 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 506 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 506 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 507 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 507 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 507 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 507 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 507 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 508 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 508 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 508 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 508 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 508 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 509 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 509 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 509 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 509 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 509 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 510 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 510 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 510 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 510 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 510 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 511 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 511 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 511 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 511 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 511 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 512 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 512 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 512 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 512 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 512 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 513 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 513 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 513 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 513 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 513 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 514 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 514 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 514 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 514 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 514 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 515 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 515 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 515 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 515 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 515 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 516 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 516 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 516 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 516 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 516 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 517 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 517 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 517 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 517 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 517 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 518 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 518 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 518 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 518 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 518 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 519 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 519 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 519 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 519 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 519 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 520 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 520 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 520 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 520 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 520 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 521 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 521 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 521 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 521 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 521 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 522 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 522 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 522 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 522 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 522 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 523 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 523 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 523 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 523 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 523 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 524 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 524 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 524 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 524 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 524 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 525 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 525 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 525 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 525 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 525 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 526 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 526 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 526 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 526 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 526 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 527 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 527 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 527 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 527 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 527 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 528 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 528 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 528 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 528 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 528 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 529 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 529 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 529 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 529 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 529 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 530 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 530 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 530 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 530 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 530 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 531 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 531 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 531 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 531 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 531 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 532 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 532 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 532 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 532 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 532 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 533 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 533 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 533 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 533 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 533 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 534 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 534 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 534 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 534 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 534 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 535 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 535 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 535 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 535 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 535 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 536 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 536 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 536 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 536 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 536 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 537 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 537 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 537 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 537 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 537 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 538 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 538 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 538 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 538 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 538 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 539 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 539 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 539 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 539 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 539 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 540 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 540 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 540 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 540 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 540 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 541 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 541 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 541 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 541 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 541 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 542 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 542 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 542 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 542 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 542 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 543 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 543 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 543 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 543 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 543 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 544 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 544 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 544 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 544 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 544 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 545 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 545 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 545 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 545 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 545 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 546 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 546 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 546 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 546 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 546 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 547 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 547 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 547 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 547 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 547 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 548 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 548 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 548 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 548 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 548 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 549 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 549 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 549 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 549 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 549 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 550 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 550 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 550 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 550 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 550 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 551 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 551 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 551 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 551 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 551 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 552 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 552 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 552 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 552 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 552 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 553 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 553 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 553 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 553 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 553 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 554 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 554 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 554 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 554 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 554 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 555 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 555 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 555 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 555 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 555 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 556 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 556 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 556 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 556 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 556 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 557 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 557 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 557 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 557 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 557 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 558 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 558 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 558 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 558 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 558 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 559 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 559 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 559 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 559 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 559 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 560 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 560 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 560 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 560 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 560 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 561 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 561 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 561 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 561 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 561 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 562 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 562 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 562 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 562 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 562 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 563 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 563 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 563 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 563 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 563 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 564 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 564 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 564 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 564 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 564 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 565 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 565 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 565 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 565 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 565 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 566 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 566 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 566 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 566 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 566 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 567 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 567 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 567 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 567 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 567 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 568 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 568 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 568 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 568 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 568 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 569 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 569 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 569 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 569 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 569 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 570 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 570 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 570 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 570 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 570 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 571 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 571 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 571 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 571 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 571 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 572 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 572 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 572 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 572 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 572 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 573 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 573 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 573 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 573 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 573 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 574 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 574 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 574 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 574 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 574 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 575 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 575 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 575 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 575 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 575 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 576 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 576 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 576 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 576 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 576 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 577 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 577 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 577 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 577 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 577 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 578 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 578 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 578 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 578 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 578 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 579 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 579 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 579 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 579 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 579 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 580 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 580 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 580 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 580 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 580 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 581 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 581 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 581 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 581 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 581 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 582 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 582 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 582 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 582 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 582 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 583 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 583 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 583 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 583 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 583 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 584 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 584 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 584 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 584 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 584 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 585 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 585 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 585 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 585 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 585 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 586 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 586 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 586 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 586 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 586 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 587 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 587 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 587 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 587 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 587 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 588 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 588 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 588 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 588 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 588 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 589 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 589 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 589 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 589 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 589 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 590 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 590 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 590 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 590 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 590 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 591 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 591 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 591 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 591 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 591 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 592 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 592 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 592 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 592 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 592 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 593 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 593 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 593 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 593 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 593 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 594 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 594 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 594 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 594 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 594 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 595 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 595 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 595 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 595 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 595 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 596 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 596 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 596 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 596 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 596 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 597 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 597 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 597 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 597 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 597 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 598 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 598 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 598 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 598 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 598 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 599 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 599 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 599 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 599 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 599 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 600 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 600 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 600 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 600 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 600 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 601 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 601 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 601 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 601 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 601 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 602 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 602 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 602 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 602 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 602 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 603 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 603 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 603 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 603 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 603 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 604 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 604 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 604 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 604 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 604 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 605 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 605 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 605 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 605 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 605 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 606 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 606 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 606 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 606 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 606 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 607 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 607 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 607 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 607 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 607 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 608 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 608 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 608 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 608 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 608 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 609 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 609 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 609 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 609 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 609 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 610 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 610 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 610 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 610 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 610 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 611 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 611 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 611 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 611 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 611 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 612 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 612 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 612 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 612 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 612 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 613 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 613 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 613 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 613 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 613 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 614 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 614 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 614 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 614 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 614 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 615 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 615 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 615 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 615 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 615 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 616 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 616 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 616 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 616 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 616 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 617 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 617 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 617 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 617 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 617 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 618 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 618 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 618 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 618 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 618 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 619 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 619 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 619 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 619 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 619 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 620 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 620 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 620 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 620 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 620 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 621 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 621 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 621 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 621 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 621 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 622 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 622 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 622 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 622 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 622 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 623 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 623 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 623 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 623 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 623 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 624 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 624 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 624 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 624 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 624 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 625 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 625 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 625 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 625 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 625 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 626 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 626 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 626 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 626 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 626 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 627 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 627 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 627 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 627 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 627 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 628 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 628 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 628 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 628 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 628 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 629 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 629 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 629 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 629 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 629 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 630 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 630 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 630 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 630 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 630 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 631 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 631 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 631 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 631 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 631 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 632 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 632 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 632 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 632 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 632 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 633 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 633 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 633 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 633 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 633 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 634 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 634 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 634 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 634 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 634 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 635 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 635 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 635 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 635 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 635 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 636 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 636 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 636 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 636 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 636 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 637 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 637 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 637 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 637 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 637 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 638 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 638 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 638 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 638 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 638 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 639 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 639 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 639 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 639 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 639 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 640 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 640 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 640 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 640 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 640 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 641 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 641 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 641 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 641 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 641 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 642 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 642 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 642 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 642 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 642 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 643 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 643 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 643 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 643 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 643 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 644 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 644 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 644 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 644 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 644 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 645 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 645 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 645 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 645 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 645 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 646 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 646 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 646 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 646 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 646 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 647 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 647 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 647 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 647 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 647 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 648 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 648 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 648 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 648 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 648 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 649 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 649 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 649 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 649 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 649 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 650 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 650 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 650 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 650 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 650 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 651 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 651 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 651 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 651 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 651 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 652 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 652 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 652 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 652 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 652 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 653 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 653 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 653 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 653 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 653 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 654 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 654 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 654 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 654 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 654 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 655 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 655 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 655 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 655 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 655 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 656 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 656 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 656 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 656 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 656 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 657 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 657 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 657 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 657 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 657 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 658 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 658 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 658 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 658 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 658 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 659 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 659 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 659 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 659 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 659 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 660 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 660 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 660 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 660 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 660 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 661 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 661 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 661 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 661 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 661 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 662 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 662 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 662 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 662 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 662 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 663 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 663 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 663 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 663 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 663 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 664 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 664 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 664 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 664 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 664 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 665 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 665 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 665 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 665 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 665 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 666 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 666 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 666 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 666 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 666 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 667 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 667 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 667 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 667 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 667 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 668 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 668 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 668 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 668 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 668 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 669 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 669 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 669 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 669 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 669 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 670 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 670 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 670 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 670 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 670 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 671 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 671 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 671 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 671 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 671 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 672 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 672 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 672 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 672 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 672 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 673 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 673 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 673 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 673 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 673 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 674 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 674 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 674 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 674 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 674 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 675 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 675 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 675 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 675 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 675 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 676 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 676 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 676 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 676 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 676 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 677 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 677 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 677 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 677 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 677 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 678 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 678 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 678 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 678 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 678 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 679 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 679 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 679 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 679 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 679 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 680 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 680 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 680 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 680 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 680 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 681 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 681 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 681 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 681 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 681 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 682 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 682 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 682 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 682 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 682 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 683 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 683 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 683 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 683 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 683 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 684 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 684 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 684 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 684 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 684 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 685 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 685 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 685 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 685 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 685 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 686 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 686 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 686 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 686 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 686 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 687 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 687 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 687 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 687 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 687 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 688 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 688 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 688 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 688 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 688 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 689 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 689 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 689 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 689 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 689 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 690 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 690 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 690 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 690 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 690 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 691 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 691 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 691 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 691 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 691 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 692 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 692 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 692 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 692 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 692 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 693 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 693 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 693 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 693 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 693 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 694 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 694 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 694 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 694 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 694 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 695 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 695 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 695 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 695 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 695 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 696 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 696 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 696 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 696 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 696 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 697 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 697 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 697 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 697 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 697 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 698 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 698 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 698 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 698 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 698 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 699 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 699 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 699 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 699 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 699 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 700 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 700 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 700 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 700 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 700 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 701 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 701 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 701 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 701 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 701 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 702 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 702 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 702 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 702 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 702 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 703 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 703 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 703 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 703 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 703 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 704 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 704 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 704 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 704 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 704 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 705 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 705 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 705 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 705 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 705 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 706 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 706 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 706 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 706 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 706 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 707 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 707 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 707 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 707 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 707 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 708 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 708 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 708 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 708 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 708 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 709 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 709 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 709 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 709 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 709 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 710 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 710 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 710 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 710 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 710 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 711 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 711 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 711 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 711 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 711 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 712 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 712 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 712 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 712 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 712 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 713 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 713 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 713 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 713 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 713 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 714 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 714 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 714 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 714 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 714 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 715 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 715 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 715 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 715 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 715 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 716 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 716 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 716 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 716 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 716 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 717 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 717 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 717 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 717 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 717 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 718 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 718 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 718 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 718 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 718 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 719 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 719 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 719 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 719 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 719 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 720 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 720 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 720 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 720 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 720 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 721 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 721 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 721 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 721 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 721 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 722 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 722 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 722 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 722 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 722 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 723 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 723 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 723 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 723 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 723 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 724 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 724 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 724 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 724 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 724 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 725 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 725 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 725 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 725 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 725 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 726 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 726 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 726 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 726 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 726 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 727 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 727 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 727 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 727 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 727 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 728 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 728 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 728 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 728 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 728 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 729 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 729 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 729 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 729 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 729 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 730 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 730 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 730 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 730 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 730 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 731 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 731 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 731 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 731 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 731 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 732 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 732 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 732 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 732 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 732 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 733 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 733 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 733 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 733 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 733 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 734 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 734 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 734 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 734 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 734 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 735 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 735 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 735 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 735 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 735 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 736 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 736 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 736 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 736 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 736 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 737 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 737 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 737 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 737 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 737 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 738 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 738 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 738 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 738 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 738 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 739 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 739 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 739 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 739 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 739 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 740 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 740 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 740 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 740 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 740 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 741 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 741 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 741 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 741 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 741 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 742 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 742 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 742 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 742 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 742 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 743 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 743 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 743 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 743 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 743 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 744 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 744 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 744 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 744 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 744 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 745 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 745 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 745 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 745 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 745 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 746 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 746 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 746 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 746 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 746 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 747 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 747 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 747 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 747 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 747 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 748 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 748 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 748 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 748 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 748 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 749 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 749 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 749 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 749 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 749 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 750 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 750 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 750 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 750 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 750 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 751 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 751 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 751 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 751 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 751 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 752 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 752 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 752 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 752 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 752 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 753 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 753 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 753 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 753 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 753 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 754 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 754 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 754 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 754 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 754 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 755 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 755 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 755 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 755 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 755 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 756 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 756 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 756 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 756 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 756 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 757 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 757 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 757 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 757 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 757 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 758 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 758 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 758 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 758 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 758 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 759 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 759 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 759 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 759 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 759 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 760 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 760 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 760 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 760 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 760 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 761 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 761 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 761 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 761 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 761 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 762 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 762 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 762 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 762 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 762 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 763 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 763 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 763 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 763 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 763 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 764 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 764 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 764 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 764 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 764 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 765 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 765 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 765 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 765 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 765 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 766 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 766 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 766 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 766 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 766 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 767 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 767 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 767 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 767 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 767 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 768 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 768 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 768 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 768 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 768 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 769 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 769 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 769 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 769 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 769 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 770 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 770 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 770 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 770 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 770 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 771 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 771 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 771 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 771 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 771 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 772 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 772 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 772 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 772 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 772 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 773 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 773 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 773 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 773 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 773 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 774 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 774 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 774 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 774 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 774 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 775 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 775 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 775 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 775 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 775 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 776 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 776 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 776 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 776 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 776 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 777 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 777 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 777 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 777 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 777 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 778 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 778 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 778 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 778 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 778 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 779 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 779 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 779 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 779 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 779 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 780 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 780 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 780 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 780 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 780 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 781 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 781 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 781 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 781 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 781 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 782 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 782 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 782 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 782 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 782 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 783 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 783 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 783 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 783 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 783 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 784 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 784 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 784 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 784 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 784 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 785 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 785 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 785 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 785 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 785 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 786 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 786 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 786 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 786 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 786 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 787 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 787 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 787 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 787 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 787 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 788 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 788 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 788 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 788 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 788 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 789 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 789 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 789 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 789 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 789 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 790 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 790 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 790 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 790 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 790 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 791 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 791 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 791 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 791 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 791 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 792 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 792 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 792 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 792 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 792 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 793 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 793 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 793 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 793 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 793 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 794 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 794 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 794 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 794 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 794 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 795 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 795 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 795 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 795 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 795 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 796 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 796 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 796 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 796 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 796 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 797 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 797 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 797 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 797 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 797 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 798 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 798 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 798 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 798 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 798 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 799 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 799 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 799 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 799 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 799 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 800 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 800 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 800 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 800 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 800 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 801 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 801 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 801 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 801 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 801 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 802 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 802 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 802 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 802 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 802 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 803 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 803 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 803 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 803 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 803 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 804 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 804 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 804 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 804 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 804 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 805 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 805 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 805 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 805 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 805 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 806 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 806 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 806 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 806 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 806 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 807 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 807 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 807 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 807 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 807 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 808 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 808 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 808 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 808 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 808 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 809 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 809 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 809 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 809 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 809 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 810 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 810 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 810 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 810 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 810 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 811 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 811 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 811 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 811 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 811 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 812 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 812 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 812 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 812 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 812 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 813 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 813 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 813 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 813 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 813 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 814 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 814 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 814 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 814 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 814 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 815 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 815 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 815 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 815 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 815 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 816 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 816 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 816 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 816 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 816 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 817 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 817 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 817 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 817 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 817 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 818 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 818 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 818 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 818 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 818 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 819 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 819 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 819 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 819 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 819 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 820 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 820 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 820 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 820 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 820 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 821 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 821 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 821 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 821 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 821 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 822 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 822 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 822 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 822 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 822 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 823 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 823 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 823 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 823 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 823 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 824 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 824 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 824 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 824 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 824 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 825 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 825 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 825 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 825 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 825 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 826 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 826 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 826 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 826 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 826 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 827 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 827 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 827 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 827 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 827 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 828 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 828 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 828 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 828 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 828 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 829 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 829 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 829 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 829 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 829 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 830 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 830 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 830 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 830 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 830 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 831 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 831 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 831 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 831 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 831 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 832 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 832 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 832 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 832 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 832 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 833 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 833 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 833 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 833 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 833 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 834 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 834 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 834 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 834 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 834 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 835 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 835 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 835 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 835 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 835 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 836 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 836 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 836 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 836 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 836 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 837 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 837 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 837 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 837 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 837 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 838 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 838 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 838 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 838 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 838 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 839 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 839 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 839 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 839 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 839 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 840 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 840 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 840 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 840 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 840 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 841 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 841 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 841 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 841 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 841 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 842 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 842 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 842 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 842 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 842 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 843 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 843 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 843 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 843 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 843 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 844 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 844 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 844 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 844 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 844 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 845 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 845 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 845 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 845 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 845 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 846 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 846 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 846 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 846 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 846 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 847 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 847 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 847 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 847 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 847 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 848 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 848 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 848 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 848 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 848 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 849 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 849 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 849 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 849 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 849 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 850 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 850 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 850 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 850 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 850 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 851 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 851 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 851 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 851 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 851 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 852 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 852 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 852 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 852 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 852 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 853 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 853 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 853 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 853 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 853 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 854 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 854 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 854 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 854 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 854 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 855 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 855 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 855 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 855 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 855 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 856 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 856 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 856 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 856 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 856 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 857 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 857 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 857 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 857 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 857 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 858 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 858 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 858 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 858 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 858 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 859 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 859 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 859 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 859 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 859 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 860 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 860 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 860 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 860 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 860 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 861 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 861 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 861 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 861 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 861 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 862 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 862 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 862 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 862 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 862 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 863 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 863 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 863 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 863 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 863 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 864 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 864 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 864 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 864 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 864 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 865 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 865 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 865 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 865 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 865 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 866 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 866 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 866 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 866 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 866 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 867 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 867 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 867 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 867 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 867 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 868 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 868 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 868 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 868 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 868 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 869 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 869 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 869 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 869 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 869 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 870 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 870 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 870 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 870 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 870 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 871 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 871 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 871 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 871 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 871 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 872 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 872 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 872 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 872 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 872 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 873 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 873 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 873 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 873 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 873 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 874 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 874 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 874 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 874 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 874 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 875 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 875 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 875 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 875 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 875 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 876 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 876 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 876 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 876 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 876 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 877 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 877 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 877 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 877 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 877 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 878 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 878 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 878 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 878 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 878 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 879 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 879 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 879 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 879 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 879 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 880 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 880 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 880 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 880 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 880 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 881 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 881 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 881 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 881 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 881 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 882 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 882 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 882 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 882 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 882 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 883 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 883 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 883 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 883 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 883 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 884 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 884 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 884 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 884 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 884 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 885 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 885 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 885 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 885 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 885 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 886 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 886 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 886 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 886 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 886 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 887 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 887 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 887 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 887 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 887 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 888 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 888 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 888 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 888 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 888 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 889 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 889 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 889 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 889 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 889 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 890 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 890 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 890 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 890 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 890 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 891 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 891 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 891 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 891 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 891 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 892 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 892 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 892 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 892 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 892 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 893 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 893 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 893 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 893 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 893 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 894 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 894 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 894 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 894 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 894 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 895 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 895 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 895 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 895 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 895 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 896 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 896 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 896 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 896 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 896 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 897 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 897 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 897 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 897 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 897 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 898 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 898 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 898 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 898 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 898 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 899 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 899 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 899 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 899 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 899 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 900 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 900 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 900 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 900 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 900 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 901 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 901 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 901 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 901 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 901 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 902 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 902 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 902 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 902 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 902 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 903 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 903 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 903 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 903 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 903 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 904 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 904 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 904 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 904 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 904 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 905 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 905 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 905 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 905 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 905 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 906 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 906 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 906 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 906 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 906 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 907 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 907 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 907 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 907 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 907 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 908 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 908 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 908 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 908 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 908 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 909 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 909 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 909 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 909 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 909 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 910 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 910 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 910 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 910 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 910 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 911 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 911 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 911 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 911 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 911 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 912 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 912 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 912 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 912 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 912 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 913 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 913 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 913 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 913 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 913 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 914 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 914 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 914 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 914 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 914 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 915 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 915 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 915 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 915 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 915 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 916 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 916 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 916 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 916 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 916 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 917 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 917 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 917 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 917 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 917 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 918 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 918 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 918 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 918 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 918 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 919 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 919 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 919 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 919 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 919 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 920 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 920 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 920 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 920 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 920 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 921 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 921 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 921 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 921 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 921 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 922 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 922 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 922 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 922 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 922 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 923 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 923 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 923 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 923 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 923 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 924 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 924 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 924 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 924 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 924 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 925 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 925 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 925 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 925 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 925 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 926 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 926 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 926 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 926 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 926 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 927 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 927 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 927 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 927 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 927 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 928 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 928 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 928 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 928 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 928 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 929 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 929 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 929 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 929 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 929 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 930 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 930 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 930 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 930 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 930 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 931 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 931 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 931 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 931 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 931 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 932 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 932 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 932 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 932 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 932 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 933 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 933 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 933 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 933 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 933 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 934 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 934 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 934 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 934 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 934 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 935 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 935 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 935 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 935 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 935 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 936 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 936 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 936 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 936 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 936 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 937 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 937 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 937 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 937 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 937 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 938 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 938 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 938 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 938 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 938 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 939 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 939 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 939 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 939 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 939 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 940 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 940 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 940 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 940 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 940 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 941 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 941 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 941 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 941 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 941 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 942 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 942 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 942 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 942 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 942 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 943 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 943 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 943 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 943 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 943 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 944 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 944 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 944 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 944 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 944 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 945 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 945 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 945 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 945 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 945 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 946 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 946 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 946 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 946 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 946 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 947 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 947 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 947 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 947 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 947 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 948 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 948 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 948 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 948 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 948 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 949 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 949 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 949 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 949 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 949 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 950 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 950 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 950 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 950 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 950 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 951 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 951 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 951 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 951 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 951 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 952 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 952 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 952 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 952 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 952 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 953 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 953 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 953 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 953 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 953 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 954 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 954 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 954 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 954 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 954 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 955 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 955 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 955 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 955 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 955 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 956 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 956 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 956 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 956 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 956 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 957 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 957 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 957 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 957 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 957 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 958 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 958 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 958 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 958 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 958 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 959 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 959 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 959 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 959 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 959 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 960 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 960 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 960 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 960 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 960 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 961 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 961 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 961 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 961 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 961 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 962 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 962 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 962 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 962 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 962 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 963 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 963 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 963 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 963 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 963 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 964 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 964 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 964 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 964 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 964 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 965 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 965 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 965 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 965 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 965 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 966 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 966 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 966 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 966 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 966 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 967 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 967 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 967 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 967 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 967 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 968 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 968 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 968 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 968 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 968 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 969 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 969 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 969 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 969 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 969 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 970 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 970 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 970 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 970 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 970 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 971 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 971 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 971 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 971 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 971 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 972 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 972 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 972 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 972 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 972 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 973 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 973 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 973 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 973 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 973 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 974 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 974 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 974 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 974 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 974 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 975 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 975 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 975 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 975 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 975 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 976 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 976 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 976 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 976 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 976 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 977 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 977 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 977 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 977 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 977 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 978 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 978 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 978 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 978 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 978 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 979 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 979 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 979 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 979 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 979 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 980 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 980 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 980 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 980 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 980 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 981 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 981 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 981 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 981 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 981 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 982 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 982 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 982 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 982 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 982 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 983 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 983 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 983 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 983 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 983 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 984 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 984 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 984 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 984 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 984 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 985 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 985 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 985 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 985 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 985 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 986 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 986 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 986 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 986 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 986 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 987 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 987 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 987 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 987 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 987 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 988 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 988 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 988 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 988 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 988 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 989 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 989 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 989 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 989 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 989 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 990 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 990 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 990 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 990 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 990 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 991 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 991 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 991 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 991 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 991 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 992 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 992 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 992 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 992 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 992 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 993 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 993 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 993 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 993 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 993 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 994 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 994 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 994 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 994 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 994 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 995 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 995 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 995 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 995 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 995 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 996 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 996 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 996 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 996 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 996 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 997 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 997 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 997 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 997 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 997 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 998 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 998 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 998 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 998 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 998 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 999 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 999 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 999 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 999 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 999 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 1000 value = -5000 } ai_strategy = { type = build_building id = arms_factory target = 1000 value = -5000 } ai_strategy = { type = build_building id = dockyard target = 1000 value = -5000 } ai_strategy = { type = build_building id = synthetic_refinery target = 1000 value = -5000 } ai_strategy = { type = build_building id = fuel_silo target = 1000 value = -5000 }
}

EAI_BUILDING_block_construction_CIC = {
	enable = { has_country_flag = { flag = EAI_BUILDING_build_num_CIC value = 0 } }
	abort_when_not_enabled = yes

	ai_strategy = { type = build_building id = industrial_complex target = 1 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 2 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 3 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 4 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 5 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 6 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 7 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 8 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 9 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 10 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 11 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 12 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 13 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 14 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 15 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 16 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 17 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 18 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 19 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 20 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 21 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 22 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 23 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 24 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 25 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 26 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 27 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 28 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 29 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 30 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 31 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 32 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 33 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 34 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 35 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 36 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 37 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 38 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 39 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 40 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 41 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 42 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 43 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 44 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 45 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 46 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 47 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 48 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 49 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 50 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 51 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 52 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 53 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 54 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 55 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 56 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 57 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 58 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 59 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 60 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 61 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 62 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 63 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 64 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 65 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 66 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 67 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 68 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 69 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 70 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 71 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 72 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 73 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 74 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 75 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 76 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 77 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 78 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 79 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 80 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 81 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 82 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 83 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 84 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 85 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 86 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 87 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 88 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 89 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 90 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 91 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 92 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 93 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 94 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 95 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 96 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 97 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 98 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 99 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 100 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 101 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 102 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 103 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 104 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 105 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 106 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 107 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 108 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 109 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 110 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 111 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 112 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 113 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 114 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 115 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 116 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 117 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 118 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 119 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 120 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 121 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 122 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 123 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 124 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 125 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 126 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 127 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 128 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 129 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 130 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 131 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 132 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 133 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 134 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 135 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 136 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 137 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 138 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 139 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 140 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 141 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 142 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 143 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 144 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 145 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 146 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 147 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 148 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 149 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 150 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 151 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 152 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 153 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 154 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 155 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 156 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 157 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 158 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 159 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 160 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 161 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 162 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 163 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 164 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 165 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 166 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 167 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 168 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 169 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 170 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 171 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 172 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 173 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 174 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 175 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 176 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 177 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 178 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 179 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 180 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 181 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 182 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 183 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 184 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 185 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 186 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 187 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 188 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 189 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 190 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 191 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 192 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 193 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 194 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 195 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 196 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 197 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 198 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 199 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 200 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 201 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 202 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 203 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 204 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 205 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 206 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 207 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 208 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 209 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 210 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 211 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 212 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 213 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 214 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 215 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 216 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 217 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 218 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 219 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 220 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 221 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 222 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 223 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 224 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 225 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 226 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 227 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 228 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 229 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 230 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 231 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 232 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 233 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 234 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 235 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 236 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 237 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 238 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 239 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 240 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 241 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 242 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 243 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 244 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 245 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 246 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 247 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 248 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 249 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 250 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 251 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 252 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 253 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 254 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 255 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 256 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 257 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 258 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 259 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 260 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 261 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 262 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 263 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 264 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 265 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 266 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 267 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 268 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 269 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 270 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 271 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 272 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 273 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 274 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 275 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 276 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 277 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 278 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 279 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 280 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 281 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 282 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 283 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 284 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 285 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 286 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 287 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 288 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 289 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 290 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 291 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 292 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 293 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 294 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 295 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 296 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 297 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 298 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 299 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 300 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 301 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 302 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 303 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 304 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 305 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 306 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 307 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 308 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 309 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 310 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 311 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 312 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 313 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 314 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 315 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 316 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 317 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 318 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 319 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 320 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 321 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 322 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 323 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 324 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 325 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 326 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 327 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 328 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 329 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 330 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 331 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 332 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 333 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 334 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 335 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 336 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 337 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 338 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 339 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 340 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 341 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 342 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 343 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 344 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 345 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 346 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 347 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 348 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 349 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 350 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 351 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 352 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 353 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 354 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 355 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 356 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 357 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 358 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 359 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 360 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 361 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 362 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 363 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 364 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 365 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 366 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 367 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 368 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 369 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 370 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 371 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 372 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 373 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 374 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 375 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 376 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 377 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 378 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 379 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 380 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 381 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 382 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 383 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 384 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 385 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 386 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 387 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 388 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 389 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 390 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 391 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 392 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 393 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 394 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 395 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 396 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 397 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 398 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 399 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 400 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 401 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 402 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 403 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 404 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 405 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 406 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 407 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 408 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 409 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 410 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 411 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 412 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 413 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 414 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 415 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 416 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 417 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 418 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 419 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 420 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 421 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 422 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 423 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 424 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 425 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 426 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 427 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 428 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 429 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 430 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 431 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 432 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 433 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 434 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 435 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 436 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 437 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 438 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 439 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 440 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 441 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 442 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 443 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 444 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 445 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 446 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 447 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 448 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 449 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 450 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 451 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 452 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 453 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 454 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 455 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 456 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 457 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 458 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 459 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 460 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 461 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 462 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 463 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 464 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 465 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 466 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 467 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 468 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 469 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 470 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 471 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 472 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 473 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 474 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 475 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 476 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 477 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 478 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 479 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 480 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 481 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 482 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 483 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 484 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 485 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 486 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 487 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 488 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 489 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 490 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 491 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 492 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 493 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 494 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 495 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 496 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 497 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 498 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 499 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 500 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 501 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 502 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 503 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 504 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 505 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 506 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 507 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 508 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 509 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 510 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 511 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 512 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 513 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 514 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 515 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 516 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 517 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 518 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 519 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 520 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 521 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 522 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 523 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 524 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 525 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 526 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 527 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 528 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 529 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 530 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 531 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 532 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 533 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 534 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 535 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 536 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 537 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 538 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 539 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 540 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 541 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 542 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 543 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 544 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 545 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 546 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 547 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 548 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 549 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 550 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 551 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 552 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 553 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 554 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 555 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 556 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 557 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 558 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 559 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 560 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 561 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 562 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 563 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 564 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 565 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 566 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 567 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 568 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 569 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 570 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 571 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 572 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 573 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 574 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 575 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 576 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 577 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 578 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 579 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 580 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 581 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 582 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 583 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 584 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 585 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 586 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 587 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 588 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 589 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 590 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 591 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 592 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 593 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 594 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 595 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 596 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 597 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 598 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 599 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 600 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 601 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 602 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 603 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 604 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 605 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 606 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 607 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 608 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 609 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 610 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 611 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 612 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 613 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 614 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 615 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 616 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 617 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 618 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 619 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 620 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 621 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 622 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 623 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 624 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 625 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 626 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 627 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 628 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 629 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 630 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 631 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 632 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 633 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 634 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 635 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 636 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 637 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 638 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 639 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 640 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 641 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 642 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 643 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 644 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 645 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 646 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 647 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 648 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 649 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 650 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 651 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 652 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 653 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 654 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 655 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 656 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 657 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 658 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 659 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 660 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 661 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 662 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 663 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 664 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 665 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 666 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 667 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 668 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 669 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 670 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 671 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 672 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 673 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 674 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 675 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 676 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 677 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 678 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 679 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 680 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 681 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 682 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 683 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 684 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 685 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 686 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 687 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 688 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 689 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 690 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 691 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 692 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 693 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 694 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 695 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 696 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 697 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 698 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 699 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 700 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 701 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 702 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 703 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 704 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 705 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 706 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 707 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 708 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 709 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 710 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 711 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 712 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 713 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 714 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 715 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 716 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 717 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 718 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 719 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 720 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 721 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 722 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 723 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 724 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 725 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 726 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 727 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 728 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 729 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 730 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 731 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 732 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 733 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 734 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 735 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 736 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 737 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 738 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 739 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 740 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 741 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 742 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 743 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 744 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 745 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 746 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 747 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 748 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 749 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 750 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 751 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 752 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 753 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 754 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 755 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 756 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 757 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 758 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 759 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 760 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 761 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 762 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 763 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 764 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 765 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 766 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 767 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 768 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 769 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 770 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 771 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 772 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 773 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 774 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 775 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 776 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 777 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 778 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 779 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 780 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 781 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 782 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 783 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 784 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 785 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 786 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 787 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 788 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 789 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 790 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 791 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 792 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 793 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 794 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 795 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 796 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 797 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 798 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 799 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 800 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 801 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 802 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 803 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 804 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 805 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 806 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 807 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 808 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 809 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 810 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 811 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 812 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 813 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 814 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 815 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 816 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 817 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 818 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 819 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 820 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 821 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 822 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 823 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 824 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 825 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 826 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 827 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 828 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 829 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 830 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 831 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 832 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 833 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 834 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 835 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 836 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 837 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 838 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 839 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 840 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 841 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 842 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 843 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 844 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 845 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 846 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 847 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 848 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 849 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 850 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 851 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 852 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 853 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 854 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 855 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 856 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 857 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 858 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 859 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 860 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 861 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 862 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 863 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 864 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 865 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 866 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 867 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 868 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 869 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 870 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 871 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 872 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 873 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 874 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 875 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 876 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 877 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 878 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 879 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 880 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 881 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 882 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 883 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 884 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 885 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 886 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 887 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 888 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 889 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 890 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 891 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 892 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 893 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 894 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 895 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 896 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 897 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 898 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 899 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 900 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 901 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 902 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 903 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 904 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 905 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 906 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 907 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 908 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 909 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 910 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 911 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 912 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 913 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 914 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 915 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 916 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 917 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 918 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 919 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 920 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 921 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 922 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 923 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 924 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 925 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 926 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 927 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 928 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 929 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 930 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 931 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 932 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 933 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 934 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 935 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 936 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 937 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 938 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 939 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 940 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 941 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 942 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 943 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 944 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 945 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 946 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 947 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 948 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 949 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 950 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 951 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 952 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 953 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 954 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 955 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 956 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 957 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 958 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 959 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 960 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 961 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 962 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 963 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 964 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 965 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 966 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 967 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 968 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 969 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 970 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 971 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 972 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 973 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 974 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 975 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 976 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 977 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 978 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 979 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 980 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 981 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 982 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 983 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 984 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 985 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 986 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 987 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 988 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 989 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 990 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 991 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 992 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 993 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 994 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 995 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 996 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 997 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 998 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 999 value = -5000 }
	ai_strategy = { type = build_building id = industrial_complex target = 1000 value = -5000 }
}