事件
私盐贩子

作为“开门七件事”之一,盐的重要性不言而喻,我们历朝历代都将其纳入官方专营。然而,Target Province地区近期涌现新的盐走私网络。这些走私者公然违抗Country Adjective的盐政法规,这不仅是对朝廷权威的挑衅,更是对国家财税根基的严重侵蚀。
盐商品immediate, trigger定义in_game/events/DHE/flavor_chi.txt:5898
5899type = country_event
5900title = flavor_chi.85.title 私盐贩子
5901desc = flavor_chi.85.desc 作为“开门七件事”之一,盐的重要性不言而喻,我们历朝历代都将其纳入官方专营。然而,Target Province地区近期涌现新的盐走私网络。这些走私者公然违抗Country Adjective的盐政法规,这不仅是对朝廷权威的挑衅,更是对国家财税根基的严重侵蚀。
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
}
}