Déclencheur scripté
ai_country_should_colonize
Root should be the country
RomePaysOR 2Définitionin_game/common/scripted_triggers/situation_triggers.txt:918
919OR = {
920country_tax_base > 100
921yearly_gold > 0
}
929OR = {
930has_game_rule = all_countries_colonize
931trigger_if = {
932limit = {
933has_game_rule = western_colonisation_only
}
936not = {
936has_preference_tag = "warfare"
}
937OR = {
938capital.continent = continent:europe
939and = {
940is_subject = yes
941overlord = {
942capital.continent = continent:europe
}
}
}
}
}