Waiting for Corvinus' CoA/flag (re)made in GRT.
More accurate Hungarian flag proposed by mandead here.
More accurate Hungarian flag proposed by mandead here.
Looking at some sites I have found out this page where the flag should be following:YodaMaster said:Full reworked set for Corvinus (made by kolmy in GRT):
We should need an expert on Hungarian matters...YodaMaster said:What do you suggest?
Using new flag (could be more "reddish" redone) and revert to 1.50 CoA?
Bordic said:We should need an expert on Hungarian matters...
mandead said:EDIT: Japanese and German - that's one bloody obscure mix...![]()
Don't know him!mandead said:PM "Hungarian Lord" - he will most likely know what is best to use.![]()
Complicated sequence.. I think we should bring the discussion here (even if your posts remain in the bug thread). I don't think the 19008 should have two different options like that, as option b wont ever be taken by the AI, and therefore it cripples the AI. I think this event should occur no matter what Hungarian king is chosen, so a player of Hangary cannot avaoid it easily. If the psrt "..currently occupied by the boy-king Lajos." is removed, the text will work no matter what king holds the throne.Bordic in bug forum said:#(1520-1526) Suleyman demands the keys to Hungary
Well, that is the event we have and I have already thought about this possibility even if my bugfix was more concerning the monarch consistency.Norrefeldt said:Complicated sequence.. I think we should bring the discussion here (even if your posts remain in the bug thread). I don't think the 19008 should have two different options like that, as option b wont ever be taken by the AI, and therefore it cripples the AI. I think this event should occur no matter what Hungarian king is chosen, so a player of Hangary cannot avaoid it easily. If the psrt "..currently occupied by the boy-king Lajos." is removed, the text will work no matter what king holds the throne.
#(1520-1526) Suleyman demands the keys to Hungary
event = {
id = 19008
trigger = {
exists = HAB #Austria must exist
owned = { province = 357 data = -1 } #Thrace
control = { province = 357 data = -1 }
NOT = { owned = { province = 356 data = HUN } } #Bulgaria
NOT = { alliance = { country = HUN country = TUR } }
exists = HUN
}
random = no
country = TUR
name = "EVENTNAME19008" #Suleyman demands the keys to Hungary
desc = "EVENTHIST19008"
#-#
date = { day = 22 month = September year = 1520 }
offset = 10
deathdate = { day = 22 month = August year = 1526 }
action_a = {
name = "ACTIONNAME19008A" #Send the messengers
command = { type = relation which = VEN value = 100 }
command = { type = relation which = FRA value = 100 }
command = { type = addcore which = 316 } #Carpathia
command = { type = addcore which = 317 } #Ruthenia
command = { type = addcore which = 323 } #Transylvania
command = { type = addcore which = 324 } #Maros
command = { type = addcore which = 325 } #Magyar
command = { type = addcore which = 326 } #Presburg
command = { type = addcore which = 353 } #Pest
command = { type = addcore which = 354 } #Banat
command = { type = addcore which = 366 } #Croatia
command = { type = addcore which = 352 } #Odenburg
command = { type = addcore which = 367 } #Krain
command = { type = addcore which = 351 } #Austria
command = { type = trigger which = 19009 } #HUN: Suleyman Demands Our Submission
command = { type = sleepevent which = 301064 } #TUR: The Habsburgs' threat
}
[COLOR=Red]action_b = {
name = "ACTIONNAME19008B" #The Habsburgs are no threat
command = { type = relation which = HUN value = 100 }
command = { type = relation which = HAB value = 100 }
command = { type = sleepevent which = 301064 } #TUR: The Habsburgs' threat
}[/COLOR]
}
#(1526) The Habsburgs' threat - Ahistorical
event = {
id = 301064
trigger = {
exists = HAB #Austria must exist
owned = { province = 357 data = -1 } #Thrace
owned = { province = 356 data = -1 } #Bulgaria
NOT = { exists = HUN }
}
random = no
country = TUR
name = "EVENTNAME301064" #The Habsburgs' threat
desc = "EVENTHIST301064"
#-#
date = { day = 23 month = august year = 1526 }
offset = 30
deathdate = { day = 6 month = september year = 1566 } #Suleyman's death
action_a = {
name = "ACTIONNAME19008A" #Send the messengers
command = { type = relation which = VEN value = 100 }
command = { type = relation which = FRA value = 100 }
command = { type = addcore which = 316 } #Carpathia
command = { type = addcore which = 317 } #Ruthenia
command = { type = addcore which = 323 } #Transylvania
command = { type = addcore which = 324 } #Maros
command = { type = addcore which = 325 } #Magyar
command = { type = addcore which = 326 } #Presburg
command = { type = addcore which = 353 } #Pest
command = { type = addcore which = 354 } #Banat
command = { type = addcore which = 366 } #Croatia
command = { type = addcore which = 352 } #Odenburg
command = { type = addcore which = 367 } #Krain
command = { type = addcore which = 351 } #Austria
}
[COLOR=Red]action_b = {
name = "ACTIONNAME19008B" #The Habsburgs are no threat
command = { type = relation which = HAB value = 100 }
}[/COLOR]
}
mandead said:PM "Hungarian Lord" - he will most likely know what is best to use.![]()
Second try with events removed from bugfix thread post 268 concerningNorrefeldt said:It all looks good.
-There seems to be a problem with the event sequence playing Hungary and electing (unhistorically) János I Corvin after the death of Matthias. After János I Corvin dies in 1504, Zápolya becomes the next king (as János II Zápolya) until 1540. However, the (historical) events concerning king Lajos and Sulejman kick in around 1526 (Lajos insults Sulejman, Death of Lajos - election of Zápolya or Ferdinand etc.)
#(1490) Death of Mathias Corvinus with Austria existing
event = {
id = 188122
trigger = {
flag = Corvinus
exists = HAB
}
random = no
country = HUN
name = "EVENTNAME188122" #Death of Mathias Corvinus
desc = "EVENTHIST188122"
#-#
date = { day = [COLOR=Yellow]5[/COLOR] month = april year = 1490 }
action_a = {
name = "ACTIONNAME188122A" #Elect Vladislav Jagiello
command = { type = technology which = torthodox }
command = { type = domestic which = aristocracy value = 3 }
command = { type = domestic which = centralization value = -2 }
command = { type = domestic which = innovative value = -1 }
command = { type = domestic which = serfdom value = 2 }
command = { type = stability value = 2 }
#command = { type = AI which = peaceful.ai }
command = { type = setflag which = Jagiello }
command = { type = clrflag which = Corvinus }
command = { type = secedeprovince which = BOH value = 314 } #Silesia
command = { type = secedeprovince which = BOH value = 315 } #Moravia
[COLOR=Yellow]command = { type = secedeprovince which = BOH value = 327 } #Ostmarch[/COLOR]
command = { type = secedeprovince which = BOH value = 329 } #Erz
command = { type = secedeprovince which = BOH value = 330 } #Sudeten
[COLOR=Yellow]command = { type = removecore which = 327 } #Ostmarch[/COLOR]
command = { type = removecore which = 328 } #Bohemia
command = { type = removecore which = 330 } #Sudeten
command = { type = removecore which = 314 } #Silesia
command = { type = removecore which = 315 } #Moravia
command = { type = removecore which = 329 } #Erz
command = { type = trigger which = 258104 } #POL: Wladyslaw Jagiello, King of Hungary
command = { type = flagname which = "" }
}
action_b = {
name = "ACTIONNAME188122B" #Elect Maximilian of Habsburg (End Game)
command = { type = secedeprovince which = BOH value = 314 } #Silesia
command = { type = secedeprovince which = BOH value = 315 } #Moravia
[COLOR=Yellow]command = { type = secedeprovince which = BOH value = 327 } #Ostmarch[/COLOR]
command = { type = secedeprovince which = BOH value = 329 } #Erz
command = { type = secedeprovince which = BOH value = 330 } #Sudeten
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = trigger which = 179111 } #HAB: Inheritance of Hungary
command = { type = trigger which = 301029 } #TUR: The Kingdom of Hungary
command = { type = flagname which = "" }
}
action_c = {
name = "ACTIONNAME188122C" #Janos Corvinus shall be King!
command = { type = domestic which = centralization value = 1 }
command = { type = independence which = SIE }
command = { type = trigger which = 282000 } #SIE: Resistance to Janos Corvinus
command = { type = trigger which = 179112 } #HAB: Civil War in Hungary (Grants cores) #HAB: Civil War in Hungary
command = { type = trigger which = 301029 } #TUR: Claims on Hungary #TUR: The Kingdom of Hungary
command = { type = stability value = -6 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = secedeprovince which = BOH value = 314 } #Silesia
command = { type = secedeprovince which = BOH value = 315 } #Moravia
[COLOR=Yellow]command = { type = secedeprovince which = BOH value = 327 } #Ostmarch[/COLOR]
command = { type = secedeprovince which = BOH value = 329 } #Erz
command = { type = secedeprovince which = BOH value = 330 } #Sudeten
[COLOR=Yellow]command = { type = removecore which = 327 } #Ostmarch[/COLOR]
command = { type = removecore which = 328 } #Bohemia
command = { type = removecore which = 330 } #Sudeten
command = { type = removecore which = 314 } #Silesia
command = { type = removecore which = 315 } #Moravia
command = { type = removecore which = 329 } #Erz
command = { type = revoltrisk which = 240 value = 8 }
command = { type = sleepmonarch which = 061013 } #Jagiellon #Ulászló II
command = { type = wakemonarch which = 061016 } #Janos I Corvinus
}
}
#(1490) Death of Mathias Corvinus with Habsburgs dead
event = {
id = 188123
trigger = {
flag = Corvinus
NOT = { exists = HAB }
}
random = no
country = HUN
name = "EVENTNAME188123" #The succession of Mathias Corvinus
desc = "EVENTHIST188123"
#-#
date = { day = [COLOR=Yellow]5[/COLOR] month = april year = 1490 }
action_a = {
name = "ACTIONNAME188123A" #Elect Vladislav Jagiello
command = { type = technology which = torthodox }
command = { type = domestic which = aristocracy value = 3 }
command = { type = domestic which = centralization value = -2 }
command = { type = domestic which = innovative value = -1 }
command = { type = domestic which = serfdom value = 2 }
command = { type = stability value = 2 }
#command = { type = AI which = peaceful.ai }
command = { type = setflag which = Jagiello }
command = { type = clrflag which = Corvinus }
command = { type = secedeprovince which = BOH value = 314 } #Silesia
command = { type = secedeprovince which = BOH value = 315 } #Moravia
[COLOR=Yellow]command = { type = secedeprovince which = BOH value = 327 } #Ostmarch[/COLOR]
command = { type = secedeprovince which = BOH value = 329 } #Erz
command = { type = secedeprovince which = BOH value = 330 } #Sudeten
[COLOR=Yellow]command = { type = removecore which = 327 } #Ostmarch[/COLOR]
command = { type = removecore which = 328 } #Bohemia
command = { type = removecore which = 330 } #Sudeten
command = { type = removecore which = 314 } #Silesia
command = { type = removecore which = 315 } #Moravia
command = { type = removecore which = 329 } #Erz
command = { type = trigger which = 258104 } #POL: Wladyslaw Jagiello, King of Hungary
command = { type = flagname which = "" }
}
action_b = {
name = "ACTIONNAME188123B" #Janos Corvinus shall be King!
command = { type = domestic which = centralization value = 1 }
command = { type = independence which = SIE }
command = { type = trigger which = 282000 } #SIE: War against Corvinus #SIE: Resistance to Janos Corvinus
[COLOR=Red]command = { type = trigger which = 179112 } #HAB: Civil War in Hungary (Grants cores) #HAB: Civil War in Hungary[/COLOR]
command = { type = trigger which = 301029 } #TUR: Claims on Hungary #TUR: The Kingdom of Hungary
command = { type = stability value = -6 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = secedeprovince which = BOH value = 314 } #Silesia
command = { type = secedeprovince which = BOH value = 315 } #Moravia
[COLOR=Yellow]command = { type = secedeprovince which = BOH value = 327 } #Ostmarch[/COLOR]
command = { type = secedeprovince which = BOH value = 329 } #Erz
command = { type = secedeprovince which = BOH value = 330 } #Sudeten
[COLOR=Yellow]command = { type = removecore which = 327 } #Ostmarch[/COLOR]
command = { type = removecore which = 328 } #Bohemia
command = { type = removecore which = 330 } #Sudeten
command = { type = removecore which = 314 } #Silesia
command = { type = removecore which = 315 } #Moravia
command = { type = removecore which = 329 } #Erz
command = { type = sleepmonarch which = 061013 } #Jagiellon #Ulászló II
command = { type = wakemonarch which = 061016 } #Janos I Corvinus
command = { type = revoltrisk which = 240 value = 8 }
}
}
#(1504) Death of Janos Corvinus - Corvinus prevails
event = {
id = 188124
trigger = {
flag = Corvinus
NOT = { exists = SIE }
countrysize = 10
}
random = no
country = HUN
name = "EVENTNAME188124" #Death of Janos Corvinus
desc = "EVENTHIST188124"
#-#
date = { day = 11 month = october year = 1504 }
action_a = {
name = "ACTIONNAME188124A" #Zapolya shall be King
command = { type = wakemonarch which = 061017 } #János II Zápolya
command = { type = wakemonarch which = 061018 } #János III Zápolya
[COLOR=Yellow]command = { type = sleepmonarch which = 061014 } #Cardinal Bakócz (Regent)
command = { type = sleepmonarch which = 061015 } #Lajos II[/COLOR]
command = { type = sleepmonarch which = 061019 } #János I Zápolya
command = { type = sleepmonarch which = 061020 } #János II Zápolya
command = { type = stability value = 1 }
command = { type = revoltrisk value = -3 }
command = { type = technology which = torthodox }
}
}
#(1504) Death of Janos Corvinus - Corvinus fails
event = {
id = 188125
trigger = {
flag = Corvinus
OR = {
exists = SIE
NOT = { countrysize = 10 }
}
}
random = no
country = HUN
name = "EVENTNAME188125" #Death of Janos Corvinus
desc = "EVENTHIST188125"
#-#
date = { day = 11 month = october year = 1504 }
action_a = { #same effects as in the 1490 event
name = "ACTIONNAME188125A" #Crown Vladislav Jagiello
command = { type = technology which = torthodox } #or even worse?
command = { type = domestic which = aristocracy value = 3 }
command = { type = domestic which = centralization value = -2 }
command = { type = domestic which = innovative value = -1 }
command = { type = domestic which = serfdom value = 2 }
command = { type = stability value = 2 }
#command = { type = AI which = peaceful.ai }
command = { type = setflag which = Jagiello }
command = { type = clrflag which = Corvinus }
command = { type = revoltrisk value = -8 }
command = { type = wakemonarch which = 061048 } #Ulászló II
command = { type = inherit which = SIE }
command = { type = trigger which = 258104 } #POL: Wladyslaw Jagiello, King of Hungary
}
}
#(1520-1526) Suleyman demands the keys to Hungary
event = {
id = 19008
trigger = {
exists = HAB #Austria must exist
owned = { province = 357 data = -1 } #Thrace
control = { province = 357 data = -1 }
NOT = { owned = { province = 356 data = HUN } } #Bulgaria
NOT = { alliance = { country = HUN country = TUR } }
exists = HUN
}
random = no
country = TUR
name = "EVENTNAME19008" #Suleyman demands the keys to Hungary
desc = "EVENTHIST19008"
#-#
date = { day = 22 month = September year = 1520 }
offset = 10
deathdate = { day = 22 month = August year = 1526 }
action_a = {
name = "ACTIONNAME19008A" #Send the messengers
command = { type = relation which = VEN value = 100 }
command = { type = relation which = FRA value = 100 }
command = { type = addcore which = 316 } #Carpathia
command = { type = addcore which = 317 } #Ruthenia
command = { type = addcore which = 323 } #Transylvania
command = { type = addcore which = 324 } #Maros
command = { type = addcore which = 325 } #Magyar
command = { type = addcore which = 326 } #Presburg
command = { type = addcore which = 353 } #Pest
command = { type = addcore which = 354 } #Banat
command = { type = addcore which = 366 } #Croatia
command = { type = addcore which = 352 } #Odenburg
command = { type = addcore which = 367 } #Krain
command = { type = addcore which = 351 } #Austria
command = { type = trigger which = 19009 } #HUN: Suleyman Demands Our Submission (Janos Corvinus failed)
[COLOR=Yellow]command = { type = trigger which = 188009 } #HUN: Suleyman Demands Our Submission (Janos Corvinus prevailed)[/COLOR]
command = { type = sleepevent which = 301064 } #TUR: The Habsburgs' threat
}
[COLOR=Red]action_b = {
name = "ACTIONNAME19008B" #The Habsburgs are no threat
command = { type = relation which = HUN value = 100 }
command = { type = relation which = HAB value = 100 }
command = { type = sleepevent which = 301064 } #TUR: The Habsburgs' threat
}[/COLOR]
}
#(1526) The Habsburgs' threat - Ahistorical
event = {
id = 301064
trigger = {
exists = HAB #Austria must exist
owned = { province = 357 data = -1 } #Thrace
owned = { province = 356 data = -1 } #Bulgaria
NOT = { exists = HUN }
}
random = no
country = TUR
name = "EVENTNAME301064" #The Habsburgs' threat
desc = "EVENTHIST301064"
#-#
date = { day = 23 month = august year = 1526 }
offset = 30
deathdate = { day = 6 month = september year = 1566 } #Suleyman's death
action_a = {
name = "ACTIONNAME19008A" #Send the messengers
command = { type = relation which = VEN value = 100 }
command = { type = relation which = FRA value = 100 }
command = { type = addcore which = 316 } #Carpathia
command = { type = addcore which = 317 } #Ruthenia
command = { type = addcore which = 323 } #Transylvania
command = { type = addcore which = 324 } #Maros
command = { type = addcore which = 325 } #Magyar
command = { type = addcore which = 326 } #Presburg
command = { type = addcore which = 353 } #Pest
command = { type = addcore which = 354 } #Banat
command = { type = addcore which = 366 } #Croatia
command = { type = addcore which = 352 } #Odenburg
command = { type = addcore which = 367 } #Krain
command = { type = addcore which = 351 } #Austria
[COLOR=Yellow]command = { type = sleepevent which = 19008 } #TUR: Suleyman demands the keys to Hungary[/COLOR]
}
[COLOR=Red]action_b = {
name = "ACTIONNAME19008B" #The Habsburgs are no threat
command = { type = relation which = HAB value = 100 }
}[/COLOR]
}
#(1520-1526) Suleyman demands the Submission of Hungary
event = {
id = 19009 #triggered by TUR_19008 A
trigger = {
[COLOR=Yellow]NOT = { monarch = 061017 } #János II Zápolya (Janos Corvinus prevailed)[/COLOR]
}
random = no
country = HUN
name = "EVENTNAME19009" #Suleyman Demands Our Submission
desc = "EVENTHIST19009"
#-#
action_a = {
name = "ACTIONNAME19009A" #Delay the ambassador, we must find allies
command = { type = trigger which = 19010 } #TUR: Lajos insults Suleyman
command = { type = relation which = TUR value = -100 }
}
action_b = {
name = "ACTIONNAME19009B" #We must submit
command = { type = relation which = HAB value = -50 }
command = { type = relation which = PAP value = -50 }
command = { type = relation which = TUR value = 100 }
command = { type = stability value = -4 }
command = { type = trigger which = 19011 } #TUR: Lajos submits to Suleyman
}
}
#(1520-1526) Lajos Insults the [COLOR=Yellow]Sultan[/COLOR]
event = {
id = 19010 #triggered by HUN_19009 A
random = no
country = TUR
name = "EVENTNAME19010" #Lajos insults Suleyman
desc = "EVENTHIST19010"
#-#
action_a = {
name = "ACTIONNAME19010A" #Prepare for battle!
command = { type = relation which = HUN value = -100 }
}
}
#(1520-1526) Lajos Submits to the Great Suleyman
event = {
id = 19011 #triggered by HUN_19009 B or HUN_1901[COLOR=Yellow]3[/COLOR] B
random = no
country = TUR
name = "EVENTNAME19011" #Lajos submits to Suleyman
desc = "EVENTHIST19011"
#-#
action_a = {
name = "ACTIONNAME40116A" #Excellent!
command = { type = vassal which = HUN }
[COLOR=Yellow]command = { }[/COLOR]
}
}
#(1526) The Invasion of Hungary
event = {
id = 19013
trigger = { event = 19010 } [COLOR=Yellow]#HUN: Lajos insults Suleyman[/COLOR]
random = no
country = HUN
name = "EVENTNAME19013" #The Turks Approach!
desc = "EVENTHIST19013"
#-#
date = { day = 22 month = august year = 1526 }
action_a = {
name = "ACTIONNAME19013A" #We will fight them!
command = { type = trigger which = 19014 } #HUN: The Battle of Mohacs
command = { type = secedeprovince which = TUR value = 355 } #Serbia
}
action_b = {
name = "ACTIONNAME19013B" #We cannot hope to prevail
command = { type = relation which = HAB value = -100 }
command = { type = relation which = PAP value = -50 }
command = { type = relation which = SPA value = -50 }
command = { type = relation which = CAS value = -50 } #In case Spain never formed
command = { type = relation which = TUR value = 100 }
command = { type = stability value = -4 }
command = { type = secedeprovince which = TUR value = 355 } #Serbia
command = { type = trigger which = 19011 } #TUR: Lajos submits to Suleyman
}
}
#(1526) The Assassination of Lajos II
event = {
id = 19015
trigger = { event = 19011 } [COLOR=Yellow]#HUN: Lajos submits to Suleyman[/COLOR]
random = no
country = HUN
name = "EVENTNAME19015" #The Assassination of Lajos II
desc = "EVENTHIST19015"
#-#
date = { day = 22 month = August year = 1526 }
action_a = {
name = "ACTIONNAME19015A" #Down with the King!
command = { type = stability value = -2 }
command = { type = trigger which = 19017 } #HUN: Electing a New King
command = { type = trigger which = 3642 } #Election of the King of Bohemia #BOH: The Death of King Lajos of Bohemia
}
}
#(1520-1526) Suleyman demands the Submission of Hungary
event = {
id = 188009 #triggered by TUR_19008 A
trigger = { monarch = 061017 } #János II Zápolya (Janos Corvinus failed)
random = no
country = HUN
name = "EVENTNAME19009" #Suleyman Demands Our Submission
desc = "EVENTHIST188009"
#-#
action_a = {
name = "ACTIONNAME19009A" #Delay the ambassador, we must find allies
command = { type = trigger which = 301066 } #TUR: János II insults Suleyman
command = { type = relation which = TUR value = -100 }
}
action_b = {
name = "ACTIONNAME19009B" #We must submit
command = { type = relation which = HAB value = -50 }
command = { type = relation which = PAP value = -50 }
command = { type = relation which = TUR value = 100 }
command = { type = stability value = -4 }
command = { type = trigger which = 301067 } #TUR: János II submits to Suleyman
}
}
#(1520-1526) János II Insults the Sultan
event = {
id = 301066 #triggered by HUN_188009 A
random = no
country = TUR
name = "EVENTNAME301066" #János II insults Suleyman
desc = "EVENTHIST301066"
#-#
action_a = {
name = "ACTIONNAME19010A" #Prepare for battle!
command = { type = relation which = HUN value = -100 }
}
}
#(1520-1526) János II Submits to the Great Suleyman
event = {
id = 301067 #triggered by HUN_188009 B or HUN_1901[COLOR=Yellow]3[/COLOR] B
random = no
country = TUR
name = "EVENTNAME301067" #János II submits to Suleyman
desc = "EVENTHIST301067"
#-#
action_a = {
name = "ACTIONNAME40116A" #Excellent!
command = { type = vassal which = HUN }
[COLOR=Yellow]command = { }[/COLOR]
}
}
#(1540) The Death of János Zápolya
event = {
id = 19024
trigger = {
NOT = {
vassal = { country = TUR country = HUN }
vassal = { country = HAB country = HUN }
}
[COLOR=Yellow]exists = HAB[/COLOR]
}
random = no
country = HUN
name = "EVENTNAME19019" #The Death of János Zápolya
desc = "EVENTHIST19024"
#-#
date = { day = [COLOR=Yellow]22[/COLOR] month = july year = 1540 }
action_a = {
name = "ACTIONNAME19016A" #Elect János Sigusmund of Transylvania
command = { type = stability value = -4 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revoltrisk which = 72 value = 1 }
command = { type = revoltrisk which = 60 value = 1 }
command = { type = revoltrisk which = 48 value = 1 }
command = { type = revoltrisk which = 36 value = 1 }
command = { type = revoltrisk which = 24 value = 1 }
command = { type = revoltrisk which = 12 value = 1 }
command = { type = trigger which = 19026 } #HAB: The Death of János Zápolya
}
action_b = {
name = "ACTIONNAME19016B" #Elect Ferdinand Habsburg of Austria
command = { type = dynastic which = HAB }
command = { type = alliance which = HAB }
command = { type = relation which = HAB value = 200 }
command = { type = stability value = -2 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revoltrisk which = 36 value = 1 }
command = { type = revoltrisk which = 24 value = 1 }
command = { type = revoltrisk which = 12 value = 1 }
command = { type = trigger which = 3185 } #HAB: The Habsburg Inheritance of Hungary
command = { type = trigger which = 19018 } #HUN: The Habsburg rule Hungary
command = { type = trigger which = 19023 } #TUR: The Turks Respond
}
}
historicalmonarch = {
id = { type = 6 id = 061019 }
name = "János I Zápolya"
startdate = {
day = 29
month = august
year = 1526
}
deathdate = {
day = [COLOR=Yellow]23 #prev. 22[/COLOR]
month = july
year = 1540
}
DIP = 6
ADM = 7
MIL = 5
}
historicalmonarch = {
id = { type = 6 id = 061020 }
name = "János II Zápolya"
startdate = {
year = 1540
month = july
day = 23
}
deathdate = {
year = 1571
month = may
day = 24
}
DIP = 5
ADM = 4
MIL = 5
}
#(1540) The Death of János Zápolya
event = {
id = 19021
trigger = {
exists = HAB
exists = HUN
vassal = { country = TUR country = HUN }
event = 19016 [COLOR=Yellow]#HUN: Electing a New King (The Battle of Mohacs, pt II)[/COLOR]
event = 3186 [COLOR=Yellow]#HAB: The Habsburg Inheritance of Hungary[/COLOR]
NOT = { event = 19019 } [COLOR=Yellow]#TUR: The Death of János Zápolya[/COLOR]
}
random = no
country = TUR
name = "EVENTNAME19019" #The Death of János Zápolya
desc = "EVENTHIST19021"
#-#
date = { day = [COLOR=Yellow]22[/COLOR] month = july year = 1540 }
action_a = {
name = "ACTIONNAME19019A" #Split the Kingdom
command = { type = inherit which = HUN }
command = { type = secedeprovince which = HAB value = 325 } #Magyar
command = { type = secedeprovince which = HAB value = 353 } #Pest
command = { type = secedeprovince which = HAB value = 316 } #Carpathia
}
action_b = {
name = "ACTIONNAME19019C" #Let Ferdinand have it!
command = { type = trigger which = 3185 } #HAB: The Habsburg Inheritance of Hungary
command = { type = trigger which = 19018 } #HUN: The Habsburg rule Hungary
}
}
#(1526) The Battle of Mohacs, pt II
event = {
id = 19016 #triggered by HUN_19014
random = no
country = HUN
name = "EVENTNAME19016" #Electing a New King
desc = "EVENTHIST19016"
#-#
action_a = {
name = "ACTIONNAME19016A" #Elect János Zápolya of Transylvania [COLOR=Yellow](possible End Game)[/COLOR]
command = { type = stability value = -4 }
command = { type = secedeprovince which = HAB value = 326 } #Presburg
command = { type = secedeprovince which = HAB value = 351 } #Austria
command = { type = secedeprovince which = HAB value = 352 } #Odenburg
command = { type = secedeprovince which = HAB value = 367 } #Krain
command = { type = secedeprovince which = HAB value = 369 } #Steiermark
command = { type = secedeprovince which = HAB value = 327 } #Ostmarch
command = { type = relation which = TUR value = 150 }
command = { type = breakvassal which = POL }
command = { type = alliance which = TUR }
command = { type = trigger which = 3186 } #HAB: The Habsburg Inheritance of Hungary
}
action_b = {
name = "ACTIONNAME3639B" #Elect Ferdinand Habsburg of Austria
command = { type = breakvassal which = POL }
command = { type = dynastic which = HAB }
command = { type = alliance which = HAB }
command = { type = relation which = HAB value = 200 }
command = { type = stability value = -4 }
command = { type = secedeprovince which = TUR value = 317 } #Ruthenia
command = { type = secedeprovince which = TUR value = 323 } #Transylvania
command = { type = secedeprovince which = TUR value = 354 } #Banat
command = { type = secedeprovince which = TUR value = 362 } #Ragusa
command = { type = secedeprovince which = TUR value = 364 } #Bosnia
command = { type = secedeprovince which = TUR value = 365 } #Dalmatia
command = { type = secedeprovince which = TUR value = 366 } #Croatia
command = { type = trigger which = 3185 } #HAB: The Habsburg Inheritance of Hungary
command = { type = trigger which = 19018 } #HUN: The Habsburg rule Hungary
command = { type = trigger which = 19023 } #TUR: The Turks Respond
}
}
Janos Corvinus died prematurely on October 12th 1504; his only son Christopher is a weakly, ill child expected to die soon. Therefore shortly before his death he has approached Janos Zapolya, the most influential Hungarian magnate who is known to be opposed to a foreign King, and offered him the throne in order to reach a reconciliation between the crown and the magnates. The ambitious Zapolya accepts and will become King as Janos II. By giving the crown to him, opposition against central authority among the nobility will be substantially weakened - considering that all his friends and supporters can be expected to continue backing him as King.
Well just cosmetic, I prefer the colors and graphics of the second CoA you postedHungarian Lord said:After using up a few hours to scan all the books I could find on Mátyás and the Hunyadis these CoAs were indeed included as historical ones:
[images]
The following Fekete Sereg flag wasn't show in any of these but they mentioned it:
[image]
This description is correct so that means it is backed by historical findings.
Th stripes should be white, becouse it the original Árpád style flag has white too and I'm sure they wouldn't make them black becouse of being "Black Brigade". But on the other hand I find the Coats of Arms on this army flag not historical and kinda made up from some fantasy.
Bordic: What's your problem with the current 1.50 CoA?It looks just good for me.
Sorry, I don't understand here. I am trying to solve a problem, bugfixing if we want, with current events adding the alternative situation in case Zapolia and not Janos Corvinus and than Lajos is on the throne between 1504 and 1526 when these events happen. As to let Turkey get their cores on Austria I have written a couple of sister events for HUN and TUR testing the current monarchs. The problem with the events you report (301064 and 19008 ) can be solved by adding a sleepevent command in TUR_301064 action A referred to 19008 in the same way as it is done to 19008:Norrefeldt said:I find the sequence more complicated than is needed.
The two TUR events 301064 and 19008 can both happen, if in that order. We don't need them both, as the effects are the same no matter what. The text could just be written differently, as the whole threat come from HAB claims to the Hungarian throne, and those claims would be the same even if there were no HUN for the moment.
command = { type = sleepevent which = 19008 } #TUR: Suleyman demands the keys to Hungary
AS for the rest I don't know as there should be a purpose of the first modder for this sort of complicated sequence...19010 also isn't needed, and if we want a -200 hit to relations, put it all in 19009A. The action text should be understandable from both sides: "Delay the ambassador". It will appear in the log and should be enough.
19013 should then be slept by 19009B. Or we could use a flag. Same thing with 301066.