Scripted Effect
distribute_world
Treaty of Treaty Location LocationSituationsituation:treaty of tordesillasDefinitionin_game/common/scripted_effects/situation_effects.txt:684
693every_east_of_province_definition = {
694limit = {
696any_location_in_province_definition = {
697is_land = yes
}
699NOR = {
700any_location_in_province_definition = {
701has_owner = yes
702owner = {
703is_country_religion_pagan = no
}
}
}
}
716add_colonial_claim = {
717province_definition = prev
718reason = claim_reason_treaty_of_tordesillas
719category = same_religion
}
}
}
723every_west_of_province_definition = {
724limit = {
726any_location_in_province_definition = {
727is_land = yes
}
729NOR = {
730any_location_in_province_definition = {
731has_owner = yes
732owner = {
733is_country_religion_pagan = no
}
}
}
}
746add_colonial_claim = {
747province_definition = prev
748reason = claim_reason_treaty_of_tordesillas
749category = same_religion
}
}
}
}
}