scripted_gui = {

	toolpack_main_container = {
	
		context_type = player_context
		
		window_name = "toolpack_main_container"
		
		visible = {
			is_ai = no
			has_global_flag = toolpack_enabled
			ROOT = {
				has_country_flag = wia_host
			}
		}
		effects = {
			toolpack_close_click = {
				clr_global_flag = toolpack_enabled
			}
			toolpack_close_at_right_click = {
				clr_global_flag = toolpack_enabled
			}

			toolpack_prev_page_click = {
				if = {
					limit = {
						has_global_flag = tp_page_2
					}
					clr_global_flag = tp_page_2
				}
			}
			toolpack_next_page_click = {
				if = {
					limit = {
						NOT = { has_global_flag = tp_page_2 }
					}
					set_global_flag = tp_page_2
				}
			}



			#### MODS ####

			smt_open_click = {
				if = {
					limit = {
						NOT = { has_global_flag = smt_enabled }
					}
					set_global_flag = smt_enabled
				}
				else = {
					clr_global_flag = smt_enabled
				}
				bst_count_civf = yes
			}
			cat_open_click = {
				if = {
					limit = { NOT = { has_global_flag = cat_enabled } }
					set_global_flag = cat_enabled
				}
				else = {
					clr_global_flag = cat_enabled
				}
				bst_count_civf = yes
			}
			cpt_open_click = {
				if = {
					limit = {
						NOT = { has_global_flag = cpt_enabled }
					}
					set_global_flag = cpt_enabled
				}
				else = {
					clr_global_flag = cpt_enabled
				}
				if = {
					limit = {
						NOT = { has_global_flag = cpt_window_b }
					}
					set_global_flag = cpt_window_a
				}
				bst_count_civf = yes
			}
			tpt_open_click = {
				if = {
					limit = { NOT = { has_global_flag = tpt_enabled } }
					set_global_flag = tpt_enabled
				}
				else = {
					clr_global_flag = tpt_enabled
					clr_global_flag = tpt_cw_window_open
				}
				if = {
					limit = {
						NOT = { has_global_flag = tpt_window_b }
						NOT = { has_global_flag = tpt_window_c }
						NOT = { has_global_flag = tpt_window_d }
					}
					set_global_flag = tpt_window_a
				}
			}
			dst_A_open_click = {
				if = {
					limit = { NOT = { has_global_flag = dst_A_enabled } }
					set_global_flag = dst_A_enabled
				}
				else = {
					clr_global_flag = dst_A_enabled
				}
			}
			dst_B_open_click = {
				if = {
					limit = { NOT = { has_global_flag = dst_B_enabled } }
					set_global_flag = dst_B_enabled
				}
				else = {
					clr_global_flag = dst_B_enabled
				}
			}
			sst_open_click = {
				if = {
					limit = { NOT = { has_global_flag = sst_enabled } }
					set_global_flag = sst_enabled
				}
				else = {
					clr_global_flag = sst_enabled
				}
			}
			bst_open_click = {
				if = {
					limit = { NOT = { has_global_flag = bst_enabled } }
					set_global_flag = bst_enabled
				}
				else = {
					clr_global_flag = bst_enabled
				}
				bst_count_buildings = yes
			}
			mst_C_open_click = {
				if = {
					limit = { NOT = { has_global_flag = mst_C_enabled } }
					set_global_flag = mst_C_enabled
				}
				else = {
					clr_global_flag = mst_C_enabled
				}
			}
			mst_S_open_click = {
				if = {
					limit = { NOT = { has_global_flag = mst_S_enabled } }
					set_global_flag = mst_S_enabled
				}
				else = {
					clr_global_flag = mst_S_enabled
				}
			}
			rmt_open_click = {
				if = {
					limit = { NOT = { has_global_flag = rmt_enabled } }
					set_global_flag = rmt_enabled
				}
				else = {
					clr_global_flag = rmt_enabled
				}
			}
			crt_open_click = {
				if = {
					limit = { NOT = { has_global_flag = crt_enabled } }
					set_global_flag = crt_enabled
				}
				else = {
					clr_global_flag = crt_enabled
				}
			}
			ret_open_click = {
				if = {
					limit = { NOT = { has_global_flag = ret_enabled } }
					set_global_flag = ret_enabled
				}
				else = {
					clr_global_flag = ret_enabled
				}
				ret_load_releasable = yes
			}
			cct_open_click = {
				if = {
					limit = { NOT = { has_global_flag = cct_enabled } }
					set_global_flag = cct_enabled
				}
				else = {
					clr_global_flag = cct_enabled
				}
			}
		}

		triggers = {
			toolpack_close_enabled = {
				always = yes
			}
			toolpack_close_at_right_visible = {
				# OR = {
				# 	has_country_flag = tp_is_host
				# 	NOT = {
				# 		has_global_flag = tp_is_multiplayer
				# 	}
				# }
			}
			toolpack_prev_page_click_enabled = {
				has_global_flag = tp_page_2
			}
			toolpack_next_page_click_enabled = {
				NOT = { has_global_flag = tp_page_2 }
			}
			#### MODS ####

			smt_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			smt_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			cat_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			cat_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			cpt_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			cpt_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			tpt_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			tpt_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			dst_A_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			dst_A_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			dst_B_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			dst_B_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			sst_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			sst_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			bst_open_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			bst_title_visible = {
				NOT = { has_global_flag = tp_page_2 }
			}
			mst_C_open_visible = {
				has_global_flag = tp_page_2
			}
			mst_C_title_visible = {
				has_global_flag = tp_page_2
			}
			mst_S_open_visible = {
				has_global_flag = tp_page_2
			}
			mst_S_title_visible = {
				has_global_flag = tp_page_2
			}
			rmt_open_visible = {
				has_global_flag = tp_page_2
			}
			rmt_title_visible = {
				has_global_flag = tp_page_2
			}
			crt_open_visible = {
				has_global_flag = tp_page_2
			}
			crt_title_visible = {
				has_global_flag = tp_page_2
			}
			ret_open_visible = {
				has_global_flag = tp_page_2
			}
			ret_title_visible = {
				has_global_flag = tp_page_2
			}
			cct_open_visible = {
				has_global_flag = tp_page_2
			}
			cct_title_visible = {
				has_global_flag = tp_page_2
			}
		}
	}

	toolpack_open = {
		context_type = player_context

		window_name = "toolpack_open_container"

		visible = {
			NOT = { has_global_flag = toolpack_hidden }
			has_country_flag = wia_host
		}
		effects = {
			toolpack_open_click = {
				set_global_flag = toolpack_enabled
			}
			toolpack_close_at_right_click = {
				clr_global_flag = toolpack_enabled
			}
		}
		triggers = {
			toolpack_open_click_enabled = {
				ROOT = {
					has_country_flag = wia_host
				}
			}
			toolpack_open_visible = {
				OR = {
					ROOT = {
						has_country_flag = wia_host
					}
					NOT = {
						has_global_flag = toolpack_enabled
					}
				}
			}
			toolpack_close_at_right_visible = {
				has_global_flag = toolpack_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}
	}






	toolpack_hide = {
		context_type = player_context

		window_name = "toolpack_hide_container"

		visible = {
			ROOT = {
				has_country_flag = wia_host
			}
		}

		effects = {
			toolpack_hide_click = {
				if = {
					limit = {
						NOT = { has_global_flag = toolpack_hidden }
					}
					set_global_flag = toolpack_hidden
				}
				else = {
					clr_global_flag = toolpack_hidden
				}
			}
		}
		triggers = {
			toolpack_hide_click_enabled = {
				always = yes
			}
		}
	}





#########################################
### DEFAULT POPUP CONFIRMATION WINDOW ###
#########################################

	toolpack_confirmation = {
		context_type = player_context

		window_name = "tp_confirmation_window"

		visible = {
			has_global_flag = tp_open_confirmation_window
			ROOT = {
				has_country_flag = wia_host
			}
		}

		effects = {
			tcw_cancel_button_click = {
				clr_global_flag = tp_open_confirmation_window
				tcw_clear_all_global_confirms = yes
				every_country = { clr_country_flag = sst_ship_deletion_target }
				every_country = { clr_country_flag = dsta_unit_deletion_target }
				every_country = { clr_country_flag = dstb_unit_deletion_target }
			}
			tcw_confirm_button_click = {
				if = {
					limit = { has_global_flag = tpt_confirm_faction_dismantling }
					every_country = { dismantle_faction = yes }
				}
				if = {
					limit = { has_global_flag = dst_a_confirm_unit_deletion }
					random_country = { 
						limit = { has_country_flag = dsta_unit_deletion_target }
						clr_country_flag = dsta_unit_deletion_target
						dst_a_delete_units = yes
					}
				}
				if = {
					limit = { has_global_flag = dst_b_confirm_unit_deletion }
					random_country = { 
						limit = { has_country_flag = dstb_unit_deletion_target }
						clr_country_flag = dstb_unit_deletion_target
						dst_b_delete_units = yes
					}
				}
				if = {
					limit = { has_global_flag = sst_confirm_ship_deletion }
					random_country = { 
						limit = { has_country_flag = sst_ship_deletion_target }
						sst_destroy_ship = yes
						clr_country_flag = sst_ship_deletion_target
					}
				}
				tcw_clear_all_global_confirms = yes
				clr_global_flag = tp_open_confirmation_window
			}
		}
	}

	bst_main = {
	
		context_type = selected_state_context
		
		window_name = "bst_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = bst_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}
		properties = {
			bst_background_1 = {
				y = var:global.bst_position_1
			}
			bst_priority_up_btn_1 = {
				y = var:global.bst_position_1
			}
			bst_building_icon_1 = {
				y = var:global.bst_position_1
			}
			bst_priority_down_btn_1 = {
				y = var:global.bst_position_1_2
			}
			bst_min_button_1 = {
				y = var:global.bst_position_1_3
			}
			bst_remove_buildings_1 = {
				y = var:global.bst_position_1_3
			}
			bst_buildings_amount_1 = {
				y = var:global.bst_position_1_3
			}
			bst_add_buildings_1 = {
				y = var:global.bst_position_1_3
			}
			bst_max_button_1 = {
				y = var:global.bst_position_1_3
			}
			bst_background_2 = {
				y = var:global.bst_position_2
			}
			bst_priority_up_btn_2 = {
				y = var:global.bst_position_2
			}
			bst_building_icon_2 = {
				y = var:global.bst_position_2
			}
			bst_priority_down_btn_2 = {
				y = var:global.bst_position_2_2
			}
			bst_min_button_2 = {
				y = var:global.bst_position_2_3
			}
			bst_remove_buildings_2 = {
				y = var:global.bst_position_2_3
			}
			bst_buildings_amount_2 = {
				y = var:global.bst_position_2_3
			}
			bst_add_buildings_2 = {
				y = var:global.bst_position_2_3
			}
			bst_max_button_2 = {
				y = var:global.bst_position_2_3
			}
			bst_background_3 = {
				y = var:global.bst_position_3
			}
			bst_priority_up_btn_3 = {
				y = var:global.bst_position_3
			}
			bst_building_icon_3 = {
				y = var:global.bst_position_3
			}
			bst_priority_down_btn_3 = {
				y = var:global.bst_position_3_2
			}
			bst_min_button_3 = {
				y = var:global.bst_position_3_3
			}
			bst_remove_buildings_3 = {
				y = var:global.bst_position_3_3
			}
			bst_buildings_amount_3 = {
				y = var:global.bst_position_3_3
			}
			bst_add_buildings_3 = {
				y = var:global.bst_position_3_3
			}
			bst_max_button_3 = {
				y = var:global.bst_position_3_3
			}
			bst_background_4 = {
				y = var:global.bst_position_4
			}
			bst_priority_up_btn_4 = {
				y = var:global.bst_position_4
			}
			bst_building_icon_4 = {
				y = var:global.bst_position_4
			}
			bst_priority_down_btn_4 = {
				y = var:global.bst_position_4_2
			}
			bst_min_button_4 = {
				y = var:global.bst_position_4_3
			}
			bst_remove_buildings_4 = {
				y = var:global.bst_position_4_3
			}
			bst_buildings_amount_4 = {
				y = var:global.bst_position_4_3
			}
			bst_add_buildings_4 = {
				y = var:global.bst_position_4_3
			}
			bst_max_button_4 = {
				y = var:global.bst_position_4_3
			}
			bst_background_5 = {
				y = var:global.bst_position_5
			}
			bst_priority_up_btn_5 = {
				y = var:global.bst_position_5
			}
			bst_building_icon_5 = {
				y = var:global.bst_position_5
			}
			bst_priority_down_btn_5 = {
				y = var:global.bst_position_5_2
			}
			bst_min_button_5 = {
				y = var:global.bst_position_5_3
			}
			bst_remove_buildings_5 = {
				y = var:global.bst_position_5_3
			}
			bst_buildings_amount_5 = {
				y = var:global.bst_position_5_3
			}
			bst_add_buildings_5 = {
				y = var:global.bst_position_5_3
			}
			bst_max_button_5 = {
				y = var:global.bst_position_5_3
			}
			bst_background_6 = {
				y = var:global.bst_position_6
			}
			bst_priority_up_btn_6 = {
				y = var:global.bst_position_6
			}
			bst_building_icon_6 = {
				y = var:global.bst_position_6
			}
			bst_priority_down_btn_6 = {
				y = var:global.bst_position_6_2
			}
			bst_min_button_6 = {
				y = var:global.bst_position_6_3
			}
			bst_remove_buildings_6 = {
				y = var:global.bst_position_6_3
			}
			bst_buildings_amount_6 = {
				y = var:global.bst_position_6_3
			}
			bst_add_buildings_6 = {
				y = var:global.bst_position_6_3
			}
			bst_max_button_6 = {
				y = var:global.bst_position_6_3
			}
			bst_background_7 = {
				y = var:global.bst_position_7
			}
			bst_priority_up_btn_7 = {
				y = var:global.bst_position_7
			}
			bst_building_icon_7 = {
				y = var:global.bst_position_7
			}
			bst_priority_down_btn_7 = {
				y = var:global.bst_position_7_2
			}
			bst_min_button_7 = {
				y = var:global.bst_position_7_3
			}
			bst_remove_buildings_7 = {
				y = var:global.bst_position_7_3
			}
			bst_buildings_amount_7 = {
				y = var:global.bst_position_7_3
			}
			bst_add_buildings_7 = {
				y = var:global.bst_position_7_3
			}
			bst_max_button_7 = {
				y = var:global.bst_position_7_3
			}
			bst_add_technology_button_7 = {
				y = var:global.bst_position_7_4
			}
			bst_background_8 = {
				y = var:global.bst_position_8
			}
			bst_priority_up_btn_8 = {
				y = var:global.bst_position_8
			}
			bst_building_icon_8 = {
				y = var:global.bst_position_8
			}
			bst_priority_down_btn_8 = {
				y = var:global.bst_position_8_2
			}
			bst_min_button_8 = {
				y = var:global.bst_position_8_3
			}
			bst_remove_buildings_8 = {
				y = var:global.bst_position_8_3
			}
			bst_buildings_amount_8 = {
				y = var:global.bst_position_8_3
			}
			bst_add_buildings_8 = {
				y = var:global.bst_position_8_3
			}
			bst_max_button_8 = {
				y = var:global.bst_position_8_3
			}
			bst_add_technology_button_8 = {
				y = var:global.bst_position_8_4
			}
			bst_background_9 = {
				y = var:global.bst_position_9
			}
			bst_priority_up_btn_9 = {
				y = var:global.bst_position_9
			}
			bst_building_icon_9 = {
				y = var:global.bst_position_9
			}
			bst_priority_down_btn_9 = {
				y = var:global.bst_position_9_2
			}
			bst_min_button_9 = {
				y = var:global.bst_position_9_3
			}
			bst_remove_buildings_9 = {
				y = var:global.bst_position_9_3
			}
			bst_buildings_amount_9 = {
				y = var:global.bst_position_9_3
			}
			bst_add_buildings_9 = {
				y = var:global.bst_position_9_3
			}
			bst_max_button_9 = {
				y = var:global.bst_position_9_3
			}
			bst_add_technology_button_9 = {
				y = var:global.bst_position_9_4
			}
			bst_background_10 = {
				y = var:global.bst_position_10
			}
			bst_priority_up_btn_10 = {
				y = var:global.bst_position_10
			}
			bst_building_icon_10 = {
				y = var:global.bst_position_10
			}
			bst_priority_down_btn_10 = {
				y = var:global.bst_position_10_2
			}
			bst_min_button_10 = {
				y = var:global.bst_position_10_3
			}
			bst_remove_buildings_10 = {
				y = var:global.bst_position_10_3
			}
			bst_buildings_amount_10 = {
				y = var:global.bst_position_10_3
			}
			bst_add_buildings_10 = {
				y = var:global.bst_position_10_3
			}
			bst_max_button_10 = {
				y = var:global.bst_position_10_3
			}
			bst_add_technology_button_10 = {
				y = var:global.bst_position_10_4
			}
			bst_background_11 = {
				y = var:global.bst_position_11
			}
			bst_priority_up_btn_11 = {
				y = var:global.bst_position_11
			}
			bst_building_icon_11 = {
				y = var:global.bst_position_11
			}
			bst_priority_down_btn_11 = {
				y = var:global.bst_position_11_2
			}
			bst_min_button_11 = {
				y = var:global.bst_position_11_3
			}
			bst_remove_buildings_11 = {
				y = var:global.bst_position_11_3
			}
			bst_buildings_amount_11 = {
				y = var:global.bst_position_11_3
			}
			bst_add_buildings_11 = {
				y = var:global.bst_position_11_3
			}
			bst_max_button_11 = {
				y = var:global.bst_position_11_3
			}
			bst_limit_border_11 = {
				y = var:global.bst_position_11_3
			}
			bst_glow_11 = {
				y = var:global.bst_position_11
			}
			bst_background_12 = {
				y = var:global.bst_position_12
			}
			bst_priority_up_btn_12 = {
				y = var:global.bst_position_12
			}
			bst_building_icon_12 = {
				y = var:global.bst_position_12
			}
			bst_priority_down_btn_12 = {
				y = var:global.bst_position_12_2
			}
			bst_min_button_12 = {
				y = var:global.bst_position_12_3
			}
			bst_remove_buildings_12 = {
				y = var:global.bst_position_12_3
			}
			bst_buildings_amount_12 = {
				y = var:global.bst_position_12_3
			}
			bst_add_buildings_12 = {
				y = var:global.bst_position_12_3
			}
			bst_max_button_12 = {
				y = var:global.bst_position_12_3
			}
			bst_limit_base_12 = {
				y = var:global.bst_position_12_3
			}
			bst_glow_12 = {
				y = var:global.bst_position_12
			}
			bst_background_13 = {
				y = var:global.bst_position_13
			}
			bst_priority_up_btn_13 = {
				y = var:global.bst_position_13
			}
			bst_building_icon_13 = {
				y = var:global.bst_position_13
			}
			bst_priority_down_btn_13 = {
				y = var:global.bst_position_13_2
			}
			bst_min_button_13 = {
				y = var:global.bst_position_13_3
			}
			bst_remove_buildings_13 = {
				y = var:global.bst_position_13_3
			}
			bst_buildings_amount_13 = {
				y = var:global.bst_position_13_3
			}
			bst_add_buildings_13 = {
				y = var:global.bst_position_13_3
			}
			bst_max_button_13 = {
				y = var:global.bst_position_13_3
			}
			bst_limit_base_13 = {
				y = var:global.bst_position_13_3
			}
			bst_glow_13 = {
				y = var:global.bst_position_13
			}
			bst_background_14 = {
				y = var:global.bst_position_14
			}
			bst_priority_up_btn_14 = {
				y = var:global.bst_position_14
			}
			bst_building_icon_14 = {
				y = var:global.bst_position_14
			}
			bst_priority_down_btn_14 = {
				y = var:global.bst_position_14_2
			}
			bst_min_button_14 = {
				y = var:global.bst_position_14_3
			}
			bst_remove_buildings_14 = {
				y = var:global.bst_position_14_3
			}
			bst_buildings_amount_14 = {
				y = var:global.bst_position_14_3
			}
			bst_add_buildings_14 = {
				y = var:global.bst_position_14_3
			}
			bst_max_button_14 = {
				y = var:global.bst_position_14_3
			}
			bst_add_technology_button_14 = {
				y = var:global.bst_position_14_4
			}
			bst_background_15 = {
				y = var:global.bst_position_15
			}
			bst_priority_up_btn_15 = {
				y = var:global.bst_position_15
			}
			bst_building_icon_15 = {
				y = var:global.bst_position_15
			}
			bst_priority_down_btn_15 = {
				y = var:global.bst_position_15_2
			}
			bst_min_button_15 = {
				y = var:global.bst_position_15_3
			}
			bst_remove_buildings_15 = {
				y = var:global.bst_position_15_3
			}
			bst_buildings_amount_15 = {
				y = var:global.bst_position_15_3
			}
			bst_add_buildings_15 = {
				y = var:global.bst_position_15_3
			}
			bst_max_button_15 = {
				y = var:global.bst_position_15_3
			}
		}
		effects = {
			bst_mark_button_click = {
				FROM.FROM = { 
					set_state_flag = bst_marked
				}
			}
			bst_unmark_button_click = {
				FROM.FROM = { 
					clr_state_flag = bst_marked 
				}
			}
			bst_mark_all_click = {
				FROM.OWNER = {
					every_owned_state = {
						set_state_flag = bst_marked
					}
				}
			}
			bst_mark_cores_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							is_core_of = PREV
							NOT = { has_state_flag = bst_marked }
						}
						set_state_flag = bst_marked
					}
				}
			}
			bst_mark_colonies_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							NOT = { is_core_of = PREV }
							NOT = { has_state_flag = bst_marked }
						}
						set_state_flag = bst_marked
					}
				}
			}
			bst_unmark_all_click = {
				every_state = {
					clr_state_flag = bst_marked
				}
			}
			bst_collapse_window2_button_click  = {
				if = {
					limit = {
						NOT = { has_global_flag = bst_window2_closed }
					}
					set_global_flag = bst_window2_closed
				}
				else = {
					clr_global_flag = bst_window2_closed
				}
				bst_count_buildings = yes
			}
			bst_priority_up_btn_1_click = {
				bst_move_up_section_position_1 = yes
			}
			bst_priority_down_btn_1_click = {
				bst_move_down_section_position_1 = yes
			}
			bst_priority_up_btn_2_click = {
				bst_move_up_section_position_2 = yes
			}
			bst_priority_down_btn_2_click = {
				bst_move_down_section_position_2 = yes
			}
			bst_priority_up_btn_3_click = {
				bst_move_up_section_position_3 = yes
			}
			bst_priority_down_btn_3_click = {
				bst_move_down_section_position_3 = yes
			}
			bst_priority_up_btn_4_click = {
				bst_move_up_section_position_4 = yes
			}
			bst_priority_down_btn_4_click = {
				bst_move_down_section_position_4 = yes
			}
			bst_priority_up_btn_5_click = {
				bst_move_up_section_position_5 = yes
			}
			bst_priority_down_btn_5_click = {
				bst_move_down_section_position_5 = yes
			}
			bst_priority_up_btn_6_click = {
				bst_move_up_section_position_6 = yes
			}
			bst_priority_down_btn_6_click = {
				bst_move_down_section_position_6 = yes
			}
			bst_priority_up_btn_7_click = {
				bst_move_up_section_position_7 = yes
			}
			bst_priority_down_btn_7_click = {
				bst_move_down_section_position_7= yes
			}
			bst_priority_up_btn_8_click = {
				bst_move_up_section_position_8 = yes
			}
			bst_priority_down_btn_8_click = {
				bst_move_down_section_position_8 = yes
			}
			bst_priority_up_btn_9_click = {
				bst_move_up_section_position_9 = yes
			}
			bst_priority_down_btn_9_click = {
				bst_move_down_section_position_9 = yes
			}
			bst_priority_up_btn_10_click = {
				bst_move_up_section_position_10 = yes
			}
			bst_priority_down_btn_10_click = {
				bst_move_down_section_position_10 = yes
			}
			bst_priority_up_btn_11_click = {
				bst_move_up_section_position_11 = yes
			}
			bst_priority_down_btn_11_click = {
				bst_move_down_section_position_11 = yes
			}
			bst_priority_up_btn_12_click = {
				bst_move_up_section_position_12 = yes
			}
			bst_priority_down_btn_12_click = {
				bst_move_down_section_position_12 = yes
			}
			bst_priority_up_btn_13_click = {
				bst_move_up_section_position_13 = yes
			}
			bst_priority_down_btn_13_click = {
				bst_move_down_section_position_13 = yes
			}
			bst_priority_up_btn_14_click = {
				bst_move_up_section_position_14 = yes
			}
			bst_priority_down_btn_14_click = {
				bst_move_down_section_position_14= yes
			}
			bst_priority_up_btn_15_click = {
				bst_move_up_section_position_15 = yes
			}
			bst_priority_down_btn_15_click = {
				bst_move_down_section_position_15= yes
			}
			bst_min_button_1_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = industrial_complex
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = industrial_complex
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_1_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = industrial_complex
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = industrial_complex
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_1_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = industrial_complex
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = industrial_complex
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_1_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = industrial_complex
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = industrial_complex
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_2_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = arms_factory
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = arms_factory
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_2_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = arms_factory
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = arms_factory
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_2_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = arms_factory
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = arms_factory
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_2_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = arms_factory
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = arms_factory
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_3_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = dockyard
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = dockyard
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_3_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = dockyard
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = dockyard
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_3_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = dockyard
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = dockyard
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_3_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = dockyard
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = dockyard
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_4_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = infrastructure
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = infrastructure
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_4_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = infrastructure
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = infrastructure
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_4_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = infrastructure
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = infrastructure
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_4_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = infrastructure
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = infrastructure
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_5_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = air_base
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = air_base
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_5_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = air_base
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = air_base
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_5_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = air_base
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = air_base
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_5_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = air_base
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = air_base
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_6_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = anti_air_building
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = anti_air_building
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_6_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = anti_air_building
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = anti_air_building
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_6_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = anti_air_building
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = anti_air_building
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_6_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = anti_air_building
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = anti_air_building
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_7_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = radar_station
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = radar_station
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_7_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = radar_station
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = radar_station
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_7_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = radar_station
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = radar_station
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_7_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = radar_station
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = radar_station
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_add_technology_button_7_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					OWNER = {
						set_technology = {
							radio_detection = 1
							cavity_magnatron = 1
							centimetric_radar = 1
							phased_array = 1
							monopulse_radar = 1
						}
					}
				}
				if = {
					limit = {
						any_state = {
							has_state_flag = bst_marked
						}
					}
					every_state = {
						limit = {
							has_state_flag = bst_marked
						}
						OWNER = {
							set_technology = {
								radio_detection = 1
								cavity_magnatron = 1
								centimetric_radar = 1
								phased_array = 1
								monopulse_radar = 1
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_8_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = synthetic_refinery
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = synthetic_refinery
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_8_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = synthetic_refinery
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = synthetic_refinery
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_8_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = synthetic_refinery
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = synthetic_refinery
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_8_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = synthetic_refinery
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = synthetic_refinery
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_add_technology_button_8_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					OWNER = {
						set_technology = {
							synth_oil_experiments = 1
							# oil_processing = 1
							# improved_oil_processing = 1
							# advanced_oil_processing = 1
							# modern_oil_processing = 1
							# rubber_processing = 1
							# improved_rubber_processing = 1
							# advanced_rubber_processing = 1
							# modern_rubber_processing = 1
						}
					}
				}
				if = {
					limit = {
						any_state = {
							has_state_flag = bst_marked
						}
					}
					every_state = {
						limit = {
							has_state_flag = bst_marked
						}
						OWNER = {
							set_technology = {
								synth_oil_experiments = 1
								# oil_processing = 1
								# improved_oil_processing = 1
								# advanced_oil_processing = 1
								# modern_oil_processing = 1
								# rubber_processing = 1
								# improved_rubber_processing = 1
								# advanced_rubber_processing = 1
								# modern_rubber_processing = 1
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_9_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = rocket_site
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = rocket_site
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_9_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = rocket_site
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = rocket_site
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_9_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = rocket_site
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = rocket_site
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_9_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = rocket_site
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = rocket_site
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_add_technology_button_9_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					OWNER = {
						set_technology = {
							experimental_rockets = 1
							rocket_engines = 1
							improved_rocket_engines = 1
							advanced_rocket_engines = 1
						}
					}
				}
				if = {
					limit = {
						any_state = {
							has_state_flag = bst_marked
						}
					}
					every_state = {
						limit = {
							has_state_flag = bst_marked
						}
						OWNER = {
							set_technology = {
								experimental_rockets = 1
								rocket_engines = 1
								improved_rocket_engines = 1
								advanced_rocket_engines = 1
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_10_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = nuclear_reactor
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = nuclear_reactor
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_10_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = nuclear_reactor
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = nuclear_reactor
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_10_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
    					type = nuclear_reactor
    					level = 1
    					instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = nuclear_reactor
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_10_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = nuclear_reactor
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = nuclear_reactor
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_add_technology_button_10_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					OWNER = {
						set_technology = {
							nukes = 1
							nuclear_reactor = 1
						}
					}
				}
				if = {
					limit = {
						any_state = {
							has_state_flag = bst_marked
						}
					}
					every_state = {
						limit = {
							has_state_flag = bst_marked
						}
						OWNER = {
							set_technology = {
								nukes = 1
								nuclear_reactor = 1
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_min_button_11_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_border_11 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = bunker
							level = 0
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_border = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = bunker
								level = 0
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_border = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_border_11 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = bunker
							level = 0
							instant_build = yes
							province = {
								all_provinces = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = bunker
								level = 0
								instant_build = yes
								province = {
									all_provinces = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_11_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_border_11 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
    						type = bunker
    						level = 1
    						instant_build = yes
							province = {
								all_provinces = yes
								limit_to_border = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							add_building_construction = {
    							type = bunker
    							level = 1
    							instant_build = yes
								province = {
									all_provinces = yes
									limit_to_border = yes
								}
							}
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_border_11 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
    						type = bunker
    						level = 1
    						instant_build = yes
							province = {
								all_provinces = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							add_building_construction = {
								type = bunker
								level = 1
								instant_build = yes
								province = {
									all_provinces = yes
								}
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_11_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_border_11 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = bunker
							level = 1000
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_border = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = bunker
								level = 1000
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_border = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_border_11 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = bunker
							level = 1000
							instant_build = yes
							province = {
								all_provinces = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = bunker
								level = 1000
								instant_build = yes
								province = {
									all_provinces = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_limit_border_11_click = {
				if = {
					limit = {
						has_global_flag = bst_limit_to_border_11
					}
					clr_global_flag = bst_limit_to_border_11
					else = {
						set_global_flag = bst_limit_to_border_11
					}
				}
			}
			bst_min_button_12_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_base_12 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = coastal_bunker
							level = 0
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_naval_base = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = coastal_bunker
								level = 0
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_naval_base = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_base_12 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = coastal_bunker
							level = 0
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_coastal = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = coastal_bunker
								level = 0
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_coastal = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_12_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_base_12 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
    						type = coastal_bunker
    						level = 1
    						instant_build = yes
							province = {
								all_provinces = yes
								limit_to_naval_base = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							add_building_construction = {
    							type = coastal_bunker
    							level = 1
    							instant_build = yes
								province = {
									all_provinces = yes
									limit_to_naval_base = yes
								}
							}
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_base_12 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
    						type = coastal_bunker
    						level = 1
    						instant_build = yes
							province = {
								all_provinces = yes
								limit_to_coastal = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							add_building_construction = {
    							type = coastal_bunker
    							level = 1
    							instant_build = yes
								province = {
									all_provinces = yes
									limit_to_coastal = yes
								}
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_12_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_base_12 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = coastal_bunker
							level = 1000
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_naval_base = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = coastal_bunker
								level = 1000
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_naval_base = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_base_12 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = coastal_bunker
							level = 1000
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_coastal = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = coastal_bunker
								level = 1000
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_coastal = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_limit_base_12_click = {
				if = {
					limit = {
						has_global_flag = bst_limit_to_base_12
					}
					clr_global_flag = bst_limit_to_base_12
					else = {
						set_global_flag = bst_limit_to_base_12
					}
				}
			}
			bst_min_button_13_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_base_13 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = naval_base
							level = 0
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_naval_base = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = naval_base
								level = 0
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_naval_base = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_base_13 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = naval_base
							level = 0
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_coastal = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = naval_base
								level = 0
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_coastal = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_13_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_base_13 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
    						type = naval_base
    						level = 1
    						instant_build = yes
							province = {
								all_provinces = yes
								limit_to_naval_base = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							add_building_construction = {
    							type = naval_base
    							level = 1
    							instant_build = yes
								province = {
									all_provinces = yes
									limit_to_naval_base = yes
								}
							}
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_base_13 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
    						type = naval_base
    						level = 1
    						instant_build = yes
							province = {
								all_provinces = yes
								limit_to_coastal = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							add_building_construction = {
    							type = naval_base
    							level = 1
    							instant_build = yes
								province = {
									all_provinces = yes
									limit_to_coastal = yes
								}
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_13_click = {
				if = {
					limit = { has_global_flag = bst_limit_to_base_13 }
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = naval_base
							level = 1000
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_naval_base = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = naval_base
								level = 1000
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_naval_base = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				if = {
					limit = { 
						NOT = { has_global_flag = bst_limit_to_base_13 }
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = bst_marked }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = naval_base
							level = 1000
							instant_build = yes
							province = {
								all_provinces = yes
								limit_to_coastal = yes
							}
						}
					}
					if = {
						limit = {
							any_state = { has_state_flag = bst_marked }
						}
						every_state = {
							limit = { has_state_flag = bst_marked }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 14 }
							set_building_level = {
								type = naval_base
								level = 1000
								instant_build = yes
								province = {
									all_provinces = yes
									limit_to_coastal = yes
								}
							}
							clr_state_flag = bst_marked
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_limit_base_13_click = {
				if = {
					limit = {
						has_global_flag = bst_limit_to_base_13
					}
					clr_global_flag = bst_limit_to_base_13
					else = {
						set_global_flag = bst_limit_to_base_13
					}
				}
			}
			bst_min_button_14_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = fuel_silo
						level = 0
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = fuel_silo
							level = 0
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_remove_buildings_14_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					remove_building = {
    					type = fuel_silo
    					level = 1
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						remove_building = {
							type = fuel_silo
							level = 1
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_14_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					add_building_construction = {
						type = fuel_silo
						level = 1
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						add_building_construction = {
							type = fuel_silo
							level = 1
							instant_build = yes
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_max_button_14_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 14 }
					set_building_level = {
						type = fuel_silo
						level = 1000
						instant_build = yes
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 14 }
						set_building_level = {
							type = fuel_silo
							level = 1000
							instant_build = yes
						}
						clr_state_flag = bst_marked
					}
				}
				bst_count_buildings = yes
			}
			bst_add_technology_button_14_click = {
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
					}
					OWNER = {
						set_technology = {
							fuel_silos = 1
						}
					}
				}
				if = {
					limit = {
						any_state = {
							has_state_flag = bst_marked
						}
					}
					every_state = {
						limit = {
							has_state_flag = bst_marked
						}
						OWNER = {
							set_technology = {
								fuel_silos = 1
							}
						}
					}
				}
				bst_count_buildings = yes
			}
			bst_add_buildings_15_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 14 }
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						every_state = {
							limit = {
								has_state_flag = bst_marked
								NOT = {
									state = PREV
								}
							}
							build_railway = {
								level = 1
								build_only_on_allied = no
								#fallback = yes
								start_state = THIS
								target_state = PREV
							}
						}
					}
				}
			}
			bst_max_button_15_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 14 }
				if = {
					limit = {
						any_state = { has_state_flag = bst_marked }
					}
					every_state = {
						limit = { has_state_flag = bst_marked }
						every_state = {
							limit = {
								has_state_flag = bst_marked
								NOT = {
									state = PREV
								}
							}
							build_railway = {
								level = 5
								build_only_on_allied = no
								#fallback = yes
								start_state = THIS
								target_state = PREV
							}
						}
					}
				}
			}
		}
		
		triggers = {
			bst_mark_button_visible = {
				NOT = { has_state_flag = bst_marked }
			}
			bst_unmark_button_visible = {
				has_state_flag = bst_marked
			}
			bst_mark_all_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = bst_marked }
					}
				}
			}
			bst_mark_cores_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = bst_marked }
						is_core_of = this
					}
				}
			}
			bst_mark_colonies_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = bst_marked }
						NOT = { is_core_of = this }
					}
				}
			}
			bst_unmark_all_click_enabled = {
				any_state = { has_state_flag = bst_marked }
			}
			bst_collapse_window2_glow_visible = {
				NOT = { has_global_flag = bst_window2_closed }
			}
			bst_min_button_1_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						industrial_complex > 0
					}
					any_state = {
						has_state_flag = bst_marked
						industrial_complex > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_1_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						industrial_complex > 0
					}
					any_state = {
						has_state_flag = bst_marked
						industrial_complex > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_1_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_1_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_min_button_2_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						arms_factory > 0
					}
					any_state = {
						has_state_flag = bst_marked
						arms_factory > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_2_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						arms_factory > 0
					}
					any_state = {
						has_state_flag = bst_marked
						arms_factory > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_2_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						free_building_slots = {
							building = arms_factory
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						free_building_slots = {
							building = arms_factory
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_2_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						free_building_slots = {
							building = arms_factory
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						free_building_slots = {
							building = arms_factory
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_min_button_3_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						dockyard > 0
					}
					any_state = {
						has_state_flag = bst_marked
						dockyard > 0
					}
					has_global_flag = bst_suspend_limits
				}
				is_coastal = yes
			}
			bst_remove_buildings_3_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						dockyard > 0
					}
					any_state = {
						has_state_flag = bst_marked
						dockyard > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_3_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_3_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						is_coastal = yes
						free_building_slots = {
							building = dockyard
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_min_button_4_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						infrastructure > 0
					}
					any_state = {
						has_state_flag = bst_marked
						infrastructure > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_4_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						infrastructure > 0
					}
					any_state = {
						has_state_flag = bst_marked
						infrastructure > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_4_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						infrastructure < 10
					}
					any_state = {
						has_state_flag = bst_marked
						infrastructure < 10
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_4_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						infrastructure < 10
					}
					any_state = {
						has_state_flag = bst_marked
						infrastructure < 10
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_min_button_5_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						air_base > 0
					}
					any_state = {
						has_state_flag = bst_marked
						air_base > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_5_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						air_base > 0
					}
					any_state = {
						has_state_flag = bst_marked
						air_base > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_5_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						air_base < 10
					}
					any_state = {
						has_state_flag = bst_marked
						air_base < 10
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_5_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						air_base < 10
					}
					any_state = {
						has_state_flag = bst_marked
						air_base < 10
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_min_button_6_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						anti_air_building > 0
					}
					any_state = {
						has_state_flag = bst_marked
						anti_air_building > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_6_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						anti_air_building > 0
					}
					any_state = {
						has_state_flag = bst_marked
						anti_air_building > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_6_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						anti_air_building < 5
					}
					any_state = {
						has_state_flag = bst_marked
						anti_air_building < 5
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_6_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						anti_air_building < 5
					}
					any_state = {
						has_state_flag = bst_marked
						anti_air_building < 5
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_min_button_7_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						radar_station > 0
					}
					any_state = {
						has_state_flag = bst_marked
						radar_station > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_7_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						radar_station > 0
					}
					any_state = {
						has_state_flag = bst_marked
						radar_station > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_7_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						radar_station < 6
					}
					any_state = {
						has_state_flag = bst_marked
						radar_station < 6
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_7_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						radar_station < 6
					}
					any_state = {
						has_state_flag = bst_marked
						radar_station < 6
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_technology_button_7_visible = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						OWNER = {
							NOT = {
								has_tech = radio_detection
								has_tech = cavity_magnatron
								has_tech = centimetric_radar
								has_tech = phased_array
								has_tech = monopulse_radar
							}
						}
					}
					any_state = {
						has_state_flag = bst_marked
						OWNER = {
							NOT = {
								has_tech = radio_detection
								has_tech = cavity_magnatron
								has_tech = centimetric_radar
								has_tech = phased_array
								has_tech = monopulse_radar
							}
						}
					}
				}
			}
			bst_min_button_8_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						synthetic_refinery > 0
					}
					any_state = {
						has_state_flag = bst_marked
						synthetic_refinery > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_8_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						synthetic_refinery > 0
					}
					any_state = {
						has_state_flag = bst_marked
						synthetic_refinery > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_8_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						free_building_slots = {
							building = synthetic_refinery
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						free_building_slots = {
							building = synthetic_refinery
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_8_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						free_building_slots = {
							building = synthetic_refinery
							size > 0
							include_locked = yes
						}
					}
					any_state = {
						has_state_flag = bst_marked
						free_building_slots = {
							building = synthetic_refinery
							size > 0
							include_locked = yes
						}
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_technology_button_8_visible = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						OWNER = {
							NOT = {
								has_tech = synth_oil_experiments
								# has_tech = oil_processing
								# has_tech = improved_oil_processing
								# has_tech = advanced_oil_processing
								# has_tech = modern_oil_processing
								# has_tech = rubber_processing
								# has_tech = improved_rubber_processing
								# has_tech = advanced_rubber_processing
								# has_tech = modern_rubber_processing
							}
						}
					}
					any_state = {
						has_state_flag = bst_marked
						OWNER = {
							NOT = {
								has_tech = synth_oil_experiments
								# has_tech = oil_processing
								# has_tech = improved_oil_processing
								# has_tech = advanced_oil_processing
								# has_tech = modern_oil_processing
								# has_tech = rubber_processing
								# has_tech = improved_rubber_processing
								# has_tech = advanced_rubber_processing
								# has_tech = modern_rubber_processing
							}
						}
					}
				}
			}
			bst_min_button_9_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						rocket_site > 0
					}
					any_state = {
						has_state_flag = bst_marked
						rocket_site > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_9_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						rocket_site > 0
					}
					any_state = {
						has_state_flag = bst_marked
						rocket_site > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_9_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						rocket_site < 2
					}
					any_state = {
						has_state_flag = bst_marked
						rocket_site < 2
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_9_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						rocket_site < 2
					}
					any_state = {
						has_state_flag = bst_marked
						rocket_site < 2
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_technology_button_9_visible = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						OWNER = {
							NOT = {
								has_tech = experimental_rockets
								has_tech = rocket_engines
								has_tech = improved_rocket_engines
								has_tech = advanced_rocket_engines
							}
						}
					}
					any_state = {
						has_state_flag = bst_marked
						OWNER = {
							NOT = {
								has_tech = experimental_rockets
								has_tech = rocket_engines
								has_tech = improved_rocket_engines
								has_tech = advanced_rocket_engines
							}
						}
					}
				}
			}
			bst_min_button_10_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						nuclear_reactor > 0
					}
					any_state = {
						has_state_flag = bst_marked
						nuclear_reactor > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_10_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						nuclear_reactor > 0
					}
					any_state = {
						has_state_flag = bst_marked
						nuclear_reactor > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_10_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						nuclear_reactor < 1
					}
					any_state = {
						has_state_flag = bst_marked
						nuclear_reactor < 1
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_10_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						nuclear_reactor < 1
					}
					any_state = {
						has_state_flag = bst_marked
						nuclear_reactor < 1
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_technology_button_10_visible = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						OWNER = {
							NOT = {
								has_tech = nukes
								has_tech = nuclear_reactor
							}
						}
					}
					any_state = {
						has_state_flag = bst_marked
						OWNER = {
							NOT = {
								has_tech = nukes
								has_tech = nuclear_reactor
							}
						}
					}
				}
			}
			bst_min_button_14_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						fuel_silo > 0
					}
					any_state = {
						has_state_flag = bst_marked
						fuel_silo > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_remove_buildings_14_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						fuel_silo > 0
					}
					any_state = {
						has_state_flag = bst_marked
						fuel_silo > 0
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_buildings_14_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						fuel_silo < 3
					}
					any_state = {
						has_state_flag = bst_marked
						fuel_silo < 3
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_max_button_14_click_enabled = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						fuel_silo < 3
					}
					any_state = {
						has_state_flag = bst_marked
						fuel_silo < 3
					}
					has_global_flag = bst_suspend_limits
				}
			}
			bst_add_technology_button_14_visible = {
				OR = {
					AND = {
						all_state = {
							NOT = { has_state_flag = bst_marked }
						}
						OWNER = {
							NOT = {
								has_tech = fuel_silos
							}
						}
					}
					any_state = {
						has_state_flag = bst_marked
						OWNER = {
							NOT = {
								has_tech = fuel_silos
							}
						}
					}
				}
			}
			bst_add_buildings_15_click_enabled = {
				any_state = {
					has_state_flag = bst_marked
					any_state = {
						NOT = {
							state = PREV
						}
						has_state_flag = bst_marked
					}
				}
			}
			bst_max_button_15_click_enabled = {
				any_state = {
					has_state_flag = bst_marked
					any_state = {
						NOT = {
							state = PREV
						}
						has_state_flag = bst_marked
					}
				}
			}
			bst_min_button_11_click_enabled = {
				always = yes
			}
			bst_remove_buildings_11_click_enabled = {
				always = no
			}
			bst_add_buildings_11_click_enabled = {
				always = yes
			}
			bst_max_button_11_click_enabled = {
				always = yes
			}
			bst_glow_11_visible = {
				has_global_flag = bst_limit_to_border_11
			}
			bst_min_button_12_click_enabled = {
				is_coastal = yes
			}
			bst_remove_buildings_12_click_enabled = {
				always = no
			}
			bst_add_buildings_12_click_enabled = {
				is_coastal = yes
			}
			bst_max_button_12_click_enabled = {
				is_coastal = yes
			}
			bst_glow_12_visible = {
				has_global_flag = bst_limit_to_base_12
			}
			bst_min_button_13_click_enabled = {
				is_coastal = yes
			}
			bst_remove_buildings_13_click_enabled = {
				always = no
			}
			bst_add_buildings_13_click_enabled = {
				is_coastal = yes
			}
			bst_max_button_13_click_enabled = {
				is_coastal = yes
			}
			bst_glow_13_visible = {
				has_global_flag = bst_limit_to_base_13
			}
			bst_priority_up_btn_1_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_1 = 0
					}
				}
			}
			bst_priority_up_btn_2_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_2 = 0
					}
				}
			}
			bst_priority_up_btn_3_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_3 = 0
					}
				}
			}
			bst_priority_up_btn_4_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_4 = 0
					}
				}
			}
			bst_priority_up_btn_5_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_5 = 0
					}
				}
			}
			bst_priority_up_btn_6_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_6 = 0
					}
				}
			}
			bst_priority_up_btn_7_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_7 = 0
					}
				}
			}
			bst_priority_up_btn_8_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_8 = 0
					}
				}
			}
			bst_priority_up_btn_9_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_9 = 0
					}
				}
			}
			bst_priority_up_btn_10_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_10 = 0
					}
				}
			}
			bst_priority_up_btn_11_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_11 = 0
					}
				}
			}
			bst_priority_up_btn_12_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_12 = 0
					}
				}
			}
			bst_priority_up_btn_13_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_13 = 0
					}
				}
			}
			bst_priority_up_btn_14_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_14 = 0
					}
				}
			}
			bst_priority_up_btn_15_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_15 = 0
					}
				}
			}
			bst_priority_down_btn_1_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_1 = 462
					}
				}
			}
			bst_priority_down_btn_2_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_2 = 462
					}
				}
			}
			bst_priority_down_btn_3_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_3 = 462
					}
				}
			}
			bst_priority_down_btn_4_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_4 = 462
					}
				}
			}
			bst_priority_down_btn_5_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_5 = 462
					}
				}
			}
			bst_priority_down_btn_6_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_6 = 462
					}
				}
			}
			bst_priority_down_btn_7_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_7 = 462
					}
				}
			}
			bst_priority_down_btn_8_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_8 = 462
					}
				}
			}
			bst_priority_down_btn_9_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_9 = 462
					}
				}
			}
			bst_priority_down_btn_10_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_10 = 462
					}
				}
			}
			bst_priority_down_btn_11_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_11 = 462
					}
				}
			}
			bst_priority_down_btn_12_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_12 = 462
					}
				}
			}
			bst_priority_down_btn_13_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_13 = 462
					}
				}
			}
			bst_priority_down_btn_14_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_14 = 462
					}
				}
			}
			bst_priority_down_btn_15_click_enabled = {
				NOT = {
					check_variable = {
						global.bst_position_15 = 462
					}
				}
			}
		}
	}
	bst_window2 = {
	
		context_type = selected_country_context
		
		window_name = "bst_window2"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = bst_enabled
				NOT = { has_global_flag = bst_window2_closed }
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}
		effects = {
			bst_window2_reload_button_click = {
				bst_count_buildings = yes
			}
		}
		triggers = {
			bst_controlled_states_amount_visible = {
				OR = {
					check_variable = { This.num_controlled_states > This.num_owned_states }
					check_variable = { This.num_controlled_states < This.num_owned_states }
				}
			}
		}
	}

	cat_main_container = {
	
		context_type = selected_country_context
		
		window_name = "cat_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = cat_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}
		
		effects = {
			cat_change_tag_on_click = {
				set_global_flag = cat_change_tag
			}
			cat_change_tag_off_click = {
				clr_global_flag = cat_change_tag
			}
			cat_army_button_on_click = {
				set_global_flag = cat_army
			}
			cat_army_button_off_click = {
				clr_global_flag = cat_army
			}
			cat_navy_button_on_click = {
				set_global_flag = cat_navy
			}
			cat_navy_button_off_click = {
				clr_global_flag = cat_navy
			}
			cat_characters_button_on_click = {
				set_global_flag = cat_characters
			}
			cat_characters_button_off_click = {
				clr_global_flag = cat_characters
			}
			cat_coring_button_on_click = {
				set_global_flag = cat_coring
			}
			cat_coring_button_off_click = {
				clr_global_flag = cat_coring
			}
			cat_annexing_button_on_click = {
				set_global_flag = cat_annexing
			}
			cat_annexing_button_off_click = {
				clr_global_flag = cat_army
				clr_global_flag = cat_annexing
				clr_global_flag = cat_army_annexing
			}
			cat_marker_click = {
				set_temp_variable = { ROOT.annexee = this }
				var:annexee = {
					set_country_flag = cat_annexee
				}
			}
			cat_unmarker_click = {
				set_temp_variable = { ROOT.annexee = this }
				var:annexee = {
					clr_country_flag = cat_annexee
				}
			}
			cat_annex_click = {

				if = {
					limit = {
						has_global_flag = cat_change_tag
					}

					set_temp_variable = { annexer = this }
				    every_country = {
				    	limit = { has_country_flag = cat_annexee }
    
				    	#CORING
				    	if = {
				    		limit = { has_global_flag = cat_coring }
				    		every_owned_state = {
				    			add_core_of = var:annexer
				    		}
				    	}
    
				    	#CHARACTERS
				    	if = {
				    		limit = {
				    			has_global_flag = cat_characters
				    		}
				    		every_character = {
				    			set_nationality = FROM
				    		}
				    	}
    
				    	#LOG
				    	if = {
				    		limit = {
				    			has_global_flag = cat_annexing
				    		}
				    		toolpack_cycle_action_log_variables = yes
				    		add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				    		add_to_array = { global.toolpack_mp_action_array = 2 }
				    	}
    
				    	#ARMY ONLY NON-ANNEXATION
				    	if = {
				    		limit = {
				    			has_global_flag = cat_army
				    			NOT = {
				    				has_global_flag = cat_annexing
				    			}
				    		}
				    		transfer_units_fraction= {
				    			target = FROM
				    			size = 1
				    			navy_ratio = 0
				    			air_ratio = 0
				    			keep_unit_leaders_trigger = {
				    				always = yes
				    			}
				    		}
				    		every_army_leader = { set_nationality = FROM }
				    	}
    
				    	#ARMY ONLY ANNEXATION
				    	else_if = {
				    		limit = {
				    			NOT = { has_global_flag = cat_navy }
				    			has_global_flag = cat_army
				    			has_global_flag = cat_annexing
				    		}
				    		destroy_ships = {
				    			type = ship_hull_light
				    			count = all
				    		}
				    		destroy_ships = {
				    			type = ship_hull_cruiser
				    			count = all
				    		}
				    		destroy_ships = {
				    			type = ship_hull_heavy
				    			count = all
				    		}
				    		destroy_ships = {
				    			type = ship_hull_carrier
				    			count = all
				    		}
				    		destroy_ships = {
				    			type = ship_hull_submarine
				    			count = all
				    		}
				    		every_army_leader = { set_nationality = FROM }
				    		var:annexer = {
				    			annex_country = {
				    				target = PREV
				    				transfer_troops = yes
				    			}
				    		}
				    	}
    
				    	#NAVY ONLY
				    	if = {
				    		limit = {
				    			has_global_flag = cat_navy
				    			NOT = { has_global_flag = cat_army }
				    		}
				    		every_navy_leader = { set_nationality = FROM }
				    		transfer_navy = { target = FROM }
				    	}
    
				    	#ARMY AND NAVY
				    	else_if = {
				    		limit = {
				    			has_global_flag = cat_navy
				    			has_global_flag = cat_army
				    		}
				    		every_unit_leader = { set_nationality = FROM }
				    		var:annexer = {
				    			annex_country = {
				    				target = PREV
				    				transfer_troops = yes
				    			}
				    		}
				    	}
    
				    	#ARMY NOR NAVY - OR ANNEXING AFTER NAVY ONLY
				    	if = {
				    		limit = { has_global_flag = cat_annexing }
				    		var:annexer = {
				    			annex_country = {
				    				target = PREV
				    				transfer_troops = no
				    			}
				    		}
				    	}
				    }
				    
				    every_country = {
				    	limit = { has_country_flag = cat_annexee }
				    	clr_country_flag = cat_annexee
				    }
				    bst_count_civf = yes
				}

				if = {
					limit = {
						NOT = {
							has_global_flag = cat_change_tag
							has_global_flag = cat_annexing
						}
					}

					set_temp_variable = { annexer = this }
					every_country = {
				    	limit = { has_country_flag = cat_annexee }

						change_tag_from = annexer

						if = {
							limit = {
								ROOT = {
									has_country_flag = wia_host
								}
							}

							ROOT = {clr_country_flag = wia_host}

							every_country = {
								limit = { has_country_flag = cat_annexee }

								set_country_flag = wia_host
							}	
						}
					}	
				}
				
			}
			cat_unmark_all_click = {
				every_country = {
					limit = { has_country_flag = cat_annexee }
					clr_country_flag = cat_annexee
				}
			}
		}
		
		triggers = {

			cat_change_tag_on_visible = {
				NOT = { has_global_flag = cat_change_tag }
			}
			cat_change_tag_off_visible = {
				has_global_flag = cat_change_tag
			}
			cat_army_button_on_visible = {
				NOT = { has_global_flag = cat_army }
			}
			cat_army_button_off_visible = {
				has_global_flag = cat_army
			}
			cat_navy_button_on_visible = {
				NOT = { has_global_flag = cat_navy}
			}
			cat_navy_button_off_visible = {
				has_global_flag = cat_navy
			}
			cat_characters_button_on_visible = {
				NOT = { has_global_flag = cat_characters}
			}
			cat_characters_button_off_visible = {
				has_global_flag = cat_characters
			}
			cat_coring_button_on_visible = {
				NOT = { has_global_flag = cat_coring }
			}
			cat_coring_button_off_visible = {
				has_global_flag = cat_coring
			}
			cat_annexing_button_on_visible = {
				NOT = { has_global_flag = cat_annexing }
			}
			cat_annexing_button_off_visible = {
				has_global_flag = cat_annexing
			}
			cat_marker_enabled = {
				NOT = {
					has_country_flag = cat_annexee
				}
			}
			cat_marker_visible = {
				NOT = {
					has_country_flag = cat_annexee
				}
			}
			cat_unmarker_visible = {
				has_country_flag = cat_annexee
			}
			cat_annex_click_enabled = {
				NOT = {
					has_country_flag = cat_annexee
				}
				any_country = {
					has_country_flag = cat_annexee
				}
				OR = {
					has_global_flag = cat_annexing
					has_global_flag = cat_army_annexing
					has_global_flag = cat_army
					has_global_flag = cat_navy
					has_global_flag = cat_coring
					NOT = {has_global_flag = cat_change_tag}
				}
			}
			cat_unmark_all_click_enabled = {
				any_country = {
					has_country_flag = cat_annexee
				}
			}
		}
		
	}

	cct_main_container = {
	
		context_type = selected_country_context
		
		window_name = "cct_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = cct_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}

		effects = {
			cct_ideology_pretend_communism_click = {
				meta_effect = {
					text = {
						set_cosmetic_tag = [TARGET_COUNTRY]_communism
					}
					TARGET_COUNTRY = "[THIS.GetTag]"
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 20 }
			}
			cct_ideology_pretend_democratic_click = {
				meta_effect = {
					text = {
						set_cosmetic_tag = [TARGET_COUNTRY]_democratic
					}
					TARGET_COUNTRY = "[THIS.GetTag]"
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 20 }
			}
			cct_ideology_pretend_fascism_click = {
				meta_effect = {
					text = {
						set_cosmetic_tag = [TARGET_COUNTRY]_fascism
					}
					TARGET_COUNTRY = "[THIS.GetTag]"
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 20 }
			}
			cct_ideology_pretend_neutrality_click = {
				meta_effect = {
					text = {
						set_cosmetic_tag = [TARGET_COUNTRY]_neutrality
					}
					TARGET_COUNTRY = "[THIS.GetTag]"
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 20 }
			}
			cct_ideology_pretend_target_click = {
				meta_effect = {
					text = {
						set_cosmetic_tag = [TARGET_COUNTRY]
					}
					TARGET_COUNTRY = "[?global.toolpack_cct_country.GetTag]"
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 20 }
			}
			cct_ideology_pretend_clear_click = {
				drop_cosmetic_tag = yes
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 20 }
			}
			cct_marker_click = {
				set_variable = { global.toolpack_cct_country = THIS.id }
				set_country_flag = toolpack_cct_is_target
			}
			cct_unmarker_click = {
				clear_variable = global.toolpack_cct_country
				clr_country_flag = toolpack_cct_is_target
			}
		}

		triggers = {
			cct_unmarker_visible = {
				has_country_flag = toolpack_cct_is_target
			}
			cct_ideology_pretend_target_click_enabled = {
				has_variable = global.toolpack_cct_country
				NOT = {
					has_country_flag = toolpack_cct_is_target
				}
			}
		}
	}

	cpt_main_container = {
	
		context_type = selected_country_context
		
		window_name = "cpt_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = cpt_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}
		
		effects = {

			cpt_marker_click = {
				set_country_flag = cpt_puppetee
			}
			cpt_unmarker_click = {
				clr_country_flag = cpt_puppetee
			}
			cpt_unmark_all_click = {
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					clr_country_flag = cpt_puppetee
				}
			}
			cpt_help_button_click = {
				ROOT = { country_event = toolpack.1 }
			}
			cpt_autonomy_add_1_click = {
				add_autonomy_score = {
					value = 1
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_add_10_click = {
				add_autonomy_score = {
					value = 10
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_add_50_click = {
				add_autonomy_score = {
					value = 50
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_add_500_click = {
				add_autonomy_score = {
					value = 500
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_sub_1_click = {
				add_autonomy_score = {
					value = -1
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_sub_10_click = {
				add_autonomy_score = {
					value = -10
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_sub_50_click = {
				add_autonomy_score = {
					value = -50
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_autonomy_sub_500_click = {
				add_autonomy_score = {
					value = -500
					localization = Toolpack
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 3 }
			}
			cpt_tab_button_frame_1a_click = {
				set_global_flag = cpt_window_a
				clr_global_flag = cpt_window_b
			}
			cpt_tab_button_frame_1b_click = {
				set_global_flag = cpt_window_b
				clr_global_flag = cpt_window_a
			}
#########################################################################
			cpt_autonomy_free_click = {
				if = {
					limit = {
						NOT = {
							any_country = { has_country_flag = cpt_puppetee }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					OVERLORD = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
				}
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
#########################################################################
			cpt_autonomy_puppet_none_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_puppet
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_free_none_click = {
				if = {
					limit = {
						NOT = {
							any_country = { has_country_flag = cpt_puppetee }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					OVERLORD = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
				}
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
#############################################################################
			cpt_autonomy_integrated_puppet_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_integrated_puppet
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_puppet_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_puppet
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_colony_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_colony
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_dominion_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_dominion
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_collab_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						PREV = { set_variable = { collaboration_formed_by = PREV } }	#required to meet allowed statement of collab gov
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_collaboration_government
							end_wars = no
							end_civil_wars = no
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_supervised_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_supervised_state
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_personal_union_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_personal_union
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_free_TfV_click = {
				if = {
					limit = {
						NOT = {
							any_country = { has_country_flag = cpt_puppetee }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					OVERLORD = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
				}
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
##############################################################################
			cpt_autonomy_reichskommissariat_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_reichskommissariat
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_reichsprotectorate_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_reichsprotectorate
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_satellite_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_satellite
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_free_DoD_click = {
				if = {
					limit = {
						NOT = {
							any_country = { has_country_flag = cpt_puppetee }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					OVERLORD = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
				}
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
############################################################################
			cpt_autonomy_wtt_imperial_protectorate_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_wtt_imperial_protectorate
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_wtt_imperial_associate_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_wtt_imperial_associate
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_free_imperial_click = {
				if = {
					limit = {
						NOT = {
							any_country = { has_country_flag = cpt_puppetee }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					OVERLORD = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
				}
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
#############################################################################
			cpt_autonomy_wtt_imperial_protectorate_subject_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_wtt_imperial_protectorate
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_wtt_imperial_associate_subject_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_wtt_imperial_associate
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_wtt_imperial_subject_click = {
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						puppet = PREV
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_wtt_imperial_subject
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
			cpt_autonomy_free_imperial_subject_click = {
				if = {
					limit = {
						NOT = {
							any_country = { has_country_flag = cpt_puppetee }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					OVERLORD = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
				}
				set_temp_variable = { puppeteer = this }
				every_country = {
					limit = { has_country_flag = cpt_puppetee }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 3 }
					var:puppeteer = {
						set_autonomy = {
							target = PREV
							autonomy_state = autonomy_free
						}
					}
					clr_country_flag = cpt_puppetee
				}
				bst_count_civf = yes
			}
		}
######################################################################################################################################################################################################################################################################################################################################################################################################################################################
		triggers = {

			cpt_autonomy_puppet_none_visible = {
				has_global_flag = cpt_window_a
				NOT = {
					has_dlc = "Together for Victory"
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger"
						has_dlc = "Death or Dishonor"
					}
					NOT = { has_government = fascism }

				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger"
					}
					NOT = {
						OR = {
							tag = JAP
							tag = MAN
						}
					}
				}
			}
			cpt_puppet_text_none_visible = {
				has_global_flag = cpt_window_a
				NOT = {
					has_dlc = "Together for Victory"
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger"
						has_dlc = "Death or Dishonor"
					}
					NOT = { has_government = fascism }

				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger"
					}
					NOT = {
						OR = {
							tag = JAP
							tag = MAN
						}
					}
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_free_none_visible = {
				has_global_flag = cpt_window_a
				NOT = {
					has_dlc = "Together for Victory"
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger"
					}
					NOT = {
						OR = {
							tag = JAP
							tag = MAN
						}
					}
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_free_text_none_visible = {
				has_global_flag = cpt_window_a
				NOT = {
					has_dlc = "Together for Victory"
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger"
					}
					NOT = {
						OR = {
							tag = JAP
							tag = MAN
						}
					}
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
##################################################################
			cpt_autonomy_integrated_puppet_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_integrated_puppet_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_puppet_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_puppet_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_colony_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_colony_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_dominion_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_dominion_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_free_TfV_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_free_text_TfV_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Together for Victory"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_supervised_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Man the Guns"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_supervised_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Man the Guns"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_personal_union_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "No Step Back"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_personal_union_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "No Step Back"
				if = {
					limit = { has_dlc = "Death or Dishonor" }
					NOT = { has_government = fascism }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				if = {
					limit = {
						has_dlc = "Waking the Tiger" 
						NOT = { has_dlc = "Death or Dishonor" }
					}
					NOT = {
						tag = JAP
						tag = MAN
					}
				}
			}
			cpt_autonomy_collab_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "La Resistance"
				# if = {
				# 	limit = { has_dlc = "Death or Dishonor" }
				# 	NOT = { has_government = fascism }
				# }
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				# if = {
				# 	limit = {
				# 		has_dlc = "Waking the Tiger" 
				# 		NOT = { has_dlc = "Death or Dishonor" }
				# 	}
				# 	NOT = {
				# 		tag = JAP
				# 		tag = MAN
				# 	}
				# }
			}
			cpt_collab_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "La Resistance"
				# if = {
				# 	limit = { has_dlc = "Death or Dishonor" }
				# 	NOT = { has_government = fascism }
				# }
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				# if = {
				# 	limit = {
				# 		has_dlc = "Waking the Tiger" 
				# 		NOT = { has_dlc = "Death or Dishonor" }
				# 	}
				# 	NOT = {
				# 		tag = JAP
				# 		tag = MAN
				# 	}
				# }
			}
##################################################################
			cpt_autonomy_reichskommissariat_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_reichskommissariat_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_reichsprotectorate_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_reichsprotectorate_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_satellite_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_satellite_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_free_DoD_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_free_text_DoD_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Death or Dishonor"
				has_government = fascism
				if = {
					limit = { has_dlc = "Waking the Tiger" }
					NOT = { original_tag = JAP }
					NOT = { original_tag = MAN }
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
######################################################################
			cpt_autonomy_wtt_imperial_protectorate_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				OR = {
					AND = {
						has_government = fascism
						original_tag = JAP
					}
					AND = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
						original_tag = MAN
					}
				}
				OR = {
					NOT = { original_tag = JAP }
					NOT = { MAN = { has_country_flag = cpt_puppetee } }
					any_other_country = {
						NOT = { tag = JAP }
						NOT = { tag = MAN }
						has_country_flag = cpt_puppetee
					}
					MAN = {
						NOT = {
							OR = {
								has_country_flag = MAN_assertiveness
								has_completed_focus = MAN_assertiveness
							}
						}
					}
				}
			}
			cpt_wtt_imperial_protectorate_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				OR = {
					AND = {
						has_government = fascism
						original_tag = JAP
					}
					AND = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
						original_tag = MAN
					}
				}
				OR = {
					NOT = { original_tag = JAP }
					NOT = { MAN = { has_country_flag = cpt_puppetee } }
					any_other_country = {
						NOT = { tag = JAP }
						NOT = { tag = MAN }
						has_country_flag = cpt_puppetee
					}
					MAN = {
						NOT = {
							OR = {
								has_country_flag = MAN_assertiveness
								has_completed_focus = MAN_assertiveness
							}
						}
					}
				}
			}
			cpt_autonomy_wtt_imperial_associate_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				OR = {
					AND = {
						has_government = fascism
						original_tag = JAP
					}
					AND = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
						original_tag = MAN
					}
				}
				OR = {
					NOT = { original_tag = JAP }
					NOT = { MAN = { has_country_flag = cpt_puppetee } }
					any_other_country = {
						NOT = { tag = JAP }
						NOT = { tag = MAN }
						has_country_flag = cpt_puppetee
					}
					MAN = {
						NOT = {
							OR = {
								has_country_flag = MAN_assertiveness
								has_completed_focus = MAN_assertiveness
							}
						}
					}
				}
			}
			cpt_wtt_imperial_associate_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				OR = {
					AND = {
						has_government = fascism
						original_tag = JAP
					}
					AND = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
						original_tag = MAN
					}
				}
				OR = {
					NOT = { original_tag = JAP }
					NOT = { MAN = { has_country_flag = cpt_puppetee } }
					any_other_country = {
						NOT = { tag = JAP }
						NOT = { tag = MAN }
						has_country_flag = cpt_puppetee
					}
					MAN = {
						NOT = {
							OR = {
								has_country_flag = MAN_assertiveness
								has_completed_focus = MAN_assertiveness
							}
						}
					}
				}
			}
			cpt_autonomy_free_imperial_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				OR = {
					AND = {
						has_government = fascism
						original_tag = JAP
					}
					AND = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
						original_tag = MAN
					}
				}
				OR = {
					NOT = { original_tag = JAP }
					NOT = { MAN = { has_country_flag = cpt_puppetee } }
					any_other_country = {
						NOT = { tag = JAP }
						NOT = { tag = MAN }
						has_country_flag = cpt_puppetee
					}
					MAN = {
						NOT = {
							OR = {
								has_country_flag = MAN_assertiveness
								has_completed_focus = MAN_assertiveness
							}
						}
					}
				}
			}
			cpt_free_text_imperial_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				any_country = {
					has_country_flag = cpt_puppetee
				}
				NOT = {
					has_country_flag = cpt_puppetee
				}
				OR = {
					AND = {
						has_government = fascism
						original_tag = JAP
					}
					AND = {
						OR = {
							has_government = fascism
							has_government = neutrality
						}
						original_tag = MAN
					}
				}
				OR = {
					NOT = { MAN = { has_country_flag = cpt_puppetee } }
					any_country = {
						NOT = { tag = JAP }
						NOT = { tag = MAN }
						has_country_flag = cpt_puppetee
					}
					MAN = {
						NOT = {
							OR = {
								has_country_flag = MAN_assertiveness
								has_completed_focus = MAN_assertiveness
							}
						}
					}
				}
			}
####################################################################
			cpt_autonomy_wtt_imperial_protectorate_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_wtt_imperial_protectorate_text_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_autonomy_wtt_imperial_associate_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_wtt_imperial_associate_text_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_autonomy_wtt_imperial_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_wtt_imperial_subject_text_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_autonomy_free_imperial_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
			cpt_free_text_imperial_subject_visible = {
				has_global_flag = cpt_window_a
				has_dlc = "Waking the Tiger"
				NOT = {
					has_country_flag = cpt_puppetee
				}
				original_tag = JAP
				OR = {
					has_government = fascism
					has_government = neutrality
				}
				MAN = {
					has_country_flag = cpt_puppetee
					NOT = {
						any_other_country = {
							has_country_flag = cpt_puppetee
						}
					}
					OR = {
						has_country_flag = MAN_assertiveness
						has_completed_focus = MAN_assertiveness
					}
				}
			}
###########################################################################################
			cpt_autonomy_integrated_puppet_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_puppet_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_colony_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_dominion_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_reichskommissariat_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_reichsprotectorate_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_satellite_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_wtt_imperial_protectorate_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_wtt_imperial_associate_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_autonomy_wtt_imperial_subject_click_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
##############################
			cpt_autonomy_free_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_free_text_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
############################################
			cpt_title_background_visible = {
				has_global_flag = cpt_window_a
			}
			cpt_title_visible = {
				has_global_flag = cpt_window_a
			}
			cpt_help_button_visible = {
				has_global_flag = cpt_window_a
			}
			cpt_autonomy_state_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
			}
			cpt_autonomy_number_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
			}
			cpt_marker_enabled = {
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_marker_visible = {
				has_global_flag = cpt_window_a
				NOT = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_unmarker_visible = {
				has_global_flag = cpt_window_a
				has_country_flag = cpt_puppetee
			}
			cpt_unmark_all_click_enabled = {
				any_country = {
					has_country_flag = cpt_puppetee
				}
			}
			cpt_unmark_all_visible = {
				has_global_flag = cpt_window_a
			}
			cpt_autonomy_visible = {
				has_global_flag = cpt_window_a
			}
			cpt_message_1_visible = {
				has_global_flag = cpt_window_a
				all_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_message_2_visible = {
				has_global_flag = cpt_window_a
				has_country_flag = cpt_puppetee
			}
			cpt_autonomy_add_1_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_add_10_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_add_50_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_add_500_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_sub_1_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_sub_10_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_sub_50_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_autonomy_sub_500_visible = {
				has_global_flag = cpt_window_a
				OR = {
					is_subject = yes
					is_puppet = yes
				}
				all_other_country = {
					NOT = { has_country_flag = cpt_puppetee }
				}
			}
			cpt_tab_button_frame_1a_visible = {
				NOT = { has_global_flag = cpt_window_a }
			}
			cpt_tab_button_frame_2a_visible = {
				has_global_flag = cpt_window_a
			}
			cpt_tab_button_frame_1b_visible = {
				NOT = { has_global_flag = cpt_window_b }
			}
			cpt_tab_button_frame_2b_visible = {
				has_global_flag = cpt_window_b
			}
###########################################################
### GALLERY ###
			cpt_rkm_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_rkm_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_rpt_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_rpt_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_sat_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_sat_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_int_pup_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_int_pup_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_puppet_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_pup_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_colony_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_col_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_dominion_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_dom_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_ipp_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_ipp_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_ipa_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_ipa_text_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_ips_visible = {
				has_global_flag = cpt_window_b
			}
			cpt_ips_text_visible = {
				has_global_flag = cpt_window_b
			}
		}
	}

	crt_main_container = {
	
		context_type = selected_country_context
		
		window_name = "crt_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = crt_enabled
				has_country_flag = wia_host
			}
		}

		effects = {
			crt_unlock_templates_button_click = {
				country_lock_all_division_template = no
				tpt_remove_template_lock = yes	#can leave on old code
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_faction_creation_toggle_on_button_click = {
				set_rule = {
					can_create_factions = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_faction_creation_toggle_off_button_click = {
				set_rule = {
					can_create_factions = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_faction_joining_toggle_on_button_click = {
				set_rule = { can_join_factions = yes }
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_faction_joining_toggle_off_button_click = {
				set_rule = { can_join_factions = no }
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			#peace
			crt_puppeting_toggle_on_button_click = {
				set_rule = {
					can_puppet = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_puppeting_toggle_off_button_click = {
				set_rule = {
					can_puppet = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_coup_toggle_on_button_click = {
				set_rule = {
					can_force_government = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_coup_toggle_off_button_click = {
				set_rule = {
					can_force_government = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			#Ideology
			crt_kamikaze_toggle_on_button_click = {
				set_rule = {
					can_use_kamikaze_pilots = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_kamikaze_toggle_off_button_click = {
				set_rule = {
					can_use_kamikaze_pilots = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_female_ace_toggle_on_button_click = {
				set_rule = {
					can_generate_female_aces = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_female_ace_toggle_off_button_click = {
				set_rule = {
					can_generate_female_aces = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			#Influence
			crt_democratic_justify_toggle_on_button_click = {
				set_rule = {
					can_only_justify_war_on_threat_country = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_democratic_justify_toggle_off_button_click = {
				set_rule = {
					can_only_justify_war_on_threat_country = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_boost_all_toggle_on_button_click = {
				set_rule = {
					can_boost_other_ideologies = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_boost_all_toggle_off_button_click = {
				set_rule = {
					can_boost_other_ideologies = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_guarantee_all_toggle_on_button_click = {
				set_rule = {
					can_guarantee_other_ideologies = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }			
			}
			crt_guarantee_all_toggle_off_button_click = {
				set_rule = {
					can_guarantee_other_ideologies = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_volunteer_toggle_on_button_click = {
				set_rule = {
					can_send_volunteers = yes
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
			crt_volunteer_toggle_off_button_click = {
				set_rule = {
					can_send_volunteers = no
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 18 }
			}
		}

		triggers = {
			crt_unlock_templates_button_visible = {
				always = yes
			}
			crt_unlock_templates_button_enabled = {
				always = yes
			}
			crt_faction_creation_toggle_on_button_visible = {
				NOT = {
					has_rule = can_create_factions
				}
			}
			crt_faction_creation_toggle_on_button_enabled = {
				always = yes
			}
			crt_faction_creation_toggle_off_button_visible = {
				has_rule = can_create_factions
			}
			crt_faction_creation_toggle_off_button_enabled = {
				always = yes
			}
			crt_faction_joining_toggle_on_button_visible = {
				NOT = {
					has_rule = can_join_factions
				}
			}
			crt_faction_joining_toggle_on_button_enabled = {
				always = yes
			}
			crt_faction_joining_toggle_off_button_visible = {
				has_rule = can_join_factions
			}
			crt_faction_joining_toggle_off_button_enabled = {
				always = yes
			}
			#Peacedeal
			crt_puppeting_toggle_on_button_visible = {
				NOT = {
					has_rule = can_puppet
				}
			}
			crt_puppeting_toggle_off_button_visible = {
				has_rule = can_puppet
			}
			crt_coup_toggle_on_button_visible = {
				NOT = {
					has_rule = can_force_government
				}
			}
			crt_coup_toggle_off_button_visible = {
				has_rule = can_force_government
			}
			#Ideology
			crt_kamikaze_toggle_on_button_visible = {
				NOT = {
					has_rule = can_use_kamikaze_pilots
				}
			}
			crt_kamikaze_toggle_off_button_visible = {
				has_rule = can_use_kamikaze_pilots
			}
			crt_female_ace_toggle_on_button_visible = {
				NOT = {
					has_rule = can_generate_female_aces
				}
			}
			crt_female_ace_toggle_off_button_visible = {
				has_rule = can_generate_female_aces
			}
			#Influence
			crt_boost_all_toggle_on_button_visible = {
				NOT = {
					has_rule = can_boost_other_ideologies
				}
			}
			crt_boost_all_toggle_off_button_visible = {
				has_rule = can_boost_other_ideologies
			}
			crt_guarantee_all_toggle_on_button_visible = {
				NOT = {
					has_rule = can_guarantee_other_ideologies
				}
			}
			crt_guarantee_all_toggle_off_button_visible = {
				has_rule = can_guarantee_other_ideologies
			}
			crt_democratic_justify_toggle_on_button_visible = {
				NOT = {
					has_rule = can_only_justify_war_on_threat_country
				}
			}
			crt_democratic_justify_toggle_off_button_visible = {
				has_rule = can_only_justify_war_on_threat_country
			}
			crt_volunteer_toggle_on_button_visible = {
				NOT = {
					has_rule = can_send_volunteers
				}
			}
			crt_volunteer_toggle_off_button_visible = {
				has_rule = can_send_volunteers
			}
		}
	}

	dst_main_container_A = {
	
		context_type = selected_state_context
		
		window_name = "dst_main_container_A"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = dst_A_enabled
				has_country_flag = wia_host
			}
		}

		triggers = {
		
			dst_marker_visible = {
				FROM.OWNER = {
					NOT = { has_country_flag = dst_marked }
				}
			}
			dst_unmarker_visible = {
				FROM.OWNER = { has_country_flag = dst_marked }
			}
			dst_unmark_all_click_enabled = {
				any_country = {
					has_country_flag = dst_marked
				}
			}
			dst_infantry_on_visible = {
				NOT = { has_global_flag = dst_infantry_enabled }
			}
			dst_infantry_off_visible = {
				has_global_flag = dst_infantry_enabled
			}
			dst_cavalry_on_visible = {
				NOT = { has_global_flag = dst_cavalry_enabled }
			}
			dst_cavalry_off_visible = {
				has_global_flag = dst_cavalry_enabled
			}
			dst_motorized_on_visible = {
				NOT = { has_global_flag = dst_motorized_enabled }
			}
			dst_motorized_off_visible = {
				has_global_flag = dst_motorized_enabled
			}
			dst_armor_on_visible = {
				NOT = { has_global_flag = dst_armor_enabled }
			}
			dst_armor_off_visible = {
				has_global_flag = dst_armor_enabled
			}
			dst_mech_on_visible = {
				NOT = { has_global_flag = dst_mech_enabled }
			}
			dst_mech_off_visible = {
				has_global_flag = dst_mech_enabled
			}
			dst_tankmech_on_visible = {
				NOT = {
					has_global_flag = dst_tankmech_enabled
				}
			}
			dst_tankmech_off_visible = {
				has_global_flag = dst_tankmech_enabled
			}
			dst_tankmot_on_visible = {
				NOT = {
					has_global_flag = dst_tankmot_enabled
				}
			}
			dst_tankmot_off_visible = {
				has_global_flag = dst_tankmot_enabled
			}
			dst_1_on_visible = {
				NOT = { has_global_flag = dst_1_battalion }
			}
			dst_1_off_visible = {
				has_global_flag = dst_1_battalion
			}
			dst_2_on_visible = {
				NOT = { has_global_flag = dst_2_battalions }
			}
			dst_2_off_visible = {
				has_global_flag = dst_2_battalions
			}
			dst_4_on_visible = {
				NOT = { has_global_flag = dst_4_battalions }
			}
			dst_4_off_visible = {
				has_global_flag = dst_4_battalions
			}
			dst_6_on_visible = {
				NOT = { has_global_flag = dst_6_battalions }
			}
			dst_6_off_visible = {
				has_global_flag = dst_6_battalions
			}
			dst_8_on_visible = {
				NOT = { has_global_flag = dst_8_battalions }
			}
			dst_8_off_visible = {
				has_global_flag = dst_8_battalions
			}
			dst_10_on_visible = {
				NOT = { has_global_flag = dst_10_battalions }
			}
			dst_10_off_visible = {
				has_global_flag = dst_10_battalions
			}
			dst_16_on_visible = {
				NOT = { has_global_flag = dst_16_battalions }
			}
			dst_16_off_visible = {
				has_global_flag = dst_16_battalions
			}
			dst_20_on_visible = {
				NOT = { has_global_flag = dst_20_battalions }
			}
			dst_20_off_visible = {
				has_global_flag = dst_20_battalions
			}
			dst_delete_button_click_enabled = {
				OR = {
					has_global_flag = dst_infantry_enabled
					has_global_flag = dst_cavalry_enabled
					has_global_flag = dst_motorized_enabled
					has_global_flag = dst_armor_enabled
					has_global_flag = dst_mech_enabled
					has_global_flag = dst_tankmech_enabled
					has_global_flag = dst_tankmot_enabled
				}
				OR = {
					has_global_flag = dst_1_battalion
					has_global_flag = dst_2_battalions
					has_global_flag = dst_4_battalions
					has_global_flag = dst_6_battalions
					has_global_flag = dst_8_battalions
					has_global_flag = dst_10_battalions
					has_global_flag = dst_16_battalions
					has_global_flag = dst_20_battalions
				}
			}
			dst_spawn_1_click_enabled = {
				OR = {
					has_global_flag = dst_infantry_enabled
					has_global_flag = dst_cavalry_enabled
					has_global_flag = dst_motorized_enabled
					has_global_flag = dst_armor_enabled
					has_global_flag = dst_mech_enabled
					has_global_flag = dst_tankmech_enabled
					has_global_flag = dst_tankmot_enabled
				}
				OR = {
					has_global_flag = dst_1_battalion
					has_global_flag = dst_2_battalions
					has_global_flag = dst_4_battalions
					has_global_flag = dst_6_battalions
					has_global_flag = dst_8_battalions
					has_global_flag = dst_10_battalions
					has_global_flag = dst_16_battalions
					has_global_flag = dst_20_battalions
				}
			}
			dst_spawn_5_click_enabled = {
				OR = {
					has_global_flag = dst_infantry_enabled
					has_global_flag = dst_cavalry_enabled
					has_global_flag = dst_motorized_enabled
					has_global_flag = dst_armor_enabled
					has_global_flag = dst_mech_enabled
					has_global_flag = dst_tankmech_enabled
					has_global_flag = dst_tankmot_enabled
				}
				OR = {
					has_global_flag = dst_1_battalion
					has_global_flag = dst_2_battalions
					has_global_flag = dst_4_battalions
					has_global_flag = dst_6_battalions
					has_global_flag = dst_8_battalions
					has_global_flag = dst_10_battalions
					has_global_flag = dst_16_battalions
					has_global_flag = dst_20_battalions
				}
			}
			dst_spawn_10_click_enabled = {
				OR = {
					has_global_flag = dst_infantry_enabled
					has_global_flag = dst_cavalry_enabled
					has_global_flag = dst_motorized_enabled
					has_global_flag = dst_armor_enabled
					has_global_flag = dst_mech_enabled
					has_global_flag = dst_tankmech_enabled
					has_global_flag = dst_tankmot_enabled
				}
				OR = {
					has_global_flag = dst_1_battalion
					has_global_flag = dst_2_battalions
					has_global_flag = dst_4_battalions
					has_global_flag = dst_6_battalions
					has_global_flag = dst_8_battalions
					has_global_flag = dst_10_battalions
					has_global_flag = dst_16_battalions
					has_global_flag = dst_20_battalions
				}
			}
			dst_spawn_50_click_enabled = {
				OR = {
					has_global_flag = dst_infantry_enabled
					has_global_flag = dst_cavalry_enabled
					has_global_flag = dst_motorized_enabled
					has_global_flag = dst_armor_enabled
					has_global_flag = dst_mech_enabled
					has_global_flag = dst_tankmech_enabled
					has_global_flag = dst_tankmot_enabled
				}
				OR = {
					has_global_flag = dst_1_battalion
					has_global_flag = dst_2_battalions
					has_global_flag = dst_4_battalions
					has_global_flag = dst_6_battalions
					has_global_flag = dst_8_battalions
					has_global_flag = dst_10_battalions
					has_global_flag = dst_16_battalions
					has_global_flag = dst_20_battalions
				}
			}
		}
		effects = {

			dst_marker_click = {
				FROM.OWNER = { set_country_flag = dst_marked }
			}
			dst_unmarker_click = {
				FROM.OWNER = { clr_country_flag = dst_marked }
			}
			dst_unmark_all_click = {
				every_country = {
					limit = { has_country_flag = dst_marked }
					clr_country_flag = dst_marked
				}
			}
			dst_help_button_click = {
				ROOT = {
					country_event = toolpack.2
				}
			}
			dst_infantry_on_click = {
				set_global_flag = dst_infantry_enabled
			}
			dst_infantry_off_click = {
				clr_global_flag = dst_infantry_enabled
			}
			dst_cavalry_on_click = {
				set_global_flag = dst_cavalry_enabled
			}
			dst_cavalry_off_click = {
				clr_global_flag = dst_cavalry_enabled
			}
			dst_motorized_on_click = {
				set_global_flag = dst_motorized_enabled
			}
			dst_motorized_off_click = {
				clr_global_flag = dst_motorized_enabled
			}
			dst_armor_on_click = {
				set_global_flag = dst_armor_enabled
			}
			dst_armor_off_click = {
				clr_global_flag = dst_armor_enabled
			}
			dst_mech_on_click = {
				set_global_flag = dst_mech_enabled
			}
			dst_mech_off_click = {
				clr_global_flag = dst_mech_enabled
			}
			dst_tankmech_on_click = {
				set_global_flag = dst_tankmech_enabled
			}
			dst_tankmech_off_click = {
				clr_global_flag = dst_tankmech_enabled
			}
			dst_tankmot_on_click = {
				set_global_flag = dst_tankmot_enabled
			}
			dst_tankmot_off_click = {
				clr_global_flag = dst_tankmot_enabled
			}
			dst_1_on_click = {
				set_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_1_off_click = {
				clr_global_flag = dst_1_battalion
			}
			dst_2_on_click = {
				clr_global_flag = dst_1_battalion
				set_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_2_off_click = {
				clr_global_flag = dst_2_battalions
			}
			dst_4_on_click = {
				clr_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				set_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_4_off_click = {
				clr_global_flag = dst_4_battalions
			}
			dst_6_on_click = {
				clr_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				set_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_6_off_click = {
				clr_global_flag = dst_6_battalions
			}
			dst_8_on_click = {
				clr_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				set_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_8_off_click = {
				clr_global_flag = dst_8_battalions
			}
			dst_10_on_click = {
				clr_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				set_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_10_off_click = {
				clr_global_flag = dst_10_battalions
			}
			dst_16_on_click = {
				clr_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				set_global_flag = dst_16_battalions
				clr_global_flag = dst_20_battalions
			}
			dst_16_off_click = {
				clr_global_flag = dst_16_battalions
			}
			dst_20_on_click = {
				clr_global_flag = dst_1_battalion
				clr_global_flag = dst_2_battalions
				clr_global_flag = dst_4_battalions
				clr_global_flag = dst_6_battalions
				clr_global_flag = dst_8_battalions
				clr_global_flag = dst_10_battalions
				clr_global_flag = dst_16_battalions
				set_global_flag = dst_20_battalions
			}
			dst_20_off_click = {
				clr_global_flag = dst_20_battalions
			}

			dst_delete_button_click = {
				tcw_clear_all_global_confirms = yes
				set_global_flag = tp_open_confirmation_window
				set_global_flag = dst_a_confirm_unit_deletion 
				random_country = {
					limit = { owns_state = PREV }
					set_country_flag = dsta_unit_deletion_target
				}
			}
			dst_spawn_1_click = {
				set_variable = { dst_state_var = THIS }
				OWNER = {
					set_variable = { FROM.dst_state_original_owner = THIS }
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1}
						}
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					var:dst_state_original_owner = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1 }
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						dst_spawn_unit = yes
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					OWNER = {
						dst_spawn_unit = yes
					}
				}
				every_country = {
					limit = { has_country_flag = dst_marked }
					clr_country_flag = dst_marked
				}
			}
			dst_spawn_5_click = {
				set_variable = { dst_state_var = THIS }
				OWNER = {
					set_variable = { FROM.dst_state_original_owner = THIS }
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1}
						}
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					var:dst_state_original_owner = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1 }
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
				}
				every_country = {
					limit = { has_country_flag = dst_marked }
					clr_country_flag = dst_marked
				}
			}
			dst_spawn_10_click = {
				set_variable = { dst_state_var = THIS }
				OWNER = {
					set_variable = { FROM.dst_state_original_owner = THIS }
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1}
						}
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					var:dst_state_original_owner = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1 }
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
				}
				every_country = {
					limit = { has_country_flag = dst_marked }
					clr_country_flag = dst_marked
				}
			}
			dst_spawn_50_click = {
				set_variable = { dst_state_var = THIS }
				OWNER = {
					set_variable = { FROM.dst_state_original_owner = THIS }
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1}
						}
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					var:dst_state_original_owner = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 9 }
						if = {
							limit = {
								has_global_flag = dst_motorized_enabled
								NOT = { has_tech = motorised_infantry }
							}
							set_technology = { motorised_infantry = 1 }
						}
						if = {
							limit = {
								has_global_flag = dst_armor_enabled
								NOT = { has_tech = gwtank }
							}
							set_technology = { gwtank = 1 }
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = dst_marked }
					}
					every_country = {
						limit = { has_country_flag = dst_marked }
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
						dst_spawn_unit = yes
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = dst_marked }
						}
					}
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
					OWNER = { dst_spawn_unit = yes }
				}
				every_country = {
					limit = { has_country_flag = dst_marked }
					clr_country_flag = dst_marked
				}
			}
		}
	}

	dst_main_container_B = {
	
		context_type = selected_state_context
		
		window_name = "dst_main_container_B"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = dst_B_enabled
				has_country_flag = wia_host
			}
		}

		triggers = {
			dst_add_template_enabled = {
				always = yes
			}
			dst_increase_exp_enabled = {
				always = yes
			}
			dst_decrease_exp_enabled = {
				always = yes
			}
			dst_increase_eq_enabled = {
				always = yes
			}
			dst_decrease_eq_enabled = {
				always = yes
			}
			dst_enable_template_1_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit"
					NOT = { has_country_flag = dst_template_1_enabled }
				}
			}
			dst_disable_template_1_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit"
					has_country_flag = dst_template_1_enabled
				}
			}
			dst_template_1_text_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit"
				}
			}
			dst_enable_template_2_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit Type 2"
					NOT = { has_country_flag = dst_template_2_enabled }
				}
			}
			dst_disable_template_2_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit Type 2"
					has_country_flag = dst_template_2_enabled
				}
			}
			dst_template_2_text_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit Type 2"
				}
			}
			dst_enable_template_3_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit Type 3"
					NOT = { has_country_flag = dst_template_3_enabled }
				}
			}
			dst_disable_template_3_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit Type 3"
					has_country_flag = dst_template_3_enabled
				}
			}
			dst_template_3_text_visible = {
				any_country = {
					owns_state = PREV
					has_template = "Crack Unit Type 3"
				}
			}
			dst_spawn_custom_1_click_enabled = {
				any_country = {
					owns_state = PREV
					OR = {
						has_country_flag = dst_template_1_enabled
						has_country_flag = dst_template_2_enabled
						has_country_flag = dst_template_3_enabled
					}
					OR = {
						has_template = "Crack Unit"
						has_template = "Crack Unit Type 2"
						has_template = "Crack Unit Type 3"
					}
				}
			}
			dst_spawn_custom_5_click_enabled = {
				any_country = {
					owns_state = PREV
					OR = {
						has_country_flag = dst_template_1_enabled
						has_country_flag = dst_template_2_enabled
						has_country_flag = dst_template_3_enabled
					}
					OR = {
						has_template = "Crack Unit"
						has_template = "Crack Unit Type 2"
						has_template = "Crack Unit Type 3"
					}
				}
			}
			dst_spawn_custom_10_click_enabled = {
				any_country = {
					owns_state = PREV
					OR = {
						has_country_flag = dst_template_1_enabled
						has_country_flag = dst_template_2_enabled
						has_country_flag = dst_template_3_enabled
					}
					OR = {
						has_template = "Crack Unit"
						has_template = "Crack Unit Type 2"
						has_template = "Crack Unit Type 3"
					}
				}
			}
			dst_spawn_custom_50_click_enabled = {
				any_country = {
					owns_state = PREV
					OR = {
						has_country_flag = dst_template_1_enabled
						has_country_flag = dst_template_2_enabled
						has_country_flag = dst_template_3_enabled
					}
					OR = {
						has_template = "Crack Unit"
						has_template = "Crack Unit Type 2"
						has_template = "Crack Unit Type 3"
					}
				}
			}
			dst_delete_button_2_click_enabled = {
				any_country = {
					owns_state = PREV
					OR = {
						has_country_flag = dst_template_1_enabled
						has_country_flag = dst_template_2_enabled
						has_country_flag = dst_template_3_enabled
					}
					OR = {
						has_template = "Crack Unit"
						has_template = "Crack Unit Type 2"
						has_template = "Crack Unit Type 3"
					}
				}
			}
		}

		effects = {
		
			dst_help_button_2_click = {
				ROOT = {
					country_event = toolpack.3
				}
			}
			dst_delete_button_2_click = {
				tcw_clear_all_global_confirms = yes
				set_global_flag = tp_open_confirmation_window
				set_global_flag = dst_b_confirm_unit_deletion 
				random_country = {
					limit = { owns_state = PREV }
					set_country_flag = dstb_unit_deletion_target
				}
			}
			dst_add_template_click = {
				random_country = {
					limit = { owns_state = PREV }
					set_country_flag = toolpack_allow_crack_name
					if = {
						limit = {
							has_template = "Crack Unit Type 2"
							NOT = { has_template = "Crack Unit Type 3" }
						}
						division_template = {
							name = "Crack Unit Type 3"
							division_names_group = TP_TYPE_01
							regiments = {
								infantry = { x = 0 y = 0 }
								infantry = { x = 0 y = 1 }
								infantry = { x = 0 y = 2 }
								infantry = { x = 0 y = 3 }
								infantry = { x = 0 y = 4 }
					
								infantry = { x = 1 y = 0 }
								infantry = { x = 1 y = 1 }
								infantry = { x = 1 y = 2 }
								infantry = { x = 1 y = 3 }
								infantry = { x = 1 y = 4 }
							}
						}
					}
					if = {
						limit = {
							has_template = "Crack Unit"
							NOT = { has_template = "Crack Unit Type 2" }
						}
						division_template = {
							name = "Crack Unit Type 2"
							division_names_group = TP_TYPE_01
							regiments = {
								infantry = { x = 0 y = 0 }
								infantry = { x = 0 y = 1 }
								infantry = { x = 0 y = 2 }
								infantry = { x = 0 y = 3 }
								infantry = { x = 0 y = 4 }
					
								infantry = { x = 1 y = 0 }
								infantry = { x = 1 y = 1 }
								infantry = { x = 1 y = 2 }
								infantry = { x = 1 y = 3 }
								infantry = { x = 1 y = 4 }
							}
						}
					}
					if = {
						limit = {
							NOT = { has_template = "Crack Unit" }
						}
						division_template = {
							name = "Crack Unit"
							division_names_group = TP_TYPE_01
							regiments = {
								infantry = { x = 0 y = 0 }
								infantry = { x = 0 y = 1 }
								infantry = { x = 0 y = 2 }
								infantry = { x = 0 y = 3 }
								infantry = { x = 0 y = 4 }
					
								infantry = { x = 1 y = 0 }
								infantry = { x = 1 y = 1 }
								infantry = { x = 1 y = 2 }
								infantry = { x = 1 y = 3 }
								infantry = { x = 1 y = 4 }
							}
						}
					}
				}
			}
			dst_add_army_experience_click = {
				ROOT = {
					army_experience = 50
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 11 }
				}
			}
			dst_remove_army_experience_click = {
				ROOT = {
					army_experience = -50000
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 11 }
				}
			}
			dst_add_air_experience_click = {
				ROOT = {
					air_experience = 50
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 11 }
				}
			}
			dst_remove_air_experience_click = {
				ROOT = {
					air_experience = -50000
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 11 }
				}
			}
			dst_add_command_power_click = {
				ROOT = {
					add_command_power = 50
				}
			}
			dst_remove_command_power_click = {
				ROOT = {
					add_command_power = -50000
				}
			}
			dst_increase_exp_click = {
				if = {
					limit = {
						check_variable = { global.dst_exp_value < 100 }
					}
					add_to_variable = {
						var = global.dst_exp_value
						value = 10
					}
				}
			}
			dst_decrease_exp_click = {
				if = {
					limit = {
						check_variable = { global.dst_exp_value > 0 }
					}
					subtract_from_variable = {
						var = global.dst_exp_value
						value = 10
					}
				}
			}
			dst_increase_eq_click = {
				if = {
					limit = {
						check_variable = { global.dst_eq_value < 100 }
					}
					add_to_variable = {
						var = global.dst_eq_value
						value = 10
					}
				}
			}
			dst_decrease_eq_click = {
				if = {
					limit = {
						check_variable = { global.dst_eq_value > 0 }
					}
					subtract_from_variable = {
						var = global.dst_eq_value
						value = 10
					}
				}
			}
			dst_enable_template_1_click = {
				random_country = {
					limit = { owns_state = PREV }
					set_country_flag = dst_template_1_enabled
				}
			}
			dst_disable_template_1_click = {
				random_country = {
					limit = { owns_state = PREV }
					clr_country_flag = dst_template_1_enabled
				}
			}
			dst_enable_template_2_click = {
				random_country = {
					limit = { owns_state = PREV }
					set_country_flag = dst_template_2_enabled
				}
			}
			dst_disable_template_2_click = {
				random_country = {
					limit = { owns_state = PREV }
					clr_country_flag = dst_template_2_enabled
				}
			}
			dst_enable_template_3_click = {
				random_country = {
					limit = { owns_state = PREV }
					set_country_flag = dst_template_3_enabled
				}
			}
			dst_disable_template_3_click = {
				random_country = {
					limit = { owns_state = PREV }
					clr_country_flag = dst_template_3_enabled
				}
			}
			dst_spawn_custom_1_click = {
				random_country = {
					limit = { owns_state = PREV }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 9 }
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
				}
			}
			dst_spawn_custom_5_click = {
				random_country = {
					limit = { owns_state = PREV }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 9 }
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
				}
			}
			dst_spawn_custom_10_click = {
				random_country = {
					limit = { owns_state = PREV }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 9 }
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_1_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit\" division_template = \"Crack Unit\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_2_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 2\" division_template = \"Crack Unit Type 2\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
					if = {
						limit = { has_country_flag = dst_template_3_enabled }
						PREV = {
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 0 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.001" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 10 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 20 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.2" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 30 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.3" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 40 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.4" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 50 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.5" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 60 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.6" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 70 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.7" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 80 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.8" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 90 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 0.9" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 0 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 10 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 20 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.2 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 30 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.3 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 40 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.4 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 50 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.5 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 60 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.6 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 70 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.7 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 80 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.8 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 90 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 0.9 start_equipment_factor = 1" 
									owner = PREV
								}
							}
							if = {
								limit = {
									check_variable = { global.dst_exp_value = 100 }
									check_variable = { global.dst_eq_value = 100 }
								}
								create_unit = { 
									division = "name = \"Crack Unit Type 3\" division_template = \"Crack Unit Type 3\" start_experience_factor = 1 start_equipment_factor = 1" 
									owner = PREV
								}
							}
						}
					}
				}
			}
#			dst_spawn_custom_50_click = {
#				random_country = {
#					limit = { owns_state = PREV }
#				}
#			}
		}
	}

	trash_main_container = {
	
		context_type = player_context
		
		window_name = "toolpack_action_log_main_container"

		visible = {
			always = yes
		}
		
		dynamic_lists = {
			toolpack_action_log_grid = {
				array = global.toolpack_mp_action_array
				index = i
				value = v
				entry_container = toolpack_action_log_container
			}
		}
	}

	mst_C_main_container = {
	
		context_type = selected_country_context
		
		window_name = "mst_C_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = mst_C_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}

		effects = {
			mst_help_button_click = {
				ROOT = { country_event = toolpack.5 }
			}
			mst_marker_click = {
				set_country_flag = mst_marked
			}
			mst_unmarker_click = {
				clr_country_flag = mst_marked
			}
			mst_unmark_all_click = {
				every_country = {
					clr_country_flag = mst_marked
				}
			}
			mst_select_country_off_click = {
				clr_global_flag = mst_variable_C1_enabled
				clr_global_flag = mst_variable_C2_enabled
			}
			mst_select_variable_1_off_click = {
				set_global_flag = mst_variable_C1_enabled
				clr_global_flag = mst_variable_C2_enabled
			}
			mst_select_variable_2_off_click = {
				set_global_flag = mst_variable_C2_enabled
				clr_global_flag = mst_variable_C1_enabled
			}
			mst_add_1_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = 1000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = 1000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					add_to_variable = { global.mst_variable_C1 = 1000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					add_to_variable = { global.mst_variable_C2 = 1000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_10_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = 10000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = 10000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					add_to_variable = { global.mst_variable_C1 = 10000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					add_to_variable = { global.mst_variable_C2 = 10000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_100_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = 100000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = 100000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					add_to_variable = { global.mst_variable_C1 = 100000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					add_to_variable = { global.mst_variable_C2 = 100000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_1000_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = 1000000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = 1000000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					add_to_variable = { global.mst_variable_C1 = 1000000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					add_to_variable = { global.mst_variable_C2 = 1000000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_1_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = -1000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = -1000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					subtract_from_variable = { global.mst_variable_C1 = 1000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					subtract_from_variable = { global.mst_variable_C2 = 1000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_10_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = -10000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = -10000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					subtract_from_variable = { global.mst_variable_C1 = 10000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					subtract_from_variable = { global.mst_variable_C2 = 10000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_100_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = -100000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = -100000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					subtract_from_variable = { global.mst_variable_C1 = 100000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					subtract_from_variable = { global.mst_variable_C2 = 100000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_1000_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_C1_enabled
								has_global_flag = mst_variable_C2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 16 }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = -1000000
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = -1000000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					subtract_from_variable = { global.mst_variable_C1 = 1000000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					subtract_from_variable = { global.mst_variable_C2 = 1000000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_variable_C_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 16 }
				if = {
					limit = { has_global_flag = mst_variable_C1_enabled }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = global.mst_variable_C1
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = global.mst_variable_C1
					}
					
				}
				if = {
					limit = { has_global_flag = mst_variable_C2_enabled }
					if = {
						limit = {
							any_country = { has_country_flag = mst_marked }
						}
						every_country = {
							limit = { has_country_flag = mst_marked }
							add_manpower = global.mst_variable_C2
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = mst_marked }
							}
						}
						add_manpower = global.mst_variable_C2
					}
					
				}
			}
			mst_sub_variable_C_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 16 }
				if = {
					limit = {
						any_country = { has_country_flag = mst_marked }
					}
					every_country = {
						limit = { has_country_flag = mst_marked }
						if = {
							limit = { has_global_flag = mst_variable_C1_enabled }
							set_variable = { global.mst_subber_variable = global.mst_variable_C1 }
							multiply_variable = { global.mst_subber_variable = -1 }
							add_manpower = global.mst_subber_variable
						}
						if = {
							limit = { has_global_flag = mst_variable_C2_enabled }
							set_variable = { global.mst_subber_variable = global.mst_variable_C2 }
							multiply_variable = { global.mst_subber_variable = -1 }
							add_manpower = global.mst_subber_variable
						}
					}
				}
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = mst_marked }
						}
					}
					if = {
						limit = { has_global_flag = mst_variable_C1_enabled }
						set_variable = { global.mst_subber_variable = global.mst_variable_C1 }
						multiply_variable = { global.mst_subber_variable = -1 }
						add_manpower = global.mst_subber_variable
					}
					if = {
						limit = { has_global_flag = mst_variable_C2_enabled }
						set_variable = { global.mst_subber_variable = global.mst_variable_C2 }
						multiply_variable = { global.mst_subber_variable = -1 }
						add_manpower = global.mst_subber_variable
					}
				}
			}
		}

		triggers = {
			mst_marker_visible = {
				NOT = { has_country_flag = mst_marked }
			}
			mst_unmarker_visible = {
				has_country_flag = mst_marked
			}
			mst_unmark_all_click_enabled = {
				any_country = {
					has_country_flag = mst_marked
				}
			}

			mst_select_country_on_visible = {
				NOT = {
					OR = {
						has_global_flag = mst_variable_C1_enabled
						has_global_flag = mst_variable_C2_enabled
					}
				}
			}
			mst_select_country_off_visible = {
				OR = {
					has_global_flag = mst_variable_C1_enabled
					has_global_flag = mst_variable_C2_enabled
				}
			}
			mst_select_variable_1_on_visible = {
				has_global_flag = mst_variable_C1_enabled
				NOT = { has_global_flag = mst_variable_C2_enabled }
			}
			mst_select_variable_1_off_visible = {
				NOT = { has_global_flag = mst_variable_C1_enabled }
			}
			mst_select_variable_2_on_visible = {
				has_global_flag = mst_variable_C2_enabled
				NOT = { has_global_flag = mst_variable_C1_enabled }
			}
			mst_select_variable_2_off_visible = {
				NOT = { has_global_flag = mst_variable_C2_enabled }
			}
			mst_add_1_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 < 2147000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 < 2147000 }
					}
				}
			}
			mst_add_10_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 < 2137000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 < 2137000 }
					}
				}
			}
			mst_add_100_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 < 2047000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 < 2047000 }
					}
				}
			}
			mst_add_1000_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 < 1147000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 < 1147000 }
					}
				}
			}
			mst_sub_1_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 > -2147000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 > -2147000 }
					}
				}
			}
			mst_sub_10_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 > -2137000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 > -2137000 }
					}
				}
			}
			mst_sub_100_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 > -2047000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 > -2047000 }
					}
				}
			}
			mst_sub_1000_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_C1_enabled }
						NOT = { has_global_flag = mst_variable_C2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_C1_enabled
						NOT = { has_global_flag = mst_variable_C2_enabled }
						check_variable = { global.mst_variable_C1 > -1147000 }
					}
					AND = {
						has_global_flag = mst_variable_C2_enabled
						NOT = { has_global_flag = mst_variable_C1_enabled }
						check_variable = { global.mst_variable_C2 > -1147000 }
					}
				}
			}
			mst_add_variable_C_click_enabled = {
				OR = {
					has_global_flag = mst_variable_C1_enabled
					has_global_flag = mst_variable_C2_enabled
				}
			}
			mst_sub_variable_C_click_enabled = {
				OR = {
					has_global_flag = mst_variable_C1_enabled
					has_global_flag = mst_variable_C2_enabled
				}
			}
		}
	}

	mst_S_main_container = {
	
		context_type = selected_state_context
		
		window_name = "mst_S_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = mst_S_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}

		effects = {
			mst_help_button_click = {
				ROOT = { country_event = toolpack.5 }
			}
			mst_mark_button_click = {
				FROM.FROM = { 
					set_state_flag = mst_marked
				}
			}
			mst_unmark_button_click = {
				FROM.FROM = { 
					clr_state_flag = mst_marked 
				}
			}
			mst_mark_all_click = {
				FROM.OWNER = {
					every_owned_state = {
						set_state_flag = mst_marked
					}
				}
			}
			mst_mark_cores_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							is_core_of = PREV
							NOT = { has_state_flag = mst_marked }
						}
						set_state_flag = mst_marked
					}
				}
			}
			mst_mark_colonies_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							NOT = { is_core_of = PREV }
							NOT = { has_state_flag = mst_marked }
						}
						set_state_flag = mst_marked
					}
				}
			}
			mst_unmark_all_click = {
				every_state = {
					clr_state_flag = mst_marked
				}
			}
			mst_select_country_off_click = {
				clr_global_flag = mst_variable_S1_enabled
				clr_global_flag = mst_variable_S2_enabled
			}
			mst_select_variable_1_off_click = {
				set_global_flag = mst_variable_S1_enabled
				clr_global_flag = mst_variable_S2_enabled
			}
			mst_select_variable_2_off_click = {
				set_global_flag = mst_variable_S2_enabled
				clr_global_flag = mst_variable_S1_enabled
			}
			mst_add_1_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = 1000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = 1000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					add_to_variable = { global.mst_variable_S1 = 1000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					add_to_variable = { global.mst_variable_S2 = 1000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_10_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = 10000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = 10000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					add_to_variable = { global.mst_variable_S1 = 10000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					add_to_variable = { global.mst_variable_S2 = 10000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_100_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = 100000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = 100000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					add_to_variable = { global.mst_variable_S1 = 100000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					add_to_variable = { global.mst_variable_S2 = 100000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_1000_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = 1000000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = 1000000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					add_to_variable = { global.mst_variable_S1 = 1000000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					add_to_variable = { global.mst_variable_S2 = 1000000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_1_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = -1000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = -1000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					subtract_from_variable = { global.mst_variable_S1 = 1000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					subtract_from_variable = { global.mst_variable_S2 = 1000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_10_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = -10000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = -10000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					subtract_from_variable = { global.mst_variable_S1 = 10000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					subtract_from_variable = { global.mst_variable_S2 = 10000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_100_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = -100000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = -100000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					subtract_from_variable = { global.mst_variable_S1 = 100000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					subtract_from_variable = { global.mst_variable_S2 = 100000 }
					mst_reformat_variables = yes
				}
			}
			mst_sub_1000_click = {
				if = {
					limit = {
						NOT = {
							OR = {
								has_global_flag = mst_variable_S1_enabled
								has_global_flag = mst_variable_S2_enabled
							}
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 15 }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = -1000000
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = -1000000
					}
				}
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					subtract_from_variable = { global.mst_variable_S1 = 1000000 }
					mst_reformat_variables = yes
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					subtract_from_variable = { global.mst_variable_S2 = 1000000 }
					mst_reformat_variables = yes
				}
			}
			mst_add_variable_S_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 15 }
				if = {
					limit = { has_global_flag = mst_variable_S1_enabled }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = global.mst_variable_S1
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = global.mst_variable_S1
					}
					
				}
				if = {
					limit = { has_global_flag = mst_variable_S2_enabled }
					if = {
						limit = {
							any_state = { has_state_flag = mst_marked }
						}
						every_state = {
							limit = { has_state_flag = mst_marked }
							add_manpower = global.mst_variable_S2
						}
					}
					if = {
						limit = {
							all_state = {
								NOT = { has_state_flag = mst_marked }
							}
						}
						add_manpower = global.mst_variable_S2
					}
					
				}
			}
			mst_sub_variable_S_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 15 }
				if = {
					limit = {
						any_state = { has_state_flag = mst_marked }
					}
					every_state = {
						limit = { has_state_flag = mst_marked }
						if = {
							limit = { has_global_flag = mst_variable_S1_enabled }
							set_variable = { global.mst_subber_variable = global.mst_variable_S1 }
							multiply_variable = { global.mst_subber_variable = -1 }
							add_manpower = global.mst_subber_variable
						}
						if = {
							limit = { has_global_flag = mst_variable_S2_enabled }
							set_variable = { global.mst_subber_variable = global.mst_variable_S2 }
							multiply_variable = { global.mst_subber_variable = -1 }
							add_manpower = global.mst_subber_variable
						}
					}
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = mst_marked }
						}
					}
					if = {
						limit = { has_global_flag = mst_variable_S1_enabled }
						set_variable = { global.mst_subber_variable = global.mst_variable_S1 }
						multiply_variable = { global.mst_subber_variable = -1 }
						add_manpower = global.mst_subber_variable
					}
					if = {
						limit = { has_global_flag = mst_variable_S2_enabled }
						set_variable = { global.mst_subber_variable = global.mst_variable_S2 }
						multiply_variable = { global.mst_subber_variable = -1 }
						add_manpower = global.mst_subber_variable
					}
				}
			}
		}

		triggers = {

			mst_mark_button_visible = {
				NOT = { has_state_flag = mst_marked }
			}
			mst_unmark_button_visible = {
				has_state_flag = mst_marked
			}
			mst_mark_all_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = mst_marked }
					}
				}
			}
			mst_mark_cores_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = mst_marked }
						is_core_of = this
					}
				}
			}
			mst_mark_colonies_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = mst_marked }
						NOT = { is_core_of = this }
					}
				}
			}
			mst_unmark_all_click_enabled = {
				any_state = { has_state_flag = mst_marked }
			}
			mst_select_country_on_visible = {
				NOT = {
					OR = {
						has_global_flag = mst_variable_S1_enabled
						has_global_flag = mst_variable_S2_enabled
					}
				}
			}
			mst_select_country_off_visible = {
				OR = {
					has_global_flag = mst_variable_S1_enabled
					has_global_flag = mst_variable_S2_enabled
				}
			}
			mst_select_variable_1_on_visible = {
				has_global_flag = mst_variable_S1_enabled
				NOT = { has_global_flag = mst_variable_S2_enabled }
			}
			mst_select_variable_1_off_visible = {
				NOT = { has_global_flag = mst_variable_S1_enabled }
			}
			mst_select_variable_2_on_visible = {
				has_global_flag = mst_variable_S2_enabled
				NOT = { has_global_flag = mst_variable_S1_enabled }
			}
			mst_select_variable_2_off_visible = {
				NOT = { has_global_flag = mst_variable_S2_enabled }
			}
			mst_add_1_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 < 2147000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 < 2147000 }
					}
				}
			}
			mst_add_10_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 < 2137000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 < 2137000 }
					}
				}
			}
			mst_add_100_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 < 2047000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 < 2047000 }
					}
				}
			}
			mst_add_1000_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 < 1147000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 < 1147000 }
					}
				}
			}
			mst_sub_1_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 > -2147000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 > -2147000 }
					}
				}
			}
			mst_sub_10_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 > -2137000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 > -2137000 }
					}
				}
			}
			mst_sub_100_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 > -2047000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 > -2047000 }
					}
				}
			}
			mst_sub_1000_click_enabled = {
				OR = {
					AND = {
						NOT = { has_global_flag = mst_variable_S1_enabled }
						NOT = { has_global_flag = mst_variable_S2_enabled }
					}
					AND = {
						has_global_flag = mst_variable_S1_enabled
						NOT = { has_global_flag = mst_variable_S2_enabled }
						check_variable = { global.mst_variable_S1 > -1147000 }
					}
					AND = {
						has_global_flag = mst_variable_S2_enabled
						NOT = { has_global_flag = mst_variable_S1_enabled }
						check_variable = { global.mst_variable_S2 > -1147000 }
					}
				}
			}
			mst_add_variable_S_click_enabled = {
				OR = {
					has_global_flag = mst_variable_S1_enabled
					has_global_flag = mst_variable_S2_enabled
				}
			}
			mst_sub_variable_S_click_enabled = {
				OR = {
					has_global_flag = mst_variable_S1_enabled
					has_global_flag = mst_variable_S2_enabled
				}
			}
		}
	}

	ret_main_container = {
	
		context_type = selected_state_context
		
		window_name = "ret_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = ret_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}

		effects = {
			ret_reload_button_click = {
				ret_load_releasable = yes
			}
			ret_release_country_1_click = {
				transfer_state_to = country_with_core_of_this_state_1
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_1 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_1_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_1
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_1 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_2_click = {
				transfer_state_to = country_with_core_of_this_state_2
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_2 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_2_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_2
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_2 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_3_click = {
				transfer_state_to = country_with_core_of_this_state_3
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_3 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_3_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_3
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_3 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_4_click = {
				transfer_state_to = country_with_core_of_this_state_4
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_4 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_4_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_4
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_4 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_5_click = {
				transfer_state_to = country_with_core_of_this_state_5
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_5 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_5_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_5
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_5 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_6_click = {
				transfer_state_to = country_with_core_of_this_state_6
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_6 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_6_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_6
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_6 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_7_click = {
				transfer_state_to = country_with_core_of_this_state_7
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_7 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_7_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_7
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_7 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_8_click = {
				transfer_state_to = country_with_core_of_this_state_8
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_8 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
			ret_release_country_8_2_click = {
				controller = {
					release_on_controlled = PREV.country_with_core_of_this_state_8
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = country_with_core_of_this_state_8 }
				add_to_array = { global.toolpack_mp_action_array = 19 }
			}
		}

		triggers = {
			ret_release_country_1_visible = {
				has_variable = country_with_core_of_this_state_1
			}
			ret_release_country_1_2_visible = {
				has_variable = country_with_core_of_this_state_1
			}
			ret_release_country_1_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_1
			}
			ret_release_country_2_visible = {
				has_variable = country_with_core_of_this_state_2
			}
			ret_release_country_2_2_visible = {
				has_variable = country_with_core_of_this_state_2
			}
			ret_release_country_2_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_2
			}
			ret_release_country_3_visible = {
				has_variable = country_with_core_of_this_state_3
			}
			ret_release_country_3_2_visible = {
				has_variable = country_with_core_of_this_state_3
			}
			ret_release_country_3_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_3
			}
			ret_release_country_4_visible = {
				has_variable = country_with_core_of_this_state_4
			}
			ret_release_country_4_2_visible = {
				has_variable = country_with_core_of_this_state_4
			}
			ret_release_country_4_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_4
			}
			ret_release_country_5_visible = {
				has_variable = country_with_core_of_this_state_5
			}
			ret_release_country_5_2_visible = {
				has_variable = country_with_core_of_this_state_5
			}
			ret_release_country_5_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_5
			}
			ret_release_country_6_visible = {
				has_variable = country_with_core_of_this_state_6
			}
			ret_release_country_6_2_visible = {
				has_variable = country_with_core_of_this_state_6
			}
			ret_release_country_6_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_6
			}
			ret_release_country_7_visible = {
				has_variable = country_with_core_of_this_state_7
			}
			ret_release_country_7_2_visible = {
				has_variable = country_with_core_of_this_state_7
			}
			ret_release_country_7_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_7
			}
			ret_release_country_8_visible = {
				has_variable = country_with_core_of_this_state_8
			}
			ret_release_country_8_2_visible = {
				has_variable = country_with_core_of_this_state_8
			}
			ret_release_country_8_3_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_8
			}
			ret_banner_release_here_visible = {
				has_variable = country_with_core_of_this_state_1
			}
			ret_banner_release_within_visible = {
				has_variable = country_with_core_of_this_state_1
			}
			ret_banner_release_all_visible = {
				always = no #disabling measure
				has_variable = country_with_core_of_this_state_1
			}
			ret_banner_no_cores_here_visible = {
				NOT = {
					has_variable = country_with_core_of_this_state_1
				}
			}
		}
	}

	rmt_main_container = {
	
		context_type = selected_state_context
		
		window_name = "rmt_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = rmt_enabled
				ROOT = {
					has_country_flag = wia_host
				}
			}
		}

		effects = {
			rmt_mark_button_click = {
				set_state_flag = rmt_marked
			}
			rmt_unmark_button_click = {
				clr_state_flag = rmt_marked
			}
			rmt_mark_all_click = {
				FROM.OWNER = {
					every_owned_state = {
						set_state_flag = rmt_marked
					}
				}
			}
			rmt_mark_cores_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							is_core_of = PREV
							NOT = { has_state_flag = rmt_marked }
						}
						set_state_flag = rmt_marked
					}
				}
			}
			rmt_mark_colonies_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							NOT = { is_core_of = PREV }
							NOT = { has_state_flag = rmt_marked }
						}
						set_state_flag = rmt_marked
					}
				}
			}
			rmt_unmark_all_click = {
				every_state = {
					clr_state_flag = rmt_marked
				}
			}
			rmt_oil_on_click = {
				set_global_flag = rmt_oil_enabled
			}
			rmt_oil_off_click = {
				clr_global_flag = rmt_oil_enabled
			}
			rmt_rubber_on_click = {
				set_global_flag = rmt_rubber_enabled
			}
			rmt_rubber_off_click = {
				clr_global_flag = rmt_rubber_enabled
			}
			rmt_steel_on_click = {
				set_global_flag = rmt_steel_enabled
			}
			rmt_steel_off_click = {
				clr_global_flag = rmt_steel_enabled
			}
			rmt_alu_on_click = {
				set_global_flag = rmt_alu_enabled
			}
			rmt_alu_off_click = {
				clr_global_flag = rmt_alu_enabled
			}
			rmt_tungsten_on_click = {
				set_global_flag = rmt_tungsten_enabled
			}
			rmt_tungsten_off_click = {
				clr_global_flag = rmt_tungsten_enabled
			}
			rmt_chromium_on_click = {
				set_global_flag = rmt_chromium_enabled
			}
			rmt_chromium_off_click = {
				clr_global_flag = rmt_chromium_enabled
			}
			rmt_state_modifier_on_click = {
				set_global_flag = rmt_state_modifier_enabled
			}
			rmt_state_modifier_off_click = {
				clr_global_flag = rmt_state_modifier_enabled
			}
			#rmt_var_1_on_click = {
			#	set_global_flag = rmt_var_1_enabled
			#}
			#rmt_var_1_off_click = {
			#	clr_global_flag = rmt_var_1_enabled
			#}
			#rmt_var_2_on_click = {
			#	set_global_flag = rmt_var_2_enabled
			#}
			#rmt_var_2_off_click = {
			#	clr_global_flag = rmt_var_2_enabled
			#}
			rmt_add_1_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					add_to_variable = { global.rmt_variable_1 = 1 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					add_to_variable = { global.rmt_variable_2 = 1 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = 1
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = 1
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = 1
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = 1
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = 1
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = 1
						}
					}
					if = {
						limit = { has_global_flag = rmt_state_modifier_enabled }
						add_state_modifier = {
							modifier = { local_resources = 0.01 }
						}
						add_to_variable = { rmt_modifier_size = 1 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = 1
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = 1
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = 1
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = 1
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = 1
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = 1
							}
						}
						if = {
							limit = { has_global_flag = rmt_state_modifier_enabled }
							add_state_modifier = {
								modifier = { local_resources = 0.01 }
							}
							add_to_variable = { rmt_modifier_size = 1 }
						}
					}
				}
			}
			rmt_add_5_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					add_to_variable = { global.rmt_variable_1 = 5 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					add_to_variable = { global.rmt_variable_2 = 5 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = 5
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = 5
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = 5
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = 5
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = 5
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = 5
						}
					}
					if = {
						limit = { has_global_flag = rmt_state_modifier_enabled }
						add_state_modifier = {
							modifier = { local_resources = 0.05 }
						}
						add_to_variable = { rmt_modifier_size = 5 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = 5
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = 5
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = 5
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = 5
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = 5
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = 5
							}
						}
						if = {
							limit = { has_global_flag = rmt_state_modifier_enabled }
							add_state_modifier = {
								modifier = { local_resources = 0.05 }
							}
							add_to_variable = { rmt_modifier_size = 5 }
						}
					}
				}
			}
			rmt_add_25_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					add_to_variable = { global.rmt_variable_1 = 25 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					add_to_variable = { global.rmt_variable_2 = 25 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = 25
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = 25
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = 25
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = 25
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = 25
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = 25
						}
					}
					if = {
						limit = { has_global_flag = rmt_state_modifier_enabled }
						add_state_modifier = {
							modifier = { local_resources = 0.25 }
						}
						add_to_variable = { rmt_modifier_size = 25 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = 25
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = 25
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = 25
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = 25
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = 25
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = 25
							}
						}
						if = {
							limit = { has_global_flag = rmt_state_modifier_enabled }
							add_state_modifier = {
								modifier = { local_resources = 0.25 }
							}
							add_to_variable = { rmt_modifier_size = 25 }
						}
					}
				}
			}
			rmt_add_200_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					add_to_variable = { global.rmt_variable_1 = 200 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					add_to_variable = { global.rmt_variable_2 = 200 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = 200
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = 200
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = 200
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = 200
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = 200
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = 200
						}
					}
					if = {
						limit = { has_global_flag = rmt_state_modifier_enabled }
						add_state_modifier = {
							modifier = { local_resources = 2 }
						}
						add_to_variable = { rmt_modifier_size = 200 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = 200
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = 200
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = 200
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = 200
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = 200
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = 200
							}
						}
						if = {
							limit = { has_global_flag = rmt_state_modifier_enabled }
							add_state_modifier = {
								modifier = { local_resources = 2 }
							}
							add_to_variable = { rmt_modifier_size = 200 }
						}
					}
				}
			}
			rmt_sub_1_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					subtract_from_variable = { global.rmt_variable_1 = 1 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					subtract_from_variable = { global.rmt_variable_2 = 1 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = -1
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = -1
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = -1
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = -1
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = -1
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = -1
						}
					}
					if = {
						limit = {
							has_global_flag = rmt_state_modifier_enabled
							mrt_has_resources = yes
							check_variable = { rmt_modifier_size > -100 }
						}
						add_state_modifier = {
							modifier = { local_resources = -0.01 }
						}
						subtract_from_variable = { rmt_modifier_size = 1 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = -1
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = -1
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = -1
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = -1
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = -1
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = -1
							}
						}
						if = {
							limit = {
								has_global_flag = rmt_state_modifier_enabled
								mrt_has_resources = yes
								check_variable = { rmt_modifier_size > -100 }
							}
							add_state_modifier = {
								modifier = { local_resources = -0.01 }
							}
							subtract_from_variable = { rmt_modifier_size = 1 }
						}
					}
				}
			}
			rmt_sub_5_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					subtract_from_variable = { global.rmt_variable_1 = 5 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					subtract_from_variable = { global.rmt_variable_2 = 5 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = -5
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = -5
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = -5
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = -5
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = -5
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = -5
						}
					}
					if = {
						limit = {
							has_global_flag = rmt_state_modifier_enabled
							mrt_has_resources = yes
							check_variable = { rmt_modifier_size > -100 }
						}
						add_state_modifier = {
							modifier = { local_resources = -0.05 }
						}
						subtract_from_variable = { rmt_modifier_size = 5 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = -5
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = -5
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = -5
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = -5
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = -5
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = -5
							}
						}
						if = {
							limit = {
								has_global_flag = rmt_state_modifier_enabled
								mrt_has_resources = yes
								check_variable = { rmt_modifier_size > -100 }
							}
							add_state_modifier = {
								modifier = { local_resources = -0.05 }
							}
							subtract_from_variable = { rmt_modifier_size = 5 }
						}
					}
				}
			}
			rmt_sub_25_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					subtract_from_variable = { global.rmt_variable_1 = 25 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					subtract_from_variable = { global.rmt_variable_2 = 25 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = -25
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = -25
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = -25
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = -25
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = -25
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = -25
						}
					}
					if = {
						limit = {
							has_global_flag = rmt_state_modifier_enabled
							mrt_has_resources = yes
							check_variable = { rmt_modifier_size > -100 }
						}
						add_state_modifier = {
							modifier = { local_resources = -0.25 }
						}
						subtract_from_variable = { rmt_modifier_size = 25 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = -25
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = -25
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = -25
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = -25
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = -25
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = -25
							}
						}
						if = {
							limit = {
								has_global_flag = rmt_state_modifier_enabled
								mrt_has_resources = yes
								check_variable = { rmt_modifier_size > -100 }
							}
							add_state_modifier = {
								modifier = { local_resources = -0.25 }
							}
							subtract_from_variable = { rmt_modifier_size = 25 }
						}
					}
				}
			}
			rmt_sub_200_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 17 }
				if = {
					limit = { has_global_flag = rmt_var_1_enabled }
					subtract_from_variable = { global.rmt_variable_1 = 200 }
				}
				if = {
					limit = { has_global_flag = rmt_var_2_enabled }
					subtract_from_variable = { global.rmt_variable_2 = 200 }
				}
				if = {
					limit = {
						all_state = {
							NOT = { has_state_flag = rmt_marked }
						}
					}
					if = {
						limit = { has_global_flag = rmt_oil_enabled }
						add_resource = {
							type = oil
							amount = -200
						}
					}
					if = {
						limit = { has_global_flag = rmt_rubber_enabled }
						add_resource = {
							type = rubber
							amount = -200
						}
					}
					if = {
						limit = { has_global_flag = rmt_steel_enabled }
						add_resource = {
							type = steel
							amount = -200
						}
					}
					if = {
						limit = { has_global_flag = rmt_alu_enabled }
						add_resource = {
							type = aluminium
							amount = -200
						}
					}
					if = {
						limit = { has_global_flag = rmt_tungsten_enabled }
						add_resource = {
							type = tungsten
							amount = -200
						}
					}
					if = {
						limit = { has_global_flag = rmt_chromium_enabled }
						add_resource = {
							type = chromium
							amount = -200
						}
					}
					if = {
						limit = {
							has_global_flag = rmt_state_modifier_enabled
							mrt_has_resources = yes
							check_variable = { rmt_modifier_size > -1 }
						}
						add_state_modifier = {
							modifier = { local_resources = -2 }
						}
						subtract_from_variable = { rmt_modifier_size = 200 }
					}
				}
				if = {
					limit = {
						any_state = { has_state_flag = rmt_marked }
					}
					every_state = {
						limit = { has_state_flag = rmt_marked }
						if = {
							limit = { has_global_flag = rmt_oil_enabled }
							add_resource = {
								type = oil
								amount = -200
							}
						}
						if = {
							limit = { has_global_flag = rmt_rubber_enabled }
							add_resource = {
								type = rubber
								amount = -200
							}
						}
						if = {
							limit = { has_global_flag = rmt_steel_enabled }
							add_resource = {
								type = steel
								amount = -200
							}
						}
						if = {
							limit = { has_global_flag = rmt_alu_enabled }
							add_resource = {
								type = aluminium
								amount = -200
							}
						}
						if = {
							limit = { has_global_flag = rmt_tungsten_enabled }
							add_resource = {
								type = tungsten
								amount = -200
							}
						}
						if = {
							limit = { has_global_flag = rmt_chromium_enabled }
							add_resource = {
								type = chromium
								amount = -200
							}
						}
						if = {
							limit = {
								has_global_flag = rmt_state_modifier_enabled
								mrt_has_resources = yes
								check_variable = { rmt_modifier_size > -1 }
							}
							add_state_modifier = {
								modifier = { local_resources = -2 }
							}
							subtract_from_variable = { rmt_modifier_size = 200 }
						}
					}
				}
			}
			#rmt_sub_var_click = {
			#	if = {
			#		limit = {
			#			all_state = {
			#				NOT = { has_state_flag = rmt_marked }
			#			}
			#		}
			#		if = {
			#			limit = { has_global_flag = rmt_variable_1_enabled }
			#			multiply_variable = { global.rmt_variable_1 = -1 }
			#			if = {
			#				limit = { has_global_flag = rmt_oil_enabled }
			#				add_resource = {
			#					type = oil
			#					amount = global.rmt_variable_1
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_rubber_enabled }
			#				add_resource = {
			#					type = rubber
			#					amount = global.rmt_variable_1
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_steel_enabled }
			#				add_resource = {
			#					type = steel
			#					amount = global.rmt_variable_1
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_alu_enabled }
			#				add_resource = {
			#					type = aluminium
			#					amount = global.rmt_variable_1
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_tungsten_enabled }
			#				add_resource = {
			#					type = tungsten
			#					amount = global.rmt_variable_1
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_chromium_enabled }
			#				add_resource = {
			#					type = chromium
			#					amount = global.rmt_variable_1
			#				}
			#			}
			#			if = {
			#				limit = {
			#					has_global_flag = rmt_state_modifier_enabled
			#					mrt_has_resources = yes
			#					check_variable = { rmt_modifier_size > -201 }
			#				}
			#				add_state_modifier = {
			#					modifier = { local_resources = global.rmt_variable_1 }
			#				}
			#				subtract_from_variable = { rmt_modifier_size = global.rmt_variable_1 }
			#			}
			#			multiply_variable = { global.rmt_variable_1 = -1 }
			#		}
			#	}
			#	if = {
			#		limit = {
			#			any_state = { has_state_flag = rmt_marked }
			#		}
			#		every_state = {
			#			limit = { has_state_flag = rmt_marked }
			#			if = {
			#				limit = { has_global_flag = rmt_oil_enabled }
			#				add_resource = {
			#					type = oil
			#					amount = -200
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_rubber_enabled }
			#				add_resource = {
			#					type = rubber
			#					amount = -200
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_steel_enabled }
			#				add_resource = {
			#					type = steel
			#					amount = -200
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_alu_enabled }
			#				add_resource = {
			#					type = aluminium
			#					amount = -200
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_tungsten_enabled }
			#				add_resource = {
			#					type = tungsten
			#					amount = -200
			#				}
			#			}
			#			if = {
			#				limit = { has_global_flag = rmt_chromium_enabled }
			#				add_resource = {
			#					type = chromium
			#					amount = -200
			#				}
			#			}
			#			if = {
			#				limit = {
			#					has_global_flag = rmt_state_modifier_enabled
			#					mrt_has_resources = yes
			#					check_variable = { rmt_modifier_size > -1 }
			#				}
			#				add_state_modifier = {
			#					modifier = { local_resources = -2 }
			#				}
			#				subtract_from_variable = { rmt_modifier_size = 200 }
			#			}
			#		}
			#	}
			#}
		}

		triggers = {

			rmt_mark_button_visible = {
				NOT = { has_state_flag = rmt_marked }
			}
			rmt_unmark_button_visible = {
				has_state_flag = rmt_marked
			}
			rmt_mark_all_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = rmt_marked }
					}
				}
			}
			rmt_mark_cores_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = rmt_marked }
						is_core_of = this
					}
				}
			}
			rmt_mark_colonies_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = rmt_marked }
						NOT = { is_core_of = this }
					}
				}
			}
			rmt_unmark_all_click_enabled = {
				any_state = { has_state_flag = rmt_marked }
			}
			rmt_oil_on_visible = {
				NOT = { has_global_flag = rmt_oil_enabled }
			}
			rmt_oil_off_visible = {
				has_global_flag = rmt_oil_enabled
			}
			rmt_rubber_on_visible = {
				NOT = { has_global_flag = rmt_rubber_enabled }
			}
			rmt_rubber_off_visible = {
				has_global_flag = rmt_rubber_enabled
			}
			rmt_steel_on_visible = {
				NOT = { has_global_flag = rmt_steel_enabled }
			}
			rmt_steel_off_visible = {
				has_global_flag = rmt_steel_enabled
			}
			rmt_alu_on_visible = {
				NOT = { has_global_flag = rmt_alu_enabled }
			}
			rmt_alu_off_visible = {
				has_global_flag = rmt_alu_enabled
			}
			rmt_tungsten_on_visible = {
				NOT = { has_global_flag = rmt_tungsten_enabled }
			}
			rmt_tungsten_off_visible = {
				has_global_flag = rmt_tungsten_enabled
			}
			rmt_chromium_on_visible = {
				NOT = { has_global_flag = rmt_chromium_enabled }
			}
			rmt_chromium_off_visible = {
				has_global_flag = rmt_chromium_enabled
			}
			rmt_state_modifier_on_visible = {
				NOT = { has_global_flag = rmt_state_modifier_enabled }
			}
			rmt_state_modifier_off_visible = {
				has_global_flag = rmt_state_modifier_enabled
			}
			#rmt_var_1_on_visible = {
			#	NOT = { has_global_flag = rmt_var_1_enabled }
			#}
			#rmt_var_1_off_visible = {
			#	has_global_flag = rmt_var_1_enabled
			#}
			#rmt_var_2_on_visible = {
			#	NOT = { has_global_flag = rmt_var_2_enabled }
			#}
			#rmt_var_2_off_visible = {
			#	has_global_flag = rmt_var_2_enabled
			#}
			rmt_add_1_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_add_5_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_add_25_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_add_200_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_sub_1_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_sub_5_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_sub_25_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			rmt_sub_200_click_enabled = {
				OR = {
					AND = {
						OR = {
							has_global_flag = rmt_oil_enabled
							has_global_flag = rmt_rubber_enabled
							has_global_flag = rmt_steel_enabled
							has_global_flag = rmt_alu_enabled
							has_global_flag = rmt_tungsten_enabled
							has_global_flag = rmt_chromium_enabled
							has_global_flag = rmt_state_modifier_enabled
						}
						NOT = { has_global_flag = rmt_var_1_enabled }
						NOT = { has_global_flag = rmt_var_2_enabled }
					}
					AND = {
						NOT = { has_global_flag = rmt_oil_enabled }
						NOT = { has_global_flag = rmt_rubber_enabled }
						NOT = { has_global_flag = rmt_steel_enabled }
						NOT = { has_global_flag = rmt_alu_enabled }
						NOT = { has_global_flag = rmt_tungsten_enabled }
						NOT = { has_global_flag = rmt_chromium_enabled }
						NOT = { has_global_flag = rmt_state_modifier_enabled }
						OR = {
							has_global_flag = rmt_var_1_enabled
							has_global_flag = rmt_var_2_enabled
						}
					}
				}
			}
			#rmt_add_var_click_enabled = {
			#	OR = {
			#		has_global_flag = rmt_var_1_enabled
			#		has_global_flag = rmt_var_2_enabled
			#	}
			#	OR = {
			#		has_global_flag = rmt_oil_enabled
			#		has_global_flag = rmt_rubber_enabled
			#		has_global_flag = rmt_steel_enabled
			#		has_global_flag = rmt_alu_enabled
			#		has_global_flag = rmt_tungsten_enabled
			#		has_global_flag = rmt_chromium_enabled
			#		AND = {
			#			has_global_flag = rmt_state_modifier_enabled
			#			OR = {
			#				AND = {
			#					has_global_flag = rmt_var_1_enabled
			#					check_variable = { global.rmt_variable_1 > -201 }
			#				}
			#				AND = {
			#					has_global_flag = rmt_var_2_enabled
			#					check_variable = { global.rmt_variable_2 > -201 }
			#				}
			#			}
			#		}
			#	}
			#}
			#rmt_sub_var_click_enabled = {
			#	OR = {
			#		has_global_flag = rmt_var_1_enabled
			#		has_global_flag = rmt_var_2_enabled
			#	}
			#	OR = {
			#		has_global_flag = rmt_oil_enabled
			#		has_global_flag = rmt_rubber_enabled
			#		has_global_flag = rmt_steel_enabled
			#		has_global_flag = rmt_alu_enabled
			#		has_global_flag = rmt_tungsten_enabled
			#		has_global_flag = rmt_chromium_enabled
			#		AND = {
			#			has_global_flag = rmt_state_modifier_enabled
			#			OR = {
			#				AND = {
			#					has_global_flag = rmt_var_1_enabled
			#					check_variable = { global.rmt_variable_1 > -201 }
			#				}
			#				AND = {
			#					has_global_flag = rmt_var_2_enabled
			#					check_variable = { global.rmt_variable_2 > -201 }
			#				}
			#			}
			#		}
			#	}
			#}
		}
	}

	smt_main = {
	
		context_type = selected_state_context
		
		window_name = "smt_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = smt_enabled
				has_country_flag = wia_host
			}
		}
		
		effects = {
		
			smt_mark_button_click = {
				FROM.FROM = { 
					set_state_flag = smt_marked
				}
			}
			smt_unmark_button_click = {
				FROM.FROM = { 
					clr_state_flag = smt_marked 
				}
			}
			smt_mark_all_click = {
				FROM.OWNER = {
					every_owned_state = {
						set_state_flag = smt_marked
					}
				}
			}
			smt_mark_cores_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							is_core_of = PREV
							NOT = { has_state_flag = smt_marked }
						}
						set_state_flag = smt_marked
					}
				}
			}
			smt_mark_colonies_click  = {
				FROM.OWNER = {
					every_owned_state = {
						limit = {
							NOT = { is_core_of = PREV }
							NOT = { has_state_flag = smt_marked }
						}
						set_state_flag = smt_marked
					}
				}
			}
			smt_unmark_all_click = {
				every_state = {
					clr_state_flag = smt_marked
				}
			}
			smt_mark_occupied_click = {
				every_state = {
					limit = {
						is_controlled_by = FROM
						NOT = { is_owned_by = FROM }
					}
					set_state_flag = smt_marked
				}
			}
			smt_transfer_ownership_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
					FROM.OWNER = { transfer_state = PREV }
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
				}
				bst_count_civf = yes
			}
			smt_transfer_control_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
					FROM.OWNER = { set_state_controller = PREV }
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
				}
				bst_count_civf = yes
			}
			smt_transfer_resource_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
					OWNER = {			#owner of the state
						FROM.OWNER = {	#target
							PREV = {	#owner of the state, again
								give_resource_rights = {
									receiver = PREV	#target
									state = PREV.PREV.PREV
									#resources = { oil }
								}
							}
						}
					}
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
				}
				bst_count_civf = yes
			}
			smt_set_capital_click = {
				random_country = {
					limit = { owns_state = FROM.FROM }
					set_capital = { state = FROM.FROM }
				}
			}
			smt_core_states_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					FROM.OWNER = { add_state_core = PREV }
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_uncore_states_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					FROM.OWNER = { remove_state_core = PREV }
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
				}
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 1 }
			}
			smt_claim_states_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					FROM.OWNER = { add_state_claim = PREV }
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_unclaim_states_click = {
				every_state = {
					limit = { has_state_flag = smt_marked }
					FROM.OWNER = { remove_state_claim = PREV }
					if = {
						limit = {
							NOT = {
								has_global_flag = smt_turned_off_autoclear
							}
						}
						clr_state_flag = smt_marked
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_demilitarize_click = {
				FROM.OWNER = {
					every_state = {
						limit = { has_state_flag = smt_marked }
						set_demilitarized_zone = yes
						if = {
							limit = {
								NOT = {
									has_global_flag = smt_turned_off_autoclear
								}
							}
							clr_state_flag = smt_marked
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 1 }
					}
				}
			}
			smt_remilitarize_click = {
				FROM.OWNER = {
					every_state = {
						limit = { has_state_flag = smt_marked }
						set_demilitarized_zone = no
						if = {
							limit = {
								NOT = {
									has_global_flag = smt_turned_off_autoclear
								}
							}
							clr_state_flag = smt_marked
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 1 }
					}
				}
			}
			smt_upgrade_state_category_click = {
				FROM.OWNER = {
					every_state = {
						limit = { has_state_flag = smt_marked }
						smt_upgrade_state_category = yes
						#clr_state_flag = smt_marked	#needs repeated use
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 1 }
					}
				}
			}
			smt_downgrade_state_category_click = {
				FROM.OWNER = {
					every_state = {
						limit = { has_state_flag = smt_marked }
						smt_downgrade_state_category = yes
						#clr_state_flag = smt_marked	#needs repeated use
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 1 }
					}
				}
			}
			smt_increase_resistance_1_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_resistance = 1
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_increase_resistance_5_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_resistance = 5
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_increase_resistance_20_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_resistance = 20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_decrease_resistance_1_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_resistance = -1
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_decrease_resistance_5_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_resistance = -5
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_decrease_resistance_20_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_resistance = -20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}


			#####
			smt_increase_compliance_1_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_compliance = 1
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_increase_compliance_5_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_compliance = 5
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_increase_compliance_20_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_compliance = 20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_decrease_compliance_1_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_compliance = -1
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_decrease_compliance_5_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_compliance = -5
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			smt_decrease_compliance_20_click = {
				every_state = {
					limit = {
						has_state_flag = smt_marked
						has_resistance = yes
					}
					add_compliance = -20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 1 }
				}
			}
			###
			smt_autoclear_off_click = {
				set_global_flag = smt_turned_off_autoclear
			}
			smt_autoclear_on_click = {
				clr_global_flag = smt_turned_off_autoclear
			}
		}
		
		triggers = {
		
			smt_mark_button_visible = {
				NOT = { has_state_flag = smt_marked }
			}
			smt_unmark_button_visible = {
				has_state_flag = smt_marked
			}
			smt_mark_all_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = smt_marked }
					}
				}
			}
			smt_mark_cores_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = smt_marked }
						is_core_of = this
					}
				}
			}
			smt_mark_colonies_click_enabled = {
				FROM.OWNER = {
					any_owned_state = {
						NOT = { has_state_flag = smt_marked }
						NOT = { is_core_of = this }
					}
				}
			}
			smt_unmark_all_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_transfer_ownership_click_enabled = {
				FROM.OWNER = {
					all_owned_state = {
						NOT = { has_state_flag = smt_marked }
					}
				}
				any_state = { has_state_flag = smt_marked }
			}
			smt_transfer_control_click_enabled = {
				all_state = {
					OR = {
						NOT = { has_state_flag = smt_marked }
						AND = {
							has_state_flag = smt_marked
							NOT = { is_controlled_by = FROM }
						}
					}
				}
				any_state = { has_state_flag = smt_marked }
			}
			smt_transfer_resource_click_enabled = {
				all_state = {
					OR = {
						NOT = { has_state_flag = smt_marked }
						AND = {
							has_state_flag = smt_marked
							NOT = { is_controlled_by = FROM }
						}
					}
				}
				any_state = { has_state_flag = smt_marked }
			}
			smt_set_capital_click_enabled = {
				always = yes
			}
			smt_core_states_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_uncore_states_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_claim_states_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_unclaim_states_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_demilitarize_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_remilitarize_click_enabled = {
				any_state = { has_state_flag = smt_marked }
			}
			smt_upgrade_state_category_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					NOT = {
						has_state_category = megalopolis
					}
				}
			}
			smt_downgrade_state_category_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					NOT = {
						has_state_category = enclave
						has_state_category = wasteland
						has_state_category = tiny_island
					}
				}
			}
			smt_no_resistance_banner_visible = {
				FROM = {	#selected state
					has_resistance = no
				}
			}
			smt_resistance_banner_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_increase_resistance_1_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_increase_resistance_5_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_increase_resistance_20_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_decrease_resistance_1_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_decrease_resistance_5_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_decrease_resistance_20_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_compliance_banner_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_increase_compliance_1_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_increase_compliance_5_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_increase_compliance_20_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_decrease_compliance_1_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_decrease_compliance_5_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			smt_decrease_compliance_20_visible = {
				FROM = {	#selected state
					has_resistance = yes
				}
			}
			###
			smt_autoclear_off_visible = {
				NOT = {
					has_global_flag = smt_turned_off_autoclear
				}
			}
			smt_autoclear_on_visible = {
				has_global_flag = smt_turned_off_autoclear
			}

			smt_increase_resistance_1_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_increase_resistance_5_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_increase_resistance_20_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_decrease_resistance_1_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_decrease_resistance_5_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_decrease_resistance_20_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_increase_compliance_1_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_increase_compliance_5_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_increase_compliance_20_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_decrease_compliance_1_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_decrease_compliance_5_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
			smt_decrease_compliance_20_click_enabled = {
				any_state = {
					has_state_flag = smt_marked
					has_resistance = yes
				}
			}
		}
	}

	sst_main_container = {
	
		context_type = selected_country_context
		
		window_name = "sst_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = sst_enabled
				has_country_flag = wia_host
			}
		}
		
		effects = {
### SHIP TYPES ###
			sst_add_xp_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 11 }
				OWNER = {
					navy_experience = 50
				}
			}
			sst_clear_xp_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 11 }
				OWNER = {
					navy_experience = -50000
				}
			}
			sst_help_button_click = {
				ROOT = {
					country_event = toolpack.4
				}
			}
			sst_enable_convoys_click = {
				if = {
					limit = {
						NOT = { has_global_flag = sst_convoys_disabled }
					}
					set_global_flag = sst_convoys_disabled
				}
				else = { clr_global_flag = sst_convoys_disabled }
			}
			sst_type_destroyer_on_click = {
				set_global_flag = sst_destroyer_enabled
			}
			sst_type_destroyer_off_click = {
				clr_global_flag = sst_destroyer_enabled
			}
			sst_type_lc_on_click = {
				set_global_flag = sst_lc_enabled
			}
			sst_type_lc_off_click = {
				clr_global_flag = sst_lc_enabled
			}
			sst_type_hc_on_click = {
				set_global_flag = sst_hc_enabled
			}
			sst_type_hc_off_click = {
				clr_global_flag = sst_hc_enabled
			}
			sst_type_bc_on_click = {
				set_global_flag = sst_bc_enabled
			}
			sst_type_bc_off_click = {
				clr_global_flag = sst_bc_enabled
			}
			sst_type_bs_on_click = {
				set_global_flag = sst_bs_enabled
			}
			sst_type_bs_off_click = {
				clr_global_flag = sst_bs_enabled
			}
			sst_type_carrier_on_click = {
				set_global_flag = sst_carrier_enabled
			}
			sst_type_carrier_off_click = {
				clr_global_flag = sst_carrier_enabled
			}
			sst_type_sub_on_click = {
				set_global_flag = sst_sub_enabled
			}
			sst_type_sub_off_click = {
				clr_global_flag = sst_sub_enabled
			}
			sst_delete_button_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 12 }
				tcw_clear_all_global_confirms = yes
				set_global_flag = tp_open_confirmation_window
				set_global_flag = sst_confirm_ship_deletion
				set_country_flag = sst_ship_deletion_target
			}
