﻿add_namespace = czd_tribute
add_namespace = czd_warpeace
add_namespace = czd_support
add_namespace = czd_decision
add_namespace = czd_tribute_immersion
add_namespace = czd_resistance_immersion

# 浠诲姟澶辫触锛氭湭杩涜础鐨勬儵缃?
country_event = {
	id = czd_tribute.1
	title = czd_tribute.1.t
	desc = czd_tribute.1.d
	picture = GFX_report_cjc_red_jap_1
	
	is_triggered_only = yes # 鍙兘鐢变换鍔¤秴鏃惰Е鍙?
	
	option = {
		name = czd_tribute.1.a
		
		# 1. 鎵ｉ櫎澶ч噺鏀挎不鐐规暟
		add_political_power = -100
		
		# 2. 闄嶄綆鑷不搴?(鍚戣鍚炲苟鏇磋繘涓€姝?
		# 娉ㄦ剰锛歛dd_autonomy_ratio 鐨勬璐熷彇鍐充簬浣犳兂琛ㄨ揪浠€涔?
		# 杩欓噷鐨勯€昏緫鏄細鏃ユ湰鍔犲己浜嗘帶鍒?-> 鑷不搴︽潯鍚戝乏璧?鍙樻垚鏇翠綆绾х殑鍌€鍎℃垨鍚炲苟)
		add_autonomy_ratio = { value = -0.1 } 
		
		# 3. 鏃ユ湰鑾峰緱鍒╃泭
		JAP = { add_political_power = 25 }
	}
}

# 鍋峰伐鍘傝鍙戠幇 (缁欐棩鏈脊绐?
country_event = {
	id = czd_tribute.5
	title = czd_tribute.5.t
	desc = czd_tribute.5.d
	picture = GFX_report_cjc_generic_5
	
	is_triggered_only = yes
	
	option = {
		name = czd_tribute.5.a
		# 鏃ユ湰浼氬 CZD 閲囧彇琛屽姩
		add_opinion_modifier = { target = CZD modifier = broken_trade_relations }
	}
}

country_event = {
	id = czd_tribute.6
	title = czd_tribute.6.t
	desc = czd_tribute.6.d
	picture = GFX_report_cjc_generic_5 # 鎴栬€呮槸 GFX_report_event_prison_camp
	
	is_triggered_only = yes # 鐢卞喅璁Е鍙?
	
	option = {
		name = czd_tribute.6.a
		
		# 閬彈涓ュ帀鎯╃綒
		add_political_power = -50
		add_stability = -0.05
		
		# 闄嶄綆鑷不搴?(鏃ユ湰鍔犲己浜嗘帶鍒?
		add_autonomy_ratio = { value = -0.05 }
        
        # 鐢氳嚦鍙互绉婚櫎浣犵殑涓€鐐硅澶囦綔涓烘病鏀?
        add_equipment_to_stockpile = { type = infantry_equipment_0 amount = -100 }
	}
}


# =========================================================
# 瀵规棩鎴樹簤鐩稿叧浜嬩欢
# =========================================================

 

