
PolíticaAlterado nesta versão
Proibir Guerras Internas
Não podemos permitir que disputas mesquinhas se transformem em conflitos sangrentos. Todos os membros da Confederação Suíça devem resolver suas questões com outros membros diante dos jurados da confederação, não no campo de batalha.
Impor União ReligiosaPolíticacan declare war, on activatesc_religious_chaosVariávelcan declare war, on activateDefiniçãoin_game/common/laws/22_swiss_confederation.txt:533
534on_activate = {
535if = {
536limit = {
}
540custom_tooltip = sc_forbid_internal_wars_tt Nenhum membro da Confederação Suíça pode atacar outro membro
}
542else = {
543custom_tooltip = sc_forbid_same_religion_internal_wars_tt Nenhum membro da Confederação Suíça pode atacar outro membro da mesma Religião
}
}
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" Opinião do Líder
579value = "opinion(scope:recipient.leader_country)"
}
582add = {
583desc = "IO_LEADER_DIP_REP" Reputação Diplomática do Líder
584value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
587else = {
588add = {
589desc = "VOTE_BASE_VALUE" Valor de Base
590value = 10
}
}
594add = {
595desc = "BIAS_FROM_RULER_TRAITS" Inclinação pelas Características de Governante
}
598add = {
599desc = "OPPOSES_RULER_TRAITS" Opõe-se às Características de Governante
601multiply = -1
}
603add = {
604desc = "BENEFITS_US" Nos beneficia
606subtract = country_tax_base
}
}