### DESIGN YEAR ###
			sst_y1_off_click = {
				clr_global_flag = sst_y1_enabled
			}
			sst_y1_on_click = {
				set_global_flag = sst_y1_enabled

				clr_global_flag = sst_y2_enabled
				clr_global_flag = sst_y3_enabled
				clr_global_flag = sst_y4_enabled
				clr_global_flag = sst_y5_enabled
			}
			sst_y2_off_click = {
				clr_global_flag = sst_y2_enabled
			}
			sst_y2_on_click = {
				set_global_flag = sst_y2_enabled

				clr_global_flag = sst_y1_enabled
				clr_global_flag = sst_y3_enabled
				clr_global_flag = sst_y4_enabled
				clr_global_flag = sst_y5_enabled
			}
			sst_y3_off_click = {
				clr_global_flag = sst_y3_enabled
			}
			sst_y3_on_click = {
				set_global_flag = sst_y3_enabled

				clr_global_flag = sst_y1_enabled
				clr_global_flag = sst_y2_enabled
				clr_global_flag = sst_y4_enabled
				clr_global_flag = sst_y5_enabled
			}
			sst_y4_off_click = {
				clr_global_flag = sst_y4_enabled
			}
			sst_y4_on_click = {
				set_global_flag = sst_y4_enabled

				clr_global_flag = sst_y1_enabled
				clr_global_flag = sst_y2_enabled
				clr_global_flag = sst_y3_enabled
				clr_global_flag = sst_y5_enabled
			}
			sst_y5_off_click = {
				clr_global_flag = sst_y5_enabled
			}
			sst_y5_on_click = {
				set_global_flag = sst_y5_enabled
				
				clr_global_flag = sst_y1_enabled
				clr_global_flag = sst_y2_enabled
				clr_global_flag = sst_y3_enabled
				clr_global_flag = sst_y4_enabled
			}
