﻿# China - CHI
chi_sun_character_template = { # Sun Yat-sen
    first_name = Wen
    last_name = Sun
    historical = yes
    culture = cu:hakka
    female = no
    religion = protestant # Converted to Christianity in the 80s.
    ideology = ideology_republican_leader
    interest_group = ig_intelligentsia
    birth_date = 1866.11.12
    traits = {
        ambitious
        persistent
        inspirational_orator
    }   
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:CHI
            this = c:CHI
        }
        interest_group_trigger = {
            is_marginal = no
            OR = {
                is_interest_group_type = ig_intelligentsia
                is_interest_group_type = ig_trade_unions
                is_interest_group_type = ig_petty_bourgeoisie
            }
            NOR = {
				has_variable = communist_ig_var
				has_variable = chose_vanguardism
				has_variable = chose_fascism
				has_variable = chose_conservatism
				has_variable = chose_ethno_nationalism
			}
        }
        earliest_usage_date = 1888.1.1
        latest_usage_date = 1925.1.1
        chance = 50
    }   
}
chi_gong_character_template = {
    first_name = Prince_Gong
    last_name = Aisin_Gioro
    historical = yes
    culture = cu:manchu
    female = no
    ideology = ideology_royalist
    interest_group = ig_landowners
    birth_date = 1833.1.11
    traits = {
        experienced_diplomat
        expensive_tastes
    }   
    interest_group_leader_usage = {
        country_trigger = {
            exists = c:CHI
            this = c:CHI
            c:CHI = { has_law = law_type:law_monarchy }
        }
        interest_group_trigger = {
            is_marginal = no
            is_interest_group_type = ig_landowners
            NOR = {
				has_variable = communist_ig_var
				has_variable = chose_vanguardism
				has_variable = chose_fascism
				has_variable = chose_conservatism
				has_variable = chose_ethno_nationalism
			}
        }
        earliest_usage_date = 1853.1.1
        latest_usage_date = 1898.1.1
        chance = 50
    }   
}
chi_daoguang_template = {
    # The Daoguang Emperor
    first_name = Daoguang
    last_name = "Aisin_Gioro" # Not used by the emperor himself but there's got to be something here
    historical = yes
    ruler = yes
    birth_date = 1782.9.16
    dna = dna_daoguang_emperor
    culture = cu:manchu
    interest_group = ig_landowners
    ideology = ideology_traditionalist
    traits = {
        cautious
    }
}
chi_xianfeng_template = {
    # Prince Yizhu, the future Xianfeng Emperor
    first_name = "Yizhu"
    last_name = "Aisin_Gioro"
    historical = yes
    heir = yes
    birth_date = 1831.7.17
    culture = cu:manchu
    interest_group = ig_landowners
    ideology = ideology_traditionalist
    traits = {
        trait_child
    }
}

# Japan - JAP
jap_ienari_tokugawa_template = {
    ruler = yes
    first_name = Ienari
    last_name = Tokugawa
    historical = yes
    birth_date = 1773.11.18
    dna = dna_shogun_tokugawa_ienari
    interest_group = ig_landowners
    ideology = ideology_traditionalist
    traits = {
        arrogant
        expensive_tastes # bit of corruption
    }
}
jap_meiji_yamato_template = {
    first_name = "Meiji"
    last_name = "Yamato"
    historical = yes
    heir = yes
    birth_date = 1852.1.1
    dna = dna_emperor_meiji
    interest_group = ig_industrialists
    traits = {
        innovative
        charismatic
    }
}
jap_komei_yamato_template = {
    first_name = "Komei"
    last_name = "Yamato"
    historical = yes
    ruler = yes
    birth_date = 1831.1.1
    dna = dna_emperor_komei
    interest_group = ig_armed_forces
    traits = {
        reserved # ditto
    }
}

# Persia - PER
		per_mohammad_shah_qajar_template = {
		# Mohammad Shah Qajar
			is_general = yes
			first_name = "Mohammad"
			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
				ill				
			}
			on_created = {
				add_modifier = {
					name = promote_sufis_modifier
					}
			}
		}
		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
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				trait_child
				imperious
				plot_armor
			}
			
		}
		per_mozaffar_al_din_qajar_template = {
					first_name = Mozzafer_ed-Din
					last_name = Qajar
					historical = yes
					is_general = no
					interest_group = ig_landowners
					birth_date = 1853.1.3
					culture = cu:persian
					heir = yes
					religion = rel:shiite
					ideology = ideology_moderate					
						traits = {
					expensive_tastes
					hedonist
					sickly
					reserved
					}
				}
		per_muhammad_ali_qajar_template = {
					first_name = Mohammad_Ali
					last_name = Qajar
					historical = yes
					is_general = no
					interest_group = ig_landowners
					birth_date = 1872.6.21
					culture = cu:persian
					heir = yes
					religion = rel:shiite
					ideology = ideology_royalist					
					traits = {
						arrogant						
						imperious
						wrathful						
					}
					
				}
				per_soltan_ahmad_qajar_template = {
					first_name = Soltan_Ahmad
					last_name = Qajar
					historical = yes
					is_general = no
					interest_group = ig_landowners
					birth_date = 1898.2.21
					culture = cu:persian
					heir = yes
					religion = rel:shiite
					ideology = ideology_moderate					
					traits = {
						reserved												
						cautious						
					}
					
				}
				
the_bab_character_template = {
    first_name = The
    last_name = Bab
	historical = yes
	is_agitator = yes
    culture = cu:persian
    female = no
    religion = rel:babism
    ideology = ideology_reformer
    interest_group = ig_petty_bourgeoisie
    birth_date = 1819.7.9
    traits = { cautious charismatic pious honorable }

}