인물 상호 작용이번 버전 신규
예술가 해고
이 예술가를 우리 궁정에서 내쫓습니다. 우리가 까다로운 후원자라는 소문이 퍼질 것입니다.
도시민계층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" 인물 선택:
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
}