### Decisions for The Strengthen Persia
decisions = {

############### Recruit a special commander #####################

	gyanavspar_recruit = {
		only_independent = yes
		is_high_prio = yes # Will show an alert once decision is enabled
		ai_check_interval = 24

		potential = {
			is_playable = yes
			independent = yes
			has_landed_title = e_persia
			culture = persian

			NOT = {  # Should only be visible if it hasn't been used yet.
				has_global_flag = gyanavspar_recruited
				}
			}
		allow = {
			prestige = 300
			wealth = 300
			prisoner = no
			is_adult = yes
			NOT = { trait = incapable }
		}
		effect = {
			prestige = -300
			wealth = -300
			character_event = { id = gyanavspar.1 }
		}
		revoke_allowed = {
			always = no # Generic setting
		}
		ai_will_do = {
			factor = 0.8
		}
	}

	caravan_vassal = {
		only_independent = yes
		is_high_prio = yes # Will show an alert once decision is enabled
		ai = no

		potential = {
			is_playable = yes
			independent = yes
			culture = persian
			OR = {
				has_landed_title = e_persia
				AND = {
					has_landed_title = k_persia
					prestige = 4000
				}
			}

			NOT = {  # Should only be visible if it hasn't been used yet.
				has_global_flag = caravan_vassaled
				}
			}
		allow = {
			wealth = 150
			prisoner = no
			is_adult = yes
			NOT = { trait = incapable }
		}
		effect = {
			character_event = { id = caravan.1 }
					}
		revoke_allowed = {
			always = no # Generic setting
		}
		ai_will_do = {
			factor = 0
		}
	}
}