country_edict = {
	name = "zhaomuhaidao1"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		energy > 1000 
        }
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = jiandui.1 }
                add_energy = -1000
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}

	prerequisites = {
		"tech_yongbinggonghui"
	}
}

country_edict = {
	name = "zhaomuhaidao2"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		energy > 5000 
		count_owned_ships = {
			limit = { is_ship_size = galleon }
			count < 1
		}
        }
	prerequisites = {
		"tech_yongbinggonghui"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = jiandui.2 }
                add_energy = -5000
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}
