#####Brandenburg Major Events#####
###By Hvard Moe                ##
###   Tom 'Demetrios' Rinschler ##
##################################

# The Pommern Inheritance #
event = {
    id = 3895
    random = no
    country = POM
    name = "EVENTNAME3895"
    desc = "EVENTHIST3895"
    style = 3

    date = { day = 10 month = march year = 1637 }

    action_a = {        #Split Pommern between Sweden and Brandenburg#
        name = "ACTIONNAME3895A"
        command  = { type = secedeprovince which = SWE value = 304 }
        command  = { type = trigger which = 3896 }
    }
    action_b = {        #Let Brandenburg receive the whole of Pommern#
        name = "ACTIONNAME3895B"
        command = { type = trigger which = 3896 }
    }
    action_c = {        #Remain independent#
        name = "ACTIONNAME3895C"
        command = { type = domestic which = centralization value = 1 }
        command = { type = relation which = BRA value = -100 }
        command = { type = relation which = SWE value = -50 }
    }
}