### SPAWN BUTTONS ###
			sst_spawn_1_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 12 }
				sst_spawn_ship = yes		#SCRIPTED EFFECTS
			}
			sst_spawn_5_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 12 }
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
			}
			sst_spawn_20_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 12 }
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
			}
			sst_spawn_50_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 12 }
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
				sst_spawn_ship = yes
			}
			sst_spawn_convoys_10_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 13 }
				add_equipment_to_stockpile = {
					type = convoy
					amount = 10
				}
			}
			sst_spawn_convoys_50_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 13 }
				add_equipment_to_stockpile = {
					type = convoy
					amount = 50
				}
			}
			sst_spawn_convoys_200_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 13 }
				add_equipment_to_stockpile = {
					type = convoy
					amount = 200
				}
			}
			sst_spawn_convoys__10_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 13 }
				add_equipment_to_stockpile = {
					type = convoy
					amount = -10
				}
			}
			sst_spawn_convoys__50_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 13 }
				add_equipment_to_stockpile = {
					type = convoy
					amount = -50
				}
			}
			sst_spawn_convoys__200_click = {
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 13 }
				add_equipment_to_stockpile = {
					type = convoy
					amount = -200
				}
			}
		}
		### SHIP TYPES ###
		triggers = {
			sst_delete_button_click_enabled = {
				has_navy_size = {
					size > 0
				}
				OR = {
					has_global_flag = sst_destroyer_enabled
					has_global_flag = sst_lc_enabled
					has_global_flag = sst_hc_enabled
					has_global_flag = sst_bc_enabled
					has_global_flag = sst_bs_enabled
					has_global_flag = sst_carrier_enabled
					has_global_flag = sst_sub_enabled
				}
			}
			sst_type_destroyer_on_visible = {
				NOT = {
					has_global_flag = sst_destroyer_enabled
				}
			}
			sst_type_destroyer_off_visible = {
				has_global_flag = sst_destroyer_enabled
			}
			sst_type_lc_on_visible = {
				NOT = {
					has_global_flag = sst_lc_enabled
				}
			}
			sst_type_lc_off_visible = {
				has_global_flag = sst_lc_enabled
			}
			sst_type_hc_on_visible = {
				NOT = {
					has_global_flag = sst_hc_enabled
				}
			}
			sst_type_hc_off_visible = {
				has_global_flag = sst_hc_enabled
			}
			sst_type_bc_on_visible = {
				NOT = {
					has_global_flag = sst_bc_enabled
				}
			}
			sst_type_bc_off_visible = {
				has_global_flag = sst_bc_enabled
			}
			sst_type_bs_on_visible = {
				NOT = {
					has_global_flag = sst_bs_enabled
				}
			}
			sst_type_bs_off_visible = {
				has_global_flag = sst_bs_enabled
			}
			sst_type_carrier_on_visible = {
				NOT = {
					has_global_flag = sst_carrier_enabled
				}
			}
			sst_type_carrier_off_visible = {
				has_global_flag = sst_carrier_enabled
			}
			sst_type_sub_on_visible = {
				NOT = {
					has_global_flag = sst_sub_enabled
				}
			}
			sst_type_sub_off_visible = {
				has_global_flag = sst_sub_enabled
			}
### DESIGN YEAR ###
			sst_y1_off_visible = {
				has_global_flag = sst_y1_enabled
			}
			sst_y1_on_visible = {
				NOT = {
					has_global_flag = sst_y1_enabled
				}
			}
			sst_y2_off_visible = {
				has_global_flag = sst_y2_enabled
			}
			sst_y2_on_visible = {
				NOT = {
					has_global_flag = sst_y2_enabled
				}
			}
			sst_y3_off_visible = {
				has_global_flag = sst_y3_enabled
			}
			sst_y3_on_visible = {
				NOT = {
					has_global_flag = sst_y3_enabled
				}
			}
			sst_y4_off_visible = {
				has_global_flag = sst_y4_enabled
			}
			sst_y4_on_visible = {
				NOT = {
					has_global_flag = sst_y4_enabled
				}
			}
			sst_y5_off_visible = {
				has_global_flag = sst_y5_enabled
				always = no
			}
			sst_y5_on_visible = {
				NOT = {
					has_global_flag = sst_y5_enabled
				}
				always = no
			}
### SPAWN BUTTONS ###
			sst_spawn_1_click_enabled = {
				OR = {
					has_global_flag = sst_y1_enabled
					has_global_flag = sst_y2_enabled
					has_global_flag = sst_y3_enabled
					has_global_flag = sst_y4_enabled
					has_global_flag = sst_y5_enabled
				}
				OR = {
					has_global_flag = sst_destroyer_enabled
					has_global_flag = sst_lc_enabled
					has_global_flag = sst_hc_enabled
					has_global_flag = sst_bc_enabled
					has_global_flag = sst_bs_enabled
					has_global_flag = sst_carrier_enabled
					has_global_flag = sst_sub_enabled
				}
			}
			sst_spawn_5_click_enabled = {
				OR = {
					has_global_flag = sst_y1_enabled
					has_global_flag = sst_y2_enabled
					has_global_flag = sst_y3_enabled
					has_global_flag = sst_y4_enabled
					has_global_flag = sst_y5_enabled
				}
				OR = {
					has_global_flag = sst_destroyer_enabled
					has_global_flag = sst_lc_enabled
					has_global_flag = sst_hc_enabled
					has_global_flag = sst_bc_enabled
					has_global_flag = sst_bs_enabled
					has_global_flag = sst_carrier_enabled
					has_global_flag = sst_sub_enabled
				}
			}
			sst_spawn_20_click_enabled = {
				OR = {
					has_global_flag = sst_y1_enabled
					has_global_flag = sst_y2_enabled
					has_global_flag = sst_y3_enabled
					has_global_flag = sst_y4_enabled
					has_global_flag = sst_y5_enabled
				}
				OR = {
					has_global_flag = sst_destroyer_enabled
					has_global_flag = sst_lc_enabled
					has_global_flag = sst_hc_enabled
					has_global_flag = sst_bc_enabled
					has_global_flag = sst_bs_enabled
					has_global_flag = sst_carrier_enabled
					has_global_flag = sst_sub_enabled
				}
			}
			sst_spawn_50_click_enabled = {
				OR = {
					has_global_flag = sst_y1_enabled
					has_global_flag = sst_y2_enabled
					has_global_flag = sst_y3_enabled
					has_global_flag = sst_y4_enabled
					has_global_flag = sst_y5_enabled
				}
				OR = {
					has_global_flag = sst_destroyer_enabled
					has_global_flag = sst_lc_enabled
					has_global_flag = sst_hc_enabled
					has_global_flag = sst_bc_enabled
					has_global_flag = sst_bs_enabled
					has_global_flag = sst_carrier_enabled
					has_global_flag = sst_sub_enabled
				}
			}
### CONVOYS ###
			sst_convoy_glow_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_convoy_bg_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_convoys_text_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_spawn_convoys_10_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_spawn_convoys_50_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_spawn_convoys_200_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_spawn_convoys__10_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_spawn_convoys__50_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
			sst_spawn_convoys__200_visible = {
				NOT = { has_global_flag = sst_convoys_disabled }
			}
		}
	}

	tpt_main_container = {
	
		context_type = selected_country_context
		
		window_name = "tpt_main_container"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = tpt_enabled
				has_country_flag = wia_host
			}
		}
		
		effects = {
			tpt_tab_button_frame_1a_click = {
				set_global_flag = tpt_window_a
				clr_global_flag = tpt_window_b
				clr_global_flag = tpt_window_c
				clr_global_flag = tpt_window_d
				clr_global_flag = tpt_window_e
			}
			tpt_tab_button_frame_1b_click = {
				set_global_flag = tpt_window_b
				clr_global_flag = tpt_window_a
				clr_global_flag = tpt_window_c
				clr_global_flag = tpt_window_d
				clr_global_flag = tpt_window_e
			}
			tpt_tab_button_frame_1c_click = {
				clr_global_flag = tpt_window_b
				clr_global_flag = tpt_window_a
				set_global_flag = tpt_window_c
				clr_global_flag = tpt_window_d
				clr_global_flag = tpt_window_e
			}
			tpt_tab_button_frame_1d_click = {
				clr_global_flag = tpt_window_b
				clr_global_flag = tpt_window_a
				clr_global_flag = tpt_window_c
				set_global_flag = tpt_window_d
				clr_global_flag = tpt_window_e
			}
			tpt_tab_button_frame_1e_click = {
				clr_global_flag = tpt_window_b
				clr_global_flag = tpt_window_a
				clr_global_flag = tpt_window_c
				clr_global_flag = tpt_window_d
				set_global_flag = tpt_window_e
			}
			tpt_tab_switch_button_click = {
				if = {
					limit = { has_global_flag = tpt_window_e }
					clr_global_flag = tpt_window_e
					set_global_flag = tpt_window_a
					set_global_flag = tpt_window_stop
				}
				if = {
					limit = { has_global_flag = tpt_window_d }
					clr_global_flag = tpt_window_d
					set_global_flag = tpt_window_e
				}
				if = {
					limit = { has_global_flag = tpt_window_c }
					clr_global_flag = tpt_window_c
					set_global_flag = tpt_window_d
				}
				if = {
					limit = { has_global_flag = tpt_window_b }
					clr_global_flag = tpt_window_b
					set_global_flag = tpt_window_c
				}
				if = {
					limit = {
						has_global_flag = tpt_window_a
						NOT = { has_global_flag = tpt_window_stop }
					}
					clr_global_flag = tpt_window_a
					set_global_flag = tpt_window_b
				}
				clr_global_flag = tpt_window_stop
			}
			tpt_marker_click = {
				set_country_flag = tpt_actor
			}
			tpt_unmarker_click = {
				clr_country_flag = tpt_actor
			}
			tpt_unmark_all_click = {
				every_country = {
					limit = { has_country_flag = tpt_actor }
					clr_country_flag = tpt_actor
				}
			}
			tpt_mark_ideology_click = {
				if = {
					limit = { has_government = fascism }
					every_country = {
						limit = { has_government = fascism }
						set_country_flag = tpt_actor
					}
				}
				if = {
					limit = { has_government = communism }
					every_country = {
						limit = { has_government = communism }
						set_country_flag = tpt_actor
					}
				}
				if = {
					limit = { has_government = democratic }
					every_country = {
						limit = { has_government = democratic }
						set_country_flag = tpt_actor
					}
				}
				if = {
					limit = { has_government = neutrality }
					every_country = {
						limit = { has_government = neutrality }
						set_country_flag = tpt_actor
					}
				}
			}
### RESEARCH ###

			tpt_remove_rs_slot_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					add_research_slot = -1
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						add_research_slot = -1
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_remove_rs_slot_shift_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					add_research_slot = -5
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						add_research_slot = -5
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_rs_slot_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					add_research_slot = 1
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						add_research_slot = 1
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_rs_slot_shift_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					add_research_slot = 5
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						add_research_slot = 5
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_set_0_rs_slots_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					set_research_slots = 0
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						set_research_slots = 0
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_set_100_rs_slots_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					set_research_slots = 100
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						set_research_slots = 100
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_reset_rs_slots_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					if = {
						limit = {
							NOT = { has_country_flag = original_amount_rs_slots }
						}
						set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
						set_country_flag = original_amount_rs_slots
					}
					set_research_slots = original_amount_rs_slots
					clr_country_flag = original_amount_rs_slots
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						if = {
							limit = {
								NOT = { has_country_flag = original_amount_rs_slots }
							}
							set_variable = { THIS.original_amount_rs_slots = THIS.amount_research_slots }
							set_country_flag = original_amount_rs_slots
						}
						set_research_slots = original_amount_rs_slots
						clr_country_flag = tpt_actor
						clr_country_flag = original_amount_rs_slots
					}
				}
			}
			tpt_add_breakthrough_land_1_click = {
				add_breakthrough_points = {
					specialization = specialization_land
					value = 1
				}
			}
			tpt_add_breakthrough_land_5_click = {
				add_breakthrough_points = {
					specialization = specialization_land
					value = 5
				}
			}
			tpt_add_breakthrough_navy_1_click = {
				add_breakthrough_points = {
					specialization = specialization_naval
			    	value = 1
				}
			}
			tpt_add_breakthrough_navy_5_click = {
				add_breakthrough_points = {
					specialization = specialization_naval
			    	value = 5
				}
			}
			tpt_add_breakthrough_air_1_click = {
				add_breakthrough_points = {
					specialization = specialization_air
			    	value = 1
				}
			}
			tpt_add_breakthrough_air_5_click = {
				add_breakthrough_points = {
					specialization = specialization_air
			    	value = 5
				}
			}
			tpt_add_breakthrough_nuclear_1_click = {
				add_breakthrough_points = {
					specialization = specialization_nuclear
			    	value = 1
				}
			}
			tpt_add_breakthrough_nuclear_5_click = {
				add_breakthrough_points = {
					specialization = specialization_nuclear
			    	value = 5
				}
			}
