﻿### Persia character template file ###

per_mohammad_shah_qajar_template = {
    # Mohammad Shah Qajar
    is_general = yes
    first_name = "Mohammad_Shah"
    last_name = "Qajar"
    historical = yes
    ruler = yes
    birth_date = 1808.1.5
    dna = dna_king_mohammad_shah_qajar
    interest_group = ig_landowners
    ideology = ideology_traditionalist
    traits = {
        imperious
    }
}
per_nasir_al_din_qajar_template = {
    # Nasir al-Din Shah
    first_name = "Nasir_al-Din"
    last_name = "Qajar"
    historical = yes
    heir = yes
    birth_date = 1831.7.16
	dna = dna_naser_qajar
    interest_group = ig_landowners
    ideology = ideology_traditionalist
    traits = {
        trait_child
    }
}

# Reza Shah Pahlavi
PER_reza_pahlavi = {
	first_name = Reza
	last_name = Pahlavi
	historical = yes
	culture = cu:mazanderani
	interest_group = ig_armed_forces
	ideology = ideology_authoritarian
	ig_leader = yes
	birth_date = 1878.3.15
	dna = dna_reza_shah_pahlavi
	traits = {
		ambitious
		direct
		popular_commander
	}
	trait_generation = { }

	commander_usage = {
		country_trigger = {
			exists = c:PER
			this = c:PER
		}
		role = general
		earliest_usage_date = 1915.1.1 # colonel
		latest_usage_date = 1936.1.1	
		chance = 25
	} 
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:PER
            this = c:PER
        }
        interest_group_trigger = {
            is_marginal = no
            is_interest_group_type = ig_armed_forces
        }   
        earliest_usage_date = 1919.1.1 # Minister of War
        latest_usage_date = 1936.1.1
        chance = 75
    }  
}

# Mirza Kuchik Khan
PER_mirza_kuchik_khan = {
    first_name = Mirza_Kuchik
    last_name = Khan
    historical = yes
    culture = cu:persian
    interest_group = ig_rural_folk # Petty Bourgeoisie is also a potentially valid descriptor of Mirza Kuchik's IG, but communism isn't a valid ideology for the PB
    ideology = ideology_communist
    ig_leader = yes
    birth_date = 1880.10.12
    dna = dna_mizra_kuchak_khan
    traits = {
        imposing
        pious
        firebrand
    }
    trait_generation = { }

    interest_group_leader_usage = {
        country_trigger = {
            exists = c:PER
            this = c:PER
            has_dlc_feature = ep1_content
        }
        interest_group_trigger = {
            is_marginal = no
            is_interest_group_type = ig_rural_folk
        }   
        earliest_usage_date = 1909.1.1
        latest_usage_date = 1936.1.1
        chance = 75
    }
    agitator_usage = {
        country_trigger = {
            has_dlc_feature = voice_of_the_people_content
            c:PER ?= this
            has_dlc_feature = ep1_content
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_rural_folk
                is_interest_group_type = ig_armed_forces
            } 
        }   
        earliest_usage_date = 1909.1.1
        latest_usage_date = 1936.1.1
        chance = 50
    }
}

# Sattar Khan
PER_sattar_khan = {
    first_name = Sattar
    last_name = Khan
    historical = yes
    culture = cu:persian
    interest_group = ig_petty_bourgeoisie
    ideology = ideology_radical
    ig_leader = yes
    birth_date = 1866.10.20
    dna = dna_sattar_khan
    traits = {
        brave
        pious
        popular_commander
    }
    trait_generation = { }

    agitator_usage = {
        country_trigger = {
            has_dlc_feature = voice_of_the_people_content
            c:PER ?= this
            has_dlc_feature = ep1_content
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_petty_bourgeoisie
                is_interest_group_type = ig_intelligentsia
                is_interest_group_type = ig_rural_folk
            } 
        }   
        earliest_usage_date = 1905.1.1
        latest_usage_date = 1936.1.1
        chance = 50
    }
}
