
행동
사회 가치관 통일
구성국을 선택하여 해당 국가의 사회 가치관을 국가 간 조직체 수장국의 사회 가치관으로 변경합니다.
사회 가치관 통일 잠금 해제보정치 유형select trigger 1정의in_game/common/generic_actions/unlockable_io_actions.txt:393
394type = internationalorganization
395ai_tick = monthly
396ai_tick_frequency = 12
398automation_tick = never
399automation_tick_frequency = 12
400potential = {
}
402allow = {
}
404select_trigger = {
405looking_for_a = international_organization
406source = actor
407target_flag = recipient
408name = "choose_international_organization" 국가 간 조직체 선택:
409column = {
410data = name
}
412visible = {
413leader_country ?= scope:actor
414has_enabled_currency = gold
415international_organization_has_leader = yes
}
}
420select_trigger = {
421looking_for_a = country
422source = recipient
423target_flag = target
424name = "choose_country" 국가 선택:
425column = {
426data = name
}
}
433effect = {
434scope:recipient = {
}
440if = {
441limit = {
441exists = scope:target
}
442scope:target = {
}
}
}
451ai_will_do = {
452add = -100
453add = {
454value = "scope:actor.opinion(scope:target)"
455multiply = -1
}
}