
namespace = chouchuan

#1 ʼ
#2 				1000		40		8:SSR 2:UR
#3 ϡ			3333		20		7:SSR 3:UR
#4 봽𵥳		300			20		8:UR 2:MR
#5 봽ϡ	999			10		7:UR 3:MR
#6 ʮ				11111		10		6:SSR 4:UR
#7 봽ʮ		3333		5			6:UR 4:MR
#
#				 |N		|R	|SR		|SSR		|UR				|MR
#2	80:20|67	|33	|4		|0.8		|0.16			|0.032
#3	70:30|30	|70	|9		|2.7		|0.81			|0.243
#4	65:35|10	|55	|35		|12.25	|4.2875		|1.500625
#5	55:45|10	|45	|45		|20.25	|9.1125		|4.100625
#6	75:25|25	|75	|6.25	|1.5625	|0.390625	|0.09765625
#7	60:40|10	|50	|40		|16			|6.4			|2.56
#
#8 齢˾on
#9 齢˾	 29%n 35%R 20%SR 10%SSR 5%UR 1%MR
#
#20-29 
#30-39 ϡ
#40-49 봽𵥳
#50-59 봽ϡ
#60-69 ʮ
#70-79 봽ʮ
#
#ֳ鿨
#100 N
#200 R
#300 SR
#400 SSR
#500 UR
#600 MR
#101 N 		޼
#201 R 		޼
#301 SR 	޼
#401 SSR 	޼
#501 UR 	޼
#601 MR 	޼
#
#901 ˾ N 1+1
#902 ˾ R 2+2
#903 ˾ SR 4+3
#904 ˾ SSR 6+4
#905 ˾ UR 8+5
#906 ˾ MR 10+6
#
#N	
#R	> 100
#SR	> 500
#SSR> 1000
#UR	> 10000
#MR	> 40000
#
#ִ
#1001-1037 N
#1046-1050 N
#1054			 N
#
#1038-1045 R
#1051-1053 R
#1055-1057 R
#1061			 R
#1080			 R
#1082			 R
#1099-1100 R
#1215-1216 R need Synthetic
#1219			 R need Synthetic
#1223-1225 R need Synthetic
#1229-1231 R need Synthetic
#1022 R
#1096-1098 R
#1227 R
#1023 R
#1026 R
#1068 R
#1070 R
#
#1058-1060 SR
#1062-1079 SR
#1083-1084 SR
#1119			 SR
#1201-1203 SR need crisisstation
#1214			 SR need Synthetic
#1218			 SR need Synthetic
#1220-1222 SR need Synthetic
#1226-1228 SR need Synthetic
#
#1085-1098 SSR
#1101			 SSR
#1204-1206 SSR need crisisstation
#1069 SSR
#1226 SSR
#1093-1095 SSR
#
#1102-1112 UR
#1120			 UR
#1207-1209 UR need crisisstation
#1210			 UR need utopia
#1217			 UR need Synthetic
#
#1113-1118 MR
#1122			 MR
#1211-1213 MR need utopia

country_event = {
	id = chouchuan.1
	title = "chouchuan.1.name"
	desc = "chouchuan.1.desc"
	picture = GFX_evt_ship_in_orbit
	is_triggered_only = yes

	#
	option = {
		name = chouchuan.1.a
		trigger = {
			NOT = {
				energy < 1000
			}
		}
		add_energy = -1000
		country_event = { id = chouchuan.2 }
	}
	option = {
		name = chouchuan.1.1
		trigger = {
			energy < 1000
		}
		country_event = { id = chouchuan.1 }
	}

	#ʮ
	option = {
		name = chouchuan.1.g
		trigger = {
			NOT = {
				energy < 11111
			}
		}
		add_energy = -11111
		country_event = { id = chouchuan.6 }
	}
	option = {
		name = chouchuan.1.2
		trigger = {
			energy < 11111
		}
		country_event = { id = chouchuan.1 }
	}

	#ϡ
	option = {
		name = chouchuan.1.b
		trigger = {
			NOT = {
				energy < 3333
			}
		}
		add_energy = -3333
		country_event = { id = chouchuan.3 }
	}
	option = {
		name = chouchuan.1.3
		trigger = {
			energy < 3333
		}
		country_event = { id = chouchuan.1 }
	}

	#봽
	option = {
		name = chouchuan.1.c
		trigger = {
			NOT = {
				influence < 300
			}
		}
		add_influence = -300
		country_event = { id = chouchuan.4 }
	}
	option = {
		name = chouchuan.1.4
		trigger = {
			influence < 300
		}
		country_event = { id = chouchuan.1 }
	}

	#봽ʮ
	option = {
		name = chouchuan.1.h
		trigger = {
			NOT = {
				influence < 3333
			}
		}
		add_influence = -3333
		country_event = { id = chouchuan.7 }
	}
	option = {
		name = chouchuan.1.5
		trigger = {
			influence < 3333
		}
		country_event = { id = chouchuan.1 }
	}

	#봽ϡ
	option = {
		name = chouchuan.1.d
		trigger = {
			NOT = {
				influence < 999
			}
		}
		add_influence = -999
		country_event = { id = chouchuan.5 }
	}
	option = {
		name = chouchuan.1.6
		trigger = {
			influence < 999
		}
		country_event = { id = chouchuan.1 }
	}

	#ûǮ
	option = {
		name = chouchuan.1.e
		trigger = {
			OR = {
				energy < 1000
				influence < 300
			}
		}
	}

	#
	option = {
		name = chouchuan.1.f
	}
}

