If the HRE Emperor was newly elected in the middle of a League War and wasn't part of the Catholic League when the war started, the "Diet of ____" event can trigger while the war has yet to finish, as long the Emperor isn't in another war. (EDIT: Actually, since the new Emperor still takes over as head of the Catholic League, there are additional reqs on top of that. There can't be any Protestant electors that are part of the Protestant League and have a truce with the Emperor.)
If I have time I want to test exactly what this does to the peace options, but I'm in Ironman now...
Well whatever, I was Reformed and gunning for a separate peace and Peace of Westphalia anyway
Code:
# The Imperial Diet (Catholic)
country_event = {
id = religious_leagues.6
title = "religious_leagues.6.t"
desc = "religious_leagues.6.d"
picture = RELIGIOUS_WARS_eventPicture
major = yes
fire_only_once = yes
trigger = {
has_dlc = "Art of War"
[COLOR="#FF0000"]is_emperor = yes
is_at_war = no[/COLOR]
has_regency = no
hre_religion_locked = no
hre_religion_treaty = no
religion = catholic
OR = {
AND = {
hre_leagues_enabled = yes
had_global_flag = {
flag = evangelical_union_happened
days = 10950
}
NOT = {
any_known_country = {
is_elector = yes
religion = protestant
is_league_enemy = ROOT
truce_with = ROOT
}
}
}
AND = {
NOT = { has_global_flag = evangelical_union_happened }
is_year = 1625
}
}
}
mean_time_to_happen = {
months = 60
}
option = {
name = "religious_leagues.6.a"
set_hre_religion_locked = yes
}
}
If I have time I want to test exactly what this does to the peace options, but I'm in Ironman now...
Well whatever, I was Reformed and gunning for a separate peace and Peace of Westphalia anyway
Last edited: