
행동
중국 방어 참여
홍건적의 난은 중국에서 벗어날 기회가 될 수 있지만, 중국의 국력과 우리 양국의 외교적 유대는 우리나라를 외세의 침략으로부터 지켜 주는 방패이기도 합니다. 그러므로 중국 Flavor Rank(을)를 지원하여 반란을 진압하는 것이 좋겠습니다.
홍건적의 난전쟁 명분select trigger 2
반란군 진압전쟁 명분select trigger 2
중국국가allow, effect, potential, select trigger 2
홍건적국가 간 조직체potential
홍건적의 난상황potential, select trigger 1정의in_game/common/generic_actions/red_turban_rebellions.txt:883
884type = situation
885potential = {
886scope:actor = {
888NOT = {
}
}
}
892allow = {
}
903ai_tick = monthly
904ai_tick_frequency = 12
905automation_tick = never
906automation_tick_frequency = 12
907select_trigger = {
908looking_for_a = situation
909target_flag = recipient
910name = "choose_situation" 상황 선택:
911column = {
911data = name
}
}
917select_trigger = {
918looking_for_a = war
919target_flag = target
920name = "choose_war_to_join_for_us" 참전할 전쟁 선택:
921column = {
921data = name
}
922visible = {
923has_casus_belli = yes
924OR = {
}
934trigger_else = {
935can_join_as_defender = scope:actor
}
}
}
939effect = {
940if = {
941limit = {
941exists = scope:target
}
942if = {
944scope:actor = {
944join_war_as_attacker = {
944war = scope:target
944call_in_subjects = yes
}
}
}
946else = {
947scope:actor = {
947join_war_as_defender = {
947war = scope:target
947call_in_subjects = yes
}
}
}
}
}