
Peace TreatyChanged this version
Disband Kontor
We will demand that the Hanseatic Kontors are disbanded.
Hanseatic KontorBuildingeffect, select triggerDefinitionin_game/common/peace_treaties/disband_kontor.txt:1
3cost = {
4add = {
5desc = "DIPLOREASON_BASE" Base
6value = "scope:target.location_peace_cost(scope:loser|scope:winner)"
7multiply = 0.75
}
}
11base_antagonism = 1
12antagonism_type = antagonism_disband_kontor
14potential = {
15scope:war = {
16or = {
17has_casus_belli = no
18casus_belli = {
19is_trade_cb = no
}
}
}
}
25select_trigger = {
26looking_for_a = location
27source = recipient
28target_flag = target
29visible = {
30location_building_level = {
}
}
}
38allow = {
}
41effect = {
42scope:target = {
43if = {
44limit = {
45location_building_level = {
}
}
51destroy_building_forcefully = "building(building_type:hanseatic_kontor|scope:recipient)"
}
}
}
56ai_desire = {
57value = 10
}