#########################################################################
# [name of event (for referencing)]
#########################################################################
event = {
id = 7500 #This number must be unique
random = no
country = POR #Portugal
trigger = { control = { province = 2461 data = POR } } #What triggers this event to occur: this example is Portugal controlling Rio de Janeiro
name = "[name of event, e.g. "Brazil Surrenders to Portugal"]"
desc = "[description of event, e.g. "The Brazilian forces have been defeated and our forces march triumphantly through their capital"]"
style = 0
date = { day = 1 month = january year = 1836 } #Can get this event from this date
offset = 0 #How often the engine checks for trigger conditions being met
deathdate = { day = 30 month = december year = 1936 } #Can't get this event after this date
action_a = {
name = "[name of action, e.g. "Great!"]"
command = { type = inherit which = BRZ } #Inherit Brazil
command = { type = add_countryculture which = brazilian } #Adds Brazilian culture as a national culture
}
}