So it's possible to have the Glorious Revolution to happen now. But my question is that am I reading this correctly.
Does England/Great Brittain need to have legitimacy of under 50 for it to fire?
Does England/Great Brittain need to have legitimacy of under 50 for it to fire?
Code:
#The Immortal Seven
country_event = {
id = flavor_hol.14
title = flavor_hol.14.t
desc = flavor_hol.14.d
picture = SPY_eventPicture
fire_only_once = yes
trigger = {
OR = {
tag = GBR
tag = ENG
}
is_year = 1600
NOT = { is_year = 1700 }
government = monarchy
exists = NED
is_subject = no
NOT = { legitimacy = 50 }
OR = {
religion = protestant
religion = reformed
}
OR = {
any_ally = { religion = catholic }
marriage_with = NED
}
NED = {
is_subject = no
government = dutch_republic
num_of_cities = 6 #If too small this won't make much sense.
OR = {
religion = protestant
religion = reformed
}
OR = {
AND = {
has_dlc = "Res Publica"
is_orangists_in_power = yes
}
has_country_flag = ned_hereditary_stadtholder
}
}
}
mean_time_to_happen = {
months = 100
modifier = {
factor = 0.5
NOT = { legitimacy = 0.5 }
}
modifier = {
factor = 0.5
NOT = { legitimacy = 0.25 }
}
modifier = {
factor = 0.8
alliance_with = FRA
}
}
option = {
name = flavor_hol.14.a #Ok.
NED = { country_event = { id = flavor_hol.15 } }
}
}
#Invitation to William
country_event = {
id = flavor_hol.15
title = flavor_hol.15.t
desc = flavor_hol.15.d
picture = SPY_eventPicture
fire_only_once = yes
is_triggered_only = yes
option = {
name = flavor_hol.15.a #Accept
ai_chance = {
factor = 1
}
add_casus_belli = {
target = FROM
type = cb_restore_personal_union
months = 60
}
FROM = {
country_event = { id = flavor_hol.16 }
}
tooltip = {
FROM = {
add_opinion = {
who = NED
modifier = ned_accepted_glorious_revolution
}
}
}
}
option = {
name = flavor_hol.15.b #Refuse
ai_chance = {
factor = 0
}
FROM = {
country_event = { id = flavor_hol.17 }
}
tooltip = {
FROM = {
add_opinion = {
who = NED
modifier = ned_refused_glorious_revolution
}
}
}
}
}