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

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
These I've been working on a while for my new GC, see if anything catches your fancy.

event = {
id = 89000
trigger = {
control = { province = 357 data = TUR }
}
random = no
country = TUR
name = "The Fall of Constantinople"
desc = "Constantinople was once the richest city in all of Europe and perhaps the world. While the invasion in the Fourth Crusade had taken much of that wealth, there were still a great many treasures in the city. While Islamic law calls for looting of up to three days, Murad II sent in a disorganized mass of soldiers, and got impatient after two days and entered the city himself to take command of the city."
style = 0
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1492 }

action_a ={
name = "Loot the city for two days."
command = { type = treasury value = 1000 }
command = { type = trigger which = 89002 }
}
action_b ={
name = "Sack Constantinople!"
command = { type = treasury value = 2000 }
command = { type = trigger which = 89001 }
}
action_c ={
name = "Only loot the palace."
command = { type = treasury value = 300 }
command = { type = trigger which = 89003 }
}
}

event = {
id = 89001
random = no
country = BYZ
name = "The Sacking of Constantinople"
desc = "With Constantinople fallen, we have no choice but to move to our last refuge in the Despotate of Morea, or submit to the mercy of the Turks."
style = 0
action_a ={
name = "Flee to Morea."
command = { type = population which = 357 value = -40000 }
command = { type = provincetax which = 357 value = -5 }
command = { type = capital which = 360 }
command = { type = population which = 360 value = 1000 }
command = { type = provincetax which = 360 value = 1 }
}
action_b ={
name = "Take your chances with the Turks."
command = { type = trigger which = 89024 }
command = { type = population which = 357 value = -39000 }
command = { type = provincetax which = 357 value = -4 }
}
}

event = {
id = 89002
random = no
country = BYZ
name = "The Looting of Constantinople"
desc = "With Constantinople fallen, we have no choice but to move to our last refuge in the Despotate of Morea, or submit to the mercy of the Turks."
style = 0
action_a ={
name = "Flee to Morea."
command = { type = population which = 357 value = -20000 }
command = { type = provincetax which = 357 value = -3 }
command = { type = capital which = 360 }
command = { type = population which = 360 value = 1000 }
command = { type = provincetax which = 360 value = 1 }
}
action_b ={
name = "Take your chances with the Turks."
command = { type = trigger which = 89024 }
command = { type = population which = 357 value = -19000 }
command = { type = provincetax which = 357 value = -2 }
}
}

event = {
id = 89003
random = no
country = BYZ
name = "The Fall of Constantinople"
desc = "With Constantinople fallen, we have no choice but to move to our last refuge in the Despotate of Morea, or submit to the mercy of the Turks."
style = 0
action_a ={
name = "Flee to Morea."
command = { type = population which = 357 value = -1000 }
command = { type = capital which = 360 }
command = { type = population which = 360 value = 1000 }
command = { type = provincetax which = 360 value = 1 }
}
action_b ={
name = "Take your chances with the Turks."
command = { type = trigger which = 89024 }
}
}

event = {
id = 89024
random = no
country = TUR
name = "Capture of the Emperor"
desc = "The court of Rome has chosen to remain in Constantinople, and is at our mercy."
style = 0
action_a ={
name = "Their realm belongs to us."
command = { type = inherit which = BYZ }
}
action_b ={
name = "Force the Emperor to kneel."
command = { type = vassal which = BYZ }
}
action_c ={
name = "Allow him to be ransomed."
command = { type = treasury value = 300 }
}
}

#End of the Trade Agreement#
event = {
id = 89004
random = no
country = GEN
name = "End of the agreement with the Turks"
desc = "The Ottoman Empire had an agreement with Genoa and Venice over trade, that allowed Genoa to command large portions of the black sea trade. Now the turks have cancelled our agreement, and the black sea is lost to us."
style = 0
action_a ={ # Grab and run
name = "Take what we can, and leave the rest."
command = { type = treasury value = 200 }
}
action_b ={ # Scorched earth
name = "Destroy the forts and take everything."
command = { type = treasury value = 500 }
command = { type = provincetax which = 464 value = -1 }
command = { type = provincetax which = 465 value = -1 }
command = { type = fortress which = 464 value = -1 }
command = { type = fortress which = 465 value = -1 }
}
}

