country_edict = {
	name = "zhaomukuangji1"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		energy > 1500 
        }
	prerequisites = {
		"tech_kuangyelianmeng"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = jiandui.5 }
                add_energy = -1500
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}


country_edict = {
	name = "zhaomukuangji2"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		energy > 6000
		count_owned_ships = {
			limit = { is_ship_size = hive_asteroid2 }
			count < 1
		}
        }
	prerequisites = {
		"tech_kuangyelianmeng"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = jiandui.6 }
                add_energy = -6000
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}

