Event
The Union and the Flavor Rank
With the death of Root Character, the Country stands without any ruler. Usually, the Heir Selection would find us a new candidate to rule over the state swiftly. However, circumstances are different as we are part of the Union, and as such the Flavor Rank stands before a rather unique decision.
Target Character, current leader of the Union, demands the Country Adjective throne. If we want to stay and possibly overtake the Union, electing Target Character might be a valid choice, though in high contrast to the values of a Republic.
RepublicGovernment TypetriggerForbidden from Electing Union LeadersStatic Modifieroption 2Definitionin_game/events/diplomacy/unionevents.txt:244
245type = country_event
246title = {
247first_valid = {
248triggered_desc = {
249desc = unionevents.98.title The Union and the Flavor Rank
}
252triggered_desc = {
253desc = unionevents.98.title.fallback The Union and the Flavor Rank
}
}
}
258desc = {
259first_valid = {
260triggered_desc = {
261desc = unionevents.98.desc.union_has_leader With the death of Root Character, the Country stands without any ruler. Usually, the Heir Selection would find us a new candidate to rule over the state swiftly. However, circumstances are different as we are part of the Union, and as such the Flavor Rank stands before a rather unique decision.
Target Character, current leader of the Union, demands the Country Adjective throne. If we want to stay and possibly overtake the Union, electing Target Character might be a valid choice, though in high contrast to the values of a Republic.
Target Character, current leader of the Union, demands the Country Adjective throne. If we want to stay and possibly overtake the Union, electing Target Character might be a valid choice, though in high contrast to the values of a Republic.
262trigger = {
264union ?= {
265international_organization_has_leader = yes
266leader_country ?= {
267NOT = {
267this = root
}
268has_ruler = yes
}
}
}
}
273triggered_desc = {
274desc = unionevents.98.desc.union_has_no_leader With the death of Root Character, the Country stands without any ruler. Usually, the Heir Selection would find us a new candidate to rule over the state swiftly. However, circumstances are different as we are part of the Union, and as such the Flavor Rank stands before a rather unique decision.
Target Character might be now in charge of the Union, but is in way a valid candidate for the Country Adjective government. In order to maintain our position in the Union, it would be possible to make an exception for him/her, though many of our people will lose faith in the Republic as a result of this.
Target Character might be now in charge of the Union, but is in way a valid candidate for the Country Adjective government. In order to maintain our position in the Union, it would be possible to make an exception for him/her, though many of our people will lose faith in the Republic as a result of this.
275trigger = {
277union ?= {
278international_organization_has_leader = yes
279leader_country ?= {
280NOT = {
280this = root
}
}
}
}
}
285triggered_desc = {
286trigger = {
286always = yes
}
287desc = unionevents.98.fallback Where once was a Union is now only a diplomatic and administrative mess within the offices of the Country. The Monarchy might come and go, but the Republic persists.
}
}
}
291outcome = neutral
292trigger = {
294union ?= {
295international_organization_has_leader = yes
296leader_country ?= {
297NOT = {
297this = root
}
}
}
301has_regent = yes
}
303immediate = {
304previous_ruler ?= {
304save_scope_as = root_character
}
305union ?= {
306leader_country ?= {
307ruler_or_heir_if_regent ?= {
307save_scope_as = target_character
}
308if = {
309limit = {
309NOT = {
309exists = scope:target_character
}
}
310ruler_or_regent = {
310save_scope_as = target_character
}
}
}
}
}