
행동
반란군과 협상
모든 반란군이 옥좌를 노리는 야망 가득한 군벌인 것은 아닙니다. 역도 무리의 약 절반가량은 상대적으로 더 높은 자율성을 보장받아 평화롭게 살 수 있기를 바랄 뿐인 평범한 이들입니다. 협상을 벌이고 이들의 문제를 해결하기 위한 방안을 모색하는 데 힘을 쏟는다면 그 천성을 다스릴 수 있을 것입니다.
Actor(이)가 반란군 세력 하나의 진행도를 30.00%만큼 감소시킵니다.
중국국가potential
인의 활성화보정치 유형effect
홍건적의 난상황select trigger 1정의in_game/common/generic_actions/red_turban_rebellions.txt:113
114type = situation
122ai_tick = monthly
123ai_tick_frequency = 6
124automation_tick = never
125automation_tick_frequency = 12
126price = price:rtr_negotiate_with_rebels_price
128select_trigger = {
129looking_for_a = situation
130target_flag = recipient
131name = "choose_situation" 상황 선택:
132column = {
133data = name
}
}
141select_trigger = {
142looking_for_a = rebels
143source = actor
144target_flag = target
145name = "rtr_negotiate_with_rebels_select_rebels" 반란군 세력을 선택
146none_available_msg_key = "rtr_negotiate_with_rebels_no_rebels"
147column = {
148data = name
}
150column = {
151data = rebel_progress
}
153column = {
154data = monthly_progress
}
156visible = {
157rebel_progress > 0.3
}
}
161effect = {
162if = {
163limit = {
163exists = scope:target
}
}
166else = {
167custom_tooltip = rtr_negotiate_with_rebels_tt 대상 반란군의 진행도가 rebel progress severe bonus 감소합니다
}
169scope:actor = {
170if = {
}
}
}
177ai_will_do = {
178add = -50
179add = {
180if = {
181limit = {
182scope:actor = {
183any_rebel = {
184rebel_progress >= 0.1
185count >= 4
}
}
}
189value = 200
}
}
192add = {
193if = {
194limit = {
195scope:actor = {
196gold >= {
197value = monthly_income_trade_and_tax
198multiply = {
199value = 1.5
200multiply = num_rebels
}
}
}
}
205value = 100
}
}
}