#	80:20|67	|33	|4		|0.8		|0.16			|0.032
country_event = {
	id = chouchuan.2
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			67 = { country_event = { id = chouchuan.100 } }
			33 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.20 }
			}
		}
		if = {
			limit = {
				NOT = {
					has_event_chain = chouchuan_value_chain_1
				}
			}
			begin_event_chain = {
				event_chain = "chouchuan_value_chain_1"
				target = ROOT
			}
		}
		add_event_chain_counter = {
			event_chain = chouchuan_value_chain_1
			counter = chouchuan_value_1
			amount = 1
		}
		if = {
			limit = {
				has_completed_event_chain_counter = {
					event_chain = chouchuan_value_chain_1
					counter = chouchuan_value_1
				}
			}
			end_event_chain = chouchuan_value_chain_1
			random_list = {
				8 = { country_event = { id = chouchuan.401 } }
				2 = {
					modifier = {
						factor = 1.5
						has_civic = civic_chouchuan_1
					}
					country_event = { id = chouchuan.501 }
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.20
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			80 = { country_event = { id = chouchuan.200 } }
			20 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.21 }
			}
		}
	}
}
country_event = {
	id = chouchuan.21
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			80 = { country_event = { id = chouchuan.300 } }
			20 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.22 }
			}
		}
	}
}
country_event = {
	id = chouchuan.22
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			80 = { country_event = { id = chouchuan.400 } }
			20 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.23 }
			}
		}
	}
}
country_event = {
	id = chouchuan.23
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			80 = { country_event = { id = chouchuan.500 } }
			20 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.600 }
			}
		}
	}
}
#ϡ	70:30|30	|70	|9		|2.7		|0.81			|0.243
country_event = {
	id = chouchuan.3
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			30 = { country_event = { id = chouchuan.100 } }
			70 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.30 }
			}
		}
		if = {
			limit = {
				NOT = {
					has_event_chain = chouchuan_value_chain_2
				}
			}
			begin_event_chain = {
				event_chain = "chouchuan_value_chain_2"
				target = ROOT
			}
		}
		add_event_chain_counter = {
			event_chain = chouchuan_value_chain_2
			counter = chouchuan_value_2
			amount = 1
		}
		if = {
			limit = {
				has_completed_event_chain_counter = {
					event_chain = chouchuan_value_chain_2
					counter = chouchuan_value_2
				}
			}
			end_event_chain = chouchuan_value_chain_2
			random_list = {
				7 = { country_event = { id = chouchuan.401 } }
				3 = {
					modifier = {
						factor = 1.5
						has_civic = civic_chouchuan_1
					}
					country_event = { id = chouchuan.501 }
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.30
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			70 = { country_event = { id = chouchuan.200 } }
			30 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.31 }
			}
		}
	}
}
country_event = {
	id = chouchuan.31
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			70 = { country_event = { id = chouchuan.300 } }
			30 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.32 }
			}
		}
	}
}
country_event = {
	id = chouchuan.32
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			70 = { country_event = { id = chouchuan.400 } }
			30 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.33 }
			}
		}
	}
}
country_event = {
	id = chouchuan.33
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			70 = { country_event = { id = chouchuan.500 } }
			30 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.600 }
			}
		}
	}
}
#봽	65:35|10	|55	|35		|12.25	|4.2875		|1.500625
country_event = {
	id = chouchuan.4
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			10 = { country_event = { id = chouchuan.100 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.40 }
			}
		}
		if = {
			limit = {
				NOT = {
					has_event_chain = chouchuan_value_chain_3
				}
			}
			begin_event_chain = {
				event_chain = "chouchuan_value_chain_3"
				target = ROOT
			}
		}
		add_event_chain_counter = {
			event_chain = chouchuan_value_chain_3
			counter = chouchuan_value_3
			amount = 1
		}
		if = {
			limit = {
				has_completed_event_chain_counter = {
					event_chain = chouchuan_value_chain_3
					counter = chouchuan_value_3
				}
			}
			end_event_chain = chouchuan_value_chain_3
			random_list = {
				8 = { country_event = { id = chouchuan.501 } }
				2 = {
					modifier = {
						factor = 1.5
						has_civic = civic_chouchuan_1
					}
					country_event = { id = chouchuan.601 }
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.40
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			65 = { country_event = { id = chouchuan.200 } }
			35 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.41 }
			}
		}
	}
}
country_event = {
	id = chouchuan.41
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			65 = { country_event = { id = chouchuan.300 } }
			35 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.42 }
			}
		}
	}
}
country_event = {
	id = chouchuan.42
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			65 = { country_event = { id = chouchuan.400 } }
			35 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.43 }
			}
		}
	}
}
country_event = {
	id = chouchuan.43
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			65 = { country_event = { id = chouchuan.500 } }
			35 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.600 }
			}
		}
	}
}
#봽ϡ	55:45|10	|45	|45		|20.25	|9.1125		|4.100625
country_event = {
	id = chouchuan.5
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			10 = { country_event = { id = chouchuan.100 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.50 }
			}
		}
		if = {
			limit = {
				NOT = {
					has_event_chain = chouchuan_value_chain_4
				}
			}
			begin_event_chain = {
				event_chain = "chouchuan_value_chain_4"
				target = ROOT
			}
		}
		add_event_chain_counter = {
			event_chain = chouchuan_value_chain_4
			counter = chouchuan_value_4
			amount = 1
		}
		if = {
			limit = {
				has_completed_event_chain_counter = {
					event_chain = chouchuan_value_chain_4
					counter = chouchuan_value_4
				}
			}
			end_event_chain = chouchuan_value_chain_4
			random_list = {
				7 = { country_event = { id = chouchuan.501 } }
				3 = {
					modifier = {
						factor = 1.5
						has_civic = civic_chouchuan_1
					}
					country_event = { id = chouchuan.601 }
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.50
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			55 = { country_event = { id = chouchuan.200 } }
			45 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.51 }
			}
		}
	}
}
country_event = {
	id = chouchuan.51
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			55 = { country_event = { id = chouchuan.300 } }
			45 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.52 }
			}
		}
	}
}
country_event = {
	id = chouchuan.52
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			55 = { country_event = { id = chouchuan.400 } }
			45 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.53 }
			}
		}
	}
}
country_event = {
	id = chouchuan.53
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			55 = { country_event = { id = chouchuan.500 } }
			45 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.600 }
			}
		}
	}
}
#ʮ	75:25|25	|75	|6.25	|1.5625	|0.390625	|0.09765625
country_event = {
	id = chouchuan.6
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		country_event = { id = chouchuan.65 }
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		random_list = {
			25 = { country_event = { id = chouchuan.101 } }
			75 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.60 }
			}
		}
		if = {
			limit = {
				NOT = {
					has_event_chain = chouchuan_value_chain_5
				}
			}
			begin_event_chain = {
				event_chain = "chouchuan_value_chain_5"
				target = ROOT
			}
		}
		add_event_chain_counter = {
			event_chain = chouchuan_value_chain_5
			counter = chouchuan_value_5
			amount = 1
		}
		if = {
			limit = {
				has_completed_event_chain_counter = {
					event_chain = chouchuan_value_chain_5
					counter = chouchuan_value_5
				}
			}
			end_event_chain = chouchuan_value_chain_5
			random_list = {
				6 = { country_event = { id = chouchuan.401 } }
				4 = {
					modifier = {
						factor = 1.5
						has_civic = civic_chouchuan_1
					}
					country_event = { id = chouchuan.501 }
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.60
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.201 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.61 }
			}
		}
	}
}
country_event = {
	id = chouchuan.61
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.301 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.62 }
			}
		}
	}
}
country_event = {
	id = chouchuan.62
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.401 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.63 }
			}
		}
	}
}
country_event = {
	id = chouchuan.63
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.501 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.601 }
			}
		}
	}
}
country_event = {
	id = chouchuan.65
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.300 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.66 }
			}
		}
	}
}
country_event = {
	id = chouchuan.66
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.400 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.67 }
			}
		}
	}
}
country_event = {
	id = chouchuan.67
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			75 = { country_event = { id = chouchuan.500 } }
			25 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.600 }
			}
		}
	}
}
#봽ʮ	60:40|10	|50	|40		|16			|6.4			|2.56
country_event = {
	id = chouchuan.7
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		country_event = { id = chouchuan.75 }
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		random_list = {
			10 = { country_event = { id = chouchuan.101 } }
			90 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.70 }
			}
		}
		if = {
			limit = {
				NOT = {
					has_event_chain = chouchuan_value_chain_6
				}
			}
			begin_event_chain = {
				event_chain = "chouchuan_value_chain_6"
				target = ROOT
			}
		}
		add_event_chain_counter = {
			event_chain = chouchuan_value_chain_6
			counter = chouchuan_value_6
			amount = 1
		}
		if = {
			limit = {
				has_completed_event_chain_counter = {
					event_chain = chouchuan_value_chain_6
					counter = chouchuan_value_6
				}
			}
			end_event_chain = chouchuan_value_chain_6
			random_list = {
				6 = { country_event = { id = chouchuan.501 } }
				4 = {
					modifier = {
						factor = 1.5
						has_civic = civic_chouchuan_1
					}
					country_event = { id = chouchuan.601 }
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.70
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.201 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.71 }
			}
		}
	}
}
country_event = {
	id = chouchuan.71
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.301 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.72 }
			}
		}
	}
}
country_event = {
	id = chouchuan.72
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.401 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.73 }
			}
		}
	}
}
country_event = {
	id = chouchuan.73
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.501 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.601 }
			}
		}
	}
}
country_event = {
	id = chouchuan.75
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.300 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.76 }
			}
		}
	}
}
country_event = {
	id = chouchuan.76
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.400 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.77 }
			}
		}
	}
}
country_event = {
	id = chouchuan.77
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		random_list = {
			60 = { country_event = { id = chouchuan.500 } }
			40 = {
				modifier = {
					factor = 1.33
					has_civic = civic_chouchuan_1
				}
				country_event = { id = chouchuan.600 }
			}
		}
	}
}
############################### мѡĳ