# czd_warpeace.1锛氳姹備笌璋?(涓婚€昏緫浜嬩欢 - 鏍规嵁灏濊瘯娆℃暟璁＄畻鎴愬姛鐜?
country_event = {
	id = czd_warpeace.1
	title = czd_warpeace.1.t
	desc = czd_warpeace.1.d
	picture = GFX_report_cjc_lenin_1
	is_triggered_only = yes

	option = {
		name = czd_warpeace.1.a
		
		# 鏍规嵁璇锋眰娆℃暟锛堝皾璇曟鏁帮級璁＄畻鎴愬姛鐜?
		# 閫昏緫锛氱涓€娆?3%锛岀浜屾 6%锛岀涓夋 9% ... 
		# 鍗虫垚鍔熺巼 = 灏濊瘯娆℃暟 脳 3%
		# 鍚屾椂妫€鏌ユ槸鍚︽帶鍒跺钩澹?4052)鎴栨眽鍩?7125)浠ュ強閲滃北锛屽悇鍔?3%
		
		# 鍒濆鎴愬姛鐜?= CZD_peace_request_attempts 脳 3
		set_variable = { var = peace_success_rate value = CZD_peace_request_attempts }
		multiply_variable = { var = peace_success_rate value = 3 }
		
		# 濡傛灉鎺у埗骞冲￥锛屽姞 %
		if = {
			limit = { owns_state = 4052 }
			add_to_variable = { var = peace_success_rate value = 3 }
		}
		
		# 濡傛灉鎺у埗姹夊煄锛屽姞 %
		if = {
			limit = { owns_state = 7125 }
			add_to_variable = { var = peace_success_rate value = 3 }
		}


		# 濡傛灉鎺у埗閲滃北锛屽姞 %
		if = {
			limit = { owns_state = 1030 }
			add_to_variable = { var = peace_success_rate value = 3 }
		}
		
		# 璁＄畻澶辫触鐜?= 100 - 鎴愬姛鐜?
		set_variable = { var = peace_fail_rate value = 100 }
		subtract_from_variable = { var = peace_fail_rate value = peace_success_rate }
		
		# 鏍规嵁鏈€缁堟垚鍔熺巼杩涜闅忔満鍒ゅ畾锛堜娇鐢?random_list锛?
		random_list = {
			# 鎴愬姛鍒嗘敮 - 鏉冮噸绛変簬鎴愬姛鐜?
			1 = {
				modifier = {
					add = peace_success_rate
				}
				set_country_flag = CZD_peace_offer_accepted
				country_event = { id = czd_warpeace.2 }
			}
			# 澶辫触鍒嗘敮 - 鏉冮噸绛変簬澶辫触鐜?
			1 = {
				modifier = {
					add = peace_fail_rate
				}
				country_event = { id = czd_warpeace.3 }
			}
		}
	}
}

# czd_warpeace.2锛氬拰璋堟垚鍔?
country_event = {
	id = czd_warpeace.2
	title = czd_warpeace.2.t
	desc = czd_warpeace.2.d
	picture = GFX_report_cjc_lenin_2
	is_triggered_only = yes
	
	option = {
		name = czd_warpeace.2.a
		# 鎴愬姛锛氬彲浠ュ湪杩欓噷娣诲姞瀹為檯鐨勫仠鎴樻晥鏋滄垨閫氱煡鏃ユ湰鏂?
		# 渚嬪瑙﹀彂鏃ユ湰鐨勫搴斾簨浠剁瓑
		# ==========================================
		# 1. 涓庡畻涓诲浗锛堟棩鏈級杈炬垚鐧藉拰骞?
		# ==========================================
		# white_peace 浼氱粨鏉熸垬浜夊苟鎭㈠鍜屽钩鐘舵€?
		white_peace = { tag = JAP }
		
		# ==========================================
		# 2. (淇濋櫓鎺柦) 寮哄埗鎵€鏈夋棩鏈個鍎″浗鍋滄垬
		# ==========================================
		# 閫氬父鍜屽畻涓诲浗鍋滄垬浼氳嚜鍔ㄥ甫涓婂個鍎★紝浣嗕负浜嗛槻姝㈡弧娲插浗(MAN)绛?
		# 鍥犱负鐗规畩鍘熷洜锛堝鐙珛鍙傛垬锛夋病鏈夊仠鎴橈紝鎴戜滑鎵嬪姩閬嶅巻涓€閬?
		
		JAP = {
			every_subject_country = {
				limit = {
					has_war_with = ROOT  # ROOT 灏辨槸鐜╁(CZD)
				}
				ROOT = {
					white_peace = { target = PREV }
				}
			}
		}
		add_manpower = 1000
		# ==========================================
		# 3. (鍙€? 瑙﹀彂涓€涓笘鐣屾柊闂伙紝鍛婅瘔鍏ㄤ笘鐣屽仠鎴樹簡
		# ==========================================

	}
}

# czd_warpeace.3锛氬拰璋堣鎷掔粷
country_event = {
	id = czd_warpeace.3
	title = czd_warpeace.3.t
	desc = czd_warpeace.3.d
	picture = GFX_report_cjc_lenin_2
	is_triggered_only = yes
	
	option = {
		name = czd_warpeace.3.a
		# 澶辫触锛氭垬浜夌户缁?
		# 鍙互娓呴櫎鎴愬姛鏍囧織锛堜互闃插墠闈㈤殢鏈虹敓鎴愪簡锛?
		clr_country_flag = CZD_peace_offer_accepted
	}
}


 

