scripted_gui = {

	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
				OR = {
					has_country_flag = tp_is_host
					NOT = {
						has_global_flag = tp_is_multiplayer
					}
				}
			}
		}

		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 }
					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 = {
								L_Inf_Bat = { x = 0 y = 0 }
								L_Inf_Bat = { x = 0 y = 1 }
								L_Inf_Bat = { x = 0 y = 2 }
								L_Inf_Bat = { x = 0 y = 3 }
								L_Inf_Bat = { x = 0 y = 4 }
					
								L_Inf_Bat = { x = 1 y = 0 }
								L_Inf_Bat = { x = 1 y = 1 }
								L_Inf_Bat = { x = 1 y = 2 }
								L_Inf_Bat = { x = 1 y = 3 }
								L_Inf_Bat = { 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 = {
								L_Inf_Bat = { x = 0 y = 0 }
								L_Inf_Bat = { x = 0 y = 1 }
								L_Inf_Bat = { x = 0 y = 2 }
								L_Inf_Bat = { x = 0 y = 3 }
								L_Inf_Bat = { x = 0 y = 4 }
					
								L_Inf_Bat = { x = 1 y = 0 }
								L_Inf_Bat = { x = 1 y = 1 }
								L_Inf_Bat = { x = 1 y = 2 }
								L_Inf_Bat = { x = 1 y = 3 }
								L_Inf_Bat = { x = 1 y = 4 }
							}
						}
					}
					if = {
						limit = {
							NOT = { has_template = "Crack Unit" }
						}
						division_template = {
							name = "Crack Unit"
							division_names_group = TP_TYPE_01
							regiments = {
								L_Inf_Bat = { x = 0 y = 0 }
								L_Inf_Bat = { x = 0 y = 1 }
								L_Inf_Bat = { x = 0 y = 2 }
								L_Inf_Bat = { x = 0 y = 3 }
								L_Inf_Bat = { x = 0 y = 4 }
					
								L_Inf_Bat = { x = 1 y = 0 }
								L_Inf_Bat = { x = 1 y = 1 }
								L_Inf_Bat = { x = 1 y = 2 }
								L_Inf_Bat = { x = 1 y = 3 }
								L_Inf_Bat = { x = 1 y = 4 }
							}
						}
					}
				}
			}
			dst_add_army_experience_click = {
				ROOT = {
					army_experience = 50
				}
			}
			dst_remove_army_experience_click = {
				ROOT = {
					army_experience = -50000
				}
			}
			dst_add_air_experience_click = {
				ROOT = {
					air_experience = 50
				}
			}
			dst_remove_air_experience_click = {
				ROOT = {
					air_experience = -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 }
					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 }
					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 }
					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 }
#				}
#			}
		}
	}
}
		