
행동이번 버전 변경
영유권 주장 대상 지방 이양 요구
로마 Ruler Title께서는 오직 우리에게만 로마 God Name의 이름으로 이 땅에 식민지를 건설하고 통치할 권리를 내리셨습니다. 이렇듯 로마 God Name께서 부여하신 권리를 침해한 자들은 아무 불평 없이 땅을 우리에게 넘겨야 하며, 그렇지 않을 경우 대가를 치르게 될 것입니다.
Treaty Location Location 조약상황potential, select trigger 1var_east_country변수potentialvar_west_country변수potential정의in_game/common/generic_actions/treaty_of_tordesillas.txt:1738
1739type = situation
1741potential = {
}
1746trigger_if = {
1747limit = {
}
}
1753OR = {
}
}
}
1762price = price:tordesillas_demand_transfer_colony
1764cooldown = {
1765type = tordesillas_demand_transfer_colony
1766years = 2
}
1769select_trigger = {
1770looking_for_a = situation
1771target_flag = recipient
1772name = "choose_situation" 상황 선택:
1773column = {
1773data = name
}
}
1780select_trigger = {
1781looking_for_a = area
1782target_flag = target_area
1783name = "tordesillas_demand_colony_select_title" 영유권을 주장한 권역 선택:
1784none_available_msg_key = "steal_maps_no_areas"
1785column = {
1785data = name
}
1786visible = {
1788any_province_definition_in_area = {
1789scope:actor ?= {
1790has_colonial_claim = prev
}
}
1794scope:actor = {
1794has_discovered_area = prev
}
}
1796enabled = {
1798any_ownable_location_in_area = {
1799has_owner = yes
1800NOT = {
1800top_owner ?= scope:actor
}
}
}
}
1805select_trigger = {
1806looking_for_a = province_definition
1807source = target_area
1808target_flag = selected_province_definition
1809name = "tordesillas_demand_colony_select_title.province" 소유한 지방 선택:
1810none_available_msg_key = "increase_control_no_provinces"
1811column = {
1811data = name
}
1812column = {
1812data = population
}
1813column = {
1813data = province_tax_base
}
1814visible = {
1815any_location_in_province_definition = {
1816has_owner = yes
1817NOT = {
1817is_owned_or_owned_by_subjects_or_below_of = scope:actor
}
}
}
1821map_color = {
1822value = top_owner.country_color
}
}
1825select_trigger = {
1826looking_for_a = country
1827interaction_source_list = {
1828scope:selected_province_definition = {
1829every_location_in_province_definition = {
1830limit = {
1831has_owner = yes
}
1833owner = {
1834add_to_list = source
}
}
}
}
1839target_flag = selected_country
1840name = "tordesillas_demand_colony_select_title.country" 대상 국가 선택:
1841none_available_msg_key = "break_others_alliance_no_countries"
1842column = {
1842data = name
}
1843visible = {
1844scope:actor = {
1845within_diplomatic_range = prev
}
}
1848enabled = {
1849NOT = {
1849is_subject_or_below_of = scope:actor
}
}
1851map_color = {
1852value = owner.country_color
}
}
1856effect = {
1858scope:selected_province_definition = {
1859random_province_in_province_definition = {
1860limit = {
1861owner = scope:selected_country
}
1863save_scope_as = selected_province
}
}
1866scope:selected_country ?= {
}
1869custom_tooltip = tordesillas_demand_transfer_colony.tt 상대국이 우리의 관대한 요청을 거부할 경우, 우리나라가 해당 영토를 차지할 전쟁 명분을 얻습니다
}
1872ai_will_do = {
1874add = scope:actor.societal_value:land_vs_naval
1875add = {
1876value = {
1877add = scope:actor.societal_value:outward_vs_inward
1878multiply = -1
}
}
1881if = {
1882limit = {
1882scope:actor.modifier:bias_for_colonialist_policies > 0
}
1883add = {
1884value = {
1885value = scope:actor.modifier:bias_for_colonialist_policies
}
}
}
1889if = {
1890limit = {
1890scope:actor.modifier:bias_for_militarist_policies > 0
}
1891add = {
1892value = {
1893value = scope:actor.modifier:bias_for_militarist_policies
}
}
}
1899subtract = {
1900desc = "bias against doing stuff"
1901value = 1
}
}