
Aktion
Fraktion unterstützen
Das Chinesische Land brennt unter dem Ansturm der Rebellen, die sich gegen ihren China Cultureen Suzerän erhoben haben. Unsere Beiträge könnten das Machtgleichgewicht zu einer der beiden Seiten kippen.
Überträgt Geld im Wert von 1 Jahr an das Zielland für den Aufstand der Roten Turbane und erhält im Gegenzug Opinion Rtr Supported Side Meinung
ChinaLandpotential
Rebellen der Roten TurbaneZusammenschlusspotential
Aufstand der Roten TurbaneSituationpotential, 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" Die Situation wählen:
811column = {
811data = name
}
}
817select_trigger = {
818looking_for_a = country
819target_flag = target
820name = "choose_country" Das Land wählen:
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
}
}
}
}