# czd_support.1锛氳繍閫佽ˉ缁欏畬鎴?
country_event = {
	id = czd_support.1
	title = czd_support.1.t
	desc = czd_support.1.d
	picture = GFX_report_cjc_generic_2
	is_triggered_only = yes
	
	option = {
		name = czd_support.1.a
	}
}

# czd_support.2锛氬尰鐤楁彺鍔╁畬鎴?
country_event = {
	id = czd_support.2
	title = czd_support.2.t
	desc = czd_support.2.d
	picture = GFX_report_cjc_generic_3
	is_triggered_only = yes
	
	option = {
		name = czd_support.2.a
	}
}

# czd_support.3锛氬垵绾ф父鍑荤綉缁滃缓绔?
country_event = {
	id = czd_support.3
	title = czd_support.3.t
	desc = czd_support.3.d
	picture = GFX_report_cjc_soviet_2
	is_triggered_only = yes
	
	option = {
		name = czd_support.3.a
	}
}

# czd_support.4锛氫腑绾ф父鍑荤綉缁滄墿寮?
country_event = {
	id = czd_support.4
	title = czd_support.4.t
	desc = czd_support.4.d
	picture = GFX_report_cjc_soviet_2
	is_triggered_only = yes
	
	option = {
		name = czd_support.4.a
	}
}

# czd_support.5锛氶珮绾х綉缁?- 鎴愬姛寮曞彂璧蜂箟
country_event = {
	id = czd_support.5
	title = czd_support.5.t
	desc = czd_support.5.d
	picture = GFX_report_cjc_poster_0
	is_triggered_only = yes
	
	option = {
		name = czd_support.5.a
		# 璧蜂箟鎴愬姛锛岃幏寰楅澶栧鍔?
		add_manpower = 5000
		add_equipment_to_stockpile = { type = infantry_equipment_0 amount = 1000 }
		JAP = {
			add_stability = -0.05
			add_war_support = -0.03
		}
	}
}

# czd_support.6锛氶珮绾х綉缁?- 璧蜂箟鏈兘鍙戠敓
country_event = {
	id = czd_support.6
	title = czd_support.6.t
	desc = czd_support.6.d
	picture = GFX_report_cjc_soviet_2
	is_triggered_only = yes
	
	option = {
		name = czd_support.6.a
		# 铏界劧娌℃湁璧蜂箟锛屼絾缃戠粶浠嶅湪杩愪綔
	}
}

# czd_support.10锛氱瓥鍙嶄吉鍐涙垚鍔?
country_event = {
	id = czd_support.10
	title = czd_support.10.t
	desc = czd_support.10.d
	picture = GFX_report_cjc_soviet_1
	is_triggered_only = yes
	
	option = {
		name = czd_support.10.a
	}
}

# czd_support.11锛氱瓥鍙嶄吉鍐涘け璐?
country_event = {
	id = czd_support.11
	title = czd_support.11.t
	desc = czd_support.11.d
	picture = GFX_report_cjc_generic_5
	is_triggered_only = yes
	
	option = {
		name = czd_support.11.a
	}
}

# czd_support.20锛氭晫鍚庢€绘敾鍔垮彂鍔?
country_event = {
	id = czd_support.20
	title = czd_support.20.t
	desc = czd_support.20.d
	picture = GFX_report_cjc_poster_0
	is_triggered_only = yes
	
	option = {
		name = czd_support.20.a
		# 鍚屾椂缁欐棩鏈彂閫侀€氱煡浜嬩欢
		JAP = {
			country_event = { id = czd_support.21 days = 1 }
		}
	}
}

# czd_support.21锛氭棩鏈敹鍒版晫鍚庢€绘敾鍔跨殑娑堟伅
country_event = {
	id = czd_support.21
	title = czd_support.21.t
	desc = czd_support.21.d
	picture = GFX_report_cjc_poster_0
	is_triggered_only = yes
	
	option = {
		name = czd_support.21.a
	}
}


