
##############################
#### INDUSTRIAL DECISIONS ####
##############################

PER_profit_from_war_category = {
	PER_sell_oil = {

		ai_will_do = {
			base = 25
			modifier = {
				factor = 2
				has_opinion = {
					target = FROM
					value > 25
				}
			}
			modifier = {
				factor = 2
				has_opinion = {
					target = FROM
					value > 50
				}
			}
			modifier = {
				factor = 0.5
				has_opinion = {
					target = FROM
					value < 0
				}
			}
			modifier = {
				factor = 2
				FROM = {
					is_major = yes
				}
			}
			modifier = {
				factor = 5
				strength_ratio = {
					tag = FROM 
					ratio < 1
				}
			}
		}

		available = {
			413 = { 
				is_fully_controlled_by = ROOT
			}

			is_subject = no

			NOT = {
				has_country_flag = PER_offers_oil_flag
			}
		}

		visible = {	
			has_completed_focus = PER_profit_from_war
			NOT = { has_country_flag = PER_sold_oil_flag }
		}

		targets = { GER ENG SOV FRA USA JAP }

		target_trigger = {
			FROM = {
				NOT = {
					has_war_with = ROOT
					has_country_flag = PER_refused_oil_flag
				}
				is_subject = no
				has_capitulated = no
			}
		}

		fire_only_once = yes

		cost = 0

		complete_effect = {
			FROM = { country_event = { id = PER_industrial_events.1 days = 2 } }
			custom_effect_tooltip = if_they_accept_tt
			effect_tooltip = {
				FROM = { give_guarantee = ROOT }
				ROOT = {
					give_resource_rights = {
						receiver = FROM
						state = 413
					}
				}
				add_offsite_building = { type = industrial_complex  level = 3 }
			}
			hidden_effect = {
				set_country_flag = PER_offers_oil_flag
			}
		}
	}
}

############################
#### IMPERIAL DECISIONS ####
############################

PER_integration_plan_xerxes_category = {
	
	PER_core_conquered_state = {

		icon = GFX_decision_generic_form_nation

		ai_will_do = {
			base = 50
		}
	
		allowed = {
			original_tag = PER
		}

		available = {
			has_completed_focus = PER_war_plan_xerxes
			AND = 
			{
				controls_state = 341
				controls_state = 797
				controls_state = 340
				controls_state = 339
				controls_state = 342
				controls_state = 347
				controls_state = 49
				controls_state = 343 
				controls_state = 346
				controls_state = 356
				controls_state = 345
				controls_state = 355
				controls_state = 798
				controls_state = 348
				controls_state = 344
				controls_state = 349
				controls_state = 354
				controls_state = 353
				controls_state = 350
				controls_state = 352
				controls_state = 800
				#controls_state = 187 에게해 제도
				#controls_state = 164 도데카니사 제도
			}
		} 

		visible = { 
			 has_completed_focus = PER_war_plan_xerxes
		}

		cost = 0
		fire_only_once = yes
		days_remove = 100

		modifier = {
			political_power_cost = 0.5
			consumer_goods_factor = 0.10
		}

		remove_effect = {
				341 = { add_core_of = ROOT }
				797 = { add_core_of = ROOT }
				340 = { add_core_of = ROOT }
				339 = { add_core_of = ROOT }
				342 = { add_core_of = ROOT }
				347 = { add_core_of = ROOT }
				49 = { add_core_of = ROOT }
				343 = { add_core_of = ROOT }
				346 = { add_core_of = ROOT }
				356 = { add_core_of = ROOT }
				345 = { add_core_of = ROOT }
				355 = { add_core_of = ROOT }
				798 = { add_core_of = ROOT }
				348 = { add_core_of = ROOT }
				344 = { add_core_of = ROOT }
				349 = { add_core_of = ROOT }
				354 = { add_core_of = ROOT }
				353 = { add_core_of = ROOT }
				350 = { add_core_of = ROOT }
				352 = { add_core_of = ROOT }
				800 = { add_core_of = ROOT }
				187 = { add_core_of = ROOT }
				164 = { add_core_of = ROOT }
		}
	}
}

PER_absorb_byzantines_category = {
	
	PER_core_byzantium_state = {

		icon = GFX_decision_generic_form_nation

		ai_will_do = {
			base = 50
		}
	
		allowed = {
			original_tag = PER
		}

		available = {
			has_completed_focus = PER_absorb_byzantines
		} 

		visible = { 
			 has_completed_focus = PER_absorb_byzantines
		}
		state_target = any_owned_state
		target_trigger = {
			FROM = {
				impassable = no	
				AND = {
					is_core_of = GRE
					NOT = { 
						is_core_of = ROOT 
					}

					is_owned_and_controlled_by = ROOT
				}
			}
		}

	    on_map_mode = map_and_decisions_view 
		cost = 75
		
		fire_only_once = yes
		days_remove = 35

		modifier = {
			political_power_factor = -0.15
		}

		remove_effect = {

			FROM = {
				add_core_of = ROOT
			}
		}
	}
}

