Чередование
ПолитикаИзменено в этой версии

Чередование

sc_rotationin_game/common/laws/22_swiss_confederation.txt:303

Швейцарская Конфедерация Leader Title назначается по очереди. Каждый участник Швейцарской конфедерации должен представлять конфедерацию хотя бы раз, прежде чем бывший лидер сможет снова получить власть.

ТребуетСклонность к милитаристской политикеТип модификатораwants this policy bias

Определениеin_game/common/laws/22_swiss_confederation.txt:303

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" Дипломатическая репутация
}
}
319if = {
321add = {
322desc = "PROVIDES_POWER_OPPORTUNITY" Даёт шанс захватить власть
323value = {
325multiply = {
326value = country_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
}
}
}