Event
Foreign Trade Competition Rises

Foreign merchants are increasingly out-competing our own in our Flavor Rank's ports, flooding our markets with cheap goods produced elsewhere. This is making it difficult for our merchants to make a living. They have come before Target Ruler to propose a new tariff on foreign goods, which would help protect them from competition from abroad.
ReformationAgeoption 1, option 2
BurghersEstatetriggerDefinitionin_game/events/random_event.txt:2064
2065type = country_event
2067title = random_event.40.title Foreign Trade Competition Rises
2068desc = random_event.40.desc Foreign merchants are increasingly out-competing our own in our Flavor Rank's ports, flooding our markets with cheap goods produced elsewhere. This is making it difficult for our merchants to make a living. They have come before Target Ruler to propose a new tariff on foreign goods, which would help protect them from competition from abroad.
2069outcome = neutral
2070illustration_tags = {
207110 = regular
207210 = interior
}
2075trigger = {
2076any_market_present_in_country = {
2077any_import = {
2078NOT = {
2078owner ?= root
}
2079count > 3
}
}
2082has_ruler = yes
}
2086immediate = {
}
2088ruler = {
2088save_scope_as = target_ruler
}
}