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

Toio

Field Marshal
6 Badges
Jun 18, 2003
7.699
0
Visit site
  • Europa Universalis III
  • Europa Universalis III Complete
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
Morean event

#(1448-1452) Achaea

event = {
id = 286010
trigger = {
owned = { province = 1369 data = -1 } #Achaea
}
random = no
country = SPR
name = "EVENTNAME286010" #Division of Achaean lands
desc = "EVENTHIST286010"
#-#in 1448. Thomas remained Despot of the Morea, but was forced to share the rule with his older brother Demetrios from 1449. The Byzantine holdings in Morea had expanded considerably at the expense of the Latin Principality of Achaea. Thomas decided to take Achaea and leave the Morean lands to his brother.

date = { day = 21 month = january year = 1448 }
offset = 60
deathdate = { day = 29 month = december year = 1452 }

action_a = {
name = "ACTIONNAME286010A" #Brothers divide the Peloponnese
command = { type = independence which = ACH }
command = { type = provincemanpower which = 1369 value = -1 } #Achaea
}
}
 
Last edited:
Morean event

#(1448-1452) Achaea

event = {
id = 286010
trigger = {
owned = { province = 1369 data = -1 }
}
random = no
country = SPR
name = "EVENTNAME286010" #Division of Achaean lands
desc = "EVENTHIST286010"
#-#in 1448. Thomas remained Despot of the Morea, but was forced to share the rule with his older brother Demetrios from 1449. The Byzantine holdings in Morea had expanded considerably at the expense of the Latin Principality of Achaea. Thomas decided to take Achaea and leave the Morean lands to his brother.

date = { day = 21 month = january year = 1448 }
offset = 60
deathdate = { day = 29 month = december year = 1452 }

action_a = {
name = "ACTIONNAME286010A" #Brothers divide the Peloponnese
command = { type = independence which = ACH }
command = { type = provincemanpower which = 1369 value = -1 }
}
}

Shouldn´t he have a b choice to betray his brother and keep it all with a bit of stability hit and a revolt and revoltrisk?

Shouldn´t SPR actually *control* both provinces to be able to grant independance so that they don´t do that when another country would control the province and suddenly is deprived of his warscore? If the division can be represented by two provinces then why the provincemanpowerloss in the province he keeps?
 
Achaen event

#(1459-1462) Division again

event = {
id = xxxxx
trigger = {
exists = SPR
}
random = no
country = ACH
name = "EVENTNAMExxxxx" #Reclaim the Pelopennese
desc = "EVENTHISTxxxxx"
#-#without a Byzantium state to maintain peace in the family, Thomas sought western support against both the Ottomans and his competitive brother Demetrios. He allied with Genoa and the Pope, and defeated Demetrios, who fled seeking help from the Ottomans in 1460. The Ottoman army duly attacked Morea and quickly breached the Hexamilion wall across the Isthmus of Corinth, which was too long to be effectively manned and defended by Thomas' forces. Thomas escaped with his family to Italy, where he had already been recognized as the legitimate heir to the Byzantine Empire at Rome.

date = { day = 23 month = june year = 1459 }
offset = 60
deathdate = { day = 29 month = december year = 1462 }

action_a = {
name = "ACTIONNAMExxxxxA" #Brothers in divide
command = { type = addcore_national which = 360 } #Morea
command = { type = relation which = TUR value = -50 }
command = { type = relation which = SPR value = -200 }
}
}
 
Last edited:
Shouldn´t he have a b choice to betray his brother and keep it all with a bit of stability hit and a revolt and revoltrisk?

Shouldn´t SPR actually *control* both provinces to be able to grant independance so that they don´t do that when another country would control the province and suddenly is deprived of his warscore? If the division can be represented by two provinces then why the provincemanpowerloss in the province he keeps?

add a B choice if you like .....I will not .........besides it makes no sense, thomas ruled Morea and HE moved to Achaea, its his choice

SPR control their own capital lands ? ......what do you mean
We decided not to have both owned and control in this mod as there are too many lands and prevents other events firing on time.
province manpower loss represents some minor lords keeping allegiuance with demetrios
 
Epirus events

#(1419-1430) Morean claims

event = {
id = xxxxx
trigger = {
exists = SPR
}
random = no
country = EPI
name = "EVENTNAMExxxxx" #Claim on the Pelopennese
desc = "EVENTHISTxxxxx"
#-#Carlo Tocco, Count of Cephalonia, Leukas, Zakynthos and Ithaca, whose wife Francesca had inherited Corinth and other Morean towns from her father, sought to claim and establish himself in the Morea. Clarenza was taken and held by Tocco amid annoyance by Constantine.

date = { day = 12 month = march year = 1419 }
offset = 60
deathdate = { day = 29 month = december year = 1427 }

action_a = {
name = "ACTIONNAMExxxxxA" #Claim by marriage
command = { type = addcore_claim which = 360 } #Morea
command = { type = relation which = TUR value = -50 }
command = { type = relation which = SPR value = -100 }
}
}



#(1429-1440) Turmoil in Epirote lands

event = {
id = xxxxx
trigger = {
owned = { province = 1399 data = -1 } #Cephalonia
owned = { province = 1954 data = -1 } #Epirus
control = { province = 1954 data = TUR } #Epirus
}
random = no
country = EPI
name = "EVENTNAMExxxxx" #Move our capital
desc = "EVENTHISTxxxxx"
#-#Carlo Tocco, Count of Cephalonia, Leukas, Zakynthos and Ithaca, having no legitimate heir appealed to the Turks to usurp the epirote lands. The Ottomans finding this as an excuse appeared in Arta with their armies and demanded surrender of the capital. Carlo quickly moved the capital to Zakynthos and relinquised mainland Epirus to the Ottomans.

date = { day = 2 month = july year = 1429 }
offset = 60
deathdate = { day = 29 month = december year = 1440 }

action_a = {
name = "ACTIONNAMExxxxxA" #Capital move to survive
command = { type = capital which = 1399 } #Cephalonia
command = { type = relation which = TUR value = -50 }
command = { type = cedeprovince which = TUR value = 1954 } #Epirus
}
}
 
Last edited:
@ Toio

Could you please add province name in both events in posts #149 and #151? Are 360 Morea and 1369 Achaea?