#Loss of Kerch and Kaffa to Trebizond#
event = {
id = 89005
trigger ={
event = 89004
exists = TRE
}
random = no
country = GEN
name = "Loss of Kerch and Kaffa"
desc = "With the end of our influence in the Black Sea, we can no longer maintain our influence over Kerch and Kaffa. They will revert to the Empire of Trebizond."
style = 0
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1492 }

action_a ={ # Well damnit!
name = "Curses!"
command = { type = secedeprovince which = GEO value = 470 }
command = { type = secedeprovince which = GEO value = 469 }
command = { type = secedeprovince which = CRI value = 463 }
command = { type = secedeprovince which = TRE value = 464 }
command = { type = secedeprovince which = TRE value = 465 }
command = { type = independence which = CRI }
command = { type = independence which = GEO }
}
}

#Loss of Kerch and Kaffa to the Ottoman Empire#
event = {
id = 89006
trigger ={
event = 89004
exists = TUR
NOT = {
exists = TRE
}
}
random = no
country = GEN
name = "Loss of Kerch and Kaffa"
desc = "With the end of our influence in the Black Sea, we can no longer maintain our influence over Kerch and Kaffa. Since the Empire of Trebizond exists no more, the land will go to it's conquerers, the Ottoman Empire."
style = 1
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1492 }

action_a ={ # Well damnit!
name = "Curses!"
command = { type = secedeprovince which = GEO value = 470 }
command = { type = secedeprovince which = GEO value = 469 }
command = { type = secedeprovince which = CRI value = 463 }
command = { type = secedeprovince which = TUR value = 464 }
command = { type = secedeprovince which = TUR value = 465 }
command = { type = independence which = CRI }
command = { type = independence which = GEO }
}
}

#Fall of Constantinople, the Trebizond reaction#
event = {
id = 89015
trigger ={
event = 3353
}
random = no
country = TRE
name = "The Fall of Constantinople"
desc = "The Ottoman Empire has taken Constantinople. We are now one of the last vestiges of the Roman Empire left, how shall we respond?"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1491 }

action_a ={ #
name = "We must become the new Roman Empire!"
command = { type = relation which = TUR value = -200 }
command = { type = add_countryculture which = slavonic }
command = { type = addcore which = 320 }
command = { type = addcore which = 321 }
command = { type = addcore which = 355 }
command = { type = addcore which = 356 }
command = { type = addcore which = 358 }
command = { type = addcore which = 359 }
command = { type = addcore which = 360 }
command = { type = addcore which = 361 }
command = { type = addcore which = 362 }
command = { type = addcore which = 363 }
command = { type = addcore which = 479 }
command = { type = addcore which = 480 }
command = { type = addcore which = 481 }
command = { type = addcore which = 484 }
command = { type = addcore which = 820 }
}

action_b ={ #
name = "Let the Roman Empire rest in peace at last."
command = { type = relation which = TUR value = 100 }
}
}

#Fall of Constantinople, the Albanian reaction#
event = {
id = 89016
trigger ={
event = 3353
}
random = no
country = ALB
name = "The Fall of Constantinople"
desc = "The Ottoman Empire has taken Constantinople. We are now one of the last vestiges of the Roman Empire left, how shall we respond?"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1491 }

action_a ={ #
name = "Let the Roman Empire rest in peace at last."
command = { type = relation which = TUR value = 100 }
}

action_b ={ #
name = "We must become the new Roman Empire!"
command = { type = relation which = TUR value = -200 }
command = { type = add_countryculture which = greek }
command = { type = add_countryculture which = slavonic }
command = { type = addcore which = 320 }
command = { type = addcore which = 321 }
command = { type = addcore which = 355 }
command = { type = addcore which = 356 }
command = { type = addcore which = 357 }
command = { type = addcore which = 358 }
command = { type = addcore which = 359 }
command = { type = addcore which = 360 }
command = { type = addcore which = 361 }
command = { type = addcore which = 362 }
command = { type = addcore which = 363 }
command = { type = addcore which = 479 }
command = { type = addcore which = 480 }
command = { type = addcore which = 481 }
command = { type = addcore which = 484 }
command = { type = addcore which = 820 }
}
}

