Event
Trade between Rivals

We are open to business with everyone... as long as we can control it. What business we can and cannot control is open to debate, and as most questions open to debate in our Flavor Rank, it has become subject to it. Merchants have started trading on friendly terms with our rival, Target Rival, claiming it is necessary despite political disagreements. The Nobility find this questionable and call for an immediate end to the exchanges.
RepublicGovernment TypetriggerDefinitionin_game/events/government/republic_factions.txt:575
576type = country_event
577title = republic_factions.10.title Trade between Rivals
578desc = republic_factions.10.desc We are open to business with everyone... as long as we can control it. What business we can and cannot control is open to debate, and as most questions open to debate in our Flavor Rank, it has become subject to it. Merchants have started trading on friendly terms with our rival, Target Rival, claiming it is necessary despite political disagreements. The Nobility find this questionable and call for an immediate end to the exchanges.
579outcome = neutral
581trigger = {
587exists = capital
588any_rival = {
589NOR = {
590is_embargoed_by = root
591is_at_war_with = root
}
593capital ?= {
594market = {
595in_trade_range_of = root
596NOT = {
597has_merchant_power = {
598country = root
599key = enemy_allowed_trade
}
}
}
}
}
}
607illustration_tags = {
60810 = interior
60910 = regular
}
612immediate = {
}
614random_rival = {
615limit = {
616NOR = {
617is_embargoed_by = root
618is_at_war_with = root
}
620capital ?= {
621market = {
621in_trade_range_of = root
}
}
}
624save_scope_as = target_rival
}
626save_scope_as = target_country
}