﻿add_namespace = starlight

country_event = { ## Annexation of STL
    id = starlight.1
    title = starlight.1.t
    desc = starlight.1.d
    picture = GFX_event_our_town
 
    is_triggered_only = yes

    option = {
    name = starlight.1.a
    STG = { country_event = { id = stalliongrad.43 days = 1 } }
    ai_chance = {
            factor = 100
        }
    }
    option = {
    name = starlight.1.b
    add_political_power = 70
    ai_chance = {
            factor = 0
        }
    }
}
country_event = { ## Annexation of STL by EQS after the war is won
    id = starlight.2
    title = starlight.2.t
    desc = starlight.2.d
    picture = GFX_event_our_town
 
    is_triggered_only = yes

    option = {
    name = starlight.2.a
    EQS = { country_event = { id = eqscom.8 days = 1 } }
    ai_chance = {
            factor = 100
        }
    }
    option = {
    name = starlight.2.b
    add_political_power = 70
    EQS = { country_event = { id = eqscom.9 days = 1 } }
    ai_chance = {
            factor = 100
        }
    ai_chance = {
            factor = 0
        }
    }
}