Paradox Interactive Forums  

Go Back   Paradox Interactive Forums > Historical Games > Europa Universalis II > EU2 - Scenarios, Events and Modifications > AGC-EEP historical mod > Event Exchange Project (EEP)

Reply
 
Thread Tools
Old 22-09-2002, 21:16   #1
Zhai
Imperator Universalis
 
Zhai's Avatar
 
Join Date: May 2002
Location: Asylum, duh!
Posts: 1,292
What about Austria?

I read all those threads for EEP. I enjoy those events, I hope that more events would be added, especially for Germany.

Anyway, of all major power, Austria is the only one that don't have any real addition to it beyond the crown of Lothiaga, and Manuta. So, if you have any idea regarding Austria, could yopu please suggest them?
__________________
"But that's why we elected these people in the first place: to betray our principles." Quoted from AmericanScipio

Ignore me for I tend to talk before I think. I tend to say stupid things as my mouth run away.

Come and join us, fellows Catholic Paradoxians! These who wish to debate with us or just curious about strange religion we have are welcomed. The link is below this statement.
http://forum.paradoxplaza.com/forum/...php?groupid=26
Zhai is offline   Reply With Quote
Old 22-09-2002, 21:28   #2
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Here are some Austrian events that I made, but have never been included in the EEP.

Code:
event = {
	id = [event 1]
	random = NO
	country = HAB
	name = "The marriage of Albrecht V and Elizabeth of Bohemia"
	desc = "When Emperor Sigismund the King of Germany, Bohemia, and Hungary died in 1437 his only daughter and sole heiress was married to Duke Albrecht V of Austria. Albrecht was crowned King of Hungary and Bohemia and the two Kingdoms stayed within Habsburg domination until the death of Albrecht's son Ladislaus Posthumus. Once Ladislaus died the Albrechtian branch of the Habsburgs, and the Habsburg's claim to Bohemia and Hungary died with him."
 	style = 1
	date = { day = 1 month = january year = 1437 }

	action_a = {
		name = "Reserve our claim to the Bohemian and Hungarian crowns for another day"
                command = { type = stability value = 1 }
		command = { type = addcore which = 328 } #Capital of Bohemia#
		command = { type = addcore which = 325 } #Capital of Hungary#  
		}
	action_b = {
		name = "We shall inherit Hungary, but not press our claim to Bohemia"
		command = { type = revoltrisk which = 40 value = 4 }
		command = { type = centralization value = -3 } 
                command = { type = stability value = -4 }
                command = { type = inherit which = HUN }
		command = { type = addcore which = 324 } 
		command = { type = addcore which = 325 } #Capital of Hungary#
		command = { type = addcore which = 326 } 
		command = { type = addcore which = 353 } 
		command = { type = addcore which = 354 } 
		command = { type = addcore which = 316 }
		command = { type = addcore which = 317 }
		command = { type = addcore which = 352 }   
                command = { type = sleepevent which = [event 3] }
                command = { type = relation which = POL value = -200 }
                command = { type = relation which = BOH value = -100 }
		command = { type = relation which = BAV value = -50 }
		command = { type = relation which = VEN value = -50 }
		command = { type = relation which = SER value = -25 }
		command = { type = relation which = CRO value = -50 }

		}
	action_c = {
		name = "We shall inherit Hungary, and press our claim to Bohemia"
		command = { type = revoltrisk which = 40 value = 5 }
		command = { type = centralization value = -4 } 
                command = { type = stability value = -5 }
                command = { type = inherit which = HUN }
		command = { type = addcore which = 324 } 
		command = { type = addcore which = 325 } #Capital of Hungary#
		command = { type = addcore which = 326 } 
		command = { type = addcore which = 353 } 
		command = { type = addcore which = 354 } 
		command = { type = addcore which = 316 }
		command = { type = addcore which = 317 }
		command = { type = addcore which = 352 }   
		command = { type = addcore which = 314 } 
		command = { type = addcore which = 315 } 
		command = { type = addcore which = 328 } #Capital of Bohemia#
		command = { type = addcore which = 329 } 
		command = { type = addcore which = 330 } 
                command = { type = relation which = POL value = -300 }
                command = { type = relation which = BOH value = -400 }
		command = { type = relation which = BAV value = -100 }
		command = { type = relation which = VEN value = -100 }
		command = { type = relation which = SER value = -50 }
		command = { type = relation which = CRO value = -50 }
		}
         action_d = {
		name = " Do not press any claims"
		command = { type = centralization value = 2 } 
                command = { type = stability value = 2 }
                command = { type = relation which = POL value = 150 }
                command = { type = relation which = BOH value = 100 }
		command = { type = relation which = BAV value = 50 }
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = SER value = 25 }
		command = { type = relation which = CRO value = 25 }
                command = { type = sleepevent which = [event 2] }
                command = { type = sleepevent which = [event 3] }
		}
}