#Fall of Trebizond to the Ottoman Turks#
event = {
id = 89017
trigger = {
owned = {
province = 475
data = -1
}
}
random = no
country = TUR
name = "Fall of the Empire of Trebizond"
desc = "Trebizond was the last holdout of the eastern Roman Empire left in Anatolia. With it's fall, Anatolia is at last completely ours."
style = 1

date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1491 }

action_a ={
name = "Anatolia is fully Turkish at last!"
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = provinceculture which = 475 value = turkish }
command = { type = provinceculture which = 464 value = turkish }
command = { type = provinceculture which = 465 value = turkish }
command = { type = provincereligion which = 475 value = sunni }
command = { type = provincereligion which = 464 value = sunni }
command = { type = provincereligion which = 465 value = sunni }
command = { type = addcore which = 464 }
command = { type = addcore which = 465 }
command = { type = stability value = 1 }
}
}

event = {
id = 89018
trigger = {
owned = {
province = 357
data = -1
}
}
random = no
country = TUR
name = "The Empty City"
desc = "Constantinople was largely depopulated because of the numerous wars and decline of the Roman Empire, and so Constantinople was almost a ghost town when the Turks finally seized the city. The few remaining inhabitants fled during the ferocious Turkish assault. This city is meant to hold many hundreds of thousands of people, and enormous numbers of people eagerly await their move to the City of Men's Desire."
style = 1

date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1491 }

action_a ={
name = "Repopulate Constantinople!"
command = { type = population which = 357 value = 100000 }
command = { type = provincetax which = 357 value = 10 }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = stability value = 1 }
command = { type = provincereligion which = 357 value = sunni }
command = { type = provinceculture which = 357 value = turkish }
}
}

#End of Italian Influence#
event = {
id = 89019
random = no
country = GEN
name = "End of the agreement with the Turks"
desc = "The Ottoman Empire had an agreement with Genoa and Venice over trade, that allowed Genoa to command large portions of the black sea trade. The Roman Empire has retaken command over the area however, and we can no longer maintain our presence in Kerch and Kaffa."
style = 0
action_a ={ # Grab and run
name = "Take what we can, and leave the rest."
command = { type = treasury value = 200 }
}
action_b ={ # Scorched earth
name = "Destroy the forts and take everything."
command = { type = treasury value = 500 }
command = { type = provincetax which = 464 value = -1 }
command = { type = provincetax which = 465 value = -1 }
command = { type = fortress which = 464 value = -1 }
command = { type = fortress which = 465 value = -1 }
}
}

#Loss of Kerch and Kaffa to the Roman Empire#
event = {
id = 89020
trigger ={
event = 89019
}
random = no
country = GEN
name = "Loss of Kerch and Kaffa"
desc = "With the end of our influence in the Black Sea, we can no longer maintain our influence over Kerch and Kaffa. Since the Empire of Trebizond exists no more, the land will go to the Roman Empire."
style = 1
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1492 }

action_a ={ # Well damnit!
name = "Curses!"
command = { type = secedeprovince which = GEO value = 470 }
command = { type = secedeprovince which = GEO value = 469 }
command = { type = secedeprovince which = CRI value = 463 }
command = { type = secedeprovince which = BYZ value = 464 }
command = { type = secedeprovince which = BYZ value = 465 }
command = { type = independence which = CRI }
command = { type = independence which = GEO }
}
}

event = {
id = 89021
trigger = {
owned = {
province = 357
data = -1
}
countrysize = 5
}
random = no
country = BYZ
name = "The Empire's Revival"
desc = "Constantinople was largely depopulated because of the numerous wars and decline of the Roman Empire, and so Constantinople was almost a ghost town during the early 15th century. Through a number of desperately needed actions however, the empire has managed to hold on, and claw back some of it's lost lands, enough that those who fled from Constantinople earlier returned to their homes, and a sense of normalcy returned to the Roman Empire."
style = 1

date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1491 }

action_a ={
name = "Long live the Empire!"
command = { type = population which = 357 value = 100000 }
command = { type = provincetax which = 357 value = 10 }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = stability value = 1 }
}
}

