
Peace TreatyChanged this version
Demand Sound Toll Exemption
Our merchants shall pass freely through the Sound Toll, untaxed and unburdened by excess fees.
Definitionin_game/common/peace_treaties/sound_toll_exemption.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" Base
5value = 20
}
}
9potential = {
10scope:loser = {
11has_sound_tolls = yes
}
}
14allow = {
}
17effect = {
18scope:winner = {
19create_relation = {
20first = scope:loser
21second = scope:winner
22type = relation_type:sound_toll_exemption
}
}
}
27ai_desire = {
28add = {
29desc = "BASE"
30value = 10
}
32if = {
33limit = {
34NOT = {
35scope:loser = {
36any_sound_toll_in_country = {
37market = {
38has_merchant = scope:winner
}
}
}
}
}
44add = {
45desc = "SOUND_TOLL_EXEMPTION_NO_MERCHANTS"
46value = -1000
}
}
50if = {
51limit = {
52scope:war = {
53has_casus_belli = yes
54casus_belli = {
55is_cut_down_in_size_cb = yes
}
}
}
59add = {
60desc = "SOUND_TOLL_EXEMPTION_COALITION"
61value = -1000
}
}
}