
アクション
関係改善
メンバーとの関係に投資し、国際組織リーダーに対する評価を大きく改善させる。
関係改善のアンロック補正タイプselect trigger 1定義in_game/common/generic_actions/unlockable_io_actions.txt:460
461type = internationalorganization
462ai_tick = monthly
463ai_tick_frequency = 12
465automation_tick = never
466automation_tick_frequency = 12
467potential = {
}
469allow = {
}
471select_trigger = {
472looking_for_a = international_organization
473source = actor
474target_flag = recipient
475name = "choose_international_organization" 国際組織を選択:
476column = {
477data = name
}
479visible = {
480leader_country ?= scope:actor
481has_enabled_currency = gold
482international_organization_has_leader = yes
}
}
487select_trigger = {
488looking_for_a = country
489source = recipient
490target_flag = target
491name = "choose_country" 国家を選択:
492column = {
493data = name
}
495visible = {
496root != scope:actor
497NOT = {
498has_opinion = {
498target = scope:actor
498modifier = opinion_improve_relations_member
}
}
}
}
502effect = {
509if = {
510limit = {
510exists = scope:target
}
511scope:target = {
512add_opinion = {
513target = scope:actor
514modifier = opinion_improve_relations_member
}
}
}
}
520ai_will_do = {
521add = -50
522add = {
523value = scope:target.legitimacy
524subtract = 100
525multiply = -1
}
527add = {
528value = "scope:actor.prev_opinion_of_this(scope:target)"
529multiply = -1
}
}