event = {
id = 89022
trigger = {
owned = {
province = 357
data = -1
}
NOT = {
exists = TUR
cot = 357
}
}
random = no
country = BYZ
name = "The End of Italian influence."
desc = "During the conflict between the Turks, the Italian trading powerhouses of Genoa and Venice had been playing both sides. While assisting their Christian brothers against the Turks, at the same time they maintained an agreement basically giving control of the Black Sea and Mediterranean trade to the Italians, an advantage the Roman Empire previously enjoyed. With the Turkish threat eliminated however, perhaps it's time to take back what is ours..."
style = 1

date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "This is our domain!."
command = { type = cot which = 357 }
command = { type = merchants value = 6 }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = domestic which = MERCANTILISM value = 1 }
command = { type = relation which = VEN value = -50 }
command = { type = relation which = GEN value = -50 }
command = { type = stability value = 1 }
}
command = { type = trigger which = 89019 }
}


action_a ={
name = "Their bribes are quite motivating."
command = { type = treasury value = 1000 }
command = { type = domestic which = MERCANTILISM value = -3 }
command = { type = relation which = VEN value = 150 }
command = { type = relation which = GEN value = 150 }
command = { type = trade value = 500 }
}
}

event = {
id = 89023
trigger = {
event = 89000
NOT = {
exists = TUR
}
owned = {
province = 357
data = -1
}
}
random = no
country = BYZ
name = "The move back to Constantinople."
desc = "When Constantinople fell, the Paleologus dynasty fled to Morea, to continue their fight against the Turk from the Despotate of Morea. Eventually victorious, the opportunity was there to reestablish the fallen Roman Empire in Constantinople."
style = 1

date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "Yes, let us again be the Roman Empire!"
command = { type = capital which = 357 }
command = { type = domestic which = CENTRALIZATION value = 2 }
command = { type = stability value = 2 }
}

action_a ={
name = "No, let us stay in Morea."
command = { type = domestic which = CENTRALIZATION value = -2 }
command = { type = stability value = 1 }
}
}

