
AktionIn dieser Version geändert
Nicht länger gegen den Treaty Location Location verstoßen
Zum Wohle guter diplomatischer Beziehungen müssen wir uns wieder fügen und aufhören, uns über die Regeln hinwegzusetzen, die uns der Vertrag von Treaty Location Location auferlegt hat.
Vertrag von Treaty Location LocationSituationeffect, potential, select triggerDen Vertrag verletzenStatischer ModifikatorpotentialDefinitionin_game/common/generic_actions/treaty_of_tordesillas.txt:1381
1382icon = tordesillas_demand_transfer_colony
1383type = situation
1385potential = {
}
1399automation_tick = never
1400automation_tick_frequency = 12
1407select_trigger = {
1408looking_for_a = situation
1409target_flag = recipient
1410name = "choose_situation" Die Situation wählen:
1411column = {
1411data = name
}
}
1418effect = {
1419scope:actor ?= {
1423every_colonial_charter = {
1424save_scope_as = colonial_charter_scope
1426if = {
1433every_colonial_claim_province_definition = {
1435limit = {
1436this = scope:colonial_charter_scope.province_definition
}
1439abandon_colonial_charter = scope:colonial_charter_scope
}
}
}
1443if = {
1450every_colonial_claim_province_definition = {
1452limit = {
1453this = scope:colonial_charter_scope.province_definition
}
1456abandon_colonial_charter = scope:colonial_charter_scope
}
}
}
}
}
}
1464ai_will_do = {
1466add = "scope:actor.add_static_modifier_utility(violate_treaty_of_tordesillas)"
1467multiply = -1
1469add = {
1470desc = "bias from our colonialist policies"
1471value = scope:actor.modifier:bias_for_colonialist_policies
1472multiply = -1
}
}