### COUNTRY ###
			tpt_add_fascism_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_fascist_nation }
						}
						add_ideas = tp_fascist_nation
						else = { remove_ideas = tp_fascist_nation }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_fascist_nation }
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						add_ideas = tp_fascist_nation
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_fascist_nation
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_ban_fascism_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_fascism_banned }
						}
						add_ideas = tp_fascism_banned
						else = { remove_ideas = tp_fascism_banned }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_fascism_banned }
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						add_ideas = tp_fascism_banned
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_fascism_banned
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_communism_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_communist_nation }
						}
						add_ideas = tp_communist_nation
						else = { remove_ideas = tp_communist_nation }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_communist_nation }
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						add_ideas = tp_communist_nation
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_communist_nation
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_ban_communism_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_communism_banned }
						}
						add_ideas = tp_communism_banned
						else = { remove_ideas = tp_communism_banned }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_communism_banned }
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						add_ideas = tp_communism_banned
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_communism_banned
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_democratic_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_democratic_nation }
						}
						add_ideas = tp_democratic_nation
						else = { remove_ideas = tp_democratic_nation }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_democratic_nation }
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						add_ideas = tp_democratic_nation
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_democratic_nation
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_ban_democratic_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_democratic_banned }
						}
						add_ideas = tp_democratic_banned
						else = { remove_ideas = tp_democratic_banned }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_democratic_banned }
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						add_ideas = tp_democratic_banned
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_democratic_banned
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_neutrality_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_neutral_nation }
						}
						add_ideas = tp_neutral_nation
						else = { remove_ideas = tp_neutral_nation }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_neutral_nation }
						}
						add_ideas = tp_neutral_nation
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 8 }
							remove_ideas = tp_neutral_nation
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_ban_neutrality_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							NOT = { has_idea = tp_neutrality_banned }
						}
						add_ideas = tp_neutrality_banned
						else = { remove_ideas = tp_neutrality_banned }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
							NOT = { has_idea = tp_neutrality_banned }
						}
						add_ideas = tp_neutrality_banned
						every_other_country = {
							limit = { has_country_flag = tpt_actor }
							remove_ideas = tp_neutrality_banned
							clr_country_flag = tpt_actor
						}
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
					}
				}
			}
			tpt_fascist_on_click = {
				set_global_flag = tpt_fascist
			}
			tpt_fascist_off_click = {
				clr_global_flag = tpt_fascist
			}
			tpt_communist_on_click = {
				set_global_flag = tpt_communist
			}
			tpt_communist_off_click = {
				clr_global_flag = tpt_communist
			}
			tpt_democratic_on_click = {
				set_global_flag = tpt_democratic
			}
			tpt_democratic_off_click = {
				clr_global_flag = tpt_democratic
			}
			tpt_neutral_on_click = {
				set_global_flag = tpt_neutral
			}
			tpt_neutral_off_click = {
				clr_global_flag = tpt_neutral
			}
			tpt_enable_elections_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					set_politics = {
						ruling_party = THIS
						elections_allowed = yes
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
						}
						set_politics = {
							ruling_party = THIS
							elections_allowed = yes
						}
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
					}
				}
			}
			tpt_disable_elections_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					set_politics = {
						ruling_party = THIS
						elections_allowed = no
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
						}
						set_politics = {
							ruling_party = THIS
							elections_allowed = no
						}
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
					}
				}
			}
			tpt_kill_country_leader_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					kill_country_leader = yes
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = {
							has_country_flag = tpt_actor
						}
						kill_country_leader = yes
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
					}
				}
			}
			tpt_change_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						set_politics = { ruling_party = fascism }
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						set_politics = { ruling_party = communism }
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						set_politics = { ruling_party = democratic }
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						set_politics = { ruling_party = neutrality }
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							set_politics = { ruling_party = fascism }
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							set_politics = { ruling_party = communism }
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							set_politics = { ruling_party = democratic }
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							set_politics = { ruling_party = neutrality }
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_5_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						add_popularity = {
							ideology = fascism
							popularity = 0.05
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						add_popularity = {
							ideology = communism
							popularity = 0.05
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						add_popularity = {
							ideology = democratic
							popularity = 0.05
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						add_popularity = {
							ideology = neutrality
							popularity = 0.05
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							add_popularity = {
								ideology = fascism
								popularity = 0.05
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							add_popularity = {
								ideology = communism
								popularity = 0.05
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							add_popularity = {
								ideology = democratic
								popularity = 0.05
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							add_popularity = {
								ideology = neutrality
								popularity = 0.05
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_subtract_5_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						add_popularity = {
							ideology = fascism
							popularity = -0.05
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						add_popularity = {
							ideology = communism
							popularity = -0.05
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						add_popularity = {
							ideology = democratic
							popularity = -0.05
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						add_popularity = {
							ideology = neutrality
							popularity = -0.05
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							add_popularity = {
								ideology = fascism
								popularity = -0.05
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							add_popularity = {
								ideology = communism
								popularity = -0.05
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							add_popularity = {
								ideology = democratic
								popularity = -0.05
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							add_popularity = {
								ideology = neutrality
								popularity = -0.05
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_10_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						add_popularity = {
							ideology = fascism
							popularity = 0.10
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						add_popularity = {
							ideology = communism
							popularity = 0.10
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						add_popularity = {
							ideology = democratic
							popularity = 0.10
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						add_popularity = {
							ideology = neutrality
							popularity = 0.10
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							add_popularity = {
								ideology = fascism
								popularity = 0.10
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							add_popularity = {
								ideology = communism
								popularity = 0.10
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							add_popularity = {
								ideology = democratic
								popularity = 0.10
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							add_popularity = {
								ideology = neutrality
								popularity = 0.10
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_subtract_10_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						add_popularity = {
							ideology = fascism
							popularity = -0.10
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						add_popularity = {
							ideology = communism
							popularity = -0.10
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						add_popularity = {
							ideology = democratic
							popularity = -0.10
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						add_popularity = {
							ideology = neutrality
							popularity = -0.10
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							add_popularity = {
								ideology = fascism
								popularity = -0.10
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							add_popularity = {
								ideology = communism
								popularity = -0.10
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							add_popularity = {
								ideology = democratic
								popularity = -0.10
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							add_popularity = {
								ideology = neutrality
								popularity = -0.10
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_50_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						add_popularity = {
							ideology = fascism
							popularity = 0.50
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						add_popularity = {
							ideology = communism
							popularity = 0.50
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						add_popularity = {
							ideology = democratic
							popularity = 0.50
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						add_popularity = {
							ideology = neutrality
							popularity = 0.50
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							add_popularity = {
								ideology = fascism
								popularity = 0.50
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							add_popularity = {
								ideology = communism
								popularity = 0.50
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							add_popularity = {
								ideology = democratic
								popularity = 0.50
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							add_popularity = {
								ideology = neutrality
								popularity = 0.50
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_subtract_50_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 8 }
					if = {
						limit = {
							has_global_flag = tpt_fascist
						}
						add_popularity = {
							ideology = fascism
							popularity = -0.50
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_communist
						}
						add_popularity = {
							ideology = communism
							popularity = -0.50
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_democratic
						}
						add_popularity = {
							ideology = democratic
							popularity = -0.50
						}
					}
					if = {
						limit = {
							has_global_flag = tpt_neutral
						}
						add_popularity = {
							ideology = neutrality
							popularity = -0.50
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = {
								has_global_flag = tpt_fascist
							}
							add_popularity = {
								ideology = fascism
								popularity = -0.50
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_communist
							}
							add_popularity = {
								ideology = communism
								popularity = -0.50
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_democratic
							}
							add_popularity = {
								ideology = democratic
								popularity = -0.50
							}
						}
						if = {
							limit = {
								has_global_flag = tpt_neutral
							}
							add_popularity = {
								ideology = neutrality
								popularity = -0.50
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
### DIPLOMACY ###
			tpt_guarantee_click = {
				custom_effect_tooltip = TPT_GUARANTEE
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					give_guarantee = FROM
					clr_country_flag = tpt_actor
				}
			}
			tpt_no_guarantee_click = {
				custom_effect_tooltip = TPT_UNGUARANTEE
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					diplomatic_relation = {
						country = FROM
						relation = guarantee
						active = no
					}
					clr_country_flag = tpt_actor
				}
			}
			tpt_remove_all_guarantees_click = {
				custom_effect_tooltip = TPT_REMOVE_ALL_GUARANTEES
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					every_country = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
						diplomatic_relation = {
							country = FROM
							relation = guarantee
							active = no
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						every_country = {
							diplomatic_relation = {
								country = PREV
								relation = guarantee
								active = no
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_access_click = {
				custom_effect_tooltip = TPT_ACCESS
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					FROM = { give_military_access = PREV }
					clr_country_flag = tpt_actor
				}
			}
			tpt_no_access_click = {
				custom_effect_tooltip = TPT_UNACCESS
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					FROM = {
						diplomatic_relation = {
							country = PREV
							relation = military_access
							active = no
						}
					}
					clr_country_flag = tpt_actor
				}
			}
			tpt_remove_all_access_click = {
				custom_effect_tooltip = TPT_REMOVE_ALL_ACCESS
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					every_country = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
						diplomatic_relation = {
							country = FROM
							relation = military_access
							active = no
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						every_country = {
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 7 }
							diplomatic_relation = {
								country = PREV
								relation = military_access
								active = no
							}
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_nap_click = {
				custom_effect_tooltip = TPT_NAP
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					FROM = {
						diplomatic_relation = {
							country = PREV
							relation = non_aggression_pact
							active = yes
						}
					}
					clr_country_flag = tpt_actor
				}
			}
			tpt_no_nap_click = {
				custom_effect_tooltip = TPT_UNNAP
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					FROM = {
						diplomatic_relation = {
							country = PREV
							relation = non_aggression_pact
							active = no
						}
					}
					diplomatic_relation = {
						country = FROM
						relation = non_aggression_pact
						active = no
					}
					clr_country_flag = tpt_actor
				}
			}
			tpt_remove_all_naps_click = {
				custom_effect_tooltip = TPT_REMOVE_ALL_NAPS
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					every_country = {
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
						diplomatic_relation = {
							country = FROM
							relation = non_aggression_pact
							active = no
						}
						FROM = {
							diplomatic_relation = {
								country = PREV
								relation = non_aggression_pact
								active = no
							}
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						every_country = {
							diplomatic_relation = {
								country = PREV
								relation = non_aggression_pact
								active = no
							}
							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 7 }
						}
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_decrease_opinion_click = {
				if = {
					limit = {
						check_variable = { global.tpt_op_value > -100 }
					}
					subtract_from_variable = {
						var = global.tpt_op_value
						value = 10
					}
				}
				if = {
					limit = {
						check_variable = { global.tpt_op_value = 0 }
					}
					subtract_from_variable = {
						var = global.tpt_op_value
						value = 10
					}
				}
			}
			tpt_increase_opinion_click = {
				if = {
					limit = {
						check_variable = { global.tpt_op_value < 100 }
					}
					add_to_variable = {
						var = global.tpt_op_value
						value = 10
					}
				}
				if = {
					limit = {
						check_variable = { global.tpt_op_value = 0 }
					}
					add_to_variable = {
						var = global.tpt_op_value
						value = 10
					}
				}
			}
			tpt_op_on_click = {
				clr_global_flag = tpt_op_turned_off
			}
			tpt_op_off_click = {
				set_global_flag = tpt_op_turned_off
			}
			tpt_trade_on_click = {
				clr_global_flag = tpt_trade_turned_off
			}
			tpt_trade_off_click = {
				set_global_flag = tpt_trade_turned_off
			}
			tpt_decrease_trade_click = {
				if = {
					limit = {
						check_variable = { global.tpt_trade_value > -100 }
					}
					subtract_from_variable = {
						var = global.tpt_trade_value
						value = 10
					}
				}
				if = {
					limit = {
						check_variable = { global.tpt_trade_value = 0 }
					}
					subtract_from_variable = {
						var = global.tpt_trade_value
						value = 10
					}
				}
			}
			tpt_increase_trade_click = {
				if = {
					limit = {
						check_variable = { global.tpt_trade_value < 100 }
					}
					add_to_variable = {
						var = global.tpt_trade_value
						value = 10
					}
				}
				if = {
					limit = {
						check_variable = { global.tpt_trade_value = 0 }
					}
					add_to_variable = {
						var = global.tpt_trade_value
						value = 10
					}
				}
			}
### STANCE ###
			tpt_war_button_click = {
				custom_effect_tooltip = TPT_WAR
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					declare_war_on = {
						target = FROM
						type = annex_everything
					}
					clr_country_flag = tpt_actor
				}
			}
			tpt_peace_button_click = {
				custom_effect_tooltip = TPT_PEACE
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					white_peace = FROM
					clr_country_flag = tpt_actor
				}
			}
			tpt_truce_button_click = {
				custom_effect_tooltip = TPT_TRUCE
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					set_truce = {
						target = FROM
						days = 90
					}
					clr_country_flag = tpt_actor
				}
			}

			tpt_cw_button_shift_click = {
				if = {
					limit = {
						NOT = { has_global_flag = tpt_cw_window_open }
					}
					set_global_flag = tpt_cw_window_open
					else = { clr_global_flag = tpt_cw_window_open }
				}
			}
			tpt_cw_button_click = {
				custom_effect_tooltip = TPT_CW
				if = {
					limit = {
						NOT = {
							has_global_flag = tpt_split_mode
						}
					}
					if = {
						limit = {
							all_country = {
								NOT = { has_country_flag = tpt_actor }
							}
						}
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 8 }
						if = {
							limit = { has_government = democratic }
							if = {
								limit = { has_global_flag = tpt_cw_fascist }
								start_civil_war = {
									ruling_party = democratic
									ideology = fascism
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_communist }
								start_civil_war = {
									ruling_party = democratic
									ideology = communism
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_neutral }
								start_civil_war = {
									ruling_party = democratic
									ideology = neutrality
									size = 0.5
								}
							}
						}
						if = {
							limit = { has_government = fascism }
							if = {
								limit = { has_global_flag = tpt_cw_democratic }
								start_civil_war = {
									ruling_party = fascism
									ideology = democratic
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_communist }
								start_civil_war = {
									ruling_party = fascism
									ideology = communism
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_neutral }
								start_civil_war = {
									ruling_party = fascism
									ideology = neutrality
									size = 0.5
								}
							}
						}
						if = {
							limit = { has_government = communism }
							if = {
								limit = { has_global_flag = tpt_cw_fascist }
								start_civil_war = {
									ruling_party = communism
									ideology = fascism
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_democratic }
								start_civil_war = {
									ruling_party = communism
									ideology = democratic
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_neutral }
								start_civil_war = {
									ruling_party = communism
									ideology = neutrality
									size = 0.5
								}
							}
						}
						if = {
							limit = { has_government = neutrality }
							if = {
								limit = { has_global_flag = tpt_cw_fascist }
								start_civil_war = {
									ruling_party = neutrality
									ideology = fascism
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_communist }
								start_civil_war = {
									ruling_party = neutrality
									ideology = communism
									size = 0.5
								}
							}
							if = {
								limit = { has_global_flag = tpt_cw_democratic }
								start_civil_war = {
									ruling_party = neutrality
									ideology = democratic
									size = 0.5
								}
							}
						}
					}
					if = {
						limit = {
							any_country = { has_country_flag = tpt_actor }
						}
						every_country = {
							limit = { has_country_flag = tpt_actor }

							toolpack_cycle_action_log_variables = yes
							add_to_array = { global.toolpack_mp_action_array_targets = THIS }
							add_to_array = { global.toolpack_mp_action_array = 8 }
							
							if = {
								limit = { has_government = democratic }
								if = {
									limit = { has_global_flag = tpt_cw_fascist }
									start_civil_war = {
										ruling_party = democratic
										ideology = fascism
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_communist }
									start_civil_war = {
										ruling_party = democratic
										ideology = communism
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_neutral }
									start_civil_war = {
										ruling_party = democratic
										ideology = neutrality
										size = 0.5
									}
								}
							}
							if = {
								limit = { has_government = fascism }
								if = {
									limit = { has_global_flag = tpt_cw_democratic }
									start_civil_war = {
										ruling_party = fascism
										ideology = democratic
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_communist }
									start_civil_war = {
										ruling_party = fascism
										ideology = communism
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_neutral }
									start_civil_war = {
										ruling_party = fascism
										ideology = neutrality
										size = 0.5
									}
								}
							}
							if = {
								limit = { has_government = communism }
								if = {
									limit = { has_global_flag = tpt_cw_fascist }
									start_civil_war = {
										ruling_party = communism
										ideology = fascism
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_democratic }
									start_civil_war = {
										ruling_party = communism
										ideology = democratic
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_neutral }
									start_civil_war = {
										ruling_party = communism
										ideology = neutrality
										size = 0.5
									}
								}
							}
							if = {
								limit = { has_government = neutrality }
								if = {
									limit = { has_global_flag = tpt_cw_fascist }
									start_civil_war = {
										ruling_party = neutrality
										ideology = fascism
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_communist }
									start_civil_war = {
										ruling_party = neutrality
										ideology = communism
										size = 0.5
									}
								}
								if = {
									limit = { has_global_flag = tpt_cw_democratic }
									start_civil_war = {
										ruling_party = neutrality
										ideology = democratic
										size = 0.5
									}
								}
							}
							clr_country_flag = tpt_actor
						}
					}
				}
				else = {
					random_owned_state = {
						limit = {
							NOT = {
								is_capital = yes
							}
						}
						PREV = {
							create_dynamic_country = {
								original_tag = PREV.PREV.PREV
								transfer_state = PREV.PREV
								if = {
									limit = { has_global_flag = tpt_cw_democratic }
									set_politics = {
										ruling_party = democratic
										elections_allowed = yes
									}
									add_popularity = {
										ideology = democratic
										popularity = 0.5
									}
								}
								else_if = {
									limit = { has_global_flag = tpt_cw_fascist }
									set_politics = {
										ruling_party = fascism
										elections_allowed = no
									}
									add_popularity = {
										ideology = fascism
										popularity = 0.5
									}
								}
								else_if = {
									limit = { has_global_flag = tpt_cw_neutral }
									set_politics = {
										ruling_party = neutrality
										elections_allowed = no
									}
									add_popularity = {
										ideology = neutrality
										popularity = 0.5
									}
								}
								else_if = {
									limit = { has_global_flag = tpt_cw_communist }
									set_politics = {
										ruling_party = communism
										elections_allowed = no
									}
									add_popularity = {
										ideology = communism
										popularity = 0.5
									}
								}
							}
						}
					}
				}
			}
			tpt_add_threat_1_click = {
				add_named_threat = {
					threat = 1
					name = Toolpack
				}
			}
			tpt_add_threat_5_click = {
				add_named_threat = {
					threat = 5
					name = Toolpack
				}
			}
			tpt_add_threat_20_click = {
				add_named_threat = {
					threat = 20
					name = Toolpack
				}
			}
			tpt_sub_threat_1_click = {
				add_named_threat = {
					threat = -1
					name = Toolpack
				}
			}
			tpt_sub_threat_5_click = {
				add_named_threat = {
					threat = -5
					name = Toolpack
				}
			}
			tpt_sub_threat_20_click = {
				add_named_threat = {
					threat = -20
					name = Toolpack
				}
			}
### COUNTRY ###
			tpt_add_stability_1_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_stability = 0.01
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 5 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_stability = 0.01
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 5 }
					}
				}
			}
			tpt_add_stability_5_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_stability = 0.05
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 5 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_stability = 0.05
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 5 }
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_stability_20_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_stability = 0.20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 5 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_stability = 0.20
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 5 }
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_sub_stability_1_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_stability = -0.01
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 5 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_stability = -0.01
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 5 }
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_sub_stability_5_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_stability = -0.05
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 5 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_stability = -0.05
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 5 }
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_sub_stability_20_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_stability = -0.20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 5 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_stability = -0.20
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 5 }
					}
				}
			}

			#WAR SUPPORT

			tpt_add_war_support_1_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_war_support = 0.01
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 6 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_war_support = 0.01
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 6 }
					}
				}
			}
			tpt_add_war_support_5_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_war_support = 0.05
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 6 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_war_support = 0.05
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 6 }
					}
				}
			}
			tpt_add_war_support_20_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_war_support = 0.20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 6 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_war_support = 0.20
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 6 }
					}
				}
			}
			tpt_sub_war_support_1_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_war_support = -0.01
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 6 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_war_support = -0.01
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 6 }
					}
				}
			}
			tpt_sub_war_support_5_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_war_support = -0.05
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 6 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_war_support = -0.05
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 6 }
					}
				}
			}
			tpt_sub_war_support_20_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_war_support = -0.20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 6 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_war_support = -0.20
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 6 }
					}
				}
			}

			tpt_add_political_power_20_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_political_power = 20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 4 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_political_power = 20
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 4 }
					}
				}
			}
			tpt_sub_political_power_20_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_political_power = -20
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 4 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_political_power = -20
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 4 }
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_add_political_power_100_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_political_power = 100
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 4 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_political_power = 100
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 4 }
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_sub_political_power_100_click = {
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					add_political_power = -100
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 4 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						add_political_power = -100
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 4 }
						clr_country_flag = tpt_actor
					}
				}
			}

			tpt_create_faction_click = {
				custom_effect_tooltip = TPT_CREATE_FACTION
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_geneva }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 3
								tag = SWI
								AND = {
									NOT = { country_exists = SWI }
									all_state = {
										if = {
											limit = { is_core_of = SWI }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Geneva"
						set_global_flag = tpt_taken_treaty_geneva
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_nato }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 16
								tag = FRA
								AND = {
									NOT = { country_exists = FRA }
									all_state = {
										if = {
											limit = { is_core_of = FRA }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Paris"
						set_global_flag = tpt_taken_treaty_paris
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_london }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 126
								tag = ENG
								AND = {
									NOT = { country_exists = ENG }
									all_state = {
										if = {
											limit = { is_core_of = ENG }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of London"
						set_global_flag = tpt_taken_treaty_london
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_berlin }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 64
								tag = GER
								AND = {
									NOT = { country_exists = GER }
									all_state = {
										if = {
											limit = { is_core_of = GER }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Berlin"
						set_global_flag = tpt_taken_treaty_berlin
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_rome }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 2
								tag = ITA
								AND = {
									NOT = { country_exists = ITA }
									all_state = {
										if = {
											limit = { is_core_of = ITA }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Rome"
						set_global_flag = tpt_taken_treaty_rome
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_moscow }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 219
								tag = SOV
								AND = {
									NOT = { country_exists = SOV }
									all_state = {
										if = {
											limit = { is_core_of = SOV }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Moscow"
						set_global_flag = tpt_taken_treaty_moscow
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_vienna }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 4
								tag = AUS
								AND = {
									NOT = { country_exists = AUS }
									all_state = {
										if = {
											limit = { is_core_of = AUS }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Vienna"
						set_global_flag = tpt_taken_treaty_vienna
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_treaty_warsaw }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								owns_state = 10
								tag = POL
								AND = {
									NOT = { country_exists = POL }
									all_state = {
										if = {
											limit = { is_core_of = POL }
											is_owned_by = FROM
										}
									}
								}
							}
						}
						create_faction = "Treaty of Warsaw"
						set_global_flag = tpt_taken_treaty_warsaw
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_nato }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = democratic
							tag = USA
						}
						create_faction = "NATO"
						set_global_flag = tpt_taken_nato
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_lebensraum }
							NOT = { has_global_flag = tpt_stop_faction_names }
							OR = {
								tag = POL
								tag = SOV
							}
						}
						create_faction = "Lebensraum"
						set_global_flag = tpt_taken_lebensraum
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_fifth_international }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = communism
							NOT = { tag = SOV }
							NOT = {
								has_country_leader = {
									name = "Leon Trotsky"
									ruling_only = yes
								}
							}
						}
						create_faction = "Fifth International"
						set_global_flag = tpt_taken_fifth_international
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_532_international }
							has_global_flag = tpt_taken_fifth_international
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = communism
							NOT = { tag = SOV }
							NOT = {
								has_country_leader = {
									name = "Leon Trotsky"
									ruling_only = yes
								}
							}
						}
						create_faction = "Five Hundred Thirty-Second International"
						set_global_flag = tpt_taken_532_international
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_communist_vanguard }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = communism
						}
						create_faction = "Communist Vanguard"
						set_global_flag = tpt_taken_communist_vanguard
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_brownshirts }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = fascism
						}
						create_faction = "Brownshirts"
						set_global_flag = tpt_taken_brownshirts
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_blackshirts }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = fascism
						}
						create_faction = "Blackshirts"
						set_global_flag = tpt_taken_blackshirts
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_red_front }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = communism
						}
						create_faction = "Red Front"
						set_global_flag = tpt_taken_red_front
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_liberation_pact }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = democratic
						}
						create_faction = "Liberation Pact"
						set_global_flag = tpt_taken_liberation_pact
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_home_of_the_free }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = democratic
						}
						create_faction = "Home of the Free"
						set_global_flag = tpt_taken_home_of_the_free
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_vertical_axis }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = fascism
						}
						create_faction = "Vertical Axis"
						set_global_flag = tpt_taken_vertical_axis
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_peoples_united_republics }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = communism
						}
						create_faction = "People's United Republics"
						set_global_flag = tpt_taken_peoples_united_republics
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_peacekeepers }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = democratic
						}
						create_faction = "Peacekeepers"
						set_global_flag = tpt_taken_peacekeepers
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_global_defensive_alliance }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = democratic
						}
						create_faction = "Global Defensive Alliance"
						set_global_flag = tpt_taken_global_defensive_alliance
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_central_states }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = neutrality
						}
						create_faction = "Central States"
						set_global_flag = tpt_taken_central_states
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_iron_guard }
							NOT = { has_global_flag = tpt_stop_faction_names }
							has_government = neutrality
						}
						create_faction = "Iron Guard"
						set_global_flag = tpt_taken_iron_guard
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_entente_cordiale }
							NOT = { has_global_flag = tpt_stop_faction_names }
						}
						create_faction = "Entente Cordiale"
						set_global_flag = tpt_taken_entente_cordiale
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_central_powers }
							NOT = { has_global_flag = tpt_stop_faction_names }
						}
						create_faction = "Central Powers"
						set_global_flag = tpt_taken_central_powers
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_iron_front }
							NOT = { has_global_flag = tpt_stop_faction_names }
						}
						create_faction = "Iron Front"
						set_global_flag = tpt_taken_iron_front
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_entente }
							NOT = { has_global_flag = tpt_stop_faction_names }
						}
						create_faction = "Entente"
						set_global_flag = tpt_taken_entente
						set_global_flag = tpt_stop_faction_names
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_taken_new_world_order }
							NOT = { has_global_flag = tpt_stop_faction_names }
						}
						create_faction = "New World Order"
						set_global_flag = tpt_taken_new_world_order
						set_global_flag = tpt_stop_faction_names
					}
					clr_global_flag = tpt_stop_faction_names
					if = {
						limit = {							
							has_global_flag = tpt_taken_communist_vanguard
							has_global_flag = tpt_taken_brownshirts
							has_global_flag = tpt_taken_blackshirts
							has_global_flag = tpt_taken_red_front
							has_global_flag = tpt_taken_liberation_pact
							has_global_flag = tpt_taken_home_of_the_free
							has_global_flag = tpt_taken_peoples_united_republics
							has_global_flag = tpt_taken_peacekeepers
							has_global_flag = tpt_taken_global_defensive_alliance
							has_global_flag = tpt_taken_central_states
							has_global_flag = tpt_taken_iron_guard
							has_global_flag = tpt_taken_entente_cordiale
							has_global_flag = tpt_taken_central_powers
							has_global_flag = tpt_taken_iron_front
							has_global_flag = tpt_taken_entente
							has_global_flag = tpt_taken_new_world_order
						}
						clr_global_flag = tpt_taken_communist_vanguard
						clr_global_flag = tpt_taken_brownshirts
						clr_global_flag = tpt_taken_blackshirts
						clr_global_flag = tpt_taken_red_front
						clr_global_flag = tpt_taken_liberation_pact
						clr_global_flag = tpt_taken_home_of_the_free
						clr_global_flag = tpt_taken_peoples_united_republics
						clr_global_flag = tpt_taken_peacekeepers
						clr_global_flag = tpt_taken_global_defensive_alliance
						clr_global_flag = tpt_taken_central_states
						clr_global_flag = tpt_taken_iron_guard
						clr_global_flag = tpt_taken_entente_cordiale
						clr_global_flag = tpt_taken_central_powers
						clr_global_flag = tpt_taken_iron_front
						clr_global_flag = tpt_taken_entente
						clr_global_flag = tpt_taken_new_world_order
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
						create_faction = "Toolpack"
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_dismantle_faction_click = {
				custom_effect_tooltip = TPT_DISMANTLE_FACTION
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					dismantle_faction = yes
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						dismantle_faction = yes
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
					}
				}
			}
			tpt_dismantle_all_factions_click = {
				tcw_clear_all_global_confirms = yes
				set_global_flag = tp_open_confirmation_window
				set_global_flag = tpt_confirm_faction_dismantling
				custom_effect_tooltip = TPT_DISMANTLE_ALL_FACTIONS
				effect_tooltip = {
					every_country = {
						dismantle_faction = yes
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
					}
				}
			}
			tpt_add_to_faction_click = {
				custom_effect_tooltip = TPT_ADD_TO_FACTION
				every_country = {
					limit = { has_country_flag = tpt_actor }
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
					FROM = {
						if = {
							limit = {
								has_war_with = PREV
							}
							white_peace = PREV
						}
						add_to_faction = PREV
					}
					clr_country_flag = tpt_actor
				}
			}
			tpt_leave_faction_click = {
				custom_effect_tooltip = TPT_LEAVE_FACTION
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					leave_faction = yes
					toolpack_cycle_action_log_variables = yes
					add_to_array = { global.toolpack_mp_action_array_targets = THIS }
					add_to_array = { global.toolpack_mp_action_array = 7 }
				}
				if = {
					limit = {
						any_country = {
							has_country_flag = tpt_actor
						}
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						leave_faction = yes
						clr_country_flag = tpt_actor
						toolpack_cycle_action_log_variables = yes
						add_to_array = { global.toolpack_mp_action_array_targets = THIS }
						add_to_array = { global.toolpack_mp_action_array = 7 }
					}
				}
			}
			tpt_make_faction_leader_click = {
				set_faction_leader = yes
				toolpack_cycle_action_log_variables = yes
				add_to_array = { global.toolpack_mp_action_array_targets = THIS }
				add_to_array = { global.toolpack_mp_action_array = 7 }
			}
			tpt_set_major_button_click = {
				custom_effect_tooltip = TPT_SET_MAJOR
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					set_major = yes
					set_country_flag = tpt_major
					clr_country_flag = tpt_not_major
					clr_country_flag = tpt_actor
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						set_major = yes
						set_country_flag = tpt_major
						clr_country_flag = tpt_not_major
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_unmajor_button_click = {
				custom_effect_tooltip = TPT_SET_UNMAJOR
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					set_major = no
					set_country_flag = tpt_not_major
					clr_country_flag = tpt_major
					clr_country_flag = tpt_actor
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						set_major = no
						set_country_flag = tpt_not_major
						clr_country_flag = tpt_major
						clr_country_flag = tpt_actor
					}
				}
			}
			tpt_set_host_button_click = {
				ROOT = {
					clr_country_flag = wia_host
				}

				THIS = {
					set_country_flag = wia_host
				}
			}
		}
		triggers = {

			tpt_tab_button_frame_1a_visible = {
				NOT = { has_global_flag = tpt_window_a }
			}
			tpt_tab_button_frame_2a_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_tab_button_frame_1b_visible = {
				NOT = { has_global_flag = tpt_window_b }
			}
			tpt_tab_button_frame_2b_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_tab_button_frame_1c_visible = {
				NOT = { has_global_flag = tpt_window_c }
			}
			tpt_tab_button_frame_2c_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_tab_button_frame_1d_visible = {
				NOT = { has_global_flag = tpt_window_d }
			}
			tpt_tab_button_frame_2d_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_tab_button_frame_1e_visible = {
				NOT = { has_global_flag = tpt_window_e }
			}
			tpt_tab_button_frame_2e_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_marker_visible = {
				NOT = {
					has_country_flag = tpt_actor
				}
			}
			tpt_marker_enabled = {
				NOT = {
					has_country_flag = tpt_actor
				}
			}
			tpt_unmarker_visible = {
				has_country_flag = tpt_actor
			}
			tpt_unmarker_click_enabled = {
				has_country_flag = tpt_actor
			}
			tpt_unmark_all_visible = {
			}
			tpt_unmark_all_click_enabled = {
				any_country = {
					has_country_flag = tpt_actor
				}
			}
			tpt_set_host_button_visible = {
				has_global_flag = tpt_window_d
			}
### RESEARCH ###
			tpt_remove_rs_slot_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_remove_rs_slot_click_enabled = {
				OR = {
					AND = {
						any_country = {
							has_country_flag = tpt_actor
							NOT = {
								check_variable = { THIS.amount_research_slots = 0 }
							}
						}
					}
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						NOT = {
							check_variable = { THIS.amount_research_slots = 0 }
						}
					}
				}
			}
			tpt_add_rs_slot_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_rs_slot_value_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_rs_slot_text_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_set_0_rs_slots_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_set_0_rs_slots_click_enabled = {
				OR = {
					AND = {
						any_country = {
							has_country_flag = tpt_actor
							NOT = {
								check_variable = { THIS.amount_research_slots = 0 }
							}
						}
					}
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						NOT = {
							check_variable = { THIS.amount_research_slots = 0 }
						}
					}
				}
			}
			tpt_set_100_rs_slots_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_set_100_rs_slots_click_enabled = {
				OR = {
					AND = {
						any_country = {
							has_country_flag = tpt_actor
							NOT = {
								check_variable = { THIS.amount_research_slots = 100 }
							}
						}
					}
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						NOT = {
							check_variable = { THIS.amount_research_slots = 100 }
						}
					}
				}
			}
			tpt_reset_rs_slots_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_reset_rs_slots_click_enabled = {
				OR = {
					any_country = {
						has_country_flag = tpt_actor
						has_country_flag = original_amount_rs_slots
					}
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						has_country_flag = original_amount_rs_slots
					}
				}
			}
			tpt_breakthrough_title_text_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_breakthrough_land_text_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_land_1_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_land_5_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_breakthrough_navy_text_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_navy_1_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_navy_5_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_breakthrough_air_text_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_air_1_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_air_5_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_breakthrough_nuclear_text_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_nuclear_1_visible = {
				has_global_flag = tpt_window_e
			}
			tpt_add_breakthrough_nuclear_5_visible = {
				has_global_flag = tpt_window_e
			}
