EventChanged this version
City League

The Hanseatic League and the Lombard League have inspired us to inquire if any other Free Cities would be willing to enter a league together with us. We Free Cities are weak alone, but collectively it has already been proven that mutual cooperation between small nations in matters such as trade, keeping imperial peace, and supporting tribunals and maintaining a unified force makes us a force to be reckoned with that even Great Powers will struggle to suppress.
Holy Roman EmpireInternational Organizationimmediate, trigger
Free Imperial CitySpecial Statusimmediate, triggerCity LeagueStatic Modifierimmediate, triggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
City League
The City League Suggestion↳ Option A “Send diplomats to [Fc League Invitation Target]!” · right away
Members of the City League↳ Option A “What do we have to lose? Join it!” · right away
Fc League Invitation Target Declined the City League↳ Option B “It seems like a massive waste of time and resources.” · right away
The City League Membership
Potential City League Member↳ Option A “Send a diplomat to their leaders!” · right away
Members of the City League (see above)↳ Option A “Accept [Free City Source]'s application.” · right away
Fc League Invitation Target Declined the City League (see above)↳ Option B “Refuse [Free City Source]'s application.” · right away
Definitionin_game/events/free_cities.txt:664
665type = country_event
666title = free_cities.13.title City League
667desc = free_cities.13.desc The Hanseatic League and the Lombard League have inspired us to inquire if any other Free Cities would be willing to enter a league together with us. We Free Cities are weak alone, but collectively it has already been proven that mutual cooperation between small nations in matters such as trade, keeping imperial peace, and supporting tribunals and maintaining a unified force makes us a force to be reckoned with that even Great Powers will struggle to suppress.
668outcome = neutral
670image = "gfx/interface/illustrations/event/backgrounds/exterior/burghers/north_german_burghers_exterior.dds"
672trigger = {
}
679at_war = no
680has_ruler = yes
684any_known_country = {
685this != root
}
692at_war = no
693opinion = {
694target = root
695value >= 25
}
697NOT = {
698is_enemy_of = root
}
700NOT = {
701has_opinion = {
702target = root
703modifier = opinion_refused_league
}
}
706root = {
707opinion = {
708target = prev
709value >= 25
}
}
715NOT = {
716is_rival_of = root
}
}
}
722immediate = {
723ruler = {
723save_scope_as = home_ruler
}
724save_scope_as = fc_league_invitation_source
725hidden_effect = {
726random_country = {
727limit = {}
762save_scope_as = fc_league_invitation_target
}
}
}