
평화 조약이번 버전 변경
한자 동맹 교역소 해체
한자 동맹 교역소의 해체를 요구합니다.
한자 동맹 교역소건물effect, select trigger정의in_game/common/peace_treaties/disband_kontor.txt:1
3cost = {
4add = {
5desc = "DIPLOREASON_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
}