country_event = {
	id = chouchuan.100
	title = "chouchuan.100.name"
	desc = "chouchuan.100.desc"
	picture = GFX_evt_alien_cavemen
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1001 } }
			2 = { country_event = { id = chouchuan.1002 } }
			2 = { country_event = { id = chouchuan.1003 } }
			2 = { country_event = { id = chouchuan.1004 } }
			2 = { country_event = { id = chouchuan.1005 } }
			2 = { country_event = { id = chouchuan.1006 } }
			2 = { country_event = { id = chouchuan.1007 } }
			2 = { country_event = { id = chouchuan.1008 } }
			2 = { country_event = { id = chouchuan.1009 } }
			2 = { country_event = { id = chouchuan.1010 } }
			2 = { country_event = { id = chouchuan.1011 } }
			2 = { country_event = { id = chouchuan.1012 } }
			2 = { country_event = { id = chouchuan.1013 } }
			2 = { country_event = { id = chouchuan.1014 } }
			2 = { country_event = { id = chouchuan.1015 } }
			2 = { country_event = { id = chouchuan.1016 } }
			2 = { country_event = { id = chouchuan.1017 } }
			2 = { country_event = { id = chouchuan.1018 } }
			2 = { country_event = { id = chouchuan.1019 } }
			2 = { country_event = { id = chouchuan.1020 } }
			2 = { country_event = { id = chouchuan.1021 } }
			2 = { country_event = { id = chouchuan.1024 } }
			2 = { country_event = { id = chouchuan.1025 } }
			2 = { country_event = { id = chouchuan.1027 } }
			2 = { country_event = { id = chouchuan.1028 } }
			2 = { country_event = { id = chouchuan.1029 } }
			2 = { country_event = { id = chouchuan.1030 } }
			2 = { country_event = { id = chouchuan.1031 } }
			2 = { country_event = { id = chouchuan.1032 } }
			2 = { country_event = { id = chouchuan.1033 } }
			2 = { country_event = { id = chouchuan.1034 } }
			2 = { country_event = { id = chouchuan.1035 } }
			2 = { country_event = { id = chouchuan.1036 } }
			2 = { country_event = { id = chouchuan.1037 } }
			2 = { country_event = { id = chouchuan.1046 } }
			2 = { country_event = { id = chouchuan.1047 } }
			2 = { country_event = { id = chouchuan.1048 } }
			2 = { country_event = { id = chouchuan.1049 } }
			2 = { country_event = { id = chouchuan.1050 } }
			2 = { country_event = { id = chouchuan.1054 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_1
				}
				random_list = {
					1 = { country_event = { id = dajian.1100 } }
					1 = { country_event = { id = dajian.1101 } }
					1 = { country_event = { id = dajian.1102 } }
					1 = { country_event = { id = dajian.1103 } }
					1 = { country_event = { id = dajian.1104 } }
					1 = { country_event = { id = dajian.1105 } }
					1 = { country_event = { id = dajian.1106 } }
					1 = { country_event = { id = dajian.1107 } }
					1 = { country_event = { id = dajian.1108 } }
					1 = { country_event = { id = dajian.1109 } }
					1 = { country_event = { id = dajian.1110 } }
					1 = { country_event = { id = dajian.1111 } }
					1 = { country_event = { id = dajian.1112 } }
					1 = { country_event = { id = dajian.1113 } }
					1 = { country_event = { id = dajian.1114 } }
					1 = { country_event = { id = dajian.1115 } }
					1 = { country_event = { id = dajian.1116 } }
					1 = { country_event = { id = dajian.1117 } }
					1 = { country_event = { id = dajian.1118 } }
					1 = { country_event = { id = dajian.1119 } }
				}
			}
		}
	}
	option = {
		name = chouchuan.100.b
		country_event = { id = chouchuan.1 }
	}
	option = {
		name = chouchuan.100.a
	}
}
country_event = {
	id = chouchuan.200
	title = "chouchuan.200.name"
	desc = "chouchuan.200.desc"
	picture = GFX_evt_ship_in_orbit
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1038 } }
			2 = { country_event = { id = chouchuan.1039 } }
			2 = { country_event = { id = chouchuan.1040 } }
			2 = { country_event = { id = chouchuan.1041 } }
			2 = { country_event = { id = chouchuan.1042 } }
			2 = { country_event = { id = chouchuan.1043 } }
			2 = { country_event = { id = chouchuan.1044 } }
			2 = { country_event = { id = chouchuan.1045 } }
			2 = { country_event = { id = chouchuan.1051 } }
			2 = { country_event = { id = chouchuan.1052 } }
			2 = { country_event = { id = chouchuan.1053 } }
			2 = { country_event = { id = chouchuan.1055 } }
			2 = { country_event = { id = chouchuan.1056 } }
			2 = { country_event = { id = chouchuan.1057 } }
			2 = { country_event = { id = chouchuan.1061 } }
			2 = { country_event = { id = chouchuan.1080 } }
			2 = { country_event = { id = chouchuan.1082 } }
			2 = { country_event = { id = chouchuan.1099 } }
			2 = { country_event = { id = chouchuan.1100 } }
			2 = { country_event = { id = chouchuan.1022 } }
			2 = { country_event = { id = chouchuan.1096 } }
			2 = { country_event = { id = chouchuan.1097 } }
			2 = { country_event = { id = chouchuan.1098 } }
			2 = { country_event = { id = chouchuan.1227 } }
			2 = { country_event = { id = chouchuan.1023 } }
			2 = { country_event = { id = chouchuan.1026 } }
			2 = { country_event = { id = chouchuan.1068 } }
			2 = { country_event = { id = chouchuan.1070 } }
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1216 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1219 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_2
				}
				random_list = {
					5 = {
						modifier = {
							factor = 5
							has_technology = tech_dajian_ship_2
						}
						random_list = {
							1 = { country_event = { id = dajian.1200 } }
							1 = { country_event = { id = dajian.1201 } }
							1 = { country_event = { id = dajian.1202 } }
							1 = { country_event = { id = dajian.1203 } }
							1 = { country_event = { id = dajian.1204 } }
							1 = { country_event = { id = dajian.1205 } }
							1 = { country_event = { id = dajian.1206 } }
							1 = { country_event = { id = dajian.1207 } }
							1 = { country_event = { id = dajian.1208 } }
							1 = { country_event = { id = dajian.1209 } }
							1 = { country_event = { id = dajian.1210 } }
							1 = { country_event = { id = dajian.1211 } }
							1 = { country_event = { id = dajian.1212 } }
							1 = { country_event = { id = dajian.1213 } }
							1 = { country_event = { id = dajian.1214 } }
							1 = { country_event = { id = dajian.1215 } }
							1 = { country_event = { id = dajian.1216 } }
							1 = { country_event = { id = dajian.1217 } }
							1 = { country_event = { id = dajian.1218 } }
							1 = { country_event = { id = dajian.1219 } }
							1 = { country_event = { id = dajian.1220 } }
							1 = { country_event = { id = dajian.1221 } }
							1 = { country_event = { id = dajian.1222 } }
							1 = { country_event = { id = dajian.1223 } }
							1 = { country_event = { id = dajian.1224 } }
							1 = { country_event = { id = dajian.1225 } }
							1 = { country_event = { id = dajian.1226 } }
							1 = { country_event = { id = dajian.1227 } }
							1 = { country_event = { id = dajian.1228 } }
							1 = { country_event = { id = dajian.1229 } }
							1 = { country_event = { id = dajian.1230 } }
							1 = { country_event = { id = dajian.1231 } }
							1 = { country_event = { id = dajian.1232 } }
							1 = { country_event = { id = dajian.1233 } }
							1 = { country_event = { id = dajian.1234 } }
							1 = { country_event = { id = dajian.1235 } }
							1 = { country_event = { id = dajian.1236 } }
							1 = { country_event = { id = dajian.1237 } }
							1 = { country_event = { id = dajian.1238 } }
							1 = { country_event = { id = dajian.1239 } }
							1 = { country_event = { id = dajian.1240 } }
							1 = { country_event = { id = dajian.1241 } }
							1 = { country_event = { id = dajian.1242 } }
							1 = { country_event = { id = dajian.1243 } }
							1 = { country_event = { id = dajian.1244 } }
						}
					}
					5 = {
						modifier = {
							factor = 10
							has_technology = tech_dajian_ship_3
						}
						random_list = {
							1 = { country_event = { id = dajian.1300 } }
							1 = { country_event = { id = dajian.1301 } }
							1 = { country_event = { id = dajian.1302 } }
							1 = { country_event = { id = dajian.1303 } }
							1 = { country_event = { id = dajian.1304 } }
							1 = { country_event = { id = dajian.1305 } }
							1 = { country_event = { id = dajian.1306 } }
							1 = { country_event = { id = dajian.1307 } }
							1 = { country_event = { id = dajian.1308 } }
							1 = { country_event = { id = dajian.1309 } }
							1 = { country_event = { id = dajian.1310 } }
							1 = { country_event = { id = dajian.1311 } }
							1 = { country_event = { id = dajian.1312 } }
							1 = { country_event = { id = dajian.1313 } }
							1 = { country_event = { id = dajian.1314 } }
							1 = { country_event = { id = dajian.1315 } }
							1 = { country_event = { id = dajian.1316 } }
							1 = { country_event = { id = dajian.1317 } }
							1 = { country_event = { id = dajian.1318 } }
							1 = { country_event = { id = dajian.1319 } }
							1 = { country_event = { id = dajian.1320 } }
							1 = { country_event = { id = dajian.1321 } }
							1 = { country_event = { id = dajian.1322 } }
							1 = { country_event = { id = dajian.1323 } }
							1 = { country_event = { id = dajian.1324 } }
							1 = { country_event = { id = dajian.1325 } }
							1 = { country_event = { id = dajian.1326 } }
							1 = { country_event = { id = dajian.1327 } }
						}
					}
				}
			}
		}
	}
	option = {
		name = chouchuan.200.b
		country_event = { id = chouchuan.1 }
	}
	option = {
		name = chouchuan.200.a
	}
}
country_event = {
	id = chouchuan.300
	title = "chouchuan.300.name"
	desc = "chouchuan.300.desc"
	picture = GFX_evt_landing_ship
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1058 } }
			2 = { country_event = { id = chouchuan.1059 } }
			2 = { country_event = { id = chouchuan.1060 } }
			2 = { country_event = { id = chouchuan.1062 } }
			2 = { country_event = { id = chouchuan.1063 } }
			2 = { country_event = { id = chouchuan.1064 } }
			2 = { country_event = { id = chouchuan.1065 } }
			2 = { country_event = { id = chouchuan.1066 } }
			2 = { country_event = { id = chouchuan.1067 } }
			2 = { country_event = { id = chouchuan.1074 } }
			2 = { country_event = { id = chouchuan.1075 } }
			2 = { country_event = { id = chouchuan.1076 } }
			2 = { country_event = { id = chouchuan.1077 } }
			2 = { country_event = { id = chouchuan.1078 } }
			2 = { country_event = { id = chouchuan.1079 } }
			2 = { country_event = { id = chouchuan.1081 } }
			2 = { country_event = { id = chouchuan.1083 } }
			2 = { country_event = { id = chouchuan.1084 } }
			2 = { country_event = { id = chouchuan.1119 } }
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1214 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1218 }
			}
			2 = { country_event = { id = chouchuan.1101 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_4
				}
				random_list = {
					1 = { country_event = { id = dajian.1400 } }
					1 = { country_event = { id = dajian.1401 } }
					1 = { country_event = { id = dajian.1402 } }
					1 = { country_event = { id = dajian.1403 } }
					1 = { country_event = { id = dajian.1404 } }
					1 = { country_event = { id = dajian.1405 } }
					1 = { country_event = { id = dajian.1406 } }
					1 = { country_event = { id = dajian.1407 } }
					1 = { country_event = { id = dajian.1408 } }
					1 = { country_event = { id = dajian.1409 } }
					1 = { country_event = { id = dajian.1410 } }
					1 = { country_event = { id = dajian.1411 } }
					1 = { country_event = { id = dajian.1412 } }
					1 = { country_event = { id = dajian.1413 } }
					1 = { country_event = { id = dajian.1414 } }
					1 = { country_event = { id = dajian.1415 } }
					1 = { country_event = { id = dajian.1416 } }
					1 = { country_event = { id = dajian.1417 } }
					1 = { country_event = { id = dajian.1418 } }
					1 = { country_event = { id = dajian.1419 } }
					1 = { country_event = { id = dajian.1420 } }
					1 = { country_event = { id = dajian.1421 } }
					1 = { country_event = { id = dajian.1422 } }
					1 = { country_event = { id = dajian.1423 } }
					1 = { country_event = { id = dajian.1424 } }
					1 = { country_event = { id = dajian.1425 } }
					1 = { country_event = { id = dajian.1426 } }
					1 = { country_event = { id = dajian.1427 } }
				}
			}
			3 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1201 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1202 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1203 }
			}
		}
	}
	option = {
		name = chouchuan.300.b
		country_event = { id = chouchuan.1 }
	}
	option = {
		name = chouchuan.300.a
	}
}
country_event = {
	id = chouchuan.400
	title = "chouchuan.400.name"
	desc = "chouchuan.400.desc"
	picture = GFX_evt_metropolis
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1085 } }
			2 = { country_event = { id = chouchuan.1086 } }
			2 = { country_event = { id = chouchuan.1087 } }
			2 = { country_event = { id = chouchuan.1088 } }
			2 = { country_event = { id = chouchuan.1089 } }
			2 = { country_event = { id = chouchuan.1090 } }
			2 = { country_event = { id = chouchuan.1091 } }
			2 = { country_event = { id = chouchuan.1092 } }
			2 = { country_event = { id = chouchuan.1093 } }
			2 = { country_event = { id = chouchuan.1094 } }
			2 = { country_event = { id = chouchuan.1095 } }
			1 = { country_event = { id = chouchuan.1107 } }
			1 = { country_event = { id = chouchuan.1108 } }
			1 = { country_event = { id = chouchuan.1109 } }
			1 = { country_event = { id = chouchuan.1120 } }
			1 = { country_event = { id = chouchuan.1069 } }
			1 = { country_event = { id = chouchuan.1226 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_5
				}
				random_list = {
					1 = { country_event = { id = dajian.1500 } }
					1 = { country_event = { id = dajian.1501 } }
					1 = { country_event = { id = dajian.1502 } }
					1 = { country_event = { id = dajian.1503 } }
					1 = { country_event = { id = dajian.1504 } }
					1 = { country_event = { id = dajian.1505 } }
					1 = { country_event = { id = dajian.1506 } }
					1 = { country_event = { id = dajian.1507 } }
					1 = { country_event = { id = dajian.1508 } }
					1 = { country_event = { id = dajian.1509 } }
					1 = { country_event = { id = dajian.1510 } }
					1 = { country_event = { id = dajian.1511 } }
					1 = { country_event = { id = dajian.1512 } }
					1 = { country_event = { id = dajian.1513 } }
					1 = { country_event = { id = dajian.1514 } }
					1 = { country_event = { id = dajian.1515 } }
					1 = { country_event = { id = dajian.1516 } }
					1 = { country_event = { id = dajian.1517 } }
					1 = { country_event = { id = dajian.1518 } }
					1 = { country_event = { id = dajian.1519 } }
					1 = { country_event = { id = dajian.1520 } }
					1 = { country_event = { id = dajian.1521 } }
					1 = { country_event = { id = dajian.1522 } }
					1 = { country_event = { id = dajian.1523 } }
					1 = { country_event = { id = dajian.1524 } }
					1 = { country_event = { id = dajian.1525 } }
					1 = { country_event = { id = dajian.1526 } }
					1 = { country_event = { id = dajian.1527 } }
					1 = { country_event = { id = dajian.1528 } }
					1 = { country_event = { id = dajian.1529 } }
					1 = { country_event = { id = dajian.1530 } }
					1 = { country_event = { id = dajian.1531 } }
					1 = { country_event = { id = dajian.1532 } }
					1 = { country_event = { id = dajian.1533 } }
					1 = { country_event = { id = dajian.1534 } }
					1 = { country_event = { id = dajian.1535 } }
					1 = { country_event = { id = dajian.1536 } }
					1 = { country_event = { id = dajian.1537 } }
					1 = { country_event = { id = dajian.1538 } }
					1 = { country_event = { id = dajian.1539 } }
					1 = { country_event = { id = dajian.1540 } }
					1 = { country_event = { id = dajian.1541 } }
					1 = { country_event = { id = dajian.1542 } }
					1 = { country_event = { id = dajian.1543 } }
					1 = { country_event = { id = dajian.1544 } }
					1 = { country_event = { id = dajian.1545 } }
					1 = { country_event = { id = dajian.1546 } }
					1 = { country_event = { id = dajian.1547 } }
					1 = { country_event = { id = dajian.1548 } }
				}
			}
			3 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1204 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1205 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1206 }
			}
		}
	}
	option = {
		name = chouchuan.400.b
		country_event = { id = chouchuan.1 }
	}
	option = {
		name = chouchuan.400.a
	}
}
country_event = {
	id = chouchuan.500
	title = "chouchuan.500.name"
	desc = "chouchuan.500.desc"
	picture = GFX_evt_ship_in_orbit
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1102 } }
			2 = { country_event = { id = chouchuan.1103 } }
			2 = { country_event = { id = chouchuan.1104 } }
			2 = { country_event = { id = chouchuan.1105 } }
			2 = { country_event = { id = chouchuan.1106 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_6
				}
				random_list = {
					1 = { country_event = { id = dajian.1600 } }
					1 = { country_event = { id = dajian.1601 } }
					1 = { country_event = { id = dajian.1602 } }
					1 = { country_event = { id = dajian.1603 } }
					1 = { country_event = { id = dajian.1604 } }
					1 = { country_event = { id = dajian.1605 } }
					1 = { country_event = { id = dajian.1606 } }
					1 = { country_event = { id = dajian.1607 } }
					1 = { country_event = { id = dajian.1608 } }
					1 = { country_event = { id = dajian.1609 } }
					1 = { country_event = { id = dajian.1610 } }
					1 = { country_event = { id = dajian.1611 } }
					1 = { country_event = { id = dajian.1612 } }
					1 = { country_event = { id = dajian.1613 } }
					1 = { country_event = { id = dajian.1614 } }
					1 = { country_event = { id = dajian.1615 } }
					1 = { country_event = { id = dajian.1616 } }
					1 = { country_event = { id = dajian.1617 } }
					1 = { country_event = { id = dajian.1618 } }
					1 = { country_event = { id = dajian.1619 } }
					1 = { country_event = { id = dajian.1620 } }
				}
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1210 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1217 }
			}
			3 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1207 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1208 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1209 }
			}
		}
	}
	option = {
		name = chouchuan.500.b
		country_event = { id = chouchuan.1 }
	}
	option = {
		name = chouchuan.500.a
	}
}
country_event = {
	id = chouchuan.600
	title = "chouchuan.600.name"
	desc = "chouchuan.600.desc"
	picture = GFX_evt_ship_in_orbit
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1113 } }
			2 = { country_event = { id = chouchuan.1114 } }
			1 = { country_event = { id = chouchuan.1115 } }
			2 = { country_event = { id = chouchuan.1116 } }
			1 = { country_event = { id = chouchuan.1117 } }
			1 = { country_event = { id = chouchuan.1118 } }
			2 = { country_event = { id = chouchuan.1122 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_7
				}
				random_list = {
					1 = { country_event = { id = dajian.1700 } }
					1 = { country_event = { id = dajian.1701 } }
					1 = { country_event = { id = dajian.1702 } }
					1 = { country_event = { id = dajian.1703 } }
					1 = { country_event = { id = dajian.1704 } }
					1 = { country_event = { id = dajian.1705 } }
					1 = { country_event = { id = dajian.1706 } }
					1 = { country_event = { id = dajian.1707 } }
					1 = { country_event = { id = dajian.1708 } }
					1 = { country_event = { id = dajian.1709 } }
					1 = { country_event = { id = dajian.1710 } }
					1 = { country_event = { id = dajian.1711 } }
					1 = { country_event = { id = dajian.1712 } }
					1 = { country_event = { id = dajian.1713 } }
					1 = { country_event = { id = dajian.1714 } }
					1 = { country_event = { id = dajian.1715 } }
				}
			}
			1 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1211 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1212 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1213 }
			}
		}
	}
	option = {
		name = chouchuan.600.b
		country_event = { id = chouchuan.1 }
	}
	option = {
		name = chouchuan.600.a
	}
}

