Efecto de script
claim_non_conflicting_owned_areas
Definiciónin_game/common/scripted_effects/situation_effects.txt:803
804$the_owner$ = {
805save_temporary_scope_as = owner_scope
806every_subject_or_below = {
807limit = {
808capital.continent = continent:america
809NOT = {
809country_type = building
}
}
811every_owned_location = {
812limit = {
813continent = continent:america
814population > 0
815area = {
817any_ownable_location_in_area = {
818count = 0
819has_owner = yes
820NOT = {
821is_owned_or_owned_by_subjects_or_below_of = scope:owner_scope
}
}
}
}
826area = {
827every_province_definition_in_area = {
828scope:owner_scope = {
829add_colonial_claim = {
830province_definition = prev
831reason = claim_reason_treaty_of_tordesillas
832category = same_religion
}
}
}
}
}
}
839every_owned_location = {
840limit = {
841continent = continent:america
842population > 0
843area = {
845any_ownable_location_in_area = {
846count = 0
847has_owner = yes
848NOT = {
849is_owned_or_owned_by_subjects_or_below_of = scope:owner_scope
}
}
}
}
854area = {
855every_province_definition_in_area = {
856scope:owner_scope = {
857add_colonial_claim = {
858province_definition = prev
859reason = claim_reason_treaty_of_tordesillas
860category = same_religion
}
}
}
}
}
}