Event
Pretender Rises
The former monarch of Country had his/her supporters, and many them believe they have a better claim to the throne of Country than Target Ruler. They have managed to gather up a rather large following, and are marching towards Capital, intent to place the 'true' ruler on the throne.
MonarchyGovernment TypetriggerEvent chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
- Pretender Rises
- Subject In Need asks for help↳ Option A “Ask for help from The [Overlord].” · right away
- Help Arrives?↳ Option A “Send them gold and soldiers.” · right away
Definitionin_game/events/diplomacy/subject_interaction_events.txt:2
3hide_portraits = yes
4type = country_event
5title = subject_interaction_events.1.title Pretender Rises
6desc = subject_interaction_events.1.desc The former monarch of Country had his/her supporters, and many them believe they have a better claim to the throne of Country than Target Ruler. They have managed to gather up a rather large following, and are marching towards Capital, intent to place the 'true' ruler on the throne.
7outcome = neutral
8trigger = {
9is_subject = yes
13exists = previous_ruler
14exists = ruler
15exists = ruler.dynasty
16exists = previous_ruler.dynasty
17NOT = {
17previous_ruler.dynasty = ruler.dynasty
}
19monthly_manpower > 0
21overlord = {
22ruler ?= {
22dynasty ?= root.ruler.dynasty
}
23root = {
24NOR = {
25has_opinion = {
25target = prev
25modifier = opinion_sent_help
}
26has_opinion = {
26target = prev
26modifier = opinion_refused_send_help
}
}
}
}
}
32immediate = {
33previous_ruler = {
33save_scope_as = target_previous_ruler
}
34ruler = {
34save_scope_as = target_ruler
}
}