Скриптовое условие

country_rank_is_what

country_rank_is_whatin_game/common/scripted_triggers/country_triggers.txt:18

Определениеin_game/common/scripted_triggers/country_triggers.txt:18

19trigger_if = {
20limit = {
21exists = scope:character
22or = {
23has_ruler = no
24not = {
24ruler = scope:character
}
}
26scope:character ?= {
27exists = "rule_end_date(root)"
}
}
30country_rank_on_date(scope:character.rule_end_date(root)) ?= $target_rank$
}
32trigger_else = {
33country_rank ?= $target_rank$
}