
정책이번 버전 변경
내전 금지
사소한 다툼이 유혈을 불러일으키는 충돌로 이어지게 둘 수는 없습니다. 스위스 연방의 모든 구성국은 다른 구성국과의 갈등을 전장에서가 아니라 연방의 재판관 앞에서 해결해야 합니다.
종교 통일성 강제정책can declare war, on activatesc_religious_chaos변수can declare war, on activate정의in_game/common/laws/22_swiss_confederation.txt:533
534on_activate = {
535if = {
536limit = {
}
540custom_tooltip = sc_forbid_internal_wars_tt 스위스 연방의 구성국은 서로를 공격할 수 없습니다
}
542else = {
543custom_tooltip = sc_forbid_same_religion_internal_wars_tt 같은 종교를 따르는 스위스 연방 구성국은 서로를 공격할 수 없습니다
}
}
547can_declare_war = {
548trigger_if = {
549limit = {
550exists = scope:attacker
551exists = scope:defender
552exists = scope:recipient
553scope:attacker ?= {
553is_member_of_international_organization = scope:recipient
}
554scope:defender ?= {
554is_member_of_international_organization = scope:recipient
}
555trigger_if = {
556limit = {
557scope:recipient = {
558OR = {
}
}
}
564scope:attacker.religion = scope:defender.religion
}
}
567always = no
}
569trigger_else = {
570always = yes
}
}
573wants_this_policy_bias = {
574if = {
575limit = {
575scope:recipient = {
575international_organization_has_leader = yes
}
}
577add = {
578desc = "POLICY_BIAS_OPINION_OF_IO_LEADER" 지도자에 대한 우호도
579value = "opinion(scope:recipient.leader_country)"
}
582add = {
583desc = "IO_LEADER_DIP_REP" 수장국의 외교 평판
584value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
587else = {
588add = {
589desc = "VOTE_BASE_VALUE" 기본값
590value = 10
}
}
594add = {
595desc = "BIAS_FROM_RULER_TRAITS" 통치자 특성으로 인한 편향
}
598add = {
599desc = "OPPOSES_RULER_TRAITS" 통치자 특성에 반대
601multiply = -1
}
603add = {
}
}