
PolicyChanged this version
Allow Internal Wars
Although generally not desirable, conflict is part of human nature, and it is through it that we get to grow stronger.
Definitionin_game/common/laws/22_swiss_confederation.txt:611
612can_declare_war = {
613always = yes
}
616modifier = {
617monthly_army_tradition = 0.05
}
620wants_this_policy_bias = {
621if = {
622limit = {
622scope:recipient = {
622international_organization_has_leader = yes
}
}
624add = {
625desc = "POLICY_BIAS_OPINION_OF_IO_LEADER" Opinion of Leader
626value = "opinion(scope:recipient.leader_country)"
}
629add = {
630desc = "IO_LEADER_DIP_REP" Leader's Diplomatic Reputation
631value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
634else = {
635add = {
636desc = "VOTE_BASE_VALUE" Base Value
637value = 10
}
}
641add = {
642desc = "BIAS_FROM_RULER_TRAITS" Bias from Ruler Traits
}
645add = {
646desc = "OPPOSES_RULER_TRAITS" Opposes Ruler Traits
648multiply = -1
}
650add = {
}
}