
Acción
Apoyar a facción
Las tierras de China arden ante el asalto de rebeldes alzados contra el soberano de los China Culture. Nuestras contribuciones podrían inclinar la balanza hacia uno de los bandos.
Transfiramos 1 año de Gold a un país objetivo de las Rebeliones de los Turbantes Rojos a cambio de Opinion Rtr Supported Side de Opinion.
ChinaPaíspotential
Rebeldes de los turbantes rojosOrganización internacionalpotential
Rebeliones de los Turbantes RojosSituaciónpotential, select trigger 1Definiciónin_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" Elige la Situation:
811column = {
811data = name
}
}
817select_trigger = {
818looking_for_a = country
819target_flag = target
820name = "choose_country" Elige el Country:
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
}
}
}
}