### IDEOLOGY ###
			tpt_add_fascism_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_ban_fascism_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_add_communism_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_ban_communism_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_add_democratic_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_ban_democratic_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_add_neutrality_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_ban_neutrality_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_fascist_on_visible = {
				has_global_flag = tpt_window_a
				NOT = { has_global_flag = tpt_fascist }
			}
			tpt_fascist_off_visible = {
				has_global_flag = tpt_window_a
				has_global_flag = tpt_fascist
			}
			tpt_communist_on_visible = {
				has_global_flag = tpt_window_a
				NOT = { has_global_flag = tpt_communist }
			}
			tpt_communist_off_visible = {
				has_global_flag = tpt_window_a
				has_global_flag = tpt_communist
			}
			tpt_democratic_on_visible = {
				has_global_flag = tpt_window_a
				NOT = { has_global_flag = tpt_democratic }
			}
			tpt_democratic_off_visible = {
				has_global_flag = tpt_window_a
				has_global_flag = tpt_democratic
			}
			tpt_neutral_on_visible = {
				has_global_flag = tpt_window_a
				NOT = { has_global_flag = tpt_neutral }
			}
			tpt_neutral_off_visible = {
				has_global_flag = tpt_window_a
				has_global_flag = tpt_neutral
			}
			tpt_add_5_click_enabled = {
				OR = {
					has_global_flag = tpt_fascist
					has_global_flag = tpt_communist
					has_global_flag = tpt_democratic
					has_global_flag = tpt_neutral
				}
			}
			tpt_add_5_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_subtract_5_click_enabled = {
				OR = {
					has_global_flag = tpt_fascist
					has_global_flag = tpt_communist
					has_global_flag = tpt_democratic
					has_global_flag = tpt_neutral
				}
			}
			tpt_subtract_5_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_add_10_click_enabled = {
				OR = {
					has_global_flag = tpt_fascist
					has_global_flag = tpt_communist
					has_global_flag = tpt_democratic
					has_global_flag = tpt_neutral
				}
			}
			tpt_add_10_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_subtract_10_click_enabled = {
				OR = {
					has_global_flag = tpt_fascist
					has_global_flag = tpt_communist
					has_global_flag = tpt_democratic
					has_global_flag = tpt_neutral
				}
			}
			tpt_subtract_10_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_add_50_click_enabled = {
				OR = {
					has_global_flag = tpt_fascist
					has_global_flag = tpt_communist
					has_global_flag = tpt_democratic
					has_global_flag = tpt_neutral
				}
			}
			tpt_add_50_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_subtract_50_click_enabled = {
				OR = {
					has_global_flag = tpt_fascist
					has_global_flag = tpt_communist
					has_global_flag = tpt_democratic
					has_global_flag = tpt_neutral
				}
			}
			tpt_subtract_50_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_change_click_enabled = {
				OR = {
					AND = {
						has_global_flag = tpt_fascist
						NOT = { has_global_flag = tpt_communist }
						NOT = { has_global_flag = tpt_democratic }
						NOT = { has_global_flag = tpt_neutral }
					}
					AND = {
						has_global_flag = tpt_communist
						NOT = { has_global_flag = tpt_fascist }
						NOT = { has_global_flag = tpt_democratic }
						NOT = { has_global_flag = tpt_neutral }
					}
					AND = {
						has_global_flag = tpt_democratic
						NOT = { has_global_flag = tpt_fascist }
						NOT = { has_global_flag = tpt_communist }
						NOT = { has_global_flag = tpt_neutral }
					}
					AND = {
						has_global_flag = tpt_neutral
						NOT = { has_global_flag = tpt_fascist }
						NOT = { has_global_flag = tpt_communist }
						NOT = { has_global_flag = tpt_democratic }
					}
				}
			}
			tpt_fascist_text_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_fascist_number_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_communist_text_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_communist_number_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_democratic_text_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_democratic_number_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_neutral_text_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_neutral_number_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_change_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_enable_elections_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_enable_elections_click_enabled = {
				OR = {
					AND = {
						any_country = {
							has_country_flag = tpt_actor
							NOT = { has_elections = yes }
						}
					}
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						NOT = { has_elections = yes }
					}
				}
			}
			tpt_disable_elections_visible = {
				has_global_flag = tpt_window_a
			}
			tpt_disable_elections_click_enabled = {
				OR = {
					AND = {
						any_country = {
							has_country_flag = tpt_actor
							has_elections = yes
						}
					}
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						has_elections = yes
					}
				}
			}
			tpt_kill_country_leader_visible = {
				has_global_flag = tpt_window_a
			}