# =========================================================
# 闅愯斀鎶垫姉琛屽姩浜嬩欢锛坈zd_decision 鍛藉悕绌洪棿锛?
# =========================================================
add_namespace = czd_decision

# czd_decision.1锛氱瀵嗗啗浜嬭缁冭惀
country_event = {
	id = czd_decision.1
	title = czd_decision.1.t
	desc = czd_decision.1.d
	picture = GFX_report_cjc_soviet_1
	is_triggered_only = yes
	
	option = {
		name = czd_decision.1.a
	}
}

# czd_decision.2锛氬湴涓嬪伐涓氱敓浜?
country_event = {
	id = czd_decision.2
	title = czd_decision.2.t
	desc = czd_decision.2.d
	picture = GFX_news_cjc_generic_1
	is_triggered_only = yes
	
	option = {
		name = czd_decision.2.a
	}
}

# czd_decision.3锛氳蛋绉佹鍣ㄥ叆澧?
country_event = {
	id = czd_decision.3
	title = czd_decision.3.t
	desc = czd_decision.3.d
	picture = GFX_report_cjc_soviet_2
	is_triggered_only = yes
	
	option = {
		name = czd_decision.3.a
	}
}

# czd_decision.4锛氬浼犱笌鏁欒偛
country_event = {
	id = czd_decision.4
	title = czd_decision.4.t
	desc = czd_decision.4.d
	picture = GFX_report_cjc_poster_2
	is_triggered_only = yes
	
	option = {
		name = czd_decision.4.a
	}
}

# czd_decision.5锛氭敹涔版棩鏈啗瀹?
country_event = {
	id = czd_decision.5
	title = czd_decision.5.t
	desc = czd_decision.5.d
	picture = GFX_report_cjc_lenin_1
	is_triggered_only = yes
	
	option = {
		name = czd_decision.5.a
	}
}

# czd_decision.6锛氫繚鎶ょ煡璇嗗垎瀛?- 鑾峰緱绉戠爺妲界殑閲嶅ぇ浜嬩欢
country_event = {
	id = czd_decision.6
	title = czd_decision.6.t
	desc = czd_decision.6.d
	picture = GFX_report_cjc_generic_4
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			# 闅忔満鐢熸垚涓€涓淇濇姢鐨勭煡鍚嶅鑰呭悕瀛?
			random_list = {
				25 = { set_country_flag = CZD_saved_scientist_physicist }
				25 = { set_country_flag = CZD_saved_scientist_chemist }
				25 = { set_country_flag = CZD_saved_scientist_engineer }
				25 = { set_country_flag = CZD_saved_scientist_historian }
			}
		}
	}
	
	option = {
		name = czd_decision.6.a
		# 鐗╃悊瀛﹀
		trigger = { has_country_flag = CZD_saved_scientist_physicist }
		add_tech_bonus = { name = CZD_physicist_bonus bonus = 0.5 uses = 1 category = nuclear }
		clr_country_flag = CZD_saved_scientist_physicist
	}
	
	option = {
		name = czd_decision.6.b
		# 鍖栧瀹?
		trigger = { has_country_flag = CZD_saved_scientist_chemist }
		add_tech_bonus = { name = CZD_chemist_bonus bonus = 0.5 uses = 1 category = industry }
		clr_country_flag = CZD_saved_scientist_chemist
	}
	
	option = {
		name = czd_decision.6.c
		# 宸ョ▼甯?
		trigger = { has_country_flag = CZD_saved_scientist_engineer }
		add_tech_bonus = { name = CZD_engineer_bonus bonus = 0.5 uses = 1 category = armor }
		clr_country_flag = CZD_saved_scientist_engineer
	}
	
	option = {
		name = czd_decision.6.e
		# 鍘嗗彶瀛﹀/鏁欒偛瀹?
		trigger = { has_country_flag = CZD_saved_scientist_historian }
		add_political_power = 50
		add_stability = 0.03
		clr_country_flag = CZD_saved_scientist_historian
	}
}

# czd_decision.7锛氬缓绔嬪湴涓嬭仈缁滅綉
country_event = {
	id = czd_decision.7
	title = czd_decision.7.t
	desc = czd_decision.7.d
	picture = GFX_report_cjc_generic_5
	is_triggered_only = yes
	
	option = {
		name = czd_decision.7.a
	}
}

