﻿add_namespace = yakistan

country_event = { ## STG influence
    id = yakistan.1
    title = yakistan.1.t
    desc = yakistan.1.d
    picture = GFX_event_our_town
 
    is_triggered_only = yes

    option = {
    name = yakistan.1.a
    add_popularity = { ideology = communism popularity = 0.2 }
    ai_chance = {
            factor = 90
        }
    }
    option = {
    name = yakistan.1.b
    remove_ideas = stalliongrad_propaganda
    remove_ideas = communist_influence
    STG = {
        country_event = {
            id = stalliongrad.74 days = 1
        }
    }
    ai_chance = {
            factor = 10
        }
    }
}
country_event = { ## STG influence
    id = yakistan.2
    title = yakistan.2.t
    desc = yakistan.2.d
    picture = GFX_event_our_town
 
    trigger = {
        tag = YAK
        NOT = { has_government = communism }
        communism > 0.45
    }
    mean_time_to_happen = { days = 40 }
    fire_only_once = yes
    option = { # support communists
        name = yakistan.8.a
        set_politics = { ruling_party = communism elections_allowed = no }
        ai_chance = { factor = 100 }
        start_civil_war = {
         ruling_party = communism  
                 ideology = neutrality
                 size = 0.5
                    }
    }
    option = { # support current government
        name = yakistan.8.b
        ai_chance = { factor = 0 }
        start_civil_war = {
                 ideology = communism
                 size = 0.5
                    }
    }
}