country_edict = {
	name = "chongjianwuwei"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		minerals > 2000
		count_owned_ships = {
			limit = { is_ship_size = npc_warship_01 }
			count < 1
		} 
        }
	prerequisites = {
		"tech_newwuwei"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = zidongwuwei.2 }
                add_minerals = -2000
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}

country_edict = {
	name = "kelongyoulong"
	modifier = {
	}
	influence_cost = 0
	allow = { 
		minerals > 2000
		count_owned_ships = {
			limit = { is_ship_size = space_dragon_baby }
			count < 1
		} 
        }
	prerequisites = {
		"tech_longhai"
	}
	potential = {
	  is_ai = no
	}
	effect = {
		country_event = { id = longhai.2 }
                add_minerals = -2000
	}
	allow = {
	}
	ai_weight = {
	  weight = 0
	}
	ai = {
		enabled = no
		tech = no
		construction = no
	}
}