In the colonial_release.txt file are the events that give extra dissent when releasing colonies. Seems somone made some extra events for a released Scansinavia by Copy-Paste of the Belgian event for released Congo.
Result? If the USSSR, Germany, the UK or the US have Scandinavia as a puppet Belgium will get some dissent
Result? If the USSSR, Germany, the UK or the US have Scandinavia as a puppet Belgium will get some dissent
Code:
event = {
id = 15135
trigger = {
puppet = { country = CON country = BEL }
}
random = no
country = BEL
name = "EVT_15100_NAME"
desc = "EVT_15100_DESC"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1953 }
action_a = {
name = "EVT_15100_ACTA"
command = { type = dissent value = 15 }
}
}
event = {
id = 15136
trigger = {
puppet = { country = SCA country = GER }
}
random = no
country = BEL
name = "EVT_15100_NAME"
desc = "EVT_15100_DESC"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1953 }
action_a = {
name = "EVT_15100_ACTA"
command = { type = dissent value = 15 }
}
}
event = {
id = 15137
trigger = {
puppet = { country = SCA country = SOV }
}
random = no
country = BEL
name = "EVT_15100_NAME"
desc = "EVT_15100_DESC"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1953 }
action_a = {
name = "EVT_15100_ACTA"
command = { type = dissent value = 10 }
}
}
event = {
id = 15138
trigger = {
puppet = { country = SCA country = ENG }
}
random = no
country = BEL
name = "EVT_15100_NAME"
desc = "EVT_15100_DESC"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1953 }
action_a = {
name = "EVT_15100_ACTA"
command = { type = dissent value = 5 }
}
}
event = {
id = 15139
trigger = {
puppet = { country = SCA country = USA }
}
random = no
country = BEL
name = "EVT_15100_NAME"
desc = "EVT_15100_DESC"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1953 }
action_a = {
name = "EVT_15100_ACTA"
command = { type = dissent value = 5 }
}
}