# czd_decision.8锛氭枃鍖栦繚鎶よ繍鍔?
country_event = {
	id = czd_decision.8
	title = czd_decision.8.t
	desc = czd_decision.8.d
	picture = GFX_report_cjc_poster_3
	is_triggered_only = yes
	
	option = {
		name = czd_decision.8.a
	}
}

# czd_decision.9锛氬伔杩愯祫婧愬嚭澧?
country_event = {
	id = czd_decision.9
	title = czd_decision.9.t
	desc = czd_decision.9.d
	picture = GFX_report_cjc_generic_4
	is_triggered_only = yes
	
	option = {
		name = czd_decision.9.a
	}
}

# czd_decision.10锛氶紦鍔卞伐浜虹舰宸?
country_event = {
	id = czd_decision.10
	title = czd_decision.10.t
	desc = czd_decision.10.d
	picture = GFX_report_cjc_poster_1
	is_triggered_only = yes
	
	option = {
		name = czd_decision.10.a
	}
}

# czd_decision.11锛氳纯璧傚畼鍛樻垚鍔?
country_event = {
	id = czd_decision.11
	title = czd_decision.11.t
	desc = czd_decision.11.d
	picture = GFX_report_cjc_generic_3
	is_triggered_only = yes
	
	option = {
		name = czd_decision.11.a
	}
}

# ============================================
# 杩涜础娌夋蹈鎰熶簨浠?(czd_tribute_immersion.*)
# ============================================
add_namespace = czd_tribute_immersion

# czd_tribute_immersion.1锛氫笂缂存斂娌荤尞閲?
country_event = {
	id = czd_tribute_immersion.1
	title = czd_tribute_immersion.1.t
	desc = czd_tribute_immersion.1.d
	picture = GFX_report_cjc_lenin_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_immersion.1.a
		# 闅忔満瑙﹀彂鍚庣画灞堣颈浜嬩欢
		hidden_effect = {
			random_list = {
				25 = { country_event = { id = czd_tribute_aftermath.1 days = 3 } }
				25 = { country_event = { id = czd_tribute_aftermath.2 days = 5 } }
				25 = { country_event = { id = czd_tribute_aftermath.3 days = 7 } }
				25 = { }
			}
		}
	}
}

# czd_tribute_immersion.2锛氫笂缂翠汉鍔?
country_event = {
	id = czd_tribute_immersion.2
	title = czd_tribute_immersion.2.t
	desc = czd_tribute_immersion.2.d
	picture = GFX_report_cjc_soviet_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_immersion.2.a
		# 闅忔満瑙﹀彂鍚庣画灞堣颈浜嬩欢
		hidden_effect = {
			random_list = {
				30 = { country_event = { id = czd_tribute_aftermath.4 days = 5 } }
				30 = { country_event = { id = czd_tribute_aftermath.5 days = 10 } }
				20 = { country_event = { id = czd_tribute_aftermath.6 days = 15 } }
				20 = { }
			}
		}
	}
}

# czd_tribute_immersion.3锛氫笂缂存垬鐣ヨ祫婧?
country_event = {
	id = czd_tribute_immersion.3
	title = czd_tribute_immersion.3.t
	desc = czd_tribute_immersion.3.d
	picture = GFX_news_cjc_generic_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_immersion.3.a
		# 闅忔満瑙﹀彂鍚庣画灞堣颈浜嬩欢
		hidden_effect = {
			random_list = {
				30 = { country_event = { id = czd_tribute_aftermath.7 days = 5 } }
				30 = { country_event = { id = czd_tribute_aftermath.8 days = 8 } }
				20 = { country_event = { id = czd_tribute_aftermath.9 days = 12 } }
				20 = { }
			}
		}
	}
}