event = {
id = 89030
trigger = {
owned = { province = 474 data = -1 } # Sivas
owned = { province = 475 data = -1 } # Trabzon
owned = { province = 476 data = -1 } # Angora
owned = { province = 477 data = -1 } # Anatolia
owned = { province = 482 data = -1 } # Konya
owned = { province = 483 data = -1 } # Adana
owned = { province = 1609 data = -1 } # Kastamonu
owned = { province = 1610 data = -1 } # Antalya
owned = { province = 1611 data = -1 } # Taurus
}
random = no
country = BYZ
name = "The Fall of Turkish Anatolia"
desc = "For centuries the Turkish invaders have slowly pushed us further and further west, first the Seljuks drove us from Syria and Eastern Anatolia, then the Osmans drove us entirely from Anatolia. We have retaken Asia Minor however, and Greek refugees are free to return to their homes. Now what are we to do with the Turks? Their lords offer us tribute and succor, but perhaps it would be safer to be rid of them for good."
style = 0
date = { day = 1 month = january year = 1419 }
offset = 0
deathdate = { day = 1 month = january year = 1820 }

action_a ={ # Ahh why not
name = "Accept the Beys." #Activates Bey's Demands, which can get annoying plenty fast...
command = { type = addcountryculture which = turkish }
command = { type = provinceculture which = 475 value = greek }
command = { type = provincereligion which = 475 value = orthodox }
command = { type = provinceculture which = 478 value = greek }
command = { type = provincereligion which = 478 value = orthodox }
command = { type = provinceculture which = 358 value = greek }
command = { type = provincereligion which = 358 value = orthodox }
command = { type = provinceculture which = 464 value = greek }
command = { type = provincereligion which = 464 value = orthodox }
command = { type = provinceculture which = 465 value = greek }
command = { type = provincereligion which = 465 value = orthodox }
command = { type = domestic which = aristocracy value = 4 } # Add a HUGE bunch of new nobles
command = { type = domestic which = centralization value = -4 } # More power to the countryside
command = { type = stability which = 1 }
command = { type = treasury value = 100 }
}
action_b ={ # Maybe if you weren't Moslem...
name = "Force them to convert first." #Activates Bey's Demands
command = { type = provinceculture which = 475 value = greek }
command = { type = religion which = 475 value = orthodox }
command = { type = provinceculture which = 478 value = greek }
command = { type = religion which = 478 value = orthodox }
command = { type = provinceculture which = 358 value = greek }
command = { type = religion which = 358 value = orthodox }
command = { type = provinceculture which = 464 value = greek }
command = { type = religion which = 464 value = orthodox }
command = { type = provinceculture which = 465 value = greek }
command = { type = religion which = 465 value = orthodox }
command = { type = conversion which = 477 }
command = { type = conversion which = 1609 }
command = { type = conversion which = 1610 }
command = { type = addcountryculture which = turkish }
command = { type = domestic which = aristocracy value = 4 } # Add a HUGE bunch of new nobles
command = { type = domestic which = centralization value = -2 } # Church limits decentralization
command = { type = stability which = -2 } # Religious problemos
command = { type = treasury value = 100 }
}
action_c ={ # To hell with you!
name = "Drive them into the mountains!"
command = { type = stability which = -3 }
command = { type = domestic which = centralization value = 2 }
command = { type = provinceculture which = 475 value = greek }
command = { type = provincereligion which = 475 value = orthodox }
command = { type = provinceculture which = 478 value = greek }
command = { type = provincereligion which = 478 value = orthodox }
command = { type = provinceculture which = 358 value = greek }
command = { type = provincereligion which = 358 value = orthodox }
command = { type = provinceculture which = 464 value = greek }
command = { type = provincereligion which = 464 value = orthodox }
command = { type = provinceculture which = 465 value = greek }
command = { type = provincereligion which = 465 value = orthodox }
command = { type = provinceculture which = 476 value = greek }
command = { type = provincereligion which = 476 value = orthodox }
command = { type = revolt which = 476 }
command = { type = population which = 476 value = -6750 }
command = { type = provinceculture which = 477 value = greek }
command = { type = religion which = 477 value = orthodox }
command = { type = revolt which = 477 }
command = { type = population which = 477 value = -25500 }
command = { type = provinceculture which = 482 value = greek }
command = { type = provincereligion which = 482 value = orthodox }
command = { type = revolt which = 482 }
command = { type = population which = 482 value = -10500 }
command = { type = provinceculture which = 483 value = greek }
command = { type = provincereligion which = 483 value = orthodox }
command = { type = revolt which = 483 }
command = { type = population which = 483 value = -7500 }
command = { type = provinceculture which = 1609 value = greek }
command = { type = provincereligion which = 1609 value = orthodox }
command = { type = revolt which = 1609 }
command = { type = population which = 1609 value = -6750 }
command = { type = provinceculture which = 474 value = armenian }
command = { type = provincereligion which = 474 value = orthodox }
command = { type = revolt which = 474 }
command = { type = population which = 474 value = -7500 }
command = { type = provinceculture which = 1610 value = armenian }
command = { type = provincereligion which = 1610 value = orthodox }
command = { type = revolt which = 1610 }
command = { type = population which = 1610 value = -7500 }
command = { type = provinceculture which = 1611 value = armenian }
command = { type = provincereligion which = 1611 value = orthodox }
command = { type = revolt which = 1611 }
command = { type = population which = 1611 value = -5250 }
command = { type = sleepevent which = 89031 }

}
}

event = { # The Beys
id = 89031
trigger = {
event = 89030
domestic = { type = aristocracy value = 1 }
NOT = { domestic = { type = aristocracy value = 10 } }
}
random = yes
country = BYZ
name = "Beys Demand Privileges"
desc = "The Beys demand more power and privileges, or they threaten to take matters into their own hands."
style = 0

action_a = { # Fine, here.
name = "Very well, we accept."
command = { type = stability value = 1 }
command = { type = domestic which = aristocracy value = 2 }
command = { type = domestic which = centralization value = -2 }
command = { type = treasury = value = -100 }
}
action_b = { # Take it or leave it pal.
name = "Perhaps a compromise solution?"
command = { type = domestic which = aristocracy value = 1 }
command = { type = domestic which = centralization value = -1 }
command = { type = revoltrisk which = 24 value = 2 }
command = { type = treasury = value = -50 }
}
action_c = { # I don't think so!
name = "No, we refuse their ridiculous demands!"
command = { type = stability value = -2 }
command = { type = revoltrisk which = 24 value = 4 }
}
}

