Event
Lack of protection
Our determination to embrace free trade has led to domestic merchants losing out to the Rivals from other countries. Having Rival Country dominating the Market Market is embarrassing to us.
Mercantilism vs Free TradeSocietal ValuetriggerDefinitionin_game/events/economy/trade.txt:392
393type = country_event
394title = trade.10.title Lack of protection
395desc = trade.10.desc Our determination to embrace free trade has led to domestic merchants losing out to the Rivals from other countries. Having Rival Country dominating the Market Market is embarrassing to us.
396outcome = neutral
397trigger = {
399capital ?= {
400market ?= {
401any_merchant_in_market = {
402is_rival_of = root
}
404most_powerful_merchant = {
405is_rival_of = root
}
}
}
}
410immediate = {
411capital = {
412market ?= {
413most_powerful_merchant = {
414save_scope_as = rival_country
}
}
}
}