
アクション
反乱軍と交渉
反乱を起こすのは、王位を狙う野心的な将軍ばかりではない。反乱者の大半は、ある程度自立した平穏な暮らしを望む者たちである。彼らとの話し合いの場を設け、彼らが抱える問題の解決に取り組めば、反乱を未然に防げるかもしれない。
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
}
}
}