# czd_tribute_immersion.4锛氫负鐨囧啗浠ｅ伐
country_event = {
	id = czd_tribute_immersion.4
	title = czd_tribute_immersion.4.t
	desc = czd_tribute_immersion.4.d
	picture = GFX_report_cjc_generic_2
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_immersion.4.a
		# 闅忔満瑙﹀彂鍚庣画灞堣颈浜嬩欢
		hidden_effect = {
			random_list = {
				30 = { country_event = { id = czd_tribute_aftermath.10 days = 5 } }
				30 = { country_event = { id = czd_tribute_aftermath.11 days = 10 } }
				20 = { country_event = { id = czd_tribute_aftermath.12 days = 15 } }
				20 = { }
			}
		}
	}
}

# ============================================
# 杩涜础鍚庣画灞堣颈浜嬩欢 (czd_tribute_aftermath.*)
# 鐢ㄤ簬婵€鍙戠帺瀹舵劋鎬掞紝澧炲己鍘嬭揩鎰?
# ============================================
add_namespace = czd_tribute_aftermath

# 鏀挎不鐚噾鍚庣画浜嬩欢
# 1. 鏃ユ湰瀹樺憳鐨勫槻绗?
country_event = {
	id = czd_tribute_aftermath.1
	title = czd_tribute_aftermath.1.t
	desc = czd_tribute_aftermath.1.d
	picture = GFX_report_cjc_red_jap_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.1.a
		add_stability = -0.02
		add_war_support = 0.01
	}
}

# 2. 鐚噾琚尓鐢?- 涓嶅啀鎵ｆ斂娌荤偣锛屽彧鏈夋儏缁奖鍝?
country_event = {
	id = czd_tribute_aftermath.2
	title = czd_tribute_aftermath.2.t
	desc = czd_tribute_aftermath.2.d
	picture = GFX_report_cjc_lenin_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.2.a
		add_stability = -0.01
		add_war_support = 0.02
	}
}

# 3. 瑕佹眰杩藉姞璐″搧 - 涓嶅啀鎵ｆ斂娌荤偣
country_event = {
	id = czd_tribute_aftermath.3
	title = czd_tribute_aftermath.3.t
	desc = czd_tribute_aftermath.3.d
	picture = GFX_report_cjc_red_jap_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.3.a
		# 灞堟湇锛氭崯澶辩ǔ瀹氬害
		add_stability = -0.02
	}
	
	option = {
		name = czd_tribute_aftermath.3.b
		# 鎶楄锛氭崯澶卞ソ鎰熶絾鑾峰緱鎴樹簤鏀寔
		add_opinion_modifier = { target = JAP modifier = CZD_negative_relation }
		add_war_support = 0.03
	}
}

# 浜哄姏寰侀泦鍚庣画浜嬩欢
# 4. 姣嶄翰鐨勫摥娉?
country_event = {
	id = czd_tribute_aftermath.4
	title = czd_tribute_aftermath.4.t
	desc = czd_tribute_aftermath.4.d
	picture = GFX_report_cjc_soviet_3
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.4.a
		add_stability = -0.03
		add_war_support = 0.02
	}
}

# 5. 鐭夸簳浜嬫晠
country_event = {
	id = czd_tribute_aftermath.5
	title = czd_tribute_aftermath.5.t
	desc = czd_tribute_aftermath.5.d
	picture = GFX_news_cjc_kiev_ruin_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.5.a
		add_stability = -0.02
		add_war_support = 0.03
	}
}

# 6. 鎱板畨鎵€鐨勭湡鐩?
country_event = {
	id = czd_tribute_aftermath.6
	title = czd_tribute_aftermath.6.t
	desc = czd_tribute_aftermath.6.d
	picture = GFX_report_cjc_soviet_3
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.6.a
		add_stability = -0.05
		add_war_support = 0.05
		add_popularity = { ideology = communism popularity = 0.02 }
	}
}

# 璧勬簮涓婄即鍚庣画浜嬩欢
# 7. 楗ヨ崚鐨勫紑濮?
country_event = {
	id = czd_tribute_aftermath.7
	title = czd_tribute_aftermath.7.t
	desc = czd_tribute_aftermath.7.d
	picture = GFX_report_cjc_soviet_3
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.7.a
		add_stability = -0.03
		add_manpower = -1000
	}
}

# 8. 宸ュ巶琚己鍒跺仠浜?
country_event = {
	id = czd_tribute_aftermath.8
	title = czd_tribute_aftermath.8.t
	desc = czd_tribute_aftermath.8.d
	picture = GFX_report_cjc_generic_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.8.a
		add_stability = -0.02
		add_war_support = 0.02
	}
}

