Interacción de personajeCambiado en esta versión
Cometer seppuku
El Character cometerá seppuku.
3on_own_nation = yes
5message = yes
7potential = {
8scope:actor = {
9religion = {
10has_purity = yes
}
}
}
15ai_tick = daily
16ai_tick_frequency = 180
18allow = {
19scope:actor = {
19has_ruler = yes
}
}
22select_trigger = {
23looking_for_a = character
24source = actor
25target_flag = recipient
26name = "choose_character" Elige el Character:
27column = {
28data = name
}
30visible = {
}
32enabled = {
33is_ruler = yes
}
}
37effect = {
38kill_character = {
39target = scope:recipient
40reason = seppuku
}
42scope:actor = {
}
}
48ai_will_do = {
49add = {
50value = 20
51subtract = scope:actor.purity
}
53if = {
54limit = {
55scope:actor = {
55stability < 0
}
}
57subtract = 25
}
59if = {
60limit = {
61scope:actor = {
61legitimacy < 50
}
}
63subtract = 10
}
65if = {
66limit = {
67scope:actor.ruler = {
67age_in_years < 25
}
}
69subtract = 25
}
}