############################### ûмѡĳ

country_event = {
	id = chouchuan.101
	title = "chouchuan.100.name"
	desc = "chouchuan.100.desc"
	picture = GFX_evt_alien_cavemen
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1001 } }
			2 = { country_event = { id = chouchuan.1002 } }
			2 = { country_event = { id = chouchuan.1003 } }
			2 = { country_event = { id = chouchuan.1004 } }
			2 = { country_event = { id = chouchuan.1005 } }
			2 = { country_event = { id = chouchuan.1006 } }
			2 = { country_event = { id = chouchuan.1007 } }
			2 = { country_event = { id = chouchuan.1008 } }
			2 = { country_event = { id = chouchuan.1009 } }
			2 = { country_event = { id = chouchuan.1010 } }
			2 = { country_event = { id = chouchuan.1011 } }
			2 = { country_event = { id = chouchuan.1012 } }
			2 = { country_event = { id = chouchuan.1013 } }
			2 = { country_event = { id = chouchuan.1014 } }
			2 = { country_event = { id = chouchuan.1015 } }
			2 = { country_event = { id = chouchuan.1016 } }
			2 = { country_event = { id = chouchuan.1017 } }
			2 = { country_event = { id = chouchuan.1018 } }
			2 = { country_event = { id = chouchuan.1019 } }
			2 = { country_event = { id = chouchuan.1020 } }
			2 = { country_event = { id = chouchuan.1021 } }
			2 = { country_event = { id = chouchuan.1024 } }
			2 = { country_event = { id = chouchuan.1025 } }
			2 = { country_event = { id = chouchuan.1027 } }
			2 = { country_event = { id = chouchuan.1028 } }
			2 = { country_event = { id = chouchuan.1029 } }
			2 = { country_event = { id = chouchuan.1030 } }
			2 = { country_event = { id = chouchuan.1031 } }
			2 = { country_event = { id = chouchuan.1032 } }
			2 = { country_event = { id = chouchuan.1033 } }
			2 = { country_event = { id = chouchuan.1034 } }
			2 = { country_event = { id = chouchuan.1035 } }
			2 = { country_event = { id = chouchuan.1036 } }
			2 = { country_event = { id = chouchuan.1037 } }
			2 = { country_event = { id = chouchuan.1046 } }
			2 = { country_event = { id = chouchuan.1047 } }
			2 = { country_event = { id = chouchuan.1048 } }
			2 = { country_event = { id = chouchuan.1049 } }
			2 = { country_event = { id = chouchuan.1050 } }
			2 = { country_event = { id = chouchuan.1054 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_1
				}
				random_list = {
					1 = { country_event = { id = dajian.1100 } }
					1 = { country_event = { id = dajian.1101 } }
					1 = { country_event = { id = dajian.1102 } }
					1 = { country_event = { id = dajian.1103 } }
					1 = { country_event = { id = dajian.1104 } }
					1 = { country_event = { id = dajian.1105 } }
					1 = { country_event = { id = dajian.1106 } }
					1 = { country_event = { id = dajian.1107 } }
					1 = { country_event = { id = dajian.1108 } }
					1 = { country_event = { id = dajian.1109 } }
					1 = { country_event = { id = dajian.1110 } }
					1 = { country_event = { id = dajian.1111 } }
					1 = { country_event = { id = dajian.1112 } }
					1 = { country_event = { id = dajian.1113 } }
					1 = { country_event = { id = dajian.1114 } }
					1 = { country_event = { id = dajian.1115 } }
					1 = { country_event = { id = dajian.1116 } }
					1 = { country_event = { id = dajian.1117 } }
					1 = { country_event = { id = dajian.1118 } }
					1 = { country_event = { id = dajian.1119 } }
				}
			}
		}
	}
	option = {
		name = chouchuan.100.a
	}
}
country_event = {
	id = chouchuan.201
	title = "chouchuan.200.name"
	desc = "chouchuan.200.desc"
	picture = GFX_evt_ship_in_orbit
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1038 } }
			2 = { country_event = { id = chouchuan.1039 } }
			2 = { country_event = { id = chouchuan.1040 } }
			2 = { country_event = { id = chouchuan.1041 } }
			2 = { country_event = { id = chouchuan.1042 } }
			2 = { country_event = { id = chouchuan.1043 } }
			2 = { country_event = { id = chouchuan.1044 } }
			2 = { country_event = { id = chouchuan.1045 } }
			2 = { country_event = { id = chouchuan.1051 } }
			2 = { country_event = { id = chouchuan.1052 } }
			2 = { country_event = { id = chouchuan.1053 } }
			2 = { country_event = { id = chouchuan.1055 } }
			2 = { country_event = { id = chouchuan.1056 } }
			2 = { country_event = { id = chouchuan.1057 } }
			2 = { country_event = { id = chouchuan.1061 } }
			2 = { country_event = { id = chouchuan.1080 } }
			2 = { country_event = { id = chouchuan.1082 } }
			2 = { country_event = { id = chouchuan.1099 } }
			2 = { country_event = { id = chouchuan.1100 } }
			2 = { country_event = { id = chouchuan.1022 } }
			2 = { country_event = { id = chouchuan.1096 } }
			2 = { country_event = { id = chouchuan.1097 } }
			2 = { country_event = { id = chouchuan.1098 } }
			2 = { country_event = { id = chouchuan.1227 } }
			2 = { country_event = { id = chouchuan.1023 } }
			2 = { country_event = { id = chouchuan.1026 } }
			2 = { country_event = { id = chouchuan.1068 } }
			2 = { country_event = { id = chouchuan.1070 } }
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1216 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1219 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_2
				}
				random_list = {
					5 = {
						modifier = {
							factor = 5
							has_technology = tech_dajian_ship_2
						}
						random_list = {
							1 = { country_event = { id = dajian.1200 } }
							1 = { country_event = { id = dajian.1201 } }
							1 = { country_event = { id = dajian.1202 } }
							1 = { country_event = { id = dajian.1203 } }
							1 = { country_event = { id = dajian.1204 } }
							1 = { country_event = { id = dajian.1205 } }
							1 = { country_event = { id = dajian.1206 } }
							1 = { country_event = { id = dajian.1207 } }
							1 = { country_event = { id = dajian.1208 } }
							1 = { country_event = { id = dajian.1209 } }
							1 = { country_event = { id = dajian.1210 } }
							1 = { country_event = { id = dajian.1211 } }
							1 = { country_event = { id = dajian.1212 } }
							1 = { country_event = { id = dajian.1213 } }
							1 = { country_event = { id = dajian.1214 } }
							1 = { country_event = { id = dajian.1215 } }
							1 = { country_event = { id = dajian.1216 } }
							1 = { country_event = { id = dajian.1217 } }
							1 = { country_event = { id = dajian.1218 } }
							1 = { country_event = { id = dajian.1219 } }
							1 = { country_event = { id = dajian.1220 } }
							1 = { country_event = { id = dajian.1221 } }
							1 = { country_event = { id = dajian.1222 } }
							1 = { country_event = { id = dajian.1223 } }
							1 = { country_event = { id = dajian.1224 } }
							1 = { country_event = { id = dajian.1225 } }
							1 = { country_event = { id = dajian.1226 } }
							1 = { country_event = { id = dajian.1227 } }
							1 = { country_event = { id = dajian.1228 } }
							1 = { country_event = { id = dajian.1229 } }
							1 = { country_event = { id = dajian.1230 } }
							1 = { country_event = { id = dajian.1231 } }
							1 = { country_event = { id = dajian.1232 } }
							1 = { country_event = { id = dajian.1233 } }
							1 = { country_event = { id = dajian.1234 } }
							1 = { country_event = { id = dajian.1235 } }
							1 = { country_event = { id = dajian.1236 } }
							1 = { country_event = { id = dajian.1237 } }
							1 = { country_event = { id = dajian.1238 } }
							1 = { country_event = { id = dajian.1239 } }
							1 = { country_event = { id = dajian.1240 } }
							1 = { country_event = { id = dajian.1241 } }
							1 = { country_event = { id = dajian.1242 } }
							1 = { country_event = { id = dajian.1243 } }
							1 = { country_event = { id = dajian.1244 } }
						}
					}
					5 = {
						modifier = {
							factor = 10
							has_technology = tech_dajian_ship_3
						}
						random_list = {
							1 = { country_event = { id = dajian.1300 } }
							1 = { country_event = { id = dajian.1301 } }
							1 = { country_event = { id = dajian.1302 } }
							1 = { country_event = { id = dajian.1303 } }
							1 = { country_event = { id = dajian.1304 } }
							1 = { country_event = { id = dajian.1305 } }
							1 = { country_event = { id = dajian.1306 } }
							1 = { country_event = { id = dajian.1307 } }
							1 = { country_event = { id = dajian.1308 } }
							1 = { country_event = { id = dajian.1309 } }
							1 = { country_event = { id = dajian.1310 } }
							1 = { country_event = { id = dajian.1311 } }
							1 = { country_event = { id = dajian.1312 } }
							1 = { country_event = { id = dajian.1313 } }
							1 = { country_event = { id = dajian.1314 } }
							1 = { country_event = { id = dajian.1315 } }
							1 = { country_event = { id = dajian.1316 } }
							1 = { country_event = { id = dajian.1317 } }
							1 = { country_event = { id = dajian.1318 } }
							1 = { country_event = { id = dajian.1319 } }
							1 = { country_event = { id = dajian.1320 } }
							1 = { country_event = { id = dajian.1321 } }
							1 = { country_event = { id = dajian.1322 } }
							1 = { country_event = { id = dajian.1323 } }
							1 = { country_event = { id = dajian.1324 } }
							1 = { country_event = { id = dajian.1325 } }
							1 = { country_event = { id = dajian.1326 } }
							1 = { country_event = { id = dajian.1327 } }
						}
					}
				}
			}
		}
	}
	option = {
		name = chouchuan.200.a
	}
}
country_event = {
	id = chouchuan.301
	title = "chouchuan.300.name"
	desc = "chouchuan.300.desc"
	picture = GFX_evt_landing_ship
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1058 } }
			2 = { country_event = { id = chouchuan.1059 } }
			2 = { country_event = { id = chouchuan.1060 } }
			2 = { country_event = { id = chouchuan.1062 } }
			2 = { country_event = { id = chouchuan.1063 } }
			2 = { country_event = { id = chouchuan.1064 } }
			2 = { country_event = { id = chouchuan.1065 } }
			2 = { country_event = { id = chouchuan.1066 } }
			2 = { country_event = { id = chouchuan.1067 } }
			2 = { country_event = { id = chouchuan.1074 } }
			2 = { country_event = { id = chouchuan.1075 } }
			2 = { country_event = { id = chouchuan.1076 } }
			2 = { country_event = { id = chouchuan.1077 } }
			2 = { country_event = { id = chouchuan.1078 } }
			2 = { country_event = { id = chouchuan.1079 } }
			2 = { country_event = { id = chouchuan.1081 } }
			2 = { country_event = { id = chouchuan.1083 } }
			2 = { country_event = { id = chouchuan.1084 } }
			2 = { country_event = { id = chouchuan.1119 } }
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1214 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1218 }
			}
			2 = { country_event = { id = chouchuan.1101 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_4
				}
				random_list = {
					1 = { country_event = { id = dajian.1400 } }
					1 = { country_event = { id = dajian.1401 } }
					1 = { country_event = { id = dajian.1402 } }
					1 = { country_event = { id = dajian.1403 } }
					1 = { country_event = { id = dajian.1404 } }
					1 = { country_event = { id = dajian.1405 } }
					1 = { country_event = { id = dajian.1406 } }
					1 = { country_event = { id = dajian.1407 } }
					1 = { country_event = { id = dajian.1408 } }
					1 = { country_event = { id = dajian.1409 } }
					1 = { country_event = { id = dajian.1410 } }
					1 = { country_event = { id = dajian.1411 } }
					1 = { country_event = { id = dajian.1412 } }
					1 = { country_event = { id = dajian.1413 } }
					1 = { country_event = { id = dajian.1414 } }
					1 = { country_event = { id = dajian.1415 } }
					1 = { country_event = { id = dajian.1416 } }
					1 = { country_event = { id = dajian.1417 } }
					1 = { country_event = { id = dajian.1418 } }
					1 = { country_event = { id = dajian.1419 } }
					1 = { country_event = { id = dajian.1420 } }
					1 = { country_event = { id = dajian.1421 } }
					1 = { country_event = { id = dajian.1422 } }
					1 = { country_event = { id = dajian.1423 } }
					1 = { country_event = { id = dajian.1424 } }
					1 = { country_event = { id = dajian.1425 } }
					1 = { country_event = { id = dajian.1426 } }
					1 = { country_event = { id = dajian.1427 } }
				}
			}
			3 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1201 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1202 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1203 }
			}
		}
	}
	option = {
		name = chouchuan.300.a
	}
}
country_event = {
	id = chouchuan.401
	title = "chouchuan.400.name"
	desc = "chouchuan.400.desc"
	picture = GFX_evt_metropolis
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1085 } }
			2 = { country_event = { id = chouchuan.1086 } }
			2 = { country_event = { id = chouchuan.1087 } }
			2 = { country_event = { id = chouchuan.1088 } }
			2 = { country_event = { id = chouchuan.1089 } }
			2 = { country_event = { id = chouchuan.1090 } }
			2 = { country_event = { id = chouchuan.1091 } }
			2 = { country_event = { id = chouchuan.1092 } }
			2 = { country_event = { id = chouchuan.1093 } }
			2 = { country_event = { id = chouchuan.1094 } }
			2 = { country_event = { id = chouchuan.1095 } }
			1 = { country_event = { id = chouchuan.1107 } }
			1 = { country_event = { id = chouchuan.1108 } }
			1 = { country_event = { id = chouchuan.1109 } }
			1 = { country_event = { id = chouchuan.1120 } }
			1 = { country_event = { id = chouchuan.1069 } }
			1 = { country_event = { id = chouchuan.1226 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_5
				}
				random_list = {
					1 = { country_event = { id = dajian.1500 } }
					1 = { country_event = { id = dajian.1501 } }
					1 = { country_event = { id = dajian.1502 } }
					1 = { country_event = { id = dajian.1503 } }
					1 = { country_event = { id = dajian.1504 } }
					1 = { country_event = { id = dajian.1505 } }
					1 = { country_event = { id = dajian.1506 } }
					1 = { country_event = { id = dajian.1507 } }
					1 = { country_event = { id = dajian.1508 } }
					1 = { country_event = { id = dajian.1509 } }
					1 = { country_event = { id = dajian.1510 } }
					1 = { country_event = { id = dajian.1511 } }
					1 = { country_event = { id = dajian.1512 } }
					1 = { country_event = { id = dajian.1513 } }
					1 = { country_event = { id = dajian.1514 } }
					1 = { country_event = { id = dajian.1515 } }
					1 = { country_event = { id = dajian.1516 } }
					1 = { country_event = { id = dajian.1517 } }
					1 = { country_event = { id = dajian.1518 } }
					1 = { country_event = { id = dajian.1519 } }
					1 = { country_event = { id = dajian.1520 } }
					1 = { country_event = { id = dajian.1521 } }
					1 = { country_event = { id = dajian.1522 } }
					1 = { country_event = { id = dajian.1523 } }
					1 = { country_event = { id = dajian.1524 } }
					1 = { country_event = { id = dajian.1525 } }
					1 = { country_event = { id = dajian.1526 } }
					1 = { country_event = { id = dajian.1527 } }
					1 = { country_event = { id = dajian.1528 } }
					1 = { country_event = { id = dajian.1529 } }
					1 = { country_event = { id = dajian.1530 } }
					1 = { country_event = { id = dajian.1531 } }
					1 = { country_event = { id = dajian.1532 } }
					1 = { country_event = { id = dajian.1533 } }
					1 = { country_event = { id = dajian.1534 } }
					1 = { country_event = { id = dajian.1535 } }
					1 = { country_event = { id = dajian.1536 } }
					1 = { country_event = { id = dajian.1537 } }
					1 = { country_event = { id = dajian.1538 } }
					1 = { country_event = { id = dajian.1539 } }
					1 = { country_event = { id = dajian.1540 } }
					1 = { country_event = { id = dajian.1541 } }
					1 = { country_event = { id = dajian.1542 } }
					1 = { country_event = { id = dajian.1543 } }
					1 = { country_event = { id = dajian.1544 } }
					1 = { country_event = { id = dajian.1545 } }
					1 = { country_event = { id = dajian.1546 } }
					1 = { country_event = { id = dajian.1547 } }
					1 = { country_event = { id = dajian.1548 } }
				}
			}
			3 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1204 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1205 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1206 }
			}
		}
	}
	option = {
		name = chouchuan.400.a
	}
}
country_event = {
	id = chouchuan.501
	title = "chouchuan.500.name"
	desc = "chouchuan.500.desc"
	picture = GFX_evt_ship_in_orbit
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1102 } }
			2 = { country_event = { id = chouchuan.1103 } }
			2 = { country_event = { id = chouchuan.1104 } }
			2 = { country_event = { id = chouchuan.1105 } }
			2 = { country_event = { id = chouchuan.1106 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_6
				}
				random_list = {
					1 = { country_event = { id = dajian.1600 } }
					1 = { country_event = { id = dajian.1601 } }
					1 = { country_event = { id = dajian.1602 } }
					1 = { country_event = { id = dajian.1603 } }
					1 = { country_event = { id = dajian.1604 } }
					1 = { country_event = { id = dajian.1605 } }
					1 = { country_event = { id = dajian.1606 } }
					1 = { country_event = { id = dajian.1607 } }
					1 = { country_event = { id = dajian.1608 } }
					1 = { country_event = { id = dajian.1609 } }
					1 = { country_event = { id = dajian.1610 } }
					1 = { country_event = { id = dajian.1611 } }
					1 = { country_event = { id = dajian.1612 } }
					1 = { country_event = { id = dajian.1613 } }
					1 = { country_event = { id = dajian.1614 } }
					1 = { country_event = { id = dajian.1615 } }
					1 = { country_event = { id = dajian.1616 } }
					1 = { country_event = { id = dajian.1617 } }
					1 = { country_event = { id = dajian.1618 } }
					1 = { country_event = { id = dajian.1619 } }
					1 = { country_event = { id = dajian.1620 } }
				}
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1210 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Synthetic Dawn Story Pack" }
				}
				country_event = { id = chouchuan.1217 }
			}
			3 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1207 }
			}
			2 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1208 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = crisis_station_on
					}
				}
				country_event = { id = chouchuan.1209 }
			}
		}
	}
	option = {
		name = chouchuan.500.a
	}
}
country_event = {
	id = chouchuan.601
	title = "chouchuan.600.name"
	desc = "chouchuan.600.desc"
	picture = GFX_evt_ship_in_orbit
	show_sound = event_ship_thrusters
	is_triggered_only = yes
	immediate = {
		random_list = {
			2 = { country_event = { id = chouchuan.1113 } }
			2 = { country_event = { id = chouchuan.1114 } }
			1 = { country_event = { id = chouchuan.1115 } }
			2 = { country_event = { id = chouchuan.1116 } }
			1 = { country_event = { id = chouchuan.1117 } }
			1 = { country_event = { id = chouchuan.1118 } }
			2 = { country_event = { id = chouchuan.1122 } }
			1 = {
				modifier = {
					factor = 0
					NOT = {
						has_country_flag = dajian_yes
					}
				}
				modifier = {
					factor = 5
					has_technology = tech_dajian_ship_7
				}
				random_list = {
					1 = { country_event = { id = dajian.1700 } }
					1 = { country_event = { id = dajian.1701 } }
					1 = { country_event = { id = dajian.1702 } }
					1 = { country_event = { id = dajian.1703 } }
					1 = { country_event = { id = dajian.1704 } }
					1 = { country_event = { id = dajian.1705 } }
					1 = { country_event = { id = dajian.1706 } }
					1 = { country_event = { id = dajian.1707 } }
					1 = { country_event = { id = dajian.1708 } }
					1 = { country_event = { id = dajian.1709 } }
					1 = { country_event = { id = dajian.1710 } }
					1 = { country_event = { id = dajian.1711 } }
					1 = { country_event = { id = dajian.1712 } }
					1 = { country_event = { id = dajian.1713 } }
					1 = { country_event = { id = dajian.1714 } }
					1 = { country_event = { id = dajian.1715 } }
				}
			}
			1 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1211 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1212 }
			}
			1 = {
				modifier = {
					factor = 0
					NOT = { host_has_dlc = "Utopia" }
				}
				country_event = { id = chouchuan.1213 }
			}
		}
	}
	option = {
		name = chouchuan.600.a
	}
}