# 9. 鏂囧寲璐骇琚帬澶?
country_event = {
	id = czd_tribute_aftermath.9
	title = czd_tribute_aftermath.9.t
	desc = czd_tribute_aftermath.9.d
	picture = GFX_report_cjc_lenin_2
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.9.a
		add_stability = -0.02
		add_war_support = 0.03
		add_popularity = { ideology = communism popularity = 0.01 }
	}
}

# 浠ｅ伐鍚庣画浜嬩欢
# 10. 宸ヤ汉杩囧姵姝?
country_event = {
	id = czd_tribute_aftermath.10
	title = czd_tribute_aftermath.10.t
	desc = czd_tribute_aftermath.10.d
	picture = GFX_report_cjc_generic_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.10.a
		add_stability = -0.03
		add_manpower = -500
		add_war_support = 0.02
	}
}

# 11. 鏃ユ湰鐩戝伐鐨勬毚琛?
country_event = {
	id = czd_tribute_aftermath.11
	title = czd_tribute_aftermath.11.t
	desc = czd_tribute_aftermath.11.d
	picture = GFX_report_cjc_red_jap_1
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.11.a
		add_stability = -0.02
		add_war_support = 0.03
	}
	
	option = {
		name = czd_tribute_aftermath.11.b
		add_stability = -0.01
		add_opinion_modifier = { target = JAP modifier = CZD_negative_relation }
	}
}

# 12. 鎶€鏈绐冨彇
country_event = {
	id = czd_tribute_aftermath.12
	title = czd_tribute_aftermath.12.t
	desc = czd_tribute_aftermath.12.d
	picture = GFX_report_cjc_generic_4
	is_triggered_only = yes
	
	option = {
		name = czd_tribute_aftermath.12.a
		add_stability = -0.01
		add_war_support = 0.02
	}
}

# ============================================
# 鍙嶆姉琛屽姩娌夋蹈鎰熶簨浠?(czd_resistance_immersion.*)
# ============================================
add_namespace = czd_resistance_immersion

# czd_resistance_immersion.1锛氱獌鍙栧伐鍘傛垚鍔?
country_event = {
	id = czd_resistance_immersion.1
	title = czd_resistance_immersion.1.t
	desc = czd_resistance_immersion.1.d
	picture = GFX_report_cjc_generic_1
	is_triggered_only = yes
	
	option = {
		name = czd_resistance_immersion.1.a
	}
}

# czd_resistance_immersion.2锛氱獌鍙栬澶囨垚鍔?
country_event = {
	id = czd_resistance_immersion.2
	title = czd_resistance_immersion.2.t
	desc = czd_resistance_immersion.2.d
	picture = GFX_report_cjc_soviet_1
	is_triggered_only = yes
	
	option = {
		name = czd_resistance_immersion.2.a
	}
}

# czd_resistance_immersion.3锛氱獌鍙栫鎶€鎴愬姛锛堝ぇ锛?
country_event = {
	id = czd_resistance_immersion.3
	title = czd_resistance_immersion.3.t
	desc = czd_resistance_immersion.3.d
	picture = GFX_report_cjc_generic_4
	is_triggered_only = yes
	
	option = {
		name = czd_resistance_immersion.3.a
	}
}

# czd_resistance_immersion.4锛氱獌鍙栫鎶€鎴愬姛锛堝皬锛?
country_event = {
	id = czd_resistance_immersion.4
	title = czd_resistance_immersion.4.t
	desc = czd_resistance_immersion.4.d
	picture = GFX_report_cjc_generic_4
	is_triggered_only = yes
	
	option = {
		name = czd_resistance_immersion.4.a
	}
}

# czd_resistance_immersion.5锛氱牬鍧忛搧璺垚鍔?
country_event = {
	id = czd_resistance_immersion.5
	title = czd_resistance_immersion.5.t
	desc = czd_resistance_immersion.5.d
	picture = GFX_report_cjc_break_chains_1
	is_triggered_only = yes
	
	option = {
		name = czd_resistance_immersion.5.a
	}
}



