## BELGIAN EVENTS, from AoI, modified
#Belgian Independence#
event = {
id = 230021
country = U00
trigger = {
event = 220023
}
random = no
style = 5
name = "Independence"
desc = "As part of the nationalistic movements sweeping trough Europe, the Belgian people - who had never before had their own, united country - started to get increasingly unsettled in the southern part of the Netherlands. In 1830, Belgium wrested its independence from the Dutch as a result of an uprising."
date = { day = 1 month = january year = 1815 }
offset = 3
deathdate = { day = 1 month = january year = 1850 }
action_a = {
name = "Let us celebrate our freedom!"
command = { type = breakvassal which = HOL }
command = { type = inf which = -2 value = 15000 }
command = { type = cav which = -2 value = 10000 }
command = { type = art which = -2 value = 20 }
command = { type = diplomats value = 2 }
command = { type = capital which = 378 }
command = { type = add_countryculture which = french }
command = { type = add_countryculture which = dutch }
command = { type = cash value = 200 }
}
}
#Belgian Constitution#
event = {
id = 230022
country = U00
random = no
style = 5
name = "Belgian Constitution"
desc = "One of the last decisions made by the Voorlopig Bewind was to write a constitution for the state of Belgium. The first Belgian constitution was considered very liberal as freedom of speech, person and religion was guaranteed. Many concessions were granted to the catholics as well. They held their influence on the education system."
date = { year = 1831 month = december day = 21 }
deathdate = { year = 1865}
action_a = {
name = "The Unionists rule Belgium"
command = { type = domestic which = aristocracy value = 1 }
command = { type = domestic which = innovative value = 1 }
command = { type = domestic which = centralization value = -1 }
command = { type = stability value = 1 }
}
action_b ={
name = "Favor Catholics"
command = { type = domestic which = aristocracy value = 1 }
command = { type = domestic which = innovative value = -2 }
command = { type = domestic which = centralization value = 1 }
command = { type = stability value = -1 }
command = { type = revoltrisk which = 60 value = 5 }
}
action_c ={
name = "Favor Liberals"
command = { type = domestic which = aristocracy value = -1 }
command = { type = domestic which = innovative value = 2 }
command = { type = domestic which = centralization value = -2 }
command = { type = stability value = -1 }
command = { type = revoltrisk which = 60 value = 5 }
}
|