This event for Netherlands that offers 3 different government types misses a fourth option to keep the current government. Other events that gives special governments like the Austrian Privilegium Maius event has the option to not switch to an archduchy. This is important to me as forming Netherlands as the Hansa and a merchant republic is great fun and gives extra bonuses. Please devs insert a fourth option to the dutch republic event so I can keep the merchant republic.
Code:
#Constitutionalism and the General Estates
country_event = {
id = flavor_hol.3502
title = "flavor_hol.EVTNAME3502"
desc = "flavor_hol.EVTDESC3502"
picture = ELECTION_REPUBLICAN_eventPicture
fire_only_once = yes
trigger = {
tag = NED
NOT = { government = dutch_republic }
}
mean_time_to_happen = {
months = 96
}
option = {
name = "flavor_hol.EVTOPTA3502" #Confederacy with traces of Monarchism
ai_chance = { factor = 100 }
change_government = dutch_republic
}
option = {
name = "flavor_hol.EVTOPTB3502" #Confederacy on Republican Model
ai_chance = { factor = 0 }
change_government = administrative_republic
}
option = {
name = "flavor_hol.EVTOPTC3502" #Centralized Monarchy
ai_chance = { factor = 0 }
change_government = administrative_monarchy
}
}