
AktionIn dieser Version geändert
Die Überlassung einer beanspruchten Provinz fordern
Select CString Rom Ruler Title gewährte uns und nur uns das Recht, diese Lande im Namen Gottes zu kolonisieren und über sie zu herrschen. Wer gegen dieses himmlische Mandat verstößt, sollte uns sein Land ohne Murren überlassen oder die Konsequenzen tragen.
Vertrag von Treaty Location LocationSituationpotential, select trigger 1var_east_countryVariablepotentialvar_west_countryVariablepotentialDefinitionin_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" Die Situation wählen:
1773column = {
1773data = name
}
}
1780select_trigger = {
1781looking_for_a = area
1782target_flag = target_area
1783name = "tordesillas_demand_colony_select_title" Ein beanspruchtes Gebiet auswählen:
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" Eine Provinz im Besitz auswählen:
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" Concept auswählen:
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 Wenn sie unsere großzügige Bitte abschlagen, erhalten wir einen Kriegsgrund, uns das Land selbst zu nehmen
}
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
}
}