political_decisions = {

#Trip to Europe
travel_to_europe = {
        picture = dreams_of_empire

        potential = {
                tag = PER
                NOT = {    has_country_flag = travel_to_europe }
                }

        allow = {
            money = 30000
                }

        effect = {
            treasury = -25000
            prestige = 2
            years_of_research = 1
            relation = {
                who = ENG
                value = 50
                    }
            set_country_flag = travel_to_europe
                }

        ai_will_do = { factor = 1 }

    }
#Persian Cinema
persian_cinema = {
    picture = fatherland_altar

    potential = {
        tag = PER
        NOT = { has_country_flag = persian_cinema }
        NOT = { has_country_modifier = silver_age }
        year = 1880
        }

    allow = {
        OR = {
            any_greater_power = { invention = the_talkies relation = { who = THIS value = 50 } }
            invention = the_talkies
        }
    }

    effect = {
            set_country_flag = persian_cinema
            prestige = 2
            years_of_research = 0.5
            rich_strata = {
                militancy = -1
            }
        }


    ai_will_do = { factor = 1 }
    }
#Greater Iran
greater_iran = {
    picture = greater_iran

    potential = {
        tag = PER
        NOT = { has_country_flag = greater_iran }
		owns = 1209
        set_country_flag = greater_iran2
    }

    allow = {
        war_policy = jingoism
		owns = 1231
    }

    effect = {
            set_country_flag = greater_iran
            badboy = 13
            any_country = { limit = { neighbour = THIS NOT = { vassal_of = THIS } } relation = { who = THIS value = -50 } }
            ENG_1264 = { add_core = THIS }
            SIN_1288 = { add_core = THIS }
            ENG_1236 = { add_core = THIS }
            ENG_1291 = { add_core = THIS }
			ENG_1275 = { add_core = THIS }
			HYD_1283 = { add_core = THIS }
			NAG_1277 = { add_core = THIS }
			HYD_1283 = { add_core = THIS }
            1298 = { add_core = PER }
			add_accepted_culture = panjabi
			add_accepted_culture = tajik
			add_accepted_culture = pashtun
			add_accepted_culture = kurdish
        }

    ai_will_do = { factor = 1 }
    }
iranian_incursion = {
    picture = greater_iran

    potential = {
        tag = PER
		owns = 1209
        NOT = { has_country_flag = greater_iran2 }
    }

    allow = {
        war_policy = jingoism
		owns = 1209
    }

    effect = {
            set_country_flag = greater_iran2
            badboy = 4
            any_country = { limit = { neighbour = THIS NOT = { vassal_of = THIS } } relation = { who = THIS value = -50 } }
            PAN = { all_core = { add_core = PER } }
			AFG = { all_core = { add_core = PER } }
			KAL = { all_core = { add_core = PER } }
			1228 = { add_core = PER }
			1231 = { add_core = PER }
			1227 = { add_core = PER }
			1232 = { add_core = PER }
			1230 = { add_core = PER }
			1229 = { add_core = PER }
			1233 = { add_core = PER }
			1235 = { add_core = PER }
			1224 = { add_core = PER }
			1224 = { add_core = PER }
			1225 = { add_core = PER }
			1223 = { add_core = PER }
			1218 = { add_core = PER }
			1228 = { add_core = PER }
			1226 = { add_core = PER }
			1234 = { add_core = PER }
        }
    ai_will_do = { factor = 1 }
    }
iranian_iraq = {
    picture = greater_iran

    potential = {
		has_country_flag = greater_iran2
        tag = PER
        NOT = { has_country_flag = greater_iran3 }
    }

    allow = {
        war_policy = jingoism
		owns = 1227
		owns = 1207
		owns = 1235
    }

    effect = {
            set_country_flag = greater_iran3
            badboy = 4
            any_country = { limit = { neighbour = THIS NOT = { vassal_of = THIS } } relation = { who = THIS value = -50 } }
            IRQ = { all_core = { add_core = PER } }
        }
    ai_will_do = { factor = 1 }
    }
}