PER_integration_plan_darius_category = {
	
	PER_core_afg_state = {

		icon = GFX_decision_generic_form_nation

		ai_will_do = {
			base = 50
		}
	
		allowed = {
			original_tag = PER
		}

		available = {
			has_completed_focus = PER_war_plan_darius
			AND = 
			{
				controls_state = 415
				controls_state = 1009
				controls_state = 1008
				controls_state = 1007
				controls_state = 267
				controls_state = 1006
				controls_state = 1005
			}
		} 

		visible = { 
			has_completed_focus = PER_war_plan_darius
		}

		cost = 0
		fire_only_once = yes
		days_remove = 100

		modifier = {
			political_power_cost = 0.5
			consumer_goods_factor = 0.10
		}

		remove_effect = {
				415 = { add_core_of = ROOT }
				1009 = { add_core_of = ROOT }
				1008 = { add_core_of = ROOT }
				1007 = { add_core_of = ROOT }
				267 = { add_core_of = ROOT }
				1006 = { add_core_of = ROOT }
				1005 = { add_core_of = ROOT }
		}
	}

	PER_core_indus_state = {

		icon = GFX_decision_generic_form_nation

		#picture = decision_cat_picture_integrate_indus

		ai_will_do = {
			base = 50
		}
	
		allowed = {
			original_tag = PER
		}

		available = {
			has_completed_focus = PER_war_plan_darius
			AND = 
			{
				controls_state = 988
				controls_state = 444
				controls_state = 1012
				controls_state = 445
				controls_state = 987
				controls_state = 442
			}
		} 

		visible = { 
			has_completed_focus = PER_war_plan_darius
		}

		cost = 0
		fire_only_once = yes
		days_remove = 100

		modifier = {
			political_power_cost = 0.5
			consumer_goods_factor = 0.10
		}

		remove_effect = {
				988 = { add_core_of = ROOT }
				444 = { add_core_of = ROOT }
				1012 = { add_core_of = ROOT }
				445 = { add_core_of = ROOT }
				987 = { add_core_of = ROOT }
				442 = { add_core_of = ROOT }
		}
	}
}

PER_integration_plan_cambyses_category = {
	
	PER_core_middleeast_state = {

		icon = GFX_decision_generic_form_nation

		ai_will_do = {
			base = 50
		}
	
		allowed = {
			original_tag = PER
		}

		available = {
			has_completed_focus = PER_war_plan_cambyses
			
			#IRQ
			controls_state = 291
			controls_state = 676
			controls_state = 1010
			controls_state = 1011
			controls_state = 675

			#SYR
			controls_state = 680
			controls_state = 677
			controls_state = 799
			controls_state = 554

			#LEB
			controls_state = 553

			#KUW
			controls_state = 656

			#JOR
			controls_state = 455

			#PAL
			controls_state = 454
		} 

		visible = { 
			 has_completed_focus = PER_war_plan_cambyses
		}

		cost = 0	
		fire_only_once = yes
		days_remove = 100

		modifier = {
			political_power_cost = 0.5
			consumer_goods_factor = 0.10
		}

		remove_effect = {
			
			#IRQ
			291 = { add_core_of = ROOT }
			676 = { add_core_of = ROOT }
			1010 = { add_core_of = ROOT }
			1011 = { add_core_of = ROOT }
			675 = { add_core_of = ROOT }

			#SYR
			680 = { add_core_of = ROOT }
			677 = { add_core_of = ROOT }
			799 = { add_core_of = ROOT }
			554 = { add_core_of = ROOT }

			#LEB
			553 = { add_core_of = ROOT }
			
			#KUW
			656 = { add_core_of = ROOT }
			
			#JOR
			455 = { add_core_of = ROOT }
			
			#PAL
			454 = { add_core_of = ROOT }

			#Cyprus
			183 = { add_core_of = ROOT }
		}
	}

	PER_core_egypt_state = {

		icon = GFX_decision_generic_form_nation

		ai_will_do = {
			base = 50
		}
	
		allowed = {
			original_tag = PER
		}

		available = {
			has_completed_focus = PER_war_plan_cambyses
			controls_state = 453
			controls_state = 446
			controls_state = 907
			controls_state = 447
			controls_state = 452
			controls_state = 552
			controls_state = 456
			controls_state = 457
		} 

		visible = { 
			 has_completed_focus = PER_war_plan_cambyses
		}

		cost = 0	
		fire_only_once = yes
		days_remove = 100

		modifier = {
			political_power_cost = 0.5
			consumer_goods_factor = 0.10
		}

		remove_effect = {
			453 = { add_core_of = ROOT }
			446 = { add_core_of = ROOT }
			907 = { add_core_of = ROOT }
			447 = { add_core_of = ROOT }
			452 = { add_core_of = ROOT }
			552 = { add_core_of = ROOT }
			456 = { add_core_of = ROOT }
			457 = { add_core_of = ROOT }
		}
	}
}