event = {
id = 89032
trigger = {
NOT = {
exists = TRE
owned = { province = 475 data = -1 } # You can't conquer em THEN marry em :p
}
}
random = no
country = BYZ
name = "House Comnenus."
desc = "With the end of the Empire of Trebizond, House Comnenus seeks refuge in our Empire. Perhaps it is time to unite? The Emperor's daugher is quite attractive..."
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1491 }

action_a ={
name = "Long live house Palaeologus Comnenus!"
command = { type = population which = 357 value = 1000 }
command = { type = provincetax which = 357 value = 1 }
command = { type = stability value = 1 }
command = { type = addcore which = 464 }
command = { type = addcore which = 465 }
command = { type = addcore which = 469 }
command = { type = addcore which = 470 }
command = { type = addcore which = 471 }
command = { type = addcore which = 472 }
command = { type = addcore which = 473 }
command = { type = addcore which = 485 }
command = { type = addcore which = 487 }
command = { type = addcore which = 490 }
command = { type = addcore which = 491 }
command = { type = addcore which = 492 }
command = { type = addcore which = 493 }
command = { type = addcore which = 494 }
}
action_b ={
name = "She's a little plump for my tastes."
}
 
Last edited:

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
couple vindictive ethnic cleansing events :p

event = {
id = 89033
trigger = {
owned = { province = 485 data = -1 }
owned = { province = 490 data = -1 }
owned = { province = 491 data = -1 }
}
random = no
country = BYZ
name = "The Patriarch of Antioch."
desc = "Long has the Patriarch of the Syrians been under Moslem rule, but now his rightful authority and position is restored. Perhaps we should fan the flames of resentment?"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "Actively support Syrian supremacy, and create a Syrian nobility."
command = { type = domestic which = aristocracy value = 3 }
command = { type = domestic which = centralization value = -2 }
command = { type = addcountryculture which = syrian }
command = { type = revolt which = 490 }
command = { type = provinceculture which = 490 value = syrian }
command = { type = revolt which = 491 }
command = { type = provinceculture which = 491 value = syrian }
}
action_b ={
name = "No, let us foster peace and understanding with the infidel."
command = { type = stability value = 1 }
command = { type = relation which = MAM value = 75 }
command = { type = relation which = ARA value = 75 }
}
}

event = {
id = 89034
trigger = {
event = 89033
}
random = no
country = BYZ
name = "The Patriarch of Alexandria."
desc = "After Syria was retaken from the Moslems, the Patriarch of Alexandria requested the aid of the Emperor in restoring his authority over Egypt."
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "Yes! Let us rescue our Coptic brothers!"
command = { type = addcore which = 744 }
command = { type = addcore which = 745 }
command = { type = addcore which = 746 }
command = { type = addcore which = 747 }
}
action_b ={
name = "No, let us foster peace and understanding with the infidel."
command = { type = stability value = 1 }
command = { type = relation which = MAM value = 75 }
command = { type = relation which = ARA value = 75 }
}
}

event = {
id = 89034
trigger = {
owned = { province = 492 data = -1 }
owned = { province = 493 data = -1 }
}
random = no
country = BYZ
name = "The Patriarch of Jerusalem."
desc = "We have captured at last, the ancient city of Jerusalem, birthplace of Christendom. At last we can give the freedom and autority the Patriarch deserves."
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "Aggressively impose Christianity."
command = { type = revolt which = 492 }
command = { type = provincereligion which = 492 value = orthodox }
command = { type = revolt which = 493 }
command = { type = provincereligion which = 493 value = orthodox }
command = { type = treasury = value = -200 }
}
action_b ={
name = "No, let us foster peace and understanding with the infidel."
command = { type = stability value = 1 }
command = { type = relation which = MAM value = 75 }
command = { type = relation which = ARA value = 75 }
}
}

