• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

King of Men

Resident Opportunist
84 Badges
Mar 14, 2002
7.671
121
ynglingasaga.substack.com
  • Stellaris: Leviathans Story Pack
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Apocalypse
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Field Marshal
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron 4: Arms Against Tyranny
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Europa Universalis IV: Rule Britannia
  • Crusader Kings II: Sword of Islam
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
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?
 
Upvote 0
Whats the problem of letting it go right now?

The alliance thing is a good idea for VIP - maybe make it conditional on the UK Crimean war event firing (could be expanded to other countries too)
 
Derek Pullem said:
What's the problem of letting it go right now?

I'm not sure I understand the question. The problem with the event is that it fires even when I'm already at war with Russia, which seems a bit weird. Also, there are two of these events, and they both tend to fire, giving a total of three wars with Russia all at the same time.
 
And the three wars have what impact on the game?
 
Derek Pullem said:
And the three wars have what impact on the game?
No problem, but if a country is at war with another country it would not declare wat the same country again!
I've looked through the crimean war events of the other countries maybe involved in that war and noticed that all have a trigger conditions which checks if already at war with russia like this "NOT = { war = { country = ENG country = RUS } }", but only sweden haven't this trigger condition?!
I think this should be added to sweden too!?