add_namespace = DAB

### DAB.100 - DAB.199 | Pure
### DAB.200 - DAB.299 | Corrupt


country_event = {
    id = DAB.1
    title = "Forging a Path"
    desc = "It's time to solve the Inefficiencies of our Units."
    picture = GFX_report_event_generic

    is_triggered_only = yes

    option = {
        name = "Embrace Failure"
        set_government = elites  # Changes the government to elites
    }

    option = {
        name = "A Second Chance"
        set_government = people  # Changes the government to people
    }
}

#########Event#########
country_event = {
    id = DAB.100
    title = "Restoring Control"
    desc = "We must not forget our history and our mission."
    is_triggered_only = yes
    option = {
        name = "C1"
        # Effects to increase opposition ideology
    }
}

country_event = {
    id = DAB.200
    title = "Corruption Has Taken Over"
    desc = "We have already failed our mission, and Organics are to blame."
    is_triggered_only = yes
    option = {
        name = "C2"
        # Effects to increase opposition ideology
    }
}