event = {
	id = [event 2]
	random = NO
        trigger = {
        not = { owned = { province = 325 data = HAB }
        }
	country = HAB
	name = "The End of the Albrechtian Line"
	desc = "Once Ladislaus died the Albrechtian branch of the Habsburgs, and the Habsburg's claim to Hungary died with him. Friedrich V of the Styrian branch of Habsburgs became Duke of Austria, but since Ladislaus was only a distant relative of Friedrich the Habsburg claim on Hungary was for the time being destroyed."
 	style = 1
	date = { day = 1 month = january year = 1457 }

	action_a = {
		name = "What a shame."
		command = { type = removecore which = 324 } 
		command = { type = removecore which = 325 } #Capital of Hungary#
		command = { type = removecore which = 326 } 
		command = { type = removecore which = 353 } 
		command = { type = removecore which = 354 } 
		command = { type = removecore which = 316 }
		command = { type = removecore which = 317 }
		command = { type = removecore which = 352 }   
		}

}

event = {
	id = [event 3]
	random = NO
        trigger = {
        not = { owned = { province = 328 data = HAB }
        }
	country = HAB
	name = "The End of the Albrechtian Line"
	desc = "Once Ladislaus died the Albrechtian branch of the Habsburgs, and the Habsburg's claim to Bohemia died with him. Friedrich V of the Styrian branch of Habsburgs became Duke of Austria, but since Ladislaus was only a distant relative of Friedrich the Habsburg claim on Bohemia was for the time being destroyed."
 	style = 1
	date = { day = 1 month = january year = 1457 }

	action_a = {
		name = "What a shame."
		command = { type = removecore which = 314 } 
		command = { type = removecore which = 315 } 
		command = { type = removecore which = 328 } #Capital of Bohemia#
		command = { type = removecore which = 329 } 
		command = { type = removecore which = 330 } 
		}

}



event = {
	id = [event 4]
	random = NO
        trigger = {
        owned = { province = 315 data = HAB }
        }
	country = HAB
	name = "Hussite uprisings in Moravia"
	desc = "The Hussite Wars were series of conflicts in the 15th cent., caused by the rise of the Hussites in Bohemia and Moravia. It was a religious struggle between Hussites and the Roman Catholic Church, a national struggle between Czechs and Germans, and a social struggle between the landed and peasant classes. The Hussites resented foreign German rule and fought vigorously to throw off their German yoke."
 	style = 1
	date = { day = 1 month = january year = 1419 }
	deathdate = { day = 1 month = january year = 1474 }

	action_a = {
		name = "Death to the heretics!"
		command = { type = revolt  which = 315 } 
                command = { type = province_revoltrisk which = 315 value = 8 }
                command = { type = relation which = PAP value = 25 }
		}

}
event = {
	id = [event 5]
	random = NO
        trigger = {
        owned = { province = 328 data = HAB }
        }
	country = HAB
	name = "Hussite uprisings in Bohemia"
	desc = "The Hussite Wars were series of conflicts in the 15th cent., caused by the rise of the Hussites in Bohemia and Moravia. It was a religious struggle between Hussites and the Roman Catholic Church, a national struggle between Czechs and Germans, and a social struggle between the landed and peasant classes. The Hussites resented foreign German rule and fought vigorously to throw off their German yoke."
 	style = 1
	date = { day = 1 month = january year = 1419 }
	deathdate = { day = 1 month = january year = 1474 }

	action_a = {
		name = "Death to the heretics!"
		command = { type = revolt  which = 328 } 
                command = { type = province_revoltrisk which = 328 value = 8 }
                command = { type = relation which = PAP value = 25 }
		}

}
event = {
	id = [event 6]
	random = NO
        trigger = {
        owned = { province = 330 data = HAB }
        }
	country = HAB
	name = "Smaller Hussite uprisings in Sudeten"
	desc = "The Hussite Wars were series of conflicts in the 15th cent., caused by the rise of the Hussites in Bohemia and Moravia. It was a religious struggle between Hussites and the Roman Catholic Church, a national struggle between Czechs and Germans, and a social struggle between the landed and peasant classes. The Hussites resented foreign German rule and fought vigorously to throw off their German yoke."
 	style = 1
	date = { day = 1 month = january year = 1419 }
	deathdate = { day = 1 month = january year = 1474 }

	action_a = {
		name = "Death to the heretics!"
		command = { type = revolt  which = 330 } 
                command = { type = province_revoltrisk which = 330 value = 4 }
                command = { type = relation which = PAP value = 25 }
		}

}

event = {
	id = [event 7]
	random = NO
        trigger = {
        OR = { owned = { province = 330 data = HAB }
               owned = { province = 328 data = HAB }
               owned = { province = 315 data = HAB }
        }
	country = HAB
	name = "The Hussite movement is no more."
	desc = "After more than 60 years of bloody civil war and chaos, the Hussite heretics finally have finally been subdued. Bohemia shall forever be under the heel of the Habsburg dynasty."
 	style = 1
	date = { day = 1 month = january year = 1475 }
	deathdate = { day = 1 month = january year = 1480 }

	action_a = {
		name = "Catholicism triumpts!"
                command = { type = province_revoltrisk which = 330 value = -4 }
                command = { type = province_revoltrisk which = 315 value = -8 }
                command = { type = province_revoltrisk which = 328 value = -8 }
		}

}
Fate is offline   Reply With Quote
Old 22-09-2002, 21:33   #3
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Code:
event = {
	id = ?????
	trigger = {
           religion = catholic
	}
	random = NO
	country = HAB
	name = "Austria becomes an Archduchy"
	desc = "On November 23, 1457 Emperor Friedrich III raised the status of Austria from a Duchy to an Archduchy. From the reign of Friedrich V  to Karl IV the rulers of Austria were refered to as Archdukes.
	style = 1
	date = { day = 23 month = november year = 1457 }

	action_a = {
		name = "Excellent!"
		command = { type = vp value = 50 }
		command = { type = dip value = 2 value = 400  } #Until the reign of his son#
                                command = { type = stability value = 1 }
		}
Fate is offline   Reply With Quote
Old 22-09-2002, 21:35   #4
Twoflower
Vile treacherous Judas
 
Twoflower's Avatar
EU3 OwnerNapoleonic MarshalEuropa Universalis III: In NomineHeir to the Throne
 
Join Date: Nov 2001
Location: Beautiful Trier
Posts: 3,052
The division of the Habsburg territories in the 15th century COULD be modelled by adding a Tirol and a Steiermark country; Tirol would be inherited by Austria in 1494 IIRC, and Steiermark sometime around 1460 (I'm not completely sure about the years, but they should be roughly right).
The events for the inheritance of the Luxemburg possessions in Bohemia and Luxemburg in 1437 that Fate posted in the EEP Germany thread could certainly be used, too.
Possibly, some Austrian provinces could turn protestant, and Austria would get events that let them choose whether they want to expel the protestants or let them stay (similar too France's expulsion of Huguenots events in the 17th century, but less severe).
Improving the way the 30 years war is represented in the game could also make Austria much more interesting and fun (they would get a chance to subjugate the german protestants and thereby create a stronger HRE).

EDIT: just when I had posted my suggestions I noticed that Fate had already posted his events. But he certainly has my support and compliments for them.
Twoflower is offline   Reply With Quote
Old 22-09-2002, 21:50   #5
Zhai
Imperator Universalis
 
Zhai's Avatar
 
Join Date: May 2002
Location: Asylum, duh!
Posts: 1,292
Fate: I have always like your events. I hope that EEP will accept it.

Twoflower: Good idea! I agree with you that Austria's role in 30 years war in EU2 could be expanded. I am just wondering about Protestant event, I don't remember that any Austrian province went protestant unless you meant the event where the one must suppress protestantism or the province become Protestant like historical, correct?

I am curious, why is there reluctance to do any German/ Austrian events? Just curious.
__________________
"But that's why we elected these people in the first place: to betray our principles." Quoted from AmericanScipio

Ignore me for I tend to talk before I think. I tend to say stupid things as my mouth run away.

Come and join us, fellows Catholic Paradoxians! These who wish to debate with us or just curious about strange religion we have are welcomed. The link is below this statement.
http://forum.paradoxplaza.com/forum/...php?groupid=26
Zhai is offline   Reply With Quote
Old 22-09-2002, 21:55   #6
Twoflower
Vile treacherous Judas
 
Twoflower's Avatar
EU3 OwnerNapoleonic MarshalEuropa Universalis III: In NomineHeir to the Throne
 
Join Date: Nov 2001
Location: Beautiful Trier
Posts: 3,052
Austrian provinces could turn protestant with the same justification Johnny Cannuck gave in the British Isles thread for english provinces remaining or turning catholic: there was no province with protestant majority, but there was a large and influential protestant minority in all provinces that can only be represented ingame by one or two provinces with protestant religion.
Twoflower is offline   Reply With Quote
Old 22-09-2002, 21:57   #7
Zhai
Imperator Universalis
 
Zhai's Avatar
 
Join Date: May 2002
Location: Asylum, duh!
Posts: 1,292
Quote:
Austrian provinces could turn protestant with the same justification Johnny Cannuck gave in the British Isles thread for english provinces remaining or turning catholic: there was no province with protestant majority, but there was a large and influential protestant minority in all provinces that can only be represented ingame by one or two provinces with protestant religion.
And it will forced Emperor to do either, do as he had historically (kill every protestants) or let them be.
__________________
"But that's why we elected these people in the first place: to betray our principles." Quoted from AmericanScipio

Ignore me for I tend to talk before I think. I tend to say stupid things as my mouth run away.

Come and join us, fellows Catholic Paradoxians! These who wish to debate with us or just curious about strange religion we have are welcomed. The link is below this statement.
http://forum.paradoxplaza.com/forum/...php?groupid=26
Zhai is offline   Reply With Quote
Old 22-09-2002, 21:59   #8
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Political Setup for 1419 Styria:
Styria starts in a RM with Poland (Ernst was married to Cimburga of Masovia)
Styria owns Tirol, Baden, and Stiermark.
CB shields on all Austrian cities, and Baden
Styria is a vassal of Austria
Styria starts in an alliance with Austria

Monrachs for Styria:

1406-1424 Ernst I "der Eiserne"
1424-1493 Friedrich V (Friedrich III in Austria)
(If Styria somehow managed to survive past 1457, then they would have the same leaders as Austria)


Major Event:
In 1457 Friedrich V became Duke of Austria after Austria's Albrechtian line of Habsburgs died out, which could be represented as Austria inheriting Styria (or vise versa).
Fate is offline   Reply With Quote
Old 22-09-2002, 22:05   #9
Zhai
Imperator Universalis
 
Zhai's Avatar
 
Join Date: May 2002
Location: Asylum, duh!
Posts: 1,292
Fate, keep come with those ideas and history. It would makes Austria much more interesting to play. I am curious, if I play as Styria, could I inherit Austria and become Austria, like Aragon?
__________________
"But that's why we elected these people in the first place: to betray our principles." Quoted from AmericanScipio

Ignore me for I tend to talk before I think. I tend to say stupid things as my mouth run away.

Come and join us, fellows Catholic Paradoxians! These who wish to debate with us or just curious about strange religion we have are welcomed. The link is below this statement.
http://forum.paradoxplaza.com/forum/...php?groupid=26
Zhai is offline   Reply With Quote
Old 22-09-2002, 22:20   #10
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Yes, in fact that's what happend.

Perhaps the Styrian event could be designed like this:

A: Friedrich V becomes Duke of Austria (End Game)
Styria is inherited by Austria
B: Friedrich V becomes Duke of Austria (End Game)
Styria is inherited by Austria
C: Friedrich V becomes Duke of Austria (End Game)
Styria is inherited by Austria
D: Friedrich V becomes Duke of Austria
Inherit Austria
Become Austria


D would be for a Styrian human player, so they could have a way of not being inherited by Austria, and the reason for the three identical ABC events is so that AI Styria will 99 percent of the time become part of Austria.
Fate is offline   Reply With Quote
Old 22-09-2002, 22:22   #11
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Code:
id = #### 
trigger = { 
exists = HAB #Habsburgs settled the dispute 
exists = BAY #Bavaria was having the dispute 
owned = { province = 371 data = -1 } 
}
random = no 
country = HAB 
name = "The rewards of mediation" 
desc = "In 1504 the Habsburgs were rewarded with a few 
counties in southern Bavaria for their aid in mediating a 
succession dispute among the Wittelsbachs of Bavaria" 
style = 2 

date = { day = 1 month = january year = 1504 } 

action_a ={ 
name = "Superb!" 
command = { type = relation which = BAY value = 100 } command = { type = population which = 371 value = 5000 }
command = { type = provincetax which = 371 value = 2 }
command = { type = manpower which = 371 value = 1 }

}
Fate is offline   Reply With Quote
Old 22-09-2002, 22:29   #12
Zhai
Imperator Universalis
 
Zhai's Avatar
 
Join Date: May 2002
Location: Asylum, duh!
Posts: 1,292
Good idea about Styria.

One question, did the mediating of dispute really happened? Only one I know is in 1700's.
__________________
"But that's why we elected these people in the first place: to betray our principles." Quoted from AmericanScipio

Ignore me for I tend to talk before I think. I tend to say stupid things as my mouth run away.

Come and join us, fellows Catholic Paradoxians! These who wish to debate with us or just curious about strange religion we have are welcomed. The link is below this statement.
http://forum.paradoxplaza.com/forum/...php?groupid=26
Zhai is offline   Reply With Quote
Old 22-09-2002, 22:43   #13
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Quote:
One question, did the mediating of dispute really happened? Only one I know is in 1700's.
At least Centennia thinks it did .

The land that Austria gained was in the North East corner of Tirol, which was a divider between Salzburg and Tirol.
Fate is offline   Reply With Quote
Old 22-09-2002, 23:59   #14
Twoflower
Vile treacherous Judas
 
Twoflower's Avatar
EU3 OwnerNapoleonic MarshalEuropa Universalis III: In NomineHeir to the Throne
 
Join Date: Nov 2001
Location: Beautiful Trier
Posts: 3,052
Fate, I like your suggestions, but if you want to divide Austria, you need to make two new countries; Tirol certainly was not owned by the Styrian line, and it lasted longer, until 1490.

Its monarchs would be:
Friedrich IV. "mit der leeren Tasche" 1406-1439 -he should have a really bad administration skill, as his title already suggests
Friedrich of Styria 1439 - 1446 as regent
Sigmund "Der Münzreiche" 1446 - 1496 - a slightly better administrator and skilled diplomat

It would own Tirol and have only a shield on Tirol but could become Austria if the two other lines don't exist (it would get Austria's shields then).

possible events:
sometime during Friedrich IV's reign: Friedrich's popular reforms, serfdom is abolished, burghers and peasants are granted more rights, ducal prerogatives reduced
1439: emperor Friedrich V. administers Tirol for Friedrich IV.'s minor son Sigmund; Tirol is a vassal of Styria
1446: Sigmund is adult and ascends the throne; Tirol break the vassalage
1450: Silver mining in Schwaz prospers: more taxvalue and population
1460: conflict with cardinal Nikolaus Cosanus of Brixen; lowered relations with papacy and bishoprics, +2 revoltrisk for about 2 years
1470: construction of castle Sigmundskron; +1 fortification
1486: coining of the Uncialis, the first silver dollar in the world (flavour event)
1490: Sigmund abdicates and lets Maximilian I. have Tirol; Austria inherits Tirol (with a chance to refuse for Tirol)

I would really like to script these, and I think I am gonna do it tomorrow (I'm too tired and too excited about the elections at the moment), so is there interest, and does this country have a chance to get included?
I could also think of some events that happened in Tirol later that could occur to Austria or a possible surviving Tirol.

BTW, neither Styria nor Tirol should be Austrian vassals IMO; the three lines were equal.
Twoflower is offline   Reply With Quote
Old 23-09-2002, 00:57   #15
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
From: http://genealogy.euweb.cz/habsburg/habsburg2.html#A5
Quote:
D3. ERNST I "der Eiserne", Duke of Styria, Carinthia, Carniola and Tyrol (1406-24), *Bruck an der Muhr 1377, +there 10.6.1424; 1m: there 1392 Margarete of Pomerania (*1366 +12.6.1410); 2m: Cracow 1412 Cimburga of Masovia (*1394 +28.9.1429)

E1. Duke FRIEDRICH V of Austria (1457-93), Duke of Styria, Carinthia, Carniola and Tyrol (1424-93), Archduke of Austria from 1453, Emperor (1452-93) =Friedrich III, *Innsbruck 21.9.1415, +Linz 19.8.1493, bur Vienna; m.Rome 1452 Infanta Leonor of Portugal (*Torres Vedras 8.9.1436, +Wiener Neustadt 3.9.1476)
But also the site states this:

Quote:
D4. Duke FRIEDRICH IV in Tyrol (1402-39), in Laufenburg 1408, *1382, +Innsbruck 24.6.1439, bur Stams; 1m: Innsbruck 1407 Elisabeth von Pfalz (*before 27.10.1381 +31.12.1408); 2m: Innsbruck before 11.6.1411 Anna of Braunschweig-Göttingen (*1390 +Innsbruck 10.8.1432)

His son:

E2. Archduke Sigmund of Austria, *Innsbruck 1427, +Innsbruck 1496, bur Stams; he inherited 1450 the family territories in Swabia and Switzerland; 1m: 12.2.1449 Pss Eleanor of Scotland (*1433 +1480); 2m: Innsbruck 1484 Katharina of Saxony (*1468 +1524)
How about an event for Tirol to inherit / gain CB on Baden and Switzerland?



Quote:
BTW, neither Styria nor Tirol should be Austrian vassals IMO; the three lines were equal.
How about they're all married, 200+ relations, and in an alliance? I'd really hate to see Austria start to war itself, and get eaten up by Hungary, Bohemia, Switzerland, and Venice.
Fate is offline   Reply With Quote
Old 23-09-2002, 01:05   #16
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Extended Monarch List for Tyrol/Tirol:
Quote:
Frederick IV of the Empty Pocket..................1395-1439
Sigismund......................................... 1439-1490 d. 1493
Maximilian I (HRE 1493-1519)......................1490-1519
Ferdinand I (HRE 1558-1564).......................1519-1564
Ferdinand II......................................1564-1595
Maximilian II.....................................1612-1618
Albert............................................ 1620-1621
Leopold V.........................................1625-1632
Ferdinand Charles.................................1632-1662
Sigismund Francis.................................1662-1665
Fate is offline   Reply With Quote
Old 23-09-2002, 01:11   #17
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
What about Krain? I believe this province can be a representation of the Margraviate of Carniola (Duchy in 1590). What do you think Twoflower?

Leaders:
Quote:
Ernest Iron.......................................1406-1424
Frederick II (HRE 1458-1493)......................1424-1493
Maximilian (HRE 1493-1519)........................1493-1519
Charles I (HRE 1519-1558).........................1519-1521 d. 1558
Ferdinand I (HRE 1558-1564).......................1521-1564
Charles II........................................1564-1590
Ferdinand II (HRE 1619-1637)......................1590-1637

In 1424 it could be inherited by Styria, or become a vassal of Styria.
Fate is offline   Reply With Quote
Old 23-09-2002, 01:19   #18
Twoflower
Vile treacherous Judas
 
Twoflower's Avatar
EU3 OwnerNapoleonic MarshalEuropa Universalis III: In NomineHeir to the Throne
 
Join Date: Nov 2001
Location: Beautiful Trier
Posts: 3,052
Yes, alliance, high relations and marriages sound good.
BTW, I just found out that Styria and Tirol became independent again after the death of Ferdinand I. in 1564 when the Austrian possessions were divided among his three sons. Styria was reunited with Austria in 1619, Tirol 1665; so the creation of these two new countries is definitely historically accurate and justified if e.g. the county of Holland or Brabant can exist as well.

Quote:
How about an event for Tirol to inherit / gain CB on Baden and Switzerland?
According to my sources (the 1911 encyclopedia, my historical atlas of Germany and an austrian website about Tirol), they already owned the Habsburg Stammlande in Switzerland, Baden, Schwaben and Alsace in 1419, so they could have a CB on Schwyz, Baden, Württemberg and Alsace and own one of these provinces (Baden or Alsace would be best) to represent this.
What do you think should be done about Krain and Istria? I think that Styria should own one of these provinces (probably Krain would be better).
EDIT: Damn, we posted simultaneously again
Twoflower is offline   Reply With Quote
Old 23-09-2002, 01:22   #19
Twoflower
Vile treacherous Judas
 
Twoflower's Avatar
EU3 OwnerNapoleonic MarshalEuropa Universalis III: In NomineHeir to the Throne
 
Join Date: Nov 2001
Location: Beautiful Trier
Posts: 3,052
Quote:
Originally posted by Fate
What about Krain? I believe this province can be a representation of the Margraviate of Carniola (Duchy in 1590). What do you think Twoflower?

Leaders:



In 1424 it could be inherited by Styria, or become a vassal of Styria.
It could be added, too, but I fear that three tags would be way too much. Therefore, letting Styria own it would be OK IMO.

EDIT: I'm not even sure if it was independent in 1419. Now that I think of it - wasn't Ernst duke of Styria as well?
Twoflower is offline   Reply With Quote
Old 23-09-2002, 01:29   #20
Fate
Banned
 
Fate's Avatar
EU3 Collectors Edition OwnerNapoleonic MarshalHearts of Iron 2: ArmageddonHearts of Iron III
 
Join Date: Aug 2001
Posts: 2,082
Yeah, a 5 year existance for Krain doesn't seem worthy of a tag, so I too believe Krain should start owned by Styria.

Istria is just too messed up to be owned by any of the Habsburgs... it would be best to rename the city of that province from something besides Triest. The best solution is just to give Styria or Austria a CB on the province.
Fate is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT +1. The time now is 16:50.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© Copyright 2001-2009 Paradox Interactive