Скриптовый эффект

chi_adjust_pre_rtr_modifiers

chi_adjust_pre_rtr_modifiersin_game/common/scripted_effects/country_effects.txt:1579
ТребуетВосстание «Красных повязок»Ситуацияifchi_rtr_modifier_intensityПеременнаяif

Определениеin_game/common/scripted_effects/country_effects.txt:1579

1580if = {
1581limit = {
1582current_date < 1368.1.1
1584situation_is_active = no
1585situation_has_ended = no
}
}
1588custom_description = {
1589text = chi_adjust_pre_rtr_modifiers_text
1590value = $value$
1591if = {
1592limit = {
1592NOT = {
1592has_variable = chi_rtr_modifier_intensity
}
}
1593set_variable = {
1595value = {
1596value = 1
1597add = $value$
}
}
}
1601else = {
1602change_variable = {
1604add = $value$
}
}
1607if = {
1608limit = {
}
1612add_country_modifier = {
1613modifier = chi_factional_strife
1614months = {
1615value = 1368
1616add = 1
1617subtract = current_year
1618multiply = 12
}
1620mode = replace
1621size = var:chi_rtr_modifier_intensityмасштабирует модификатор
}
}
1624else = {
1625remove_country_modifier = chi_factional_strife
}
}
1628custom_tooltip = chi_adjust_pre_rtr_modifiers_base_text Затрагивает модификаторы «Борьба между фракциями» и «Восстание «Красных повязок»»
}