event = {
id = 89034
trigger = {
owned = { province = 744 data = -1 }
}
random = no
country = BYZ
name = "Alexander's City."
desc = "The Patriarch of Alexandria is at last free from Moslem domination. Perhaps we should empower the Greek minority in the city?"
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "Send in the settlers, and drive out Islam." #those who are driven out replaced by Greeks
command = { type = revolt which = 744 }
command = { type = provincereligion which = 744 value = orthodox }
command = { type = provinceculture which = 744 value = greek }
}
action_b ={
name = "No, let us foster peace and understanding with the infidel."
command = { type = stability value = 1 }
command = { type = relation which = MAM value = 75 }
command = { type = relation which = ARA value = 75 }
}
}

event = {
id = 89035
trigger = {
owned = { province = 472 data = -1 }
owned = { province = 487 data = -1 }
}
random = no
country = BYZ
name = "The Armenians."
desc = "All of Armenia is in our hands, we really should expand the nobility to include more Armenians. With their new power however, they are likely to take revenge on the Turks..."
style = 1
date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "No, let us foster peace and understanding with the infidel."
command = { type = stability value = 1 }
command = { type = relation which = PER value = 75 }
command = { type = relation which = STE value = 75 }
}
action_b ={
name = "Yes, let the Armenians run rampant!"
command = { type = removecountryculture which = turkish }
command = { type = addcountryculture which = armenian }
command = { type = provinceculture which = 487 value = armenian }
command = { type = provincereligion which = 487 value = orthodox }
command = { type = revolt which = 487 }
command = { type = population which = 487 value = -7500 }
}
}
 
Last edited:

unmerged(6159)

Field Marshal
Oct 23, 2001
9.458
1
Visit site
I like the idea of the range of consequences upon the fall of Constantinople, and I agre with getting rid of Genoa after the fall. However, I have doubts about doing a 1921 on Trebizond 500 years early and the Armenians in Azerbaijan seems like an anchronism to me.
 

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
True, though the same argument should go for having Smyrna stay Greek too, but what I was trying to do was the create the environment that exists in all scenarios after the GC (in the AoE and onwards, Trebizond, Kerch and Kaffa belong to the Ottomans and they're all sunni and turkish)
 

Wulfram

Major
35 Badges
Mar 25, 2002
778
364
Visit site
  • Crusader Kings II: Reapers Due
  • 500k Club
  • Cities: Skylines
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Stellaris
  • Warlock: Master of the Arcane
  • Crusader Kings II: Monks and Mystics
  • BATTLETECH
  • Crusader Kings II: Jade Dragon
  • BATTLETECH - Digital Deluxe Edition
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Crusader Kings II: Holy Fury
  • Imperator: Rome
  • Europa Universalis III
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Teleglitch: Die More Edition
I don't agree with the cede Kaffa + Kerch to Trebizond stuff.

I mean, I'm pretty sure they didn't get them when they historically outlived Genoa.

Oh, and shouldn't Byzantium have the opportunity to move back to Constantinople if they regain it without destroying the Ottomanss (If they lost it then regained it in one war, or the Ottomans decided to stay where they were)
 

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
Originally posted by Wulfram
I don't agree with the cede Kaffa + Kerch to Trebizond stuff.

I mean, I'm pretty sure they didn't get them when they historically outlived Genoa.

Oh, and shouldn't Byzantium have the opportunity to move back to Constantinople if they regain it without destroying the Ottomanss (If they lost it then regained it in one war, or the Ottomans decided to stay where they were)

Nope, when they moved to Morea they pretty much gave up the title of the Roman Empire. Constantinople would be toast and totally depopulated, the only way they could retake it would be the Byzantine revival. Also don't forget most of the time Turkey moves it's capitol there :p (in my GC anyways)

As to the "i think"s, it's not open to discussion :p the main reason I made my own GC is I'm a control freak. All I'm doing here is 'sharing' ;)
 

unmerged(8523)

zzzz... zzzz...
Apr 2, 2002
895
0
Originally posted by Mad King James


Nope, when they moved to Morea they pretty much gave up the title of the Roman Empire. Constantinople would be toast and totally depopulated, the only way they could retake it would be the Byzantine revival. Also don't forget most of the time Turkey moves it's capitol there :p (in my GC anyways)

As to the "i think"s, it's not open to discussion :p the main reason I made my own GC is I'm a control freak. All I'm doing here is 'sharing' ;)

it was a shame too, that the heirs to the roman family in the morea spent their time fighting each other instead of the ottomans... what a waste of a historical opportunity; typical greeks ;) by the way, did you rename the city in the morea to 'mistra'?

