
アクション
体制支持者に参戦要請
中国が燃えている。略奪する軍閥たちが、母なる大地を血で染め上げている。天朝に忠誠を誓うすべての者に、武器を取るよう呼びかけなくては!
Actorに忠誠を誓う(元への忠誠度がRTR IS LOYAL VALUE以上の)、選択された中国戦国時代の国家はわが国の側で紅巾の乱戦争に参戦する。
紅巾の乱開戦事由effect, select trigger 2
反乱者の鎮圧開戦事由effect, select trigger 2
中国国家potential
紅巾賊国際組織allow
紅巾の乱局面select trigger 1rtr_yuan_allegiance変数select trigger 2定義in_game/common/generic_actions/red_turban_rebellions.txt:211
212type = situation
220allow = {
222scope:actor = {
223num_of_diplomats >= 1
224custom_tooltip = {
225text = rtr_call_loyalists_to_arms_tt 現在、Actorと戦争状態にある紅巾賊のすべてのメンバー
226at_war = yes
227any_current_war = {
228OR = {
229AND = {
230any_attacker = {
}
231any_defender = {
231this = scope:actor
}
}
233AND = {
234any_defender = {
}
235any_attacker = {
235this = scope:actor
}
}
}
}
}
}
}
243ai_tick = monthly
244ai_tick_frequency = 1
245automation_tick = never
246automation_tick_frequency = 12
248select_trigger = {
249looking_for_a = situation
250target_flag = recipient
251name = "choose_situation" 局面を選択:
252column = {
253data = name
}
}
261select_trigger = {
262looking_for_a = country
263target_flag = target
264name = "rtr_call_loyalists_to_arms_select_country" 中国の支持者を選択
265none_available_msg_key = "rtr_call_loyalists_to_arms_no_countries"
266column = {
267data = name
}
272visible = {
273country_type = location
276OR = {
277is_subject = no
278subject_loyalty < 50
}
280NOT = {
280is_at_war_with = scope:actor
}
281capital = {
281is_discovered_by = scope:actor
}
282within_diplomatic_range = scope:actor
283scope:actor = {
284any_current_war = {
285OR = {
}
289NOT = {
289any_war_participant = {
289this = root
}
}
290trigger_if = {
291limit = {
291NOT = {
291attacker_leader = scope:actor
}
}
292attacker_leader = {
292save_temporary_scope_as = scope_enemy
}
}
294trigger_else = {
295defender_leader = {
295save_temporary_scope_as = scope_enemy
}
}
}
}
299trigger_if = {
300limit = {
300exists = scope:scope_enemy
}
301NOT = {
301has_truce_with = scope:scope_enemy
}
}
}
}
306effect = {
308scope:actor = {
309add_diplomats = -1
310custom_tooltip = {
311text = rtr_call_loyalists_to_arms_ct 支持者は、紅巾賊のメンバーに対する進行中の紅巾の乱戦争でActor側につく
312if = {
313limit = {
313exists = scope:target
}
314every_current_war = {
315limit = {
316OR = {
}
320OR = {
321is_an_attacker = scope:actor
322is_a_defender = scope:actor
}
}
325if = {
326limit = {
327is_an_attacker = scope:actor
328defender_leader = {
329scope:target = {
330NOT = {
330has_truce_with = PREV
}
}
}
}
334scope:target = {
334join_war_as_attacker = {
334war = prev
}
}
}
336else_if = {
337limit = {
338is_a_defender = scope:actor
339attacker_leader = {
340scope:target = {
341NOT = {
341has_truce_with = PREV
}
}
}
}
345scope:target = {
345join_war_as_defender = {
345war = prev
}
}
}
}
}
}
}
351if = {
352limit = {
352exists = scope:target
}
}
359else = {
360custom_tooltip = rtr_call_loyalists_to_arms_at 支持者の元への忠誠度が5低下する
}
}
364ai_will_do = {
365add = -150
366add = {
}
}