###################   N

country_event = {
	id = chouchuan.1001
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Blue"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1002
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Green"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1003
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Yellow"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1004
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Red"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1005
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Blue Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1006
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Green Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1007
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Yellow Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1008
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Small Crystal Entity Red Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1009
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Blue"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1010
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Green"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1011
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Yellow"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1012
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Red"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1013
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Blue Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1014
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Green Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1015
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Yellow Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1016
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Medium Crystal Entity Red Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1017
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Small_Space_Organism_Blue"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1018
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Small_Space_Organism_Teal"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1019
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Small_Space_Organism_Orange"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1020
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Small_Space_Organism_Zebra"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1021
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Reaver"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1022
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Guardian"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1023
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Outrider"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1024
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Brigand"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1025
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Skull"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1026
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Lancer"
						graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1027
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Protector"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1028
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Ancient Mining Drone"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1029
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Ancient Combat Drone"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1030
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Seeker"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1031
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Dagger"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1032
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Blade"
							graphical_culture = "reptilian_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1033
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_R44"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1034
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Starfang"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1035
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Persistent"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1036
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Ravager"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1037
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Bug_Crusher"
							graphical_culture = "avian_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1046
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Tiyanki_Calf"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1047
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Marauder"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1048
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Corsair"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1049
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Ancient Destroyer"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1050
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_F79"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1054
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Sterilizer"
							graphical_culture = "ai_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}



###################   R


country_event = {
	id = chouchuan.1038
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Blue"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1039
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Green"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1040
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Yellow"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1041
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Red"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1042
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Blue Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1043
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Green Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1044
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Yellow Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1045
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "CC Large Crystal Entity Red Elite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1051
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Sword"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1052
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Divine_Glory"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1053
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Righteous"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1055
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Wraith"
							graphical_culture = "extra_dimensional_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1056
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Predator"
							graphical_culture = "extra_dimensional_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1057
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Obliterator"
							graphical_culture = "extra_dimensional_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1061
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Swarm_Small"
							graphical_culture = "swarm_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1080
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Black_Earl"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1082
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Derelict"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1099
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Tiyanki_Cow"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1100
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Tiyanki_Bull"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}




###################   SR


country_event = {
	id = chouchuan.1058
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Phantom"
							graphical_culture = "extra_dimensional_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1059
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Assassin"
							graphical_culture = "extra_dimensional_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1060
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Annihilator"
							graphical_culture = "extra_dimensional_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1062
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Swarm_Carrier"
							graphical_culture = "swarm_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1063
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Swarm_Large"
							graphical_culture = "swarm_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1064
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Gamma"
							graphical_culture = "fallen_empire_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1065
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Zealot"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1066
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Glory"
							graphical_culture = "fallen_empire_04"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1067
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Warden"
							graphical_culture = "fallen_empire_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1068
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Void_Champion"
						graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1069
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Ancestral_Glory"
						graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1070
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_The_Matriarch"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1074
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Cloud_Entity"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1075
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Great_Space_Organism"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1076
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Large_Space_Organism_Blue"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1077
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Large_Space_Organism_Teal"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1078
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Large_Space_Organism_Orange"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1079
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Large_Space_Organism_Zebra"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1081
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Nomad_Cruiser"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1083
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Deaths_Head"
							graphical_culture = "mammalian_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1084
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Voidstalker"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}


country_event = {
	id = chouchuan.1119
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Euthanizer"
							graphical_culture = "ai_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

###################   SSR


country_event = {
	id = chouchuan.1085
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Revenant"
							graphical_culture = "extra_dimensional_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1086
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Huntress"
							graphical_culture = "extra_dimensional_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1087
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Eradicator"
							graphical_culture = "extra_dimensional_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1088
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Swarm_Queen"
							graphical_culture = "swarm_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1089
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Beta"
							graphical_culture = "fallen_empire_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1090
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Avatar"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1091
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Supremacy"
							graphical_culture = "fallen_empire_04"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1092
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Custodian"
							graphical_culture = "fallen_empire_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1093
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Surplus_Beta"
							graphical_culture = "fallen_empire_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1094
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Surplus_Scholar"
							graphical_culture = "fallen_empire_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1095
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Surplus_Custodian"
							graphical_culture = "fallen_empire_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1096
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Surplus_Gamma"
							graphical_culture = "fallen_empire_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1097
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Surplus_Sage"
							graphical_culture = "fallen_empire_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1098
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Surplus_Warden"
							graphical_culture = "fallen_empire_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1101
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Spearhead"
							graphical_culture = "mammalian_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}



###################   UR

country_event = {
	id = chouchuan.1102
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Alpha"
							graphical_culture = "fallen_empire_02"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1103
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Eternal"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1104
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Imperium"
							graphical_culture = "fallen_empire_04"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1105
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Keeper"
							graphical_culture = "fallen_empire_03"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1106
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Dragonspawn"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1107
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Relic"
							graphical_culture = "npf_01_dirty"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1108
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Type_37"
							graphical_culture = "npf_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1109
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Type_46"
							graphical_culture = "npf_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1120
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Pirate_Galleon"
							graphical_culture = "pirate_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}


###################   MR

country_event = {
	id = chouchuan.1113
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Grand_Dragon"
							graphical_culture = "ancient"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1114
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Stellarite"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1115
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Infinity_Machine"
							graphical_culture = "techno"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1116
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Spectral_Wraith_650THz"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1117
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Spectral_Wraith_450THz"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1118
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "NAME_Spectral_Wraith_520THz"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1122
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "Crystal Star Fortress"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}





###################   crisis station

country_event = {
	id = chouchuan.1201
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Drone CS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1202
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Drone SCS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1203
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Drone UCS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1204
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Combat Drone CS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1205
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Combat Drone SCS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1206
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Combat Drone UCS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1207
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Destroyer CS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1208
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Destroyer SCS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1209
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							design = "The Destroyer UCS"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

#### utopia

country_event = {
	id = chouchuan.1210
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					name = "Avatar"
					design = "NAME_Shroud_Avatar"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1211
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					name = "Corrupted Avatar"
					design = "NAME_Corrupted_Avatar"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1212
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					name = "Reckoning"
					design = "NAME_Warped_Consciousness"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1213
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
							name = "Fragment"
							design = "NAME_Shroud_Manifestation"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

#### Synthetic

country_event = {
	id = chouchuan.1214
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Taciturn"
							graphical_culture = "ai_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1215
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Reticent"
							graphical_culture = "ai_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1216
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Cybrex_Core"
								graphical_culture = "ai_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}

country_event = {
	id = chouchuan.1217
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Savant"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1218
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Scholar"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1219
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Sage"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1226
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Surplus_Avatar"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}
country_event = {
	id = chouchuan.1227
	title = OK
	desc = OK
	hide_window = yes
	is_triggered_only = yes
	immediate = {
		capital_scope = {
			create_fleet = {
				effect = {
					set_owner = ROOT
						create_ship = {
							upgradable = no
					design = "NAME_Surplus_Zealot"
							graphical_culture = "fallen_empire_01"
						}
						set_location = {
							target = PREV
							distance = 20
						}
				}
			}
		}
	}
}