Déclencheur scriptéModifié dans cette version
country_can_start_exploration_trigger
RomePaysORDéfinitionin_game/common/scripted_triggers/exploration_triggers.txt:1
3OR = {
4is_ai = no
5AND = {
6country_tax_base > 30
7OR = {
8has_game_rule = all_countries_explore
9trigger_if = {
10limit = {
11has_game_rule = western_exploration_only
}
14not = {
14has_preference_tag = "warfare"
}
15OR = {
16capital.continent = continent:europe
17and = {
18is_subject = yes
19overlord ?= {
20capital.continent = continent:europe
}
}
}
}
}
}
}