CZD_dikang_category = {
    # =========================================================
	# 殖民地隐蔽发展决议
	# =========================================================

	# 秘密军事训练营
	CZD_secret_military_training = {
		icon = GFX_decision_generic_military_training
		
		days_re_enable = 15
		cost = 50
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 50
			OR = {
			 
				has_completed_focus = CZD_contact_yanan
				has_completed_focus = CZD_contact_ne_army
				has_completed_focus = CZD_comintern_aid
			}
		}

		complete_effect = {
			add_manpower = 2000
			add_army_experience = 10
			add_autonomy_ratio = { value = 0.02 }
			country_event = { id = czd_decision.1 }
		}
	}

	# 地下工业生产
	CZD_underground_industry = {
		icon = GFX_decision_generic_production
		
		days_re_enable = 50
		cost = 75
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 75
			has_country_flag = CZD_shelter_dissidents
		}

		complete_effect = {
			random_owned_controlled_state = {
				limit = { is_core_of = CZD }
				add_building_construction = { type = arms_factory level = 1 instant_build = yes }
			}
			add_autonomy_ratio = { value = 0.03 }
			country_event = { id = czd_decision.2 }
		}
	}

	# 走私武器入境
	CZD_smuggle_weapons = {
		icon = GFX_decision_generic_arms_trade
		
		days_re_enable = 15
		cost = 40
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 40
			has_country_flag = CZD_raid_japanese_armory
		}

		complete_effect = {
			add_equipment_to_stockpile = { type = infantry_equipment_0 amount = 1000 }
			add_autonomy_ratio = { value = 0.02 }
			country_event = { id = czd_decision.3 }
		}
	}


	
	




	 

	# 收买日本军官
	CZD_corrupt_japanese_officers = {
		icon = GFX_decision_generic_military_training
		
		days_re_enable = 60
		cost = 100
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 100
		}

		complete_effect = {
			add_autonomy_ratio = { value = 0.08 }
			JAP = { add_political_power = -25 }
			country_event = { id = czd_decision.5 }
		}
	}

	# 保护知识分子
	CZD_protect_intellectuals = {
		icon = GFX_decision_generic_intel
		
		cost = 50
		
		fire_only_once = yes
		
		visible = { 
			is_subject_of = JAP
			NOT = { has_country_flag = CZD_intellectuals_protected }
		}
		
		available = { 
			has_political_power > 50
			has_country_flag = CZD_shelter_dissidents
		}

		complete_effect = {
			add_research_slot = 1
			set_country_flag = CZD_intellectuals_protected
			add_autonomy_ratio = { value = 0.02 }
			country_event = { id = czd_decision.6 }
		}
	}

	# 建立地下联络网
	CZD_build_underground_network = {
		icon = GFX_decision_generic_secret_police
		
		days_re_enable = 50
		cost = 80
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 80
			has_country_flag = CZD_contact_yanan
		}

		complete_effect = {
			add_autonomy_ratio = { value = 0.10 }
			country_event = { id = czd_decision.7 }
		}
	}


	# 偷运资源出境
	CZD_smuggle_resources = {
		icon = GFX_decision_generic_smuggle
		
		days_re_enable = 90
		cost = 35
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 35
			
		}

		complete_effect = {
			add_resource = { type = oil amount = 3 state = 525 }
			add_resource = { type = steel amount = 3 state = 525 }
			add_autonomy_ratio = { value = 0.02 }
			country_event = { id = czd_decision.9 }
		}
	}

	# 鼓励工人罢工
	CZD_encourage_strikes = {
		icon = GFX_decision_generic_civil_unrest
		
		days_re_enable = 5
		cost = 55
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 55
			has_country_flag = CZD_propaganda_warfare
		}

		complete_effect = {
			JAP = { 
				add_political_power = -20
				add_stability = -0.05
			}
			add_autonomy_ratio = { value = 0.05 }
			country_event = { id = czd_decision.10 }
		}
	}


	
	# 宣传与教育
	CZD_underground_propaganda = {
		icon = GFX_decision_generic_propaganda
		
		days_re_enable = 10
		cost = 60
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 60
			has_country_flag = CZD_propaganda_warfare
		}

		complete_effect = {
			add_communism_drift = 0.08
			add_autonomy_ratio = { value = 0.04 }
			country_event = { id = czd_decision.4 }
		}
	}


	
	# 文化保护运动
	CZD_cultural_preservation = {
		icon = GFX_decision_generic_cultural_pressure
		
		days_re_enable = 60
		cost = 45
		
		visible = { is_subject_of = JAP }
		
		available = { 
			has_political_power > 45
		}

		complete_effect = {
			add_stability = 0.05
			add_autonomy_ratio = { value = 0.03 }
			country_event = { id = czd_decision.8 }
		}
	}
}
