CZE_tank_export = { #TONKS
	allowed = {
		original_tag = CZE
	}
	enable = {
		has_dlc = "Arms Against Tyranny"
		GER = {
			has_war = no
		}
		has_war = no
		controls_state = 69 #Sudetenland
		controls_state = 972 #Southern Sudetenland
	}
	abort_when_not_enabled = yes

	ai_strategy = {
		type = equipment_production_min_factories
		id = armor
		value = 2
	}
	ai_strategy = {
		type = equipment_variant_production_factor
		id = light_tank_chassis
		value = 50
	}
	ai_strategy = {
		type = equipment_market_for_sale_factor
		id = armor
		value = 150
	}
	ai_strategy = {
		type = equipment_market_for_sale_threshold
		id = armor
		value = 10
	}
}

CZE_historical_already_got_our_tanks_mate = {
	allowed = {
		original_tag = CZE
	}
	abort_when_not_enabled = yes
	
	enable = {
		has_dlc = "Arms Against Tyranny"
		is_historical_focus_on = yes
	}
	ai_strategy = {
		type = role_ratio
		id = armor
		value = -25 #because doctrine this = 10
	}
}

#Pfot strats start here
CZE_buy_my_weapons = {
	allowed = {
		has_dlc = "Peace For Our Time"
		has_dlc = "Arms Against Tyranny"
		NOT = { original_tag = CZE }
	}

	enable = {
		CZE = {
			#is_ai = no
			OR = {
				exists = yes
				has_capitulated = no
				is_government_in_exile = no
			}
		}
		# OR = {
		# 	exists = yes
		# 	has_capitulated = no
		# 	is_government_in_exile = no
		# }
		capital_scope = {
			OR = {
				AND = {
					CZE = {
						has_completed_focus = CZE_improve_balkan_trade_relations
					}
					is_on_continent = europe
				}
				AND = {
					has_global_flag = CZE_skoda_unlock_asia
					OR = {
						is_on_continent = asia
						is_on_continent = australia
					}
				}
				AND = {
					has_global_flag = CZE_skoda_unlock_middle_east
					OR = {
						is_on_continent = middle_east
						is_on_continent = africa
					}
				}
				AND = {
					has_global_flag = CZE_skoda_unlock_north_america
					is_on_continent = north_america
				}
				AND = {
					has_global_flag = CZE_skoda_unlock_south_america
					is_on_continent = south_america
				}
			}
		}
    }

	abort_when_not_enabled = yes

	ai_strategy = {
        type = equipment_market_trade_desire
        id = CZE
        value = 60
    }
}
#Pfot ends



