
LeyCambiado en esta versión
Método electoral
El proceso para elegir el cargo de Confederación Suiza Leader Title de la Confederación Suiza es un asunto delicado que requiere una legislación exacta para manejarse correctamente.
Confederación SuizaOrganización internacionalpotential
Representante de los SuizosLeypotentialPolíticas 3
Definiciónin_game/common/laws/22_swiss_confederation.txt:212
213type = international_organization
214law_category = election
215potential = {
}
219sc_direct_vote = {
220leader_change_method = vote
221leadership_election_resolution = swiss_election
222wants_this_policy_bias = {
223if = {
224limit = {
224NOT = {
224scope:recipient = {
224international_organization_has_leader = yes
}
}
}
225add = {
226desc = "VOTE_BASE_VALUE"
227value = 10
}
230add = {
231desc = "game_concept_diplomatic_reputation"
232value = modifier:diplomatic_reputation
}
234add = io_members_and_potential_members_opinion_value
}
236if = {
237limit = {
237modifier:bias_for_militarist_policies > 0
}
238add = {
239desc = "PROVIDES_POWER_OPPORTUNITY"
240value = {
241value = modifier:bias_for_militarist_policies
242multiply = {
243value = country_tax_base
244subtract = io_get_average_tax_base
}
}
}
}
249if = {
250limit = {
250is_leader_of_international_organization = scope:recipient
}
251add = {
252desc = "BENEFITS_US"
253value = 1000
}
}
}
}
258sc_lottery = {
259leader_change_method = lottery
260wants_this_policy_bias = {
261if = {
262limit = {
262NOT = {
262scope:recipient = {
262international_organization_has_leader = yes
}
}
}
263add = {
264desc = "VOTE_BASE_VALUE"
265value = 10
}
268add = {
269desc = "game_concept_diplomatic_reputation"
270value = modifier:diplomatic_reputation
}
272add = io_members_and_potential_members_opinion_value
}
274if = {
275limit = {
275modifier:bias_for_militarist_policies > 0
}
276add = {
277desc = "PROVIDES_POWER_OPPORTUNITY"
278value = {
279value = modifier:bias_for_militarist_policies
280multiply = {
281value = country_tax_base
282subtract = io_get_average_tax_base
}
}
}
}
287if = {
288limit = {
288is_leader_of_international_organization = scope:recipient
}
289add = {
290desc = "DOES_NOT_BENEFITS_US"
291value = -100
}
}
294if = {
295limit = {
295NOT = {
295is_leader_of_international_organization = scope:recipient
}
}
296add = {
297desc = "BENEFITS_US"
298value = 50
}
}
}
}
303sc_rotation = {
304leader_change_method = rotation
305wants_this_policy_bias = {
306if = {
307limit = {
307NOT = {
307scope:recipient = {
307international_organization_has_leader = yes
}
}
}
308add = {
309desc = "VOTE_BASE_VALUE"
310value = 10
}
313add = {
314desc = "game_concept_diplomatic_reputation"
315value = modifier:diplomatic_reputation
}
317add = io_members_and_potential_members_opinion_value
}
319if = {
320limit = {
320modifier:bias_for_militarist_policies > 0
}
321add = {
322desc = "PROVIDES_POWER_OPPORTUNITY"
323value = {
324value = modifier:bias_for_militarist_policies
325multiply = {
326value = country_tax_base
327subtract = io_get_average_tax_base
}
}
}
}
332if = {
333limit = {
333is_leader_of_international_organization = scope:recipient
}
334add = {
335desc = "DOES_NOT_BENEFITS_US"
336value = -100
}
}
339if = {
340limit = {
340NOT = {
340is_leader_of_international_organization = scope:recipient
}
}
341add = {
342desc = "BENEFITS_US"
343value = 50
}
}
}
}