###############################
####  REVOLUTION DECISIONS ####
###############################

PER_civil_unrest_category = {
	
		PER_civil_war_imminent = {
			icon = GFX_decision_revolt
			allowed = { tag = PER }
			priority = 100

			available = {
				OR = {
					has_civil_war = yes

					AND = {
						has_country_flag = PER_parliament_dissolved
						has_country_flag = PER_economy_proved
						has_country_flag = PER_military_fielded
					}
				}
			}

			activation = {
				original_tag = PER
				has_completed_focus = PER_legacy_of_greatness
				NOT = {
					has_global_flag = PER_civil_war_happened
				} 
			}

			cancel_if_not_visible = yes
			is_good = no
			fire_only_once = yes
			selectable_mission = no
			days_mission_timeout = 365

			timeout_effect = {
				country_event = PER_revolution_events.1
			}
		}

		PER_dissolve_parliament = {

			priority = 98

			icon = GFX_decision_generic_political_discourse

			ai_will_do = {
				base = 100
			}

			allowed = {
				original_tag = PER
			}

			visible = {
				original_tag = PER
				has_completed_focus = PER_assessing_the_opposition
				NOT = {
					has_global_flag = PER_civil_war_happened
				} 
			}

			available = {
				original_tag = PER
				has_completed_focus = PER_assessing_the_opposition
			}

			days_remove = 30

			cost = 100
			fire_only_once = yes

			modifier = {
				political_power_factor = -0.2
			}

			remove_effect = {
				custom_effect_tooltip = PER_end_civil_war_tt
				custom_effect_tooltip = CHL_skip_one_line_tt

				add_stability = 0.02

				custom_effect_tooltip = CHL_skip_one_line_tt

				add_days_mission_timeout = {
				mission = PER_civil_war_imminent
				days = 75
				}

				hidden_effect = {
					set_country_flag = PER_parliament_dissolved
				}
			}
		}

		PER_stabilize_economy = {

			priority = 98

			icon = GFX_decision_generic_industry

			ai_will_do = {
				base = 100
			}

			allowed = {
				original_tag = PER
			}

			visible = {
				original_tag = PER
				has_completed_focus = PER_assessing_the_opposition
				NOT = {
					has_global_flag = PER_civil_war_happened
				}  
			}

			available = {
				original_tag = PER
				has_completed_focus = PER_assessing_the_opposition
				num_of_owned_factories > 12
			}

			days_remove = 30

			cost = 80
			fire_only_once = yes

			modifier = {
				political_power_factor = -0.2
			}

			remove_effect = {
				custom_effect_tooltip = PER_end_civil_war_tt
				custom_effect_tooltip = CHL_skip_one_line_tt

				add_stability = 0.02

				custom_effect_tooltip = CHL_skip_one_line_tt

				add_days_mission_timeout = {
				mission = PER_civil_war_imminent
				days = 75
				}

				hidden_effect = {
					set_country_flag = PER_economy_proved
				}
			}
		}

		PER_prepare_military = {

			priority = 98

			icon = GFX_decision_generic_prepare_civil_war

			ai_will_do = {
				base = 100
			}

			allowed = {
				original_tag = PER
			}

			visible = {
				original_tag = PER
				has_completed_focus = PER_assessing_the_opposition 
				NOT = {
					has_global_flag = PER_civil_war_happened
				} 
			}

			available = {
				original_tag = PER
				has_completed_focus = PER_assessing_the_opposition
				has_army_manpower = { size > 80000 }
			}

			days_remove = 30

			cost = 40
			fire_only_once = yes

			modifier = {
				political_power_factor = -0.2
			}

			remove_effect = {
				custom_effect_tooltip = PER_end_civil_war_tt
				custom_effect_tooltip = CHL_skip_one_line_tt

				add_stability = 0.02

				custom_effect_tooltip = CHL_skip_one_line_tt

				add_days_mission_timeout = {
				mission = PER_civil_war_imminent
				days = 75
				}

				hidden_effect = {
					set_country_flag = PER_military_fielded
				}
			}
		}
	}

