Charakterinteraktion
Fürst absetzen
Der Charakter wird als Herrscher von Land abgesetzt.
WetscheErbfolgerechtpotential2is_consort_action = no
3on_own_nation = yes
5message = yes
14ai_tick = daily
15ai_tick_frequency = 30
16allow = {
17scope:actor = {
18OR = {
19government_power >= 10
20stability < 0
}
}
}
25select_trigger = {
26looking_for_a = character
27source = actor
28target_flag = recipient
29name = "choose_character" Den Charakter wählen:
30column = {
31data = name
}
33visible = {
34is_ruler = yes
35is_alive = yes
36scope:actor = {
37ruler = root
}
}
40enabled = {
}
}
44ai_will_do = {
45add = {
46value = -15
}
48add = {
49if = {
50limit = {
51scope:recipient = {
52NOT = {
52culture = scope:actor.culture
}
}
}
55value = 10
}
}
58add = {
59if = {
60limit = {
61scope:recipient = {
62NOT = {
62religion = scope:actor.religion
}
}
}
65value = 10
}
}
}
70effect = {
71scope:actor = {
}
80scope:recipient = {
81remove_ruler = scope:actor
}
}