
행동
세력 지원
중국 영토가 중국 Culture 군주에 대항하여 일어난 반란군의 공세로 극심한 혼란에 빠졌습니다. 우리의 기여로 전세를 어느 한쪽에 유리하게 만들 수 있습니다.
홍건적의 난 대상 국가에 1년 치 두카트를 전달하고 그 대가로 Opinion Rtr Supported Side 우호도를 얻습니다.
중국국가potential
홍건적국가 간 조직체potential
홍건적의 난상황potential, select trigger 1정의in_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" 상황 선택:
811column = {
811data = name
}
}
817select_trigger = {
818looking_for_a = country
819target_flag = target
820name = "choose_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
}
}
}
}