country_edict = {
	name = "zhaomushengwu1"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		energy > 500 
        }
	prerequisites = {
		"tech_shengwuxuehui"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = jiandui.3 }
                add_energy = -500
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}



country_edict = {
	name = "zhaomushengwu2"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		energy > 3000
		count_owned_ships = {
			limit = { is_ship_size = space_amoeba_mother2 }
			count < 1
		}
        }
	prerequisites = {
		"tech_shengwuxuehui"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = jiandui.4 }
                add_energy = -3000
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}

