Event
The False Heir

A man/woman called Target Character 2 has appeared and claims to be the supposedly dead younger brother/sister of Target Dead Heir - and thereby the rightful claimant to the Country Adjective Court Title. This Target Character 2 quickly attracted supporters throughout the Flavor Rank and especially among our rivals.
During the recent months, Target Character 2 crossed the border into Country together with a force of foreign and local troops. It seems he/she already has strong support from those who wish to see us fall.
Definitionin_game/events/disaster/time_of_troubles.txt:370
371type = country_event
372category = disaster_event
373title = time_of_troubles.6.title The False Heir
374desc = time_of_troubles.6.desc A man/woman called Target Character 2 has appeared and claims to be the supposedly dead younger brother/sister of Target Dead Heir - and thereby the rightful claimant to the Country Adjective Court Title. This Target Character 2 quickly attracted supporters throughout the Flavor Rank and especially among our rivals.
During the recent months, Target Character 2 crossed the border into Country together with a force of foreign and local troops. It seems he/she already has strong support from those who wish to see us fall.
During the recent months, Target Character 2 crossed the border into Country together with a force of foreign and local troops. It seems he/she already has strong support from those who wish to see us fall.
375outcome = neutral
376historical_info = time_of_troubles.6.historical_info In 1604, during Russia's chaotic Time of Troubles, a mysterious figure emerged claiming to be Dmitry, the long-dead son of Ivan the Terrible. This 'False Dmitry', backed by Polish nobles and the Catholic Church, swept through Russia with promises of stability. Many believed him, desperate for order amid famine and power struggles. Eventually he would be crowned tsar in 1605, albeit his reign was brief. His foreign supporters and lavish reforms alienated Moscow's elite. Just a year later, a violent coup ended his life. The legend of False Dmitry persisted, however, spawning more pretenders as Russia spiraled deeper into turmoil.
377image = "gfx/interface/illustrations/disaster/time_of_troubles.dds"
379trigger = {
382NOT = {
383any_rebel = {
383rebel_name_key = fake_dmitry_pretender_rebels False Pretender Rebels
}
}
}
387immediate = {
388ruler_or_regent = {
388save_scope_as = target_character
}
389create_rebel = {
390category = pretender
391name = fake_dmitry_pretender_rebels False Pretender Rebels
392save_scope_as = target_rebel
}
394create_character = {
397save_scope_as = target_character_2
398change_character_allegiance = scope:target_rebel
}
400ordered_owned_location = {
401limit = {
402is_capital = no
}
404order_by = {
405value = population
406if = {
407limit = {
407average_satisfaction > 0
}
408divide = average_satisfaction
}
410else = {
410divide = 0.01
}
}
412max = {
413value = 1
414add = {
415value = root.num_provinces
416divide = 4
417min = 1
}
}
420every_pop = {
421limit = {
422owner = root
}
425change_pop_allegiance = scope:target_rebel
}
}
}