### DIPLMOACY ###
			tpt_guarantee_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_guarantee_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					NOT = { has_guaranteed = FROM }
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_no_guarantee_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_no_guarantee_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					has_guaranteed = FROM
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_remove_all_guarantees_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_remove_all_guarantees_click_enabled = {
				OR = {
					AND = {
						all_other_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						any_other_country = {
							has_guaranteed = FROM
						}
					}
					any_other_country = {
						has_country_flag = tpt_actor
						has_guaranteed = FROM
					}
				}
			}
			tpt_access_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_access_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					NOT = { has_military_access_to = FROM }	#was "NOT = { gives_military_access_to = FROM }" which made it impossible to add it in both directions
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_no_access_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_no_access_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					gives_military_access_to = FROM
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_remove_all_access_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_remove_all_access_click_enabled = {
				any_country = {
					has_military_access_to = FROM
				}
			}
			tpt_nap_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_nap_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					NOT = { has_non_aggression_pact_with = FROM }
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_no_nap_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_no_nap_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					has_non_aggression_pact_with = FROM
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_remove_all_naps_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_remove_all_naps_click_enabled = {
				any_country = {
					has_non_aggression_pact_with = FROM
				}
			}
			tpt_decrease_opinion_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_decrease_opinion_click_enabled = {
				check_variable = { global.tpt_op_value > -100 }
			}
			tpt_increase_opinion_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_increase_opinion_click_enabled = {
				check_variable = { global.tpt_op_value < 100 }
			}
			tpt_opinion_value_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_decrease_trade_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_decrease_trade_click_enabled = {
				check_variable = { global.tpt_trade_value > -100 }
			}
			tpt_increase_trade_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_increase_trade_click_enabled = {
				check_variable = { global.tpt_trade_value < 100 }
			}
			tpt_trade_value_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_opinion_text_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_op_on_visible = {
				has_global_flag = tpt_window_b
				has_global_flag = tpt_op_turned_off
			}
			tpt_op_off_visible = {
				has_global_flag = tpt_window_b
				NOT = { has_global_flag = tpt_op_turned_off }
			}
			tpt_trade_text_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_trade_on_visible = {
				has_global_flag = tpt_window_b
				has_global_flag = tpt_trade_turned_off
			}
			tpt_trade_off_visible = {
				has_global_flag = tpt_window_b
				NOT = { has_global_flag = tpt_trade_turned_off }
			}
			tpt_add_opinion_button_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_add_opinion_button_click_enabled = {
				NOT = { has_country_flag = tpt_actor }
				any_other_country = {
					has_country_flag = tpt_actor
					OR = {
						NOT = { has_opinion_modifier = TPT_neg_100_tno }
						NOT = { has_opinion_modifier = TPT_neg_90_tno }
						NOT = { has_opinion_modifier = TPT_neg_80_tno }
						NOT = { has_opinion_modifier = TPT_neg_70_tno }
						NOT = { has_opinion_modifier = TPT_neg_60_tno }
						NOT = { has_opinion_modifier = TPT_neg_50_tno }
						NOT = { has_opinion_modifier = TPT_neg_40_tno }
						NOT = { has_opinion_modifier = TPT_neg_30_tno }
						NOT = { has_opinion_modifier = TPT_neg_20_tno }
						NOT = { has_opinion_modifier = TPT_neg_10_tno }
						NOT = { has_opinion_modifier = TPT_pos_100_tno }
						NOT = { has_opinion_modifier = TPT_pos_90_tno }
						NOT = { has_opinion_modifier = TPT_pos_80_tno }
						NOT = { has_opinion_modifier = TPT_pos_70_tno }
						NOT = { has_opinion_modifier = TPT_pos_60_tno }
						NOT = { has_opinion_modifier = TPT_pos_50_tno }
						NOT = { has_opinion_modifier = TPT_pos_40_tno }
						NOT = { has_opinion_modifier = TPT_pos_30_tno }
						NOT = { has_opinion_modifier = TPT_pos_20_tno }
						NOT = { has_opinion_modifier = TPT_pos_10_tno }
						NOT = { has_opinion_modifier = TPT_neg_100_tyes }
						NOT = { has_opinion_modifier = TPT_neg_90_tyes }
						NOT = { has_opinion_modifier = TPT_neg_80_tyes }
						NOT = { has_opinion_modifier = TPT_neg_70_tyes }
						NOT = { has_opinion_modifier = TPT_neg_60_tyes }
						NOT = { has_opinion_modifier = TPT_neg_50_tyes }
						NOT = { has_opinion_modifier = TPT_neg_40_tyes }
						NOT = { has_opinion_modifier = TPT_neg_30_tyes }
						NOT = { has_opinion_modifier = TPT_neg_20_tyes }
						NOT = { has_opinion_modifier = TPT_neg_10_tyes }
						NOT = { has_opinion_modifier = TPT_pos_100_tyes }
						NOT = { has_opinion_modifier = TPT_pos_90_tyes }
						NOT = { has_opinion_modifier = TPT_pos_80_tyes }
						NOT = { has_opinion_modifier = TPT_pos_70_tyes }
						NOT = { has_opinion_modifier = TPT_pos_60_tyes }
						NOT = { has_opinion_modifier = TPT_pos_50_tyes }
						NOT = { has_opinion_modifier = TPT_pos_40_tyes }
						NOT = { has_opinion_modifier = TPT_pos_30_tyes }
						NOT = { has_opinion_modifier = TPT_pos_20_tyes }
						NOT = { has_opinion_modifier = TPT_pos_10_tyes }
					}
				}
			}
			tpt_remove_opinion_button_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_remove_opinion_button_click_enabled = {
				NOT = { has_country_flag = tpt_actor }
				any_other_country = {
					has_country_flag = tpt_actor
					OR = {
						has_opinion_modifier = TPT_neg_100_tno
						has_opinion_modifier = TPT_neg_90_tno
						has_opinion_modifier = TPT_neg_80_tno
						has_opinion_modifier = TPT_neg_70_tno
						has_opinion_modifier = TPT_neg_60_tno
						has_opinion_modifier = TPT_neg_50_tno
						has_opinion_modifier = TPT_neg_40_tno
						has_opinion_modifier = TPT_neg_30_tno
						has_opinion_modifier = TPT_neg_20_tno
						has_opinion_modifier = TPT_neg_10_tno
						has_opinion_modifier = TPT_pos_100_tno
						has_opinion_modifier = TPT_pos_90_tno
						has_opinion_modifier = TPT_pos_80_tno
						has_opinion_modifier = TPT_pos_70_tno
						has_opinion_modifier = TPT_pos_60_tno
						has_opinion_modifier = TPT_pos_50_tno
						has_opinion_modifier = TPT_pos_40_tno
						has_opinion_modifier = TPT_pos_30_tno
						has_opinion_modifier = TPT_pos_20_tno
						has_opinion_modifier = TPT_pos_10_tno
						has_opinion_modifier = TPT_neg_100_tyes
						has_opinion_modifier = TPT_neg_90_tyes
						has_opinion_modifier = TPT_neg_80_tyes
						has_opinion_modifier = TPT_neg_70_tyes
						has_opinion_modifier = TPT_neg_60_tyes
						has_opinion_modifier = TPT_neg_50_tyes
						has_opinion_modifier = TPT_neg_40_tyes
						has_opinion_modifier = TPT_neg_30_tyes
						has_opinion_modifier = TPT_neg_20_tyes
						has_opinion_modifier = TPT_neg_10_tyes
						has_opinion_modifier = TPT_pos_100_tyes
						has_opinion_modifier = TPT_pos_90_tyes
						has_opinion_modifier = TPT_pos_80_tyes
						has_opinion_modifier = TPT_pos_70_tyes
						has_opinion_modifier = TPT_pos_60_tyes
						has_opinion_modifier = TPT_pos_50_tyes
						has_opinion_modifier = TPT_pos_40_tyes
						has_opinion_modifier = TPT_pos_30_tyes
						has_opinion_modifier = TPT_pos_20_tyes
						has_opinion_modifier = TPT_pos_10_tyes
					}
				}
			}
			tpt_remove_all_opinions_button_visible = {
				has_global_flag = tpt_window_b
			}
			tpt_remove_all_opinions_button_click_enabled = {
				OR = {
					has_opinion_modifier = TPT_neg_100_tno
					has_opinion_modifier = TPT_neg_90_tno
					has_opinion_modifier = TPT_neg_80_tno
					has_opinion_modifier = TPT_neg_70_tno
					has_opinion_modifier = TPT_neg_60_tno
					has_opinion_modifier = TPT_neg_50_tno
					has_opinion_modifier = TPT_neg_40_tno
					has_opinion_modifier = TPT_neg_30_tno
					has_opinion_modifier = TPT_neg_20_tno
					has_opinion_modifier = TPT_neg_10_tno
					has_opinion_modifier = TPT_pos_100_tno
					has_opinion_modifier = TPT_pos_90_tno
					has_opinion_modifier = TPT_pos_80_tno
					has_opinion_modifier = TPT_pos_70_tno
					has_opinion_modifier = TPT_pos_60_tno
					has_opinion_modifier = TPT_pos_50_tno
					has_opinion_modifier = TPT_pos_40_tno
					has_opinion_modifier = TPT_pos_30_tno
					has_opinion_modifier = TPT_pos_20_tno
					has_opinion_modifier = TPT_pos_10_tno
					has_opinion_modifier = TPT_neg_100_tyes
					has_opinion_modifier = TPT_neg_90_tyes
					has_opinion_modifier = TPT_neg_80_tyes
					has_opinion_modifier = TPT_neg_70_tyes
					has_opinion_modifier = TPT_neg_60_tyes
					has_opinion_modifier = TPT_neg_50_tyes
					has_opinion_modifier = TPT_neg_40_tyes
					has_opinion_modifier = TPT_neg_30_tyes
					has_opinion_modifier = TPT_neg_20_tyes
					has_opinion_modifier = TPT_neg_10_tyes
					has_opinion_modifier = TPT_pos_100_tyes
					has_opinion_modifier = TPT_pos_90_tyes
					has_opinion_modifier = TPT_pos_80_tyes
					has_opinion_modifier = TPT_pos_70_tyes
					has_opinion_modifier = TPT_pos_60_tyes
					has_opinion_modifier = TPT_pos_50_tyes
					has_opinion_modifier = TPT_pos_40_tyes
					has_opinion_modifier = TPT_pos_30_tyes
					has_opinion_modifier = TPT_pos_20_tyes
					has_opinion_modifier = TPT_pos_10_tyes
				}
			}
