
Action
Support Faction
The lands of China are burning under the onslaught of rebels who have risen up against their China Culture overlord. Our contributions could tip the balance in favor of either side.
Transfer 1 year worth of Ducats to a target country of the Red Turban Rebellions in exchange for Opinion Rtr Supported Side Opinion
ChinaCountrypotential
Red Turban RebelsInternational Organizationpotential
Red Turban RebellionsSituationpotential, select trigger 1Definitionin_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" Choose the Situation:
811column = {
811data = name
}
}
817select_trigger = {
818looking_for_a = country
819target_flag = target
820name = "choose_country" Choose the 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
}
}
}
}