The Swedes have an event that allows them to enter the Crimean war against Russia. I suggest that this event really needs not to trigger if the two are already at war, especially since there are two of them. Here is the current trigger :
trigger = {
NOT = { war = { country = AUS country = RUS } }
NOT = { war = { country = PRU country = RUS } }
NOT = { war = { country = GER country = RUS } }
NOT = { war = { country = CHI country = RUS } }
war = { country = ENG country = RUS }
war = { country = FRA country = RUS }
war = { country = RUS country = TUR }
event = 1111 # TUR
NOT = {
peace_treaty = { country = SWE country = RUS }
}
}
Maybe there could be an alternate event which triggers if Sweden is at war with Russia, which puts Sweden into an alliance with Britain instead?
trigger = {
NOT = { war = { country = AUS country = RUS } }
NOT = { war = { country = PRU country = RUS } }
NOT = { war = { country = GER country = RUS } }
NOT = { war = { country = CHI country = RUS } }
war = { country = ENG country = RUS }
war = { country = FRA country = RUS }
war = { country = RUS country = TUR }
event = 1111 # TUR
NOT = {
peace_treaty = { country = SWE country = RUS }
}
}
Maybe there could be an alternate event which triggers if Sweden is at war with Russia, which puts Sweden into an alliance with Britain instead?
Upvote
0