Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
#Constitutionalism and the General Estates
country_event = {
id = flavor_hol.3502
trigger = {
OR = {
AND = {
tag = HOL
NOT = { exists = NED }
}
tag = NED
}
is_year = 1580
NOT = { is_year = 1621 }
NOT = {
government = dutch_republic
}
}
mean_time_to_happen = {
months = 200
}
option = {
name = "flavor_hol.EVTOPTA3502" #Confederacy with traces of Monarchism
change_government = dutch_republic
}
option = {
name = "flavor_hol.EVTOPTB3502" #Confederacy on Republican Model
change_government = administrative_republic
}
option = {
name = "flavor_hol.EVTOPTC3502" #Centralized Monarchy
change_government = monarchy
}
}
There's no condition over than the date : from 1580 to 1620.
Mean time to happen has no modifier ever, so it's a 0.5% chance per month for it to fire.
Probably to get it after n months is p=100%-(100%-0.5%)^n
Probability for it to trigger over any given playthrough (40y = 480 months) si ~91%
But in your case (1650) it is too late, it won't fire.