Event
Judicial Conclave Concluded

The supreme court has finished debating on which judge should be elected as the new Ruler Title. The cabinet is excited to celebrate Successor Character as the new leader of Country.
Judicial ElectionHeir SelectiontriggerDefinitionin_game/events/government/kritarchy_events.txt:2
3type = country_event
4title = kritarchy_events.1.title Judicial Conclave Concluded
5desc = kritarchy_events.1.desc The supreme court has finished debating on which judge should be elected as the new Ruler Title. The cabinet is excited to celebrate Successor Character as the new leader of Country.
6outcome = neutral
11illustration_tags = {
1210 = happy
1310 = interior
}
16immediate = {
}
18if = {
19limit = {
19exists = previous_ruler
}
20previous_ruler ?= {
21ordered_close_relative = {
22order_by = adm
23position = 1
24save_scope_as = successor_character
}
}
}
28if = {
29limit = {
29NOT = {
29exists = scope:successor_character
}
}
30ordered_cabinet_character = {
31order_by = adm
32position = 1
33save_scope_as = successor_character
}
}
36if = {
37limit = {
37NOT = {
37exists = scope:successor_character
}
}
38random_character = {
39limit = {
40culture = root.culture
}
42save_scope_as = successor_character
}
}
45if = {
46limit = {
46NOT = {
46exists = scope:successor_character
}
}
47create_character = {
48save_scope_as = successor_character
}
}
}