PER_mass_protests = {
	PER_organize_protest_in_state = {
		icon = GFX_decision_eng_blackshirt_march
	
		allowed = {
			original_tag = PER
		}
	
		#available = {
		#
		#}
		
		visible = {
			has_completed_focus = PER_stage_mass_protests
			NOT = {
				OR = {
					has_global_flag = PER_civil_war_happened
					has_global_flag = PER_non_lethal_takeover
				}
			}
		}
		state_target = any_controlled_state
	    target_trigger = {
	        FROM = {
	           	is_fully_controlled_by = ROOT
	           	NOT = {
	           		has_state_flag = PER_protest_here
	           	}
	           	OR = {
	           		has_state_category = town
	           		has_state_category = large_town
	           		has_state_category = city
	           		has_state_category = large_city
	           		has_state_category = megalopolis
	           		has_state_category = metropolis
	           	} 
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		cost = 30
		
		fire_only_once = yes
		days_remove = 30
		#cancel_trigger = {
		#	NOT = { is_fully_controlled_by = ROOT }
		#}
		remove_effect = {
			FROM = {
				set_state_flag = PER_protest_here
			}
			add_stability = -0.05
			add_popularity = {
				ideology = neutrality
				popularity = -0.05 
			}
		}
	}

	PER_establish_cells = {
		icon = GFX_decision_revolt
	
		allowed = {
			original_tag = PER
		}
	
		#available = {
		#	has_completed_focus = BRA_financial_stimulation
		#}
		
		visible = {
			has_completed_focus = PER_propagate_political_literature
			NOT = { 
				OR = {
					has_completed_focus = PER_march_on_saadabad
					has_completed_focus = PER_force_abdication
					has_completed_focus = PER_constitutional_monarchy
					has_global_flag = PER_civil_war_happened
					has_global_flag = PER_non_lethal_takeover
				}
			}	
		}
		state_target = any_controlled_state
	    target_trigger = {
	        FROM = {
	           	is_fully_controlled_by = ROOT
	           	NOT = {
	           		OR = {
	           			has_state_flag = PER_established_cell_here
	           			has_dynamic_modifier = { modifier = PER_opposition_cell }
	           			is_capital = yes
	           		}
	           	}
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		cost = PER_opposition_decision_cost
		
		fire_only_once = yes
		days_remove = 30
		#cancel_trigger = {
		#	NOT = { is_fully_controlled_by = ROOT }
		#}

		ai_will_do = {
				base = 90
			}

		complete_effect = {
			custom_effect_tooltip = PER_establish_cells_tt
			add_to_variable = {
				ROOT.PER_opposition_decision_cost = 20
			}
		}

		remove_effect = {
			FROM = {
				set_state_flag = PER_established_cell_here
				add_dynamic_modifier = {
					modifier = PER_opposition_cell
				}
				OWNER = {
					add_stability = -0.05
				}
			}
		}
	}

	PER_establish_opposition_hq = {
		icon = GFX_decision_revolt
	
		allowed = {
			original_tag = PER
		}
	
		available = {
			NOT = {
				has_country_flag = PER_opposition_has_already_selected_a_hq_1
			}
		}
		
		visible = {
			has_completed_focus = PER_rally_the_reformers
			NOT = {
				has_country_flag = PER_opposition_hq_established
				has_global_flag = PER_civil_war_happened
			}
		}
		state_target = any_controlled_state
	    target_trigger = {
	        FROM = {
	           	is_fully_controlled_by = ROOT
	           	NOT = {
	           		OR = {
	           			is_capital = yes
	           		}
	           	}
	           	OR = {
	           		has_state_category = town
	           		has_state_category = large_town
	           		has_state_category = city
	           		has_state_category = large_city
	           		has_state_category = megalopolis
	           		has_state_category = metropolis
	           	} 	
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		cost = 10

		ai_will_do = {
			base = 100
		}
		
		fire_only_once = yes
		days_remove = 7

		cancel_trigger = {
			FROM = { NOT = { is_fully_controlled_by = ROOT } }
		}

		complete_effect = {
			set_country_flag = PER_opposition_has_already_selected_a_hq_1
		}

		remove_effect = {
			FROM = {
				set_state_flag = PER_opposition_hq_here
				hidden_effect = {
					set_state_flag = PER_established_cell_here
					add_dynamic_modifier = {
						modifier = PER_opposition_cell
					}
				}
				OWNER = {
					set_country_flag = PER_opposition_hq_established
				}
				set_variable = {
					ROOT.PER_opposition_hq_state = THIS
				}
			}
			custom_effect_tooltip = PER_establish_opposition_hq_tt
		}
	}
}

PER_national_iranian_radio = {
	PER_boost_war_support = {
		icon = GFX_decision_generic_military
	
		allowed = {
			OR = {
				original_tag = PER
				original_tag = AFG
			}
		}
	
		available = {
			NOT = { has_country_flag = PER_radio_boost_active }
		}
		
		visible = {
			OR = {
				has_completed_focus = AFG_communist_propaganda
				has_completed_focus = PER_communist_propaganda
			}
			has_government = communism
		}
	    #on_map_mode = map_and_decisions_view 
		cost = 30
		
		fire_only_once = no
		days_remove = 30
		complete_effect = {
			set_country_flag = PER_radio_boost_active
		}
		remove_effect = {
			clr_country_flag = PER_radio_boost_active
			add_war_support = 0.05
			add_manpower = 500
		}
	}

	PER_promote_communism = {
		icon = GFX_decision_SOV_secure_the_administration
	
		allowed = {
			OR = {
				original_tag = PER
				original_tag = AFG
			}
		}
	
		available = {
			NOT = { has_country_flag = PER_radio_boost_active  }
		}
		
		visible = {
			OR = {
				has_completed_focus = AFG_communist_propaganda
				has_completed_focus = PER_communist_propaganda
			}
			has_government = communism
		}
	    #on_map_mode = map_and_decisions_view 
		cost = 30
		
		fire_only_once = no
		days_remove = 30
		complete_effect = {
			set_country_flag = PER_radio_boost_active
		}
		remove_effect = {
			clr_country_flag = PER_radio_boost_active
			add_popularity = {
				ideology = communism
				popularity = 0.05	
			}
		}
	}

	PER_boost_stability = {
		icon = GFX_decision_generic_political_address
	
		allowed = {
			OR = {
				original_tag = PER
				original_tag = AFG
			}
		}
	
		available = {
			NOT = { has_country_flag = PER_radio_boost_active  }
		}
		
		visible = {
			OR = {
				has_completed_focus = AFG_communist_propaganda
				has_completed_focus = PER_communist_propaganda
			}
			has_government = communism
		}
	    #on_map_mode = map_and_decisions_view 
		cost = 30
		
		fire_only_once = no
		days_remove = 30
		complete_effect = {
			set_country_flag = PER_radio_boost_active
		}
		remove_effect = {
			clr_country_flag = PER_radio_boost_active
			add_stability = 0.03
		}
	}
}

PER_gulf_decisions_cat = {
	PER_support_kurds_in_iraq = {
		icon = GFX_decision_generic_civil_support
	
		allowed = {
			original_tag = PER
		}
	
		available = {
		}
		
		visible = {
			has_completed_focus = PER_communist_destabilize_iraq
			FROM = { NOT = { has_dynamic_modifier = { modifier = KUR_resistance_modifier }}}
		}
		state_target = yes
		targets = { 676 291 }
	    target_trigger = {
	        FROM = {
	        	OWNER = {
	        		NOT = {
        				tag = ROOT
        				tag = TUR
        				original_tag = KUR
	        		}
	        	}
	        	is_core_of = KUR
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		custom_cost_trigger = {
			command_power > 24.9
		}
		custom_cost_text = BRA_decision_cost_cangaceiro
		
		fire_only_once = no
		days_remove = 30

		complete_effect = {
			hidden_effect = { add_command_power = -25 }
			set_country_flag = PER_orchestrating_rebellions
		}

		remove_effect = {
			FROM = {
				add_dynamic_modifier = {
					modifier = KUR_resistance_modifier
				}
				OWNER = { 
					add_stability = -0.1 
					country_event = {
						id = PER_communist_events.1
						hours = 1
					}
				}
			}
		}
	}

	PER_send_weapons_to_kurds = {
		icon = GFX_decision_generic_prepare_civil_war
	
		allowed = {
			original_tag = PER
		}
	
		available = {
			has_completed_focus = PER_communist_destabilize_iraq
			FROM = {
				has_dynamic_modifier = { modifier = KUR_resistance_modifier } 
				#OWNER = { communism > 0.2 }
			}
			has_equipment = { infantry_equipment > 1999 }
		}
		
		visible = {
			has_completed_focus = PER_communist_destabilize_iraq
			NOT = {
				FROM = {
					OWNER = { has_country_flag = PER_kurds_armed_and_ready }
				}
			}
		}
		state_target = yes
		targets = { 676 291 }
	    target_trigger = {
	        FROM = {
	        	OWNER = {
	        		NOT = {
	        			tag = ROOT
	        			tag = TUR
	        			tag = KUR
	        		}
	        	}
	        	is_core_of = KUR
	        	has_dynamic_modifier = { modifier = KUR_resistance_modifier }
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		custom_cost_trigger = {
			command_power > 24.9
		}
		custom_cost_text = BRA_decision_cost_cangaceiro
		
		fire_only_once = no
		days_remove = 30
		complete_effect = {
			hidden_effect = { add_command_power = -25 }
		}
		remove_effect = {
			FROM = {
				OWNER = { 
					set_country_flag = PER_kurds_armed_and_ready 
					country_event = {
						id = PER_communist_events.3
						hours = 1
					}
				}
			}
			set_country_flag = PER_kurdish_rebellion_growing
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -2000
			}
		}
	}

	PER_kurdish_revolt_mission = {
	
		priority = 100
	
		icon = generic_ignite_civil_war 
	
		available = {
			hidden_trigger = { always = no }
		}
	
		days_mission_timeout = 60
	
		fire_only_once = no
	
		activation = {
			#original_tag = PER
			has_country_flag = PER_kurdish_rebellion_growing
		}
	
		visible = {
			tag = PER
			has_country_flag = PER_kurdish_rebellion_growing
			676 = { has_dynamic_modifier = { modifier = KUR_resistance_modifier } }
		}
	
		cancel_if_not_visible = yes
	
		is_good = yes
	
		timeout_effect = {
			#country_event = PER_islamic_revolution_events.3
			clr_country_flag = PER_kurdish_rebellion_growing
			676 = {
				remove_dynamic_modifier = {
					modifier = KUR_resistance_modifier
				}
				OWNER = {
					create_dynamic_country = {
						original_tag = KUR
						676 = {
							transfer_state_to = PREV
						}
						set_popularities = {
							democratic = ROOT.party_popularity_100@democratic
							neutrality = ROOT.party_popularity_100@neutrality
							fascism = ROOT.party_popularity_100@fascism
							communism = ROOT.party_popularity_100@communism
						}
						set_politics = {
							ruling_party = communism
						}
						declare_war_on = { 
							target = PREV
							type = independence_wargoal
						}
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2000
							producer = PER
						}
						add_opinion_modifier = {
							target = ROOT
							modifier = large_increase
						}
						add_ai_strategy = { 
							type = alliance
							id = SOU
							value = -1000
						}
						add_ai_strategy = { 
							type = alliance
							id = ROOT
							value = 1000
						}
						division_template = {
							name = "Kurdish Militia"		
							is_locked = no
							force_allow_recruiting = yes
							# Note: Represents both regular infantry and militia units
							regiments = {
								militia = { x = 0 y = 0 }
								militia = { x = 0 y = 1 }
								militia = { x = 1 y = 0 }
								militia = { x = 1 y = 1 }
							}
							#division_cap = 4
						}
						capital_scope = {
							create_unit = {
								division = "name = \"Kurdish Militia\" division_template = \"Kurdish Militia\" start_experience_factor = 0.02 start_equipment_factor = 0.75"
								owner = PREV
								count = 5
							}
						}
					}
				}
			}
		}
	}

	PER_pashtuns_in_pakistan = {
		icon = GFX_decision_generic_civil_support
	
		allowed = {
			original_tag = PER
		}
	
		available = {
		}
		
		visible = {
			has_completed_focus = PER_communist_liberate_pashtuns
			FROM = { NOT = { has_dynamic_modifier = { modifier = PER_promoting_resistance_here }}}
		}
		state_target = yes
		targets = { 442 987 445 1012 444 988 }
	    target_trigger = {
	        FROM = {
	        	OWNER = {
	        		NOT = {
	        			tag = AFG
	        			tag = ROOT
	        			#tag = PAK
	        		}
	        	}
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		custom_cost_trigger = {
			command_power > 24.9
		}
		custom_cost_text = BRA_decision_cost_cangaceiro
		
		fire_only_once = no
		days_remove = 30

		complete_effect = {
			hidden_effect = { add_command_power = -25 }
			set_country_flag = PER_orchestrating_rebellions_psh
		}

		remove_effect = {
			FROM = {
				add_dynamic_modifier = {
					modifier = PER_promoting_resistance_here
				}
				OWNER = { 
					add_stability = -0.1 
					country_event = {
						id = PER_communist_events.1
						hours = 1
					}
				}
			}
		}
	}
	

	PER_promote_resistance_in_gulf_states = {
		icon = GFX_decision_generic_civil_support
	
		allowed = {
			original_tag = PER
		}
	
		available = {
			has_completed_focus = PER_communist_destabilize_iraq

		}
		
		visible = {
			has_completed_focus = PER_revolution_in_the_gulf
			NOT = { has_country_flag = PER_promoting_resistance_in_progress }
			FROM = { 
				NOT = { 
					has_dynamic_modifier = { modifier = PER_promoting_resistance_here }
				}
			}
		}
		state_target = yes

		targets = { 765 658 656 294 859 678 }
	    target_trigger = {
	        FROM = {
	        	OWNER = {
	        		NOT = {
	        			OR = { 
	        				tag = ROOT
	        				is_in_faction_with = ROOT
	        				is_subject_of = ROOT
	        			}
	        			PREV = { is_core_of = PREV }
	        		}
	        	}
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		custom_cost_trigger = {
			command_power > 24.9
		}
		custom_cost_text = BRA_decision_cost_cangaceiro
		
		fire_only_once = no
		days_remove = 30

		complete_effect = {
			hidden_effect = { add_command_power = -25 }
			set_country_flag = PER_promoting_resistance_in_progress
		}

		remove_effect = {
			clr_country_flag = PER_promoting_resistance_in_progress
			FROM = {
				add_dynamic_modifier = { modifier = PER_promoting_resistance_here }
				OWNER = {
					country_event = {
						id = PER_communist_events.4
						hours = 1
					}
				}
			}
		}
	}
}

PER_anti_gulf_decisions_cat = {
	PER_clampdown_on_resistance = {
		icon = GFX_decision_generic_civil_support
	
		allowed = {
			NOT = { original_tag = PER }
		}
	
		available = {
			NOT = { FROM = { has_state_flag = clearing_kurdish_resistance_flag } }
		}
		
		visible = {
			FROM = { 
				has_dynamic_modifier = { 
					modifier = KUR_resistance_modifier 
				} 
			}
		}
		state_target = any_owned_state
		#targets = { 676 291 } #These are the only states where KUR_resistance_modifier can be added by PER 
	    target_trigger = {
	        FROM = {

	        	has_dynamic_modifier = { modifier = KUR_resistance_modifier }
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		custom_cost_trigger = {
			command_power > 24.9
		}
		custom_cost_text = BRA_decision_cost_cangaceiro
		
		fire_only_once = yes
		days_remove = 14
		complete_effect = {
			hidden_effect = {
				add_command_power = -25
				FROM = { set_state_flag = clearing_kurdish_resistance_flag }
			}
		}

		remove_effect = {
			FROM = {
				remove_dynamic_modifier = {
					modifier = KUR_resistance_modifier
				}
				OWNER = { add_stability = 0.1 }
				hidden_effect = {
					clr_state_flag = clearing_kurdish_resistance_flag
				}
			}
			clr_country_flag = PER_kurds_armed_and_ready
			every_other_country = {
				limit = {
					OR = {
						has_country_flag = PER_kurdish_rebellion_growing
						has_country_flag = PER_orchestrating_rebellions
					}
				}
				clr_country_flag = PER_kurdish_rebellion_growing
				clr_country_flag = PER_orchestrating_rebellions
				country_event = {
					id = PER_communist_events.2
					hours = 1
				}
			}
		}

		cancel_trigger = {
			NOT = {
				FROM = {
					is_fully_controlled_by = ROOT
				}
			} 
		}

		cancel_effect = {
			hidden_effect = {
				FROM = {
					clr_state_flag = clearing_kurdish_resistance_flag
				}
			}
		}
	}
}

PER_plant_resistance_cat = {
	PER_organize_resistance = {
		icon = GFX_decision_generic_civil_support
	
		allowed = {
			original_tag = PER
		}
	
		available = {
		}
		
		visible = {
			has_completed_focus = PER_plant_resistance_cells
			FROM = { NOT = { has_dynamic_modifier = { modifier = PER_resistance_modifier }}}
		}
		state_target = yes
		targets = { 676 291 1011 230 229 584 }
	    target_trigger = {
	        FROM = {
	        	OWNER = {
	        		NOT = {
        				tag = ROOT
        				original_tag = KUR
	        		}
	        	}
	        }
	    }
	    on_map_mode = map_and_decisions_view 
		custom_cost_trigger = {
			command_power > 24.9
		}
		custom_cost_text = BRA_decision_cost_cangaceiro
		
		fire_only_once = no
		days_remove = 180

		complete_effect = {
			hidden_effect = { add_command_power = -25 }
			FROM = {
				add_dynamic_modifier = {
					modifier = PER_resistance_modifier
				}
				OWNER = { 
					add_stability = -0.1 
					country_event = {
						id = PER_communist_events.4
						hours = 1
					}
				}
			}
		}

		remove_effect = {
		}
	}
}

PER_kur_azr_independence_cat = {
	PER_kur_azr_revolt_mission = {
	
		priority = 100
	
		icon = generic_ignite_civil_war 
	
		available = {
			hidden_trigger = { always = no }
		}
	
		days_mission_timeout = 730
	
		fire_only_once = no
	
		activation = {
			#original_tag = PER
			has_completed_focus = PER_reach_to_seperatists
			NOT = {
				OR = { 
					has_completed_focus = PER_appease_the_seperatists
					has_country_flag = PER_kur_azr_indy_war_started
				}
			}
			any_owned_state = {
				OR = {
					is_core_of = KUR
					is_core_of = AZR
				}
			}
		}
	
		visible = {
			tag = PER
			#has_country_flag = PER_kur_azr_indy_war_started
			NOT = {
				OR = { 
					has_completed_focus = PER_appease_the_seperatists
					has_country_flag = PER_kur_azr_indy_war_started
				}
			}
			any_owned_state = {
				OR = {
					is_core_of = KUR
					is_core_of = AZR
				}
			}
		}
	
		cancel_if_not_visible = yes
	
		is_good = no
	
		timeout_effect = {
			set_country_flag = PER_kur_azr_indy_war_started
			IF = {
				limit = {
					any_owned_state = {
						is_core_of = KUR
					}
				}
				custom_effect_tooltip = PER_kur_indy_war_tt
			}
			IF = {
				limit = {
					any_owned_state = {
						is_core_of = AZR
					}
				}
				custom_effect_tooltip = PER_azr_indy_war_tt
			}
			hidden_effect = {
				remove_ideas = PER_azerbaijan_resistance_idea
				remove_ideas = PER_kurdistan_resistance_idea
				IF = {
					limit = {
						any_owned_state = {
							is_core_of = KUR
						}
					}
					create_dynamic_country = {
						original_tag = KUR
						IF = {
							limit = {
								1001 = { OWNER = { tag = ROOT } }
							}
							1001 = {
								transfer_state_to = PREV
							}
						}
						IF = {
							limit = {
								421 = { OWNER = { tag = ROOT } }
							}
							421 = {
								transfer_state_to = PREV
							}
						}
						set_popularities = {
							democratic = ROOT.party_popularity_100@democratic
							neutrality = ROOT.party_popularity_100@neutrality
							fascism = ROOT.party_popularity_100@fascism
							communism = ROOT.party_popularity_100@communism
						}
						set_politics = {
							ruling_party = communism
						}
						declare_war_on = { 
							target = ROOT
							type = independence_wargoal
						}
						division_template = {
							name = "Kurdish Militia"		
							is_locked = no
							force_allow_recruiting = yes
							# Note: Represents both regular infantry and militia units
							regiments = {
								militia = { x = 0 y = 0 }
								militia = { x = 0 y = 1 }
								militia = { x = 1 y = 0 }
								militia = { x = 1 y = 1 }
							}
							#division_cap = 4
						}
						capital_scope = {
							create_unit = {
								division = "name = \"Kurdish Militia\" division_template = \"Kurdish Militia\" start_experience_factor = 0.02 start_equipment_factor = 0.75"
								owner = PREV
								count = 4
							}
						}
					}
				}
				IF = {
					limit = {
						any_owned_state = {
							is_core_of = AZR
						}
					}
					create_dynamic_country = {
						original_tag = AZR
						IF = {
							limit = {
								419 = { OWNER = { tag = ROOT } }
							}
							419 = {
								transfer_state_to = PREV
							}
						}
						IF = {
							limit = {
								1000 = { OWNER = { tag = ROOT } }
							}
							1000 = {
								transfer_state_to = PREV
							}
						}
						set_popularities = {
							democratic = ROOT.party_popularity_100@democratic
							neutrality = ROOT.party_popularity_100@neutrality
							fascism = ROOT.party_popularity_100@fascism
							communism = ROOT.party_popularity_100@communism
						}
						set_politics = {
							ruling_party = communism
						}
						declare_war_on = { 
							target = ROOT
							type = independence_wargoal
						}
						division_template = {
							name = "Azerbaijani Militia"		
							is_locked = no
							force_allow_recruiting = yes
							# Note: Represents both regular infantry and militiunits
							regiments = {
								militia = { x = 0 y = 0 }
								militia = { x = 0 y = 1 }
								militia = { x = 1 y = 0 }
								militia = { x = 1 y = 1 }
							}
							#division_cap = 4
						}
						capital_scope = {
							create_unit = {
								division = "name = \"Azerbaijani Militia\" division_template = \"Azerbaijani Militia\" start_experience_factor = 0.02 start_equipment_factor = 0.75"
								owner = PREV
								count = 4
							}
						}
					}
				}
			}			
		}
	}
}