### STANCE ###
			tpt_war_button_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_war_button_click_enabled = {
				any_other_country = {
					NOT = { has_war_with = FROM }
					has_country_flag = tpt_actor
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_peace_button_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_peace_button_click_enabled = {
				any_other_country = {
					has_country_flag = tpt_actor
					has_war_with = FROM
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_truce_button_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_truce_button_click_enabled = {
				any_other_country = {
					NOT = { has_war_with = FROM }
					has_country_flag = tpt_actor
				}
				NOT = { has_country_flag = tpt_actor }
			}
			tpt_cw_button_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_cw_button_click_enabled = {
				OR = {
					AND = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
						NOT = { has_civil_war = yes }
						num_of_controlled_states > 1
					}
					AND = {
						any_country = {
							has_country_flag = tpt_actor
						}
						all_country = {
							if = {
								limit = { has_country_flag = tpt_actor }
								has_civil_war = no
								num_of_controlled_states > 1
							}
						}
					}
				}
			}
			tpt_add_threat_1_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_add_threat_5_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_add_threat_20_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_sub_threat_1_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_sub_threat_5_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_sub_threat_20_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_threat_text_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_create_faction_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_dismantle_faction_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_dismantle_faction_click_enabled = {
				OR = {
					AND = {
						is_faction_leader = yes
						all_other_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					any_country = {
						is_faction_leader = yes
						has_country_flag = tpt_actor
					}
				}
			}
			tpt_add_to_faction_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_add_to_faction_click_enabled = {
				NOT = { has_country_flag = tpt_actor }
				is_faction_leader = yes
				any_other_country = {
					has_country_flag = tpt_actor
					NOT = { is_in_faction_with = FROM }
				}
			}
			tpt_leave_faction_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_leave_faction_click_enabled = {
				OR = {
					AND = {
						is_in_faction = yes
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					any_country = {
						has_country_flag = tpt_actor
						is_in_faction = yes
					}
				}
			}
			tpt_dismantle_all_factions_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_dismantle_all_factions_click_enabled = {
				any_country = { is_in_faction = yes }
			}
			tpt_make_faction_leader_visible = {
				has_global_flag = tpt_window_c
			}
			tpt_make_faction_leader_click_enabled = {
				NOT = { is_faction_leader = yes }
				is_in_faction = yes
			}
### COUNTRY ###
			tpt_set_major_button_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_set_major_button_click_enabled = {
				is_major = no
				NOT = { has_country_flag = tpt_major }
			}
			tpt_unmajor_button_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_unmajor_button_click_enabled = {
				has_country_flag = tpt_major
				NOT = { has_country_flag = tpt_not_major }
			}
			tpt_major_text_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_stability_text_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_stability_1_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_stability_5_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_stability_20_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_stability_1_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_stability_5_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_stability_20_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_war_support_text_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_war_support_1_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_war_support_5_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_war_support_20_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_war_support_1_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_war_support_5_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_war_support_20_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_political_power_text_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_political_power_20_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_political_power_20_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_add_political_power_100_visible = {
				has_global_flag = tpt_window_d
			}
			tpt_sub_political_power_100_visible = {
				has_global_flag = tpt_window_d
			}
		}
		effects = {

			tpt_add_opinion_button_click = {
				custom_effect_tooltip = TPT_ADD_OPINIONS
				if = {
					limit = {
						any_other_country = { has_country_flag = tpt_actor }
						NOT = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tno
							}
						}
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_trade_turned_off }
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tyes
							}
						}
					}
				}
				if = {
					limit = {
						has_country_flag = tpt_actor
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								NOT = { has_global_flag = tpt_op_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tno
								}
							}
						}
						if = {
							limit = {
								NOT = { has_global_flag = tpt_trade_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tyes
								}
							}
						}
					}
				}
			}
			tpt_remove_opinion_button_click = {
				custom_effect_tooltip = TPT_REMOVE_OPINIONS
				if = {
					limit = {
						any_other_country = { has_country_flag = tpt_actor }
						NOT = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tno
							}
						}
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_trade_turned_off }
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tyes
							}
						}
					}
				}
				if = {
					limit = {
						has_country_flag = tpt_actor
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								NOT = { has_global_flag = tpt_op_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tno
								}
							}
						}
						if = {
							limit = {
								NOT = { has_global_flag = tpt_trade_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tyes
								}
							}
						}
					}
				}
			}
			tpt_remove_all_opinions_button_click = {
				every_other_country = {
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_100_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_90_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_80_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_70_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_60_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_50_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_40_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_30_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_20_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_10_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_10_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_20_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_30_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_40_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_50_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_60_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_70_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_80_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_90_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_100_tno
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_100_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_90_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_80_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_70_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_60_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_50_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_40_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_30_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_20_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_neg_10_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_10_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_20_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_30_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_40_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_50_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_60_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_70_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_80_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_90_tyes
					}
					remove_opinion_modifier = {
						target = FROM
						modifier = TPT_pos_100_tyes
					}
					FROM = {
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_100_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_90_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_80_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_70_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_60_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_50_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_40_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_30_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_20_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_10_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_10_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_20_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_30_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_40_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_50_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_60_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_70_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_80_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_90_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_100_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_100_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_90_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_80_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_70_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_60_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_50_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_40_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_30_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_20_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_10_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_10_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_20_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_30_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_40_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_50_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_60_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_70_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_80_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_90_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_100_tyes
						}
					}
				}
			}
			### OPINION ###

			tpt_add_opinion_button_click = {
				if = {
					limit = {
						any_other_country = { has_country_flag = tpt_actor }
						NOT = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tno
							}
						}
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_trade_turned_off }
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 10 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 20 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 30 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 40 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 50 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 60 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 70 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 80 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 90 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 100 }
							}
							add_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tyes
							}
						}
					}
				}
				if = {
					limit = {
						has_country_flag = tpt_actor
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								NOT = { has_global_flag = tpt_op_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tno
								}
							}
						}
						if = {
							limit = {
								NOT = { has_global_flag = tpt_trade_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 10 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 20 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 30 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 40 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 50 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 60 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 70 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 80 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 90 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 100 }
								}
								add_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tyes
								}
							}
						}
					}
				}
			}
			tpt_remove_opinion_button_click = {
				if = {
					limit = {
						any_other_country = { has_country_flag = tpt_actor }
						NOT = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = -10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tno
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_op_value = 100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tno
							}
						}
					}
					if = {
						limit = {
							NOT = { has_global_flag = tpt_trade_turned_off }
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_100_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = -10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_neg_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 10 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_10_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 20 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_20_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 30 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_30_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 40 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_40_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 50 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_50_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 60 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_60_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 70 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_70_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 80 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_80_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 90 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_90_tyes
							}
						}
						if = {
							limit = {
								check_variable = { global.tpt_trade_value = 100 }
							}
							remove_opinion_modifier = {
								target = FROM
								modifier = TPT_pos_100_tyes
							}
						}
					}
				}
				if = {
					limit = {
						has_country_flag = tpt_actor
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
						if = {
							limit = {
								NOT = { has_global_flag = tpt_op_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = -10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tno
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_op_value = 100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tno
								}
							}
						}
						if = {
							limit = {
								NOT = { has_global_flag = tpt_trade_turned_off }
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_100_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = -10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_neg_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 10 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_10_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 20 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_20_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 30 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_30_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 40 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_40_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 50 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_50_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 60 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_60_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 70 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_70_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 80 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_80_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 90 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_90_tyes
								}
							}
							if = {
								limit = {
									check_variable = { global.tpt_trade_value = 100 }
								}
								remove_opinion_modifier = {
									target = FROM
									modifier = TPT_pos_100_tyes
								}
							}
						}
					}
				}
			}
			tpt_remove_all_opinions_button_click = {
				custom_effect_tooltip = TPT_REMOVE_ALL_OPINIONS
				if = {
					limit = {
						all_country = {
							NOT = { has_country_flag = tpt_actor }
						}
					}
					every_other_country = {
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_100_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_90_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_80_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_70_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_60_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_50_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_40_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_30_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_20_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_10_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_10_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_20_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_30_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_40_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_50_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_60_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_70_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_80_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_90_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_100_tno
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_100_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_90_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_80_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_70_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_60_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_50_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_40_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_30_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_20_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_neg_10_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_10_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_20_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_30_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_40_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_50_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_60_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_70_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_80_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_90_tyes
						}
						remove_opinion_modifier = {
							target = FROM
							modifier = TPT_pos_100_tyes
						}
						FROM = {
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_100_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_90_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_80_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_70_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_60_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_50_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_40_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_30_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_20_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_10_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_10_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_20_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_30_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_40_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_50_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_60_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_70_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_80_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_90_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_100_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_100_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_90_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_80_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_70_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_60_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_50_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_40_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_30_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_20_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_10_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_10_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_20_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_30_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_40_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_50_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_60_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_70_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_80_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_90_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_100_tyes
							}
						}
					}
				}
				if = {
					limit = {
						any_country = { has_country_flag = tpt_actor }
					}
					every_country = {
						limit = { has_country_flag = tpt_actor }
						clr_country_flag = tpt_actor
					every_other_country = {
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_100_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_90_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_80_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_70_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_60_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_50_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_40_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_30_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_20_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_10_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_10_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_20_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_30_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_40_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_50_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_60_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_70_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_80_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_90_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_100_tno
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_100_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_90_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_80_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_70_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_60_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_50_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_40_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_30_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_20_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_neg_10_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_10_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_20_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_30_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_40_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_50_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_60_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_70_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_80_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_90_tyes
						}
						remove_opinion_modifier = {
							target = PREV
							modifier = TPT_pos_100_tyes
						}
						PREV = {
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_100_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_90_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_80_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_70_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_60_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_50_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_40_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_30_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_20_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_10_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_10_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_20_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_30_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_40_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_50_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_60_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_70_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_80_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_90_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_100_tno
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_100_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_90_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_80_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_70_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_60_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_50_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_40_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_30_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_20_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_neg_10_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_10_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_20_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_30_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_40_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_50_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_60_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_70_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_80_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_90_tyes
							}
							remove_opinion_modifier = {
								target = PREV
								modifier = TPT_pos_100_tyes
							}
						}
					}
				}
			}
		}
	}
}
	tpt_cw_window = {
	
		context_type = selected_country_context
		
		window_name = "tpt_cw_window"
		
		visible = {
			ROOT = {
				is_ai = no
				has_global_flag = tpt_cw_window_open
			}
			ROOT = {
				has_country_flag = wia_host
			}
		}
		
		effects = {
			tpt_cw_close_window_click = {
				clr_global_flag = tpt_cw_window_open
			}
			tpt_cw_fascist_on_click = {
				set_global_flag = tpt_cw_fascist
				clr_global_flag = tpt_cw_communist
				clr_global_flag = tpt_cw_democratic
				clr_global_flag = tpt_cw_neutral
			}
			tpt_cw_fascist_off_click = {
				clr_global_flag = tpt_cw_fascist
			}
			tpt_cw_communist_on_click = {
				set_global_flag = tpt_cw_communist
				clr_global_flag = tpt_cw_fascist
				clr_global_flag = tpt_cw_democratic
				clr_global_flag = tpt_cw_neutral
			}
			tpt_cw_communist_off_click = {
				clr_global_flag = tpt_cw_communist
			}
			tpt_cw_democratic_on_click = {
				set_global_flag = tpt_cw_democratic
				clr_global_flag = tpt_cw_communist
				clr_global_flag = tpt_cw_fascist
				clr_global_flag = tpt_cw_neutral
			}
			tpt_cw_democratic_off_click = {
				clr_global_flag = tpt_cw_democratic
			}
			tpt_cw_neutral_on_click = {
				set_global_flag = tpt_cw_neutral
				clr_global_flag = tpt_cw_communist
				clr_global_flag = tpt_cw_fascist
				clr_global_flag = tpt_cw_democratic
			}
			tpt_cw_neutral_off_click = {
				clr_global_flag = tpt_cw_neutral
			}
			tpt_cw_split_on_click = {
				set_global_flag = tpt_split_mode
			}
			tpt_cw_split_off_click = {
				clr_global_flag = tpt_split_mode
			}
		}

		triggers = {
			tpt_cw_fascist_on_visible = {
				NOT = { has_global_flag = tpt_cw_fascist }
			}
			tpt_cw_fascist_off_visible = {
				has_global_flag = tpt_cw_fascist
			}
			tpt_cw_communist_on_visible = {
				NOT = { has_global_flag = tpt_cw_communist }
			}
			tpt_cw_communist_off_visible = {
				has_global_flag = tpt_cw_communist
			}
			tpt_cw_democratic_on_visible = {
				NOT = { has_global_flag = tpt_cw_democratic }
			}
			tpt_cw_democratic_off_visible = {
				has_global_flag = tpt_cw_democratic
			}
			tpt_cw_neutral_on_visible = {
				NOT = { has_global_flag = tpt_cw_neutral }
			}
			tpt_cw_neutral_off_visible = {
				has_global_flag = tpt_cw_neutral
			}
			tpt_cw_split_on_visible = {
				NOT = {
					has_global_flag = tpt_split_mode
				}
			}
			tpt_cw_split_off_visible = {
				has_global_flag = tpt_split_mode
			}
		}
	}
}

