Event
Salt Smugglers

A new faction of Salt smugglers has emerged in Target Province. Though this may seem like a trivial matter for many, the status of the Salt industry is a matter of great importance of us and it forms one of the 'seven necessities of life' as per one of our proverbs. For criminals to skirt around our formal rules and the Country Adjective Salt regime is not just an insult, but a genuine threat to our interests and income.
SaltGoodsimmediate, triggerDefinitionin_game/events/DHE/flavor_chi.txt:5898
5899type = country_event
5900title = flavor_chi.85.title Salt Smugglers
5901desc = flavor_chi.85.desc A new faction of Salt smugglers has emerged in Target Province. Though this may seem like a trivial matter for many, the status of the Salt industry is a matter of great importance of us and it forms one of the 'seven necessities of life' as per one of our proverbs. For criminals to skirt around our formal rules and the Country Adjective Salt regime is not just an insult, but a genuine threat to our interests and income.
5902outcome = neutral
5904image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_salt.dds"
5906trigger = {
5910produced_in_country:salt > 0
}
5916illustration_tags = {
591710 = exterior
591810 = armed
}
5921immediate = {
}
5923random_owned_location = {
5927province = {
5928save_scope_as = target_province
}
}
5931set_local_variable = {
5932name = cost_to_deal_with_smugglers
5933value = 0
}
5935scope:target_province = {
5936every_location_in_province = {
5937ROOT = {
5938change_local_variable = {
5939name = cost_to_deal_with_smugglers
5940add = prev.location_tax_base
}
}
}
}
5945change_local_variable = {
5946name = cost_to_deal_with_smugglers
5947multiply = -9
}
}