• 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.

Styrbiorn

Vexillophilite
6 Badges
Nov 2, 2001
4.807
3.963
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Rome Gold
  • Sengoku
  • 500k Club
Originally posted by Ecthelion
Why did Italy fail?

And, if OT though, why is it that in one of my games Muscowy didn't become Russia?

Sardinia was destroyed by Austria, who captured most of Northern Italy.

Muscovy? I don't know, but that's regular EU, and you'll have to ask in the GD forum :)
 

Angelos

Ἓν οἶδα ὅτι ουδὲν οἶδα.
185 Badges
Oct 18, 2001
913
85
  • Hearts of Iron Anthology
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Stellaris: Nemesis
  • Victoria 3 Sign Up
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Empire of Sin
  • Europa Universalis IV
  • Europa Universalis 4: Emperor
  • Age of Wonders: Planetfall
  • Age of Wonders: Planetfall Deluxe edition
  • Crusader Kings III: Royal Edition
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Darkest Hour
  • Deus Vult
  • Diplomacy
  • East India Company Collection
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Galactic Assault
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Europa Universalis III Complete
  • King Arthur II
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Victoria: Revolutions
  • Rome Gold
  • Sengoku
  • Imperator: Rome - Magna Graecia
  • Humble Paradox Bundle
  • Imperator: Rome Deluxe Edition
  • Surviving Mars: Digital Deluxe Edition
What do you mean they work perfectly?
What else should i have done?Is it fixed in the v9 beta?
 

unmerged(8017)

First Lieutenant
Mar 1, 2002
210
0
Visit site
Has events been made for when Bismarck and the Kaiser persuaded Leopold to take the throne of Spain thus royally pissing off napoleon? If not I could make a nice sting of events for this.
 

Jayavarman

★ ★ ★ ★ ★
93 Badges
Feb 8, 2002
11.232
2.036
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Victoria 3 Sign Up
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Rome: Vae Victis
  • Crusader Kings II: Horse Lords
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Victoria 2 Beta
  • Elven Legacy Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Cities: Skylines
  • 500k Club
  • 200k Club
  • Heir to the Throne
  • Europa Universalis III Complete
  • For The Glory
  • Rise of Prussia
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Achtung Panzer
  • Supreme Ruler 2020
  • Victoria: Revolutions
  • Deus Vult
  • Arsenal of Democracy
  • Imperator: Rome
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Semper Fi
  • Crusader Kings II: Reapers Due
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Sunset Invasion
  • East India Company Collection
  • Diplomacy
  • Commander: Conquest of the Americas
  • Divine Wind
  • Crusader Kings II: Sons of Abraham
Code:
event = {
  id = 15668 
  trigger = {
  	NOT = { event = 15669}
	NOT = { alliance = { country = FRA country = PRU } }
  }
  random = no
  country = PRU
  style = 5
  date = { year = 1870 }
  offset = 100
  deathdate = { year = 1875 }
  name = "The Ems Dispatch"
  desc = "EVENTHIST15668"
  action_a = {
                name = "Provoke the French"
                command = { type = casusbelli which = FRA }
                command = { type = addcore which = 374 }
                command = { type = trigger which = 15201 }
                command = { type = sleepevent which = 15669 }
   }
  action_b = {
                name = "Do not"
                command = { type = relation which = FRA value = 50 }
                command = { type = sleepevent which = 15669 }
                command = { type = sleepevent which = 15201 }
   }
}
event = {
  id = 15669
  trigger = {
  	NOT = { event = 15668}
	alliance = { country = FRA country = PRU }
  }
  random = no
  country = PRU
  style = 5
  date = { year = 1870 }
  offset = 100
  deathdate = { year = 1875 }
  name = "The Ems Dispatch"
  desc = "EVENTHIST15668"
  action_a = {
                name = "Do not provoke the French"
                command = { type = relation which = FRA value = 50 }
                command = { type = sleepevent which = 15668 }
                command = { type = sleepevent which = 15201 }
   }
  action_b = {
                name = "Provoke the French"
                command = { type = casusbelli which = FRA }
                command = { type = addcore which = 374 }
                command = { type = addcore which = 375 }
                command = { type = trigger which = 15201 }
                command = { type = sleepevent which = 15668 }
   }
}

