
행동
충성파 군대 소집
약탈을 일삼는 군벌들이 자신들을 살찌우는 토지마저 피로 물들이며, 중국 곳곳이 전화에 휩쓸려 불타고 있습니다. 어서 천자의 옥좌에 충성을 바치는 이들을 전투에 소집해야 합니다!
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 = {
}
}