Взаимодействие c персонажемНовое в этой версии
Изгнание творца
Этот Concept изгоняется с нашего двора. Поползут слухи о том, что мы не очень хорошие покровители искусства.
ГорожанеСословиеeffect
СвященникиСословиеeffect
АристократыСословиеeffect
Не может взаимодействоватьТип модификатораselect trigger2is_consort_action = no
3on_own_nation = yes
5message = yes
7potential = {
}
10ai_tick = never
11ai_tick_frequency = 30
22select_trigger = {
23looking_for_a = character
24source = actor
25target_flag = recipient
26name = "choose_character" Выберите Concept:
27column = {
28data = name
}
30visible = {
31is_alive = yes
32is_artist = yes
}
34enabled = {
}
}
42effect = {
47hidden_effect = {
48scope:recipient = {
49if = {
51scope:actor = {
52add_estate_satisfaction = {
}
}
}
55if = {
57scope:actor = {
58add_estate_satisfaction = {
}
}
}
61if = {
63scope:actor = {
64add_estate_satisfaction = {
}
}
}
}
}
69scope:recipient = {
71random_country = {
72limit = {
73NOT = {
73this = scope:actor
}
74within_diplomatic_range = scope:actor
}
76save_scope_as = target_country
}
78if = {
79limit = {
79exists = scope:target_country
}
80move_country = scope:target_country
}
82else = {
83kill_character_silently = {
84target = scope:recipient
85reason = vanished
}
}
}
}
91ai_will_do = {
92add = 0
}