love the control freak comment, i'm the same way ;)

steph
 

unmerged(6159)

Field Marshal
Oct 23, 2001
9.458
1
Visit site
He can still disagree though, no? :)
 

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
oh but of course! ;)

I just feel that a project sticks to it's original vision much better if you're only dealing with one bias instead of numerous clashing ones, and my bias is simple, noone is the good guy, they're ALL the bad guy! :p
 

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
Originally posted by Araanor
How DID Kerch and Kaffa get into the hands of the Ottomans anyway? They should at least get CBs.

It just sorta passed into their control, the area wasn't terribly centralized in this era... I figured giving it to Trebizond would allow Trebizond to survive long enough to be historical, and make it so Turkey would get it eventually anyhow.
 

BaronFoxxe

Corporal
66 Badges
May 27, 2002
31
0
Visit site
  • Rome: Vae Victis
  • Majesty 2
  • Majesty 2 Collection
  • Europa Universalis III Complete
  • Penumbra - Black Plague
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Ship Simulator Extremes
  • Sword of the Stars
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Magicka
  • 500k Club
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Rise of Prussia
  • Crusader Kings II: Way of Life
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Knights of Honor
  • Crusader Kings III: Royal Edition
  • Europa Universalis III
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • East India Company Collection
  • Arsenal of Democracy
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Lead and Gold
I just wanted to mention that I have a real nice short history of Trebizond in the 1420's RPG. It appears that Trebizond had regular wars against the Genovese. If the Genovese navy had not been as strong as it was they would have lost Kaffa/Kerch in the mid 1300s. It also appears that a Horrible plague hit Trebizond when Genoa was at its weakest. So, it is not outside the realm of possiblity for Trebizond to reclaim Kaffa/kerch.

Also, to assist in Trebizond's survival the relationship between Trebizond and the White Sheep should be raised significantly. Also it is far more correct for Trebizond to have a military alliance with Georgia, rather than Constantinople.

One last thing. could somebody make an event for me? I have great diffculty in making them. With the fall of Constantinople the Emperor of Trebizond went through a great deal of effort to create an anti-Ottoman alliance. In fact, it was in the Ottoman's response to this alliance that caused Trebizond's fall. Trebizond, the White Sheep and several other Turkish Amirs all joined together. The army that stood against the Ottomans outside of the City was a truly multi-national force. The other cool thing is that the alliance was led by Trebizond. I still think it is cool that the only orthodox member, and weakest member, led the alliance. Also every member of the alliance was either annexed or destroyed as an effective fighting nation. So devastating was the war that the White Sheep could not deal with the Safavid heresy, thus were absorbed by the Turks shortly afterwards.

There has to be some good events in there somewhere.
 

unmerged(8523)

zzzz... zzzz...
Apr 2, 2002
895
0
because of the gradual lessening of relations between christians and moslems, casus belli, or both? high relations and a few marriages don't help at all?
 

unmerged(6159)

Field Marshal
Oct 23, 2001
9.458
1
Visit site
Don't the Ottomans have enough trouble already?
 

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
event = {
id = 89036
random = no
country = TRE
name = "The Anti-Ottoman Alliance."
desc = "Trebizond led a coalition against the expansion of the Ottoman Empire throughout the 15th century."
style = 1
date = { day = 1 month = january year = 1441 }
offset = 30
deathdate = { day = 1 month = january year = 1820 }

action_a ={
name = "Long live the alliance!"
command = { type = stability which = 1 }
command = { type = relation which = DUL value = 150 }
command = { type = relation which = AKK value = 350 }
command = { type = alliance which = AKK }
command = { type = alliance which = DUL }
command = { type = dynasticalliance which = AKK }
}

action_b ={
name = "Perhaps we should reconcile the Osmans."
command = { type = relation which = TUR value = 75 }
}
}
 

Mad King James

Buzzkill Extraordinaire
66 Badges
Jan 18, 2002
7.148
301
42
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: El Dorado
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Necroids
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Crusader Kings II
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
in my GC it's very rare the Ottomans have problems, they get insane amounts of money and Constantinople in one war. The difficulty is actually keeping it from conquering Trebizond until the fall of Constantinople.