
Action
Join Chinese Defense
Although the Red Turban Rebellions might be an opportunity for us to break away from the China, it is their strength and our diplomatic bond which protects us from foreign threats. As such, we should aim to support the China Flavor Rank in crushing the rebellions.
Red Turban RebellionsCasus Belliselect trigger 2
Rein in the RebelsCasus Belliselect trigger 2
ChinaCountryallow, effect, potential, select trigger 2
Red Turban RebelsInternational Organizationpotential
Red Turban RebellionsSituationpotential, select trigger 1Definitionin_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" Choose the Situation:
911column = {
911data = name
}
}
917select_trigger = {
918looking_for_a = war
919target_flag = target
920name = "choose_war_to_join_for_us" Choose the War for us to join:
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
}
}
}
}
}