
Ação
Apoiar Facção
As terras da China estão queimando sob as carnificinas de rebeldes que se voltaram contra seu suserano do povo China Culture. Nossas contribuições podem favorecer um dos lados.
Transferir o referente a 1 ano de Ducados para um país-alvo da situação Rebeliões dos Turbantes Vermelhos em troca de Opinion Rtr Supported Side de Opinião
ChinaPaíspotential
Rebeldes dos Turbantes VermelhosOrganização Internacionalpotential
Rebeliões dos Turbantes VermelhosSituaçãopotential, select trigger 1Definiçãoin_game/common/generic_actions/red_turban_rebellions.txt:787
788type = situation
789potential = {
790has_global_variable_list = rtr_faction_list
791scope:actor = {
793NOT = {
}
}
}
797allow = {
798scope:actor = {
799gold >= yearly_gold
}
}
803ai_tick = monthly
804ai_tick_frequency = 12
805automation_tick = never
806automation_tick_frequency = 12
807select_trigger = {
808looking_for_a = situation
809target_flag = recipient
810name = "choose_situation" Escolha a Situação:
811column = {
811data = name
}
}
817select_trigger = {
818looking_for_a = country
819target_flag = target
820name = "choose_country" Escolha o País:
821column = {
821data = name
}
823source_global_list = rtr_faction_list
825visible = {
826country_type = location
827num_locations > 0
}
}
830effect = {
831if = {
832limit = {
832exists = scope:target
}
833scope:actor = {
834transfer_yearly_gold = {
835value = 1
836target = scope:target
}
}
}
}
842ai_will_do = {
843add = -25
844scope:actor = {
845add = {
846value = "opinion(scope:target)"
847divide = -5
}
849if = {
850limit = {
851is_during_bankruptcy = yes
}
853add = {
854desc = "IS_BANKRUPT_TOOLTIP"
855value = -1000
}
}
858if = {
859limit = {
860at_war = yes
}
862add = {
863desc = "IS_AT_WAR"
864value = -25
}
}
867if = {
868limit = {
869gold <= {
870value = scope:actor.monthly_income_trade_and_tax
871multiply = 6
}
}
874add = {
875desc = "CAN_NOT_AFFORD"
876value = -60
}
}
}
}