
Policy
Found a new Theocracy
Neither the free will of the Republican votes nor the authoritarian power of a Monarchy has led our Colonial Federation to independence, but the will of the divine. Only as a unified Theocracy can our people prosper in this world.
ZealotTraitallowDefinitionin_game/common/laws/24_colonial_federation.txt:163
164allow = {
165international_organization_lifetime > 10
166OR = {
167leader_country = {
}
}
}
177on_activate = {
178if = {
181custom_tooltip = {
182text = colonial_federation_found_theocracy_specific_tt Country unifies the Colonial Federation to form a Theocracy
}
}
}
188else_if = {
189limit = {
189international_organization_has_leader = yes
}
190leader_country ?= {
191custom_tooltip = {
192text = colonial_federation_found_theocracy_specific_tt Country unifies the Colonial Federation to form a Theocracy
}
}
}
198else = {
199custom_tooltip = colonial_federation_found_theocracy_tt The Colonial Federation unifies into a Theocracy
}
}
202wants_this_policy_bias = {
203if = {
204limit = {
204scope:recipient = {
204international_organization_has_leader = yes
}
}
206add = {
207desc = "POLICY_BIAS_OPINION_OF_IO_LEADER" Opinion of Leader
208value = "opinion(scope:recipient.leader_country)"
}
211add = {
212desc = "IO_LEADER_DIP_REP" Leader's Diplomatic Reputation
213value = scope:recipient.leader_country.modifier:diplomatic_reputation
}
}
216else = {
217add = {
218desc = "VOTE_BASE_VALUE" Base Value
219value = 10
}
222add = {
223desc = "game_concept_diplomatic_reputation" Diplomatic Reputation
}
}
228add = {
229desc = "BIAS_FROM_RULER_TRAITS" Bias from Ruler Traits
}
}