event = { 
id = 15201 
random = no 
country = FRA 
name = "Franco-Prussian War" 
desc = "EVENTHIST15668" 
style = 5 
action_a = { 
name = "We have no choice, teach them a lesson" 
command = { type = casusbelli which = PRU value = 60 } 
command = { type = relation which = PRU value = -400 } 
command = { type = stability value = 1 } 
} 
action_b = { 
name = "No, rather be the laughing-stock of Europe" 
command = { type = stability value = -3 } 
command = { type = vp value = -300 } 
} 
}
 

unmerged(8017)

First Lieutenant
Mar 1, 2002
210
0
Visit site
All right, I just thought I would ask. Does Spain get events witch tie in to these, where they get to offer Leopold or whoever else was up for the throne?
 

Jayavarman

★ ★ ★ ★ ★
93 Badges
Feb 8, 2002
11.232
2.036
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Victoria 3 Sign Up
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Rome: Vae Victis
  • Crusader Kings II: Horse Lords
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Victoria 2 Beta
  • Elven Legacy Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Cities: Skylines
  • 500k Club
  • 200k Club
  • Heir to the Throne
  • Europa Universalis III Complete
  • For The Glory
  • Rise of Prussia
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Achtung Panzer
  • Supreme Ruler 2020
  • Victoria: Revolutions
  • Deus Vult
  • Arsenal of Democracy
  • Imperator: Rome
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Semper Fi
  • Crusader Kings II: Reapers Due
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Sunset Invasion
  • East India Company Collection
  • Diplomacy
  • Commander: Conquest of the Americas
  • Divine Wind
  • Crusader Kings II: Sons of Abraham
Not that I know of.
 

Jayavarman

★ ★ ★ ★ ★
93 Badges
Feb 8, 2002
11.232
2.036
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Victoria 3 Sign Up
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Rome: Vae Victis
  • Crusader Kings II: Horse Lords
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Victoria 2 Beta
  • Elven Legacy Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Cities: Skylines
  • 500k Club
  • 200k Club
  • Heir to the Throne
  • Europa Universalis III Complete
  • For The Glory
  • Rise of Prussia
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Achtung Panzer
  • Supreme Ruler 2020
  • Victoria: Revolutions
  • Deus Vult
  • Arsenal of Democracy
  • Imperator: Rome
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Semper Fi
  • Crusader Kings II: Reapers Due
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Sunset Invasion
  • East India Company Collection
  • Diplomacy
  • Commander: Conquest of the Americas
  • Divine Wind
  • Crusader Kings II: Sons of Abraham
Not really any events for pre-unification German states.
 

unmerged(1196)

IWW Grunt
Feb 25, 2001
1.004
0
Visit site
Well, there are the 1848 rebellions...

BTW, I noticed that there's no event to turn Prussia or most of the other German states (only Frankfurt) into Germany. Has that changed?
 

Jayavarman

★ ★ ★ ★ ★
93 Badges
Feb 8, 2002
11.232
2.036
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Victoria 3 Sign Up
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Rome: Vae Victis
  • Crusader Kings II: Horse Lords
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • Europa Universalis IV: Pre-order
  • Victoria 2 Beta
  • Elven Legacy Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Cities: Skylines
  • 500k Club
  • 200k Club
  • Heir to the Throne
  • Europa Universalis III Complete
  • For The Glory
  • Rise of Prussia
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Achtung Panzer
  • Supreme Ruler 2020
  • Victoria: Revolutions
  • Deus Vult
  • Arsenal of Democracy
  • Imperator: Rome
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Semper Fi
  • Crusader Kings II: Reapers Due
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Sunset Invasion
  • East India Company Collection
  • Diplomacy
  • Commander: Conquest of the Americas
  • Divine Wind
  • Crusader Kings II: Sons of Abraham
Originally posted by Ecthelion
no events before 1848? how poor.
Poor? Make some then. AoN has never claimed to be finished.
 
Mar 27, 2002
199
0
Visit site
don't be offended.

as for making them, I'm not a part of this project ;)

Hambacher Fest and Wartburgfest are the most important. Don't remember the dates, and nothing of importance really happened, they are seen as important for the growing process of national conscious though, especially among younger generations.

I'll think about getting more specific, IE phrasing them in EU2 terms, later on ;)