Event
The Trial
The eldest son of Target Character is on trial for corruption and bribery. There is no doubt that the charges are true, the conviction of his/her eldest son would be a serious personal blow to him/her. On the other hand, we could of course interfere in the trial and secure his innocence.
RepublicGovernment TypetriggerDefinitionin_game/events/government/republics.txt:67
68type = country_event
69title = republics.4.title The Trial
70desc = republics.4.desc The eldest son of Target Character is on trial for corruption and bribery. There is no doubt that the charges are true, the conviction of his/her eldest son would be a serious personal blow to him/her. On the other hand, we could of course interfere in the trial and secure his innocence.
71outcome = neutral
72trigger = {
74has_ruler = yes
75ruler = {
76any_child = {
77is_female = no
78is_adult = yes
}
}
}
83immediate = {
84ruler ?= {
85save_scope_as = target_character
}
}