• 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.
Jinnai said:
I have never seen Andalusian used for iberian chritians under islamic rule, only for chrisitans who converted to islamic and are under islamic rule or the anscestors of those who did.

No, no. Andalusians in Muslim Spain were Muslims, as al-Andalus was an arabic name. It is actually a modern term to denote Iberians converted to Islam over centuries. They were the lower class of the population, only above converted slaves, Jews and Christians. They raised in rebellion quite often, due to class and economic duress. The term al-Andalus comes from Visigothic Land of Lots, as the Roman Hispania Ulterior was divided in Lots between the Visigothic chieftains after its conquest.
 
As a guy who once also tried to start a chain of fantasy events for Granada and gave up...

Don't imitate me :p
 
th3freakie said:
As a guy who once also tried to start a chain of fantasy events for Granada and gave up...

Don't imitate me :p

I think writing fantasy events is like an initiation type thing. I wrote some once as well. :D
 
As i said before there isn't much to be done:
Jinnai said:
List of what needs to be done:
  1. Corodinate the existing events together so they are more seemless
  2. Create capital/tag moving events for Portugal and Spain/Castile to Brazil/Mexico respectively (as a last resort for them). This will help prevent an instant grandan empire for a likely human player (something very unhistorical) in the most ahistorical manner likely in such a fantasical world.
  3. Create 2 flags for Resurgant Granda and Caliphate of Granada, if not atleast one for the latter
  4. figure out a better historic placement for capital of castile/spain (it was agreed the placement was not the best in the AGC-EEP: Iberian Peninsula thread). It was also mainly placed there for the fact that toledo had gold. that was the only justifable reason given.
  5. some more events for granada if it survives
  6. some politcal tension events for granda especially if both Ottomans and Granada claim the title of Caliph
And also decide if we are going to have any northern movement type refugee events, and ifso, which ones?
 
Garbon said:
I think writing fantasy events is like an initiation type thing. I wrote some once as well. :D

I disagree. I just wrote an Iberian fantasy scenario (already submitted), that explores historically the Castilian civil war of 1475, and that allows to start a game as Portugal, and become Spain after gaining the crown of Castile. It also allows the annexion of Portugal by Castile before becoming Spain. And I consider myself already initiated :D
 
Garbon said:
*cue shameless plug*
devil_wagging.gif
lol_teethfull.gif
 
Redone events with some more stuff added, mostly to fullfil some of the above statemnts i've psoted. We still need flag graphics and i still need to know, for appropriate events, what ai files i should switch to.

As to the tag switches for Spain/Portugal, that is the best, least intrusive, i can come up with since simply moving the capitals wouldn't work. Too many events that would fire for them that shouldn't (i'd have to go in and edit a lot of files). As this is likely only for ai portugal and ai spain, in most cases (a human losing that bad to Granada for those courntries in mp might need some moe practice).
Code:
event = {
	id = 1
	random = no
	country = GRA
	trigger = {
		NOT = { countrysize = 3 }
		NOT = { stability = 2 }
		NOT = {
			vassal = { country = GRA country = CAS }
			vassal = { country = GRA country = SPA }
			vassal = { country = GRA country = ARG }
			vassal = { country = GRA country = POR }
			vassal = { country = GRA country = NAV }
		}
	}
	name = "Nasrid domination"
	desc = "In the Nasrid's reign, Al-Andalus was at a state of chaos. The only city under the control of the Muslims was Granada, last refuge of the Moors. With a tattered army, a continuously bickering nobility, and the waning power of their northern Christian neighbors the future of Granada was bleak. The Christian, demanded the complete surrender of Granada. The small Emirate tried to buy time from the Christians and unite the nobility, but it was costly and ultimately proved futile."
	date = { day = 1 month = january year = 1420 }
	offset = 30
	deathdate = { day = 1 month = january year = 1460 }
	action_a = {
		name = "buy some time, for I yearn for my maidens"
		command = { type = stability value = -1 }
		command = { type = treasury value = -100 }
		command = { type = domestic which = offensive value = -1 }
		command = { type = domestic which = aristocracy value = -1 }
		command = { type = DIP which = 2 value = 24 }
		command = { type = revolt which = -2 } #Citizens angry at the Emirs apathy
		command = { type = relation which = CAS value = 50 }
		command = { type = relation which = POR value = 50 }
		command = { type = relation which = ARG value = 50 }
		command = { type = relation which = NAV value = 50 }
		command = { type = vp value = -5 }
	}
	action_b = {
		name = "buy some time and reconcile with the nobles"
		command = { type = stability value = -3 }
		command = { type = treasury value = -150 }
		command = { type = domestic which = offensive value = -1 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = DIP which = 1 value = 12 }
		command = { type = ADM which = 1 value = 12 }
		command = { type = revoltrisk value = 1 }
		command = { type = revolt which = -2 } #Citizens angry at the Emirs apathy
		command = { type = relation which = CAS value = 25 }
		command = { type = relation which = POR value = 25 }
		command = { type = relation which = ARG value = 25 }
		command = { type = relation which = NAV value = 25 }
		command = { type = vp value = -5 }
	}
	action_c = {
		name = "reconcile with the nobles, but the Christians won't get one diam!"
		command = { type = stability value = -2 }
		command = { type = treasury value = -50 }
		command = { type = domestic which = aristocracy value = 2 }
		command = { type = domestic which = serfdom value = 1 }
		command = { type = ADM which = 2 value = 24 }
	}
}
event = {
	id = 2
	random = no
	country = GRA
	trigger = {
		NOT = {
			vassal = { country = GRA country = CAS }
			vassal = { country = GRA country = SPA }
			vassal = { country = GRA country = ARG }
			vassal = { country = GRA country = POR }
			vassal = { country = GRA country = NAV }
		}
	}
	name = "military reforms"
	desc = "The fortifications built by the Nasrid dynasty were impressive and had proved their effectiveness in repelling the Christians many times over. The Aquiddafar castles, located on Jabal Al-Haya (Mountain of Life), were able to route the Christians in the battle of Wadi Odya in 1342. The Nasrid dynasty was reluctant in constructing any more of these great behemoths in fear of a Christian backlash."
	date = { day = 1 month = june year = 1425 }
	offset = 30
	deathdate = { day = 1 month = january year = 1460 }
	action_a = {
		name = "do nothing"
		command = { type = stability value = 1 }
		command = { type = badboy value = -1 }
		command = { type = domestic which = offensive value = -1 }
		command = { type = domestic which = quality value = -2 }
		command = { type = provincemanpower which = -2 value = -1 }
		command = { type = manpower value = -2 }
		command = { type = land value = -500 }
		command = { type = DIP which = 1 value = 24 }
		command = { type = MIL which = -1 value = 24 }
		command = { type = relation which = ARG value = 50 }
		command = { type = relation which = CAS value = 50 }
		command = { type = relation which = POR value = 50 }
		command = { type = relation which = NAV value = 50 }
		command = { type = vp value = -10 }
	}
	action_b = {
		name = "reform the army, but make no repairs"
		command = { type = domestic which = quality value = 1 }
		command = { type = domestic which = offensive value = 2 }
		command = { type = treasury value = -100 }
		command = { type = land value = 300 }
	}
	action_b = {
	name = "rebuild the fortifications and reform the army"
		command = { type = stability value = -2 }
		command = { type = domestic which = quality value = 1 }
		command = { type = domestic which = offensive value = 1 }
		command = { type = fortress which = -2 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = land value = 500 }
		command = { type = treasury value = -200 }
		command = { type = DIP which = -1 value = 24 }
		command = { type = MIL which = 1 value = 24 }
		command = { type = relation which = ARG value = -50 }
		command = { type = relation which = CAS value = -50 }
		command = { type = relation which = POR value = -50 }
		command = { type = relation which = NAV value = -50 }
	}
}
event = {
	id = 3
	trigger = { owned = { province = 439 data = -1} } #Toledo 
	random = no
	country = GRA
	name = "The conquest of Tullaytillah and Cordoba"
	desc = "In 1085, the city of Toledo was captured, and in 1236 Cordoba fell to the same fate from the northern Christian rulers. These were once great cities of Islam, but under the Christian rule much of what was once great was destroyed. Cordoba was once one of the holiest cities in the world and the seat to the Caliphate of the Ummayeds. The city was the birth place of Averros and Miamonides, men of great knowledge. Cordoba once boasted more than seventy libraries, five bazaars, street lighting and over five-hundred-thousand tenets. Never again would it rise to such prominence. However it still remained an important city to Muslims in the west, mostly of Berber or Mozoarabic descent. Many still clung to dreams of the day when they could once again bring it to light, but others looked to the future and the new seat of power in Granada."
	action_a = {
		name = "No, Granada is the future"
		command = { type = stability value = -1 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = domestic which = innovative value = 1 }
		command = { type = vp value = 50 }
		command = { type = relation which = TUR value = 25 }
		command = { type = relation which = U18 value = 25 } # Yemen
		command = { type = relation which = IRA value = 25 } # Irak
	}
	action_b = {
		name = "Toledo has been liberated; let's move our capital there"
		command = { type = stability value = -1 }
		command = { type = domestic which = aristocracy value = -1 }
		command = { type = domestic which = innovative value = -1 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = capital which = 439 }
		command = { type = provincetax which = 439 value = 1 }
		command = { type = provincemanpower which = 439 value = 1 }
		command = { type = provincetax which = 444 value = -1 }
		command = { type = provincemanpower which = 444 value = -1 }
		command = { type = vp value = 50 }
		command = { type = relation which = TUR value = -25 }
		command = { type = relation which = U18 value = -25 } # Yemen
		command = { type = relation which = IRA value = -25 } # Irak
		command = { type = setflag which = Toledo_Capital }
	}
}
event = {
	id = 4
	trigger = {
		year = 1460
		stability = -2
		owned = { province = 443 data = -1 } #Andalusia
		control = { province = 443 data = -1 } #Andalusia
		owned = { province = 444 data = -1 } #Granada
		control = { province = 444 data = -1 } #Granada
		owned = { province = 445 data = -1 } #Gibraltar
		control = { province = 445 data = -1 } #Gibraltar
		owned = { province = 438 data = -1 } #Murcia
		control = { province = 438 data = -1 } #Murcia
		owned = { province = 439 data = -1 } #Murcia
		control = { province = 439 data = -1 } #Murcia
		NOT = {
			vassal = { country = CAS country = GRA }
			vassal = { country = SPA country = GRA }
			vassal = { country = ARG country = GRA }
			vassal = { country = POR country = GRA }
			vassal = { country = NAV country = GRA }
		}
	}
	random = no
	country = GRA
	name = "Revival of Andalusia"
	desc = "Having defeated the Christians, and uniting the remnants of Muslims in the southern tip of Iberia, Granada was successful in regaining some of ground lost during the Iberian Christian reconqusita. Having restored the southern Moorish cities to at least a somewhat stable state in the time of the Bani Kiram and the southern Taifas of the 12th century, the Emirs were able to unite the Muslim efforts and make direly needed reforms."
	action_a = {
		name = "Begin Andalusian Revival!"
		command = { type = stability value = 1 }
		command = { type = badboy value = 18 }
		command = { type = domestic which = centralization value = 2 }
		command = { type = provincetax which = 438 value = 1 }
		command = { type = provincetax which = 444 value = 2 }
		command = { type = provincetax which = 443 value = 2 }
		command = { type = provincetax which = 445 value = 1 }
		command = { type = provincemanpower which = 2 value = -2 }
		command = { type = addcore which = 427 }
		command = { type = addcore which = 428 }
		command = { type = addcore which = 429 }
		command = { type = addcore which = 430 }
		command = { type = addcore which = 431 }
		command = { type = addcore which = 432 }
		command = { type = addcore which = 433 }
		command = { type = addcore which = 434 }
		command = { type = addcore which = 435 }
		command = { type = addcore which = 436 }
		command = { type = addcore which = 437 }
		command = { type = addcore which = 438 }
		command = { type = addcore which = 439 }
		command = { type = addcore which = 440 }
		command = { type = addcore which = 441 }
		command = { type = addcore which = 442 }
		command = { type = addcore which = 443 }
		command = { type = addcore which = 821 }
		command = { type = relation which = CAS value = -50 }
		command = { type = relation which = SPA value = -50 }
		command = { type = relation which = ARG value = -50 }
		command = { type = relation which = POR value = -50 }
		command = { type = relation which = NAV value = -50 }
		command = { type = relation which = TUR value = -50 }
		command = { type = relation which = U18 value = -25 } # Yemen
		command = { type = relation which = IRA value = -25 } # Irak
		command = { type = setflag which = Resurgant_Granada }
		command = { type = trigger which = 5 } # Responses from Iberians
		command = { type = trigger which = 6 }
		command = { type = trigger which = 7 }
		command = { type = trigger which = 8 }
		command = { type = trigger which = 9 }
	}
}
event = {
	id = 5
	random = no
	country = SPA
	name = "The Moors are arising!"
	desc = "The infidels in southern Iberia refused to submit to Christian rule. They have managed to regroup and take back most of the south. As their power grew, they threatened all of the Christian Iberians. In order to thwart this, the remaining Iberian successor states attempted to put aside their differences in the face of this new threat."
	action_a = {
	name = "Lets stop them!"
		command = { type = addcore which = 444 } # Granada
		command = { type = addcore which = 445 } # Gibraitar
		command = { type = alliance which = CAS }
		command = { type = alliance which = ARG }
		command = { type = alliance which = POR }
		command = { type = alliance which = NAV }
		command = { type = relation which = POR value = 25 }
		command = { type = relation which = SPA value = 25 }
		command = { type = relation which = ARG value = 25 }
		command = { type = relation which = NAV value = 25 }
		command = { type = setflag which = Resurgant_Granada }
	}
}
event = {
	id = 6
	random = no
	country = CAS
	name = "The Moors are arising!"
	desc = "The infidels in southern Iberia refused to submit to Christian rule. They have managed to regroup and take back most of the south. As their power grew, they threatened all of the Christian Iberians. In order to thwart this, the remaining Iberian successor states attempted to put aside their differences in the face of this new threat."
	action_a = {
	name = "Lets stop them!"
		command = { type = addcore which = 444 } # Granada
		command = { type = addcore which = 445 } # Gibraitar
		command = { type = alliance which = ARG }
		command = { type = alliance which = POR }
		command = { type = alliance which = NAV }
		command = { type = relation which = POR value = 25 }
		command = { type = relation which = CAS value = 25 }
		command = { type = relation which = ARG value = 25 }
		command = { type = relation which = NAV value = 25 }
		command = { type = setflag which = Resurgant_Granada }
	}
}
event = {
	id = 7
	random = no
	country = ARG
	name = "The Moors are arising!"
	desc = "The infidels in southern Iberia refused to submit to Christian rule. They have managed to regroup and take back most of the south. As their power grew, they threatened all of the Christian Iberians. In order to thwart this, the remaining Iberian successor states attempted to put aside their differences in the face of this new threat."
	action_a = {
		name = "Lets stop them!"
		command = { type = casusbelli which = GRA value = 240 }
		command = { type = alliance which = CAS }
		command = { type = alliance which = SPA }
		command = { type = alliance which = POR }
		command = { type = alliance which = NAV }
		command = { type = relation which = CAS value = 25 }
		command = { type = relation which = ARG value = 25 }
		command = { type = relation which = SPA value = 25 }
		command = { type = relation which = NAV value = 25 }
		command = { type = setflag which = Resurgant_Granada }
	}
}
event = {
	id = 8
	random = no
	country = POR
	name = "The Moors are arising!"
	desc = "The infidels in southern Iberia refused to submit to Christian rule. They have managed to regroup and take back most of the south. As their power grew, they threatened all of the Christian Iberians. In order to thwart this, the remaining Iberian successor states attempted to put aside their differences in the face of this new threat."
	action_a = {
	name = "Lets stop them!"
		command = { type = casusbelli which = GRA value = 240 }
		command = { type = alliance which = NAV }
		command = { type = relation which = POR value = 25 }
		command = { type = relation which = CAS value = 25 }
		command = { type = relation which = ARG value = 25 }
		command = { type = relation which = NAV value = 25 }
		command = { type = setflag which = Resurgant_Granada }
	}
}
event = {
	id = 9
	random = no
	country = NAV
	name = "The Moors are arising!"
	desc = "The infidels in southern Iberia refused to submit to Christian rule. They have managed to regroup and take back most of the south. As their power grew, they threatened all of the Christian Iberians. In order to thwart this, the remaining Iberian successor states attempted to put aside their differences in the face of this new threat."
	action_a = {
	name = "Lets stop them!"
		command = { type = casusbelli which = GRA value = 240 }
		command = { type = relation which = POR value = 25 }
		command = { type = relation which = CAS value = 25 }
		command = { type = relation which = ARG value = 25 }
		command = { type = relation which = NAV value = 25 }
		command = { type = setflag which = Resurgant_Granada }
	}
}
event = {
	id = 10
	province = 431
	random = no
	trigger = {
		owned = { province = 441 data = POR }
		control = { province = 441 data = GRA }

		owned = { province = 434 data = POR }
		OR = {
			flag = Caliphate_Granada
			flag = Resurgant_Granada
		}
	}
	name = "The Moors control Tago!"
	desc = "With Grenadian power on the rise, the southern lands were no longer safe for Christians. As their Visigoth accentors before them the Christians were forced to retreat to the safer mountainous regions in the north where they hoped to regroup and once again push out the Muslim invaders."
	action_a = {
		name = "move the capital north where its safer"
		command = { type = stability value = -1 }
		command = { type = domestic which = land value = 1 }
		command = { type = domestic which = offensive value = -1 }
		command = { type = provincetax which = 441 value = -2 }
		command = { type = population which = 441 value = -1000 }
		command = { type = capital which = 434 }
		command = { type = provincetax which = -2 value = 1 }
		command = { type = population which = -3 value = 500 }
		command = { type = fortress which = -3 value = 1 }
		command = { type = vp value = -25 }
	}
	action_b = {
		name = "we will not be cowed"
		command = { type = stability value = -3 }
		command = { type = vp value = -10 }
	}
}
event = { 
	id = 11 
	random = no 
	country = POR 
	trigger = {
		owned = { province = 211 data = -1 }
		control = { province = 211 data = -1 }
		owned = { province = 442 data = GRA }
		owned = { province = 441 data = GRA }
		control = { province = 434 data = GRA }
		OR = {
			flag = Resurgant_Granada
			flag = Caliphate_Granada
		}
		event = 10 #Moors controlling Tago
		year = 1540
	}
	name = "The Moors control the Portugese mainland!" 
	desc =”As the moors continued their march north, the Portugese court found itself without options in the mainland. However, they still had the rich, if not as prestige colonies in Brazil. Fleeing the court in such a manner was a last resort as it would mean an end to their status as a European colonizer."
	action_a ={
		name = "Flee to Brazil" 
		command = { type = stability value = -3 } 
		command = { type = population which = -2 value -10000 }
		command = { type = provincetax which = -3 value -1 }
		command = { type = population which = 211  value = 5000 }
		command = { type = provincetax which = 211 value 1 }
		command = { type = country which = BRZ }
		command = { type = capital which = 211 } 
		command = { type = addcore which = 201 }
		command = { type = addcore which = 203 }
		command = { type = addcore which = 205 }
		command = { type = addcore which = 206 }
		command = { type = addcore which = 207 }
		command = { type = addcore which = 208 }
		command = { type = addcore which = 209 }
		command = { type = addcore which = 210 }
		command = { type = addcore which = 211 }
		command = { type = addcore which = 212 }
		command = { type = addcore which = 213 }
		command = { type = addcore which = 214 }
		command = { type = removecore which = 434 }
		command = { type = removecore which = 441 }
		command = { type = removecore which = 442 }
		command = { type = removecore which = 817 }
		command = { type = secedeprovince which = GRA value = 434 }
		command = { type = fortress which = 211 value = 1 }
		command = { type = domestic which = offensive value = -2 }
		command = { type = domestic which = land value = 2 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = vp value = -100 }
	} 
	action_b ={ 
		name = "Stay in Portugal" 
		command = { type = stability value = -6 }
		command = { type = vp value = -75 }
	} 
}
event = { 
	id = 12 
	random = no 
	country = POR 
	trigger = {
		owned = { province = 211 data = -1 }
		control = { province = 211 data = -1 }
		owned = { province = 442 data = GRA }
		owned = { province = 434 data = GRA }
		control = { province = 441 data = GRA }
		OR = {
			flag = Resurgant_Granada
			flag = Caliphate_Granada
		}
		event = 10 #Moors controlling Tago
		year = 1540
	}
	name = "The Moors control the Portugese mainland!" 
	desc =”As the moors continued their march north, the Portugese court found itself without options in the mainland. However, they still had the rich, if not as prestige colonies in Brazil. Fleeing the court in such a manner was a last resort as it would mean an end to their status as a European colonizer."
	action_a ={
		name = "Flee to Brazil" 
		command = { type = stability value = -3 } 
		command = { type = population which = -2 value -10000 }
		command = { type = provincetax which = -3 value -1 }
		command = { type = population which = 211  value = 5000 }
		command = { type = provincetax which = 211 value 1 }
		command = { type = country which = BRZ }
		command = { type = capital which = 211 } 
		command = { type = addcore which = 201 }
		command = { type = addcore which = 203 }
		command = { type = addcore which = 205 }
		command = { type = addcore which = 206 }
		command = { type = addcore which = 207 }
		command = { type = addcore which = 208 }
		command = { type = addcore which = 209 }
		command = { type = addcore which = 210 }
		command = { type = addcore which = 211 }
		command = { type = addcore which = 212 }
		command = { type = addcore which = 213 }
		command = { type = addcore which = 214 }
		command = { type = removecore which = 434 }
		command = { type = removecore which = 441 }
		command = { type = removecore which = 442 }
		command = { type = removecore which = 817 }
		command = { type = secedeprovince which = GRA value = 441 }
		command = { type = fortress which = 211 value = 1 }
		command = { type = domestic which = offensive value = -2 }
		command = { type = domestic which = land value = 2 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = vp value = -100 }
	} 
	action_b ={ 
		name = "Stay in Portugal" 
		command = { type = stability value = -6 }
		command = { type = vp value = -75 }
	} 
}
event = {
	id = 13
	province = 436
	random = no
	trigger = {
		control = { province = 436 data = GRA }
		OR = {
			owned = { province = 431 data = SPA }
			owned = { province = 431 data = CAS }
		}
		OR = {
			flag = Caliphate_Granada
			flag = Resurgant_Granada
		}
	}
	name = "The Moors control Castilla!"
	desc = "With Muslim power once again on the rise, the southern lands were no longer safe. As their Visigoth accentors before them, the Christians were forced to retreat to the safer mountainous regions in the north where they hoped to regroup and once again push out the Muslim invaders."
	date = { day = 1 month = january year = 1419 } 
	offset = 3
	deathdate = { day = 30 month = december year = 1819 } 
	action_a = {
		name = "move the capital north where its safer"
		command = { type = stability value = -1 }
		command = { type = domestic which = land value = 1 }
		command = { type = domestic which = offensive value = -1 }
		command = { type = provincetax which = 436 value = -2 }
		command = { type = population which = 436 value = -1000 }
		command = { type = capital which = 431 }
		command = { type = provincetax which = -2 value = 1 }
		command = { type = population which = -3 value = 500 }
		command = { type = fortress which = -3 value = 1 }
		command = { type = vp value = -25 }
	}
	action_b = {
		name = "we will not be cowed"
		command = { type = stability value = -3 }
		command = { type = vp value = -10 }
	}
}
event = { 
	id = 14
	random = no 
	country = SPA
	trigger = {
		owned = { province = 27 data = -1 }
		control = { province = 27 data = -1 }
		owned = { province = 427 data = GRA }
		owned = { province = 429 data = GRA }
		owned = { province = 430 data = GRA }
		owned = { province = 431 data = GRA }
		owned = { province = 432 data = GRA }
		owned = { province = 433 data = GRA }
		owned = { province = 435 data = GRA }
		owned = { province = 436 data = SPA }
		owned = { province = 437 data = GRA }
		owned = { province = 438 data = GRA }
		owned = { province = 439 data = GRA }
		owned = { province = 440 data = GRA }
		owned = { province = 443 data = GRA }
		control = { province = 436 data = GRA }
		OR = {
			flag = Resurgant_Granada
			flag = Caliphate_Granada
		}
		event = 10 #Moors controlling Castilla
		year = 1522
	}
	name = "The Moors control the Spanish mainland!" 
	desc =”As the moors continued their march north, the Spanish court found itself without options in the mainland. However, they still had the rich, if not as prestige colonies in Mexico. Fleeing the court in such a manner was a last resort as it would mean an end to their status as a European colonizer."
	action_a ={
		name = "Flee to Brazil" 
		command = { type = stability value = -3 } 
		command = { type = population which = -2 value -10000 }
		command = { type = provincetax which = -3 value -1 }
		command = { type = population which = 27  value = 5000 }
		command = { type = provincetax which = 27 value 1 }
		command = { type = country which = MEX }
		command = { type = capital which = 27 } 
		command = { type = addcore which = 20 }
		command = { type = addcore which = 21 }
		command = { type = addcore which = 23 }
		command = { type = addcore which = 24 }
		command = { type = addcore which = 25 }
		command = { type = addcore which = 26 }
		command = { type = addcore which = 27 }
		command = { type = addcore which = 28 }
		command = { type = addcore which = 29 }
		command = { type = addcore which = 30 }
		command = { type = addcore which = 31 }
		command = { type = addcore which = 32 }
		command = { type = addcore which = 33 }
		command = { type = addcore which = 34 }
		command = { type = addcore which = 35 }
		command = { type = addcore which = 36 }
		command = { type = addcore which = 37 }
		command = { type = addcore which = 40 }
		command = { type = addcore which = 41 }
		command = { type = addcore which = 42 }
		command = { type = addcore which = 43 }
		command = { type = addcore which = 822 }
		command = { type = removecore which = 427 }
		command = { type = removecore which = 429 }
		command = { type = removecore which = 430 }
		command = { type = removecore which = 431 }
		command = { type = removecore which = 432 }
		command = { type = removecore which = 433 }
		command = { type = removecore which = 434 } # Incase Portugal becomes Spain
		command = { type = removecore which = 435 }
		command = { type = removecore which = 436 }
		command = { type = removecore which = 437 }
		command = { type = removecore which = 438 }
		command = { type = removecore which = 439 }
		command = { type = removecore which = 440 }
		command = { type = removecore which = 441 } # Incase Portugal becomes Spain
		command = { type = removecore which = 442 } # Incase Portugal becomes Spain
		command = { type = removecore which = 443 }
		command = { type = removecore which = 817 }
		command = { type = removecore which = 821 }
		command = { type = removecore which = 823 }
		command = { type = secedeprovince which = GRA value = 436 }
		command = { type = fortress which = 211 value = 1 }
		command = { type = domestic which = offensive value = -2 }
		command = { type = domestic which = land value = 2 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = vp value = -100 }
	} 
	action_b ={ 
		name = "Stay in Portugal" 
		command = { type = stability value = -6 }
		command = { type = vp value = -75 }
	} 
}
event = { 
	id = 15
	random = no 
	country = SPA
	trigger = {
		owned = { province = 27 data = -1 }
		control = { province = 27 data = -1 }
		owned = { province = 427 data = GRA }
		owned = { province = 429 data = GRA }
		owned = { province = 430 data = GRA }
		owned = { province = 431 data = SPA }
		owned = { province = 432 data = GRA }
		owned = { province = 433 data = GRA }
		owned = { province = 435 data = GRA }
		owned = { province = 436 data = GRA }
		owned = { province = 437 data = GRA }
		owned = { province = 438 data = GRA }
		owned = { province = 439 data = GRA }
		owned = { province = 440 data = GRA }
		owned = { province = 443 data = GRA }
		control = { province = 431 data = GRA }
		OR = {
			flag = Resurgant_Granada
			flag = Caliphate_Granada
		}
		event = 10 #Moors controlling Castilla
		year = 1522
	}
	name = "The Moors control the Spanish mainland!" 
	desc =”As the moors continued their march north, the Spanish court found itself without options in the mainland. However, they still had the rich, if not as prestige colonies in Mexico. Fleeing the court in such a manner was a last resort as it would mean an end to their status as a European colonizer."
	action_a ={
		name = "Flee to Brazil" 
		command = { type = stability value = -3 } 
		command = { type = population which = -2 value -10000 }
		command = { type = provincetax which = -3 value -1 }
		command = { type = population which = 27  value = 5000 }
		command = { type = provincetax which = 27 value 1 }
		command = { type = country which = MEX }
		command = { type = capital which = 27 } 
		command = { type = addcore which = 20 }
		command = { type = addcore which = 21 }
		command = { type = addcore which = 23 }
		command = { type = addcore which = 24 }
		command = { type = addcore which = 25 }
		command = { type = addcore which = 26 }
		command = { type = addcore which = 27 }
		command = { type = addcore which = 28 }
		command = { type = addcore which = 29 }
		command = { type = addcore which = 30 }
		command = { type = addcore which = 31 }
		command = { type = addcore which = 32 }
		command = { type = addcore which = 33 }
		command = { type = addcore which = 34 }
		command = { type = addcore which = 35 }
		command = { type = addcore which = 36 }
		command = { type = addcore which = 37 }
		command = { type = addcore which = 40 }
		command = { type = addcore which = 41 }
		command = { type = addcore which = 42 }
		command = { type = addcore which = 43 }
		command = { type = addcore which = 822 }
		command = { type = removecore which = 427 }
		command = { type = removecore which = 429 }
		command = { type = removecore which = 430 }
		command = { type = removecore which = 431 }
		command = { type = removecore which = 432 }
		command = { type = removecore which = 433 }
		command = { type = removecore which = 434 } # Incase Portugal becomes Spain
		command = { type = removecore which = 435 }
		command = { type = removecore which = 436 }
		command = { type = removecore which = 437 }
		command = { type = removecore which = 438 }
		command = { type = removecore which = 439 }
		command = { type = removecore which = 440 }
		command = { type = removecore which = 441 } # Incase Portugal becomes Spain
		command = { type = removecore which = 442 } # Incase Portugal becomes Spain
		command = { type = removecore which = 443 }
		command = { type = removecore which = 817 }
		command = { type = removecore which = 821 }
		command = { type = removecore which = 823 }
		command = { type = secedeprovince which = GRA value = 431 }
		command = { type = fortress which = 211 value = 1 }
		command = { type = domestic which = offensive value = -2 }
		command = { type = domestic which = land value = 2 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = vp value = -100 }
	} 
	action_b ={ 
		name = "Stay in Portugal" 
		command = { type = stability value = -6 }
		command = { type = vp value = -75 }
	} 
}
event = {
	id = 16
	random = no
	country = GRA
	trigger = {
		domestic = { type = innovative value = 7 }
		NOT = { domestic = { type = serfdom value = 3 } }
		countrysize = 11
		stability = 3
		religion = sunni
		NOT = {
			year = 1517
			exists = TUR
		}
		flag = Resurgant_Granada
	}
	name = "Caliphate of Granada"
	desc = "The resurgence of Granada in the west against the Iberian Christians and the cultural, spiritual, economic and military superiority in the region has not gone unnoticed in the Muslim world. Many other Islamic nations would have that power and those in the East do not condone a Moorish Iberia. Like many other powerful Sunni nations before it, Granada claimed the title of Khalifah in order to help grant more legitimacy to itself against the other forces that might threaten it because of its mostly Berber and Mozoarabic ethnicities which were often treated as second-class citizens in other Muslim nations. This did not go over well especially in the Ottoman Empire, the other major Islamic power in the region."
	action_a = {
		name = "We need the title of Khalifah to protect our people."
		command = { type = stability value = 1 }
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = serfdom value = -1 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = manpower value = 5 }
		command = { type = provincetax which = -2 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = flagname which = Caliphate }
		command = { type = clrflag which = Resurgant_Granada }
		command = { type = setflag which = Caliphate_Granada }
	}
}
event = {
	id = 17
	random = no
	country = GRA
	trigger = {
		domestic = { type = innovative value = 7 }
		NOT = { domestic = { type = serfdom value = 3 } }
		countrysize = 11
		stability = 3
		religion = sunni
		year = 1517
		exists = TUR
		flag = Resurgant_Granada
	}
	name = "Caliphate of Granada"
	desc = "The resurgence of Granada in the west against the Iberian Christians and the cultural, spiritual, economic and military superiority in the region has not gone unnoticed in the Muslim world. Many other Islamic nations would have that power and those in the East do not condone a Moorish Iberia. Like many other powerful Sunni nations before it, Granada claimed the title of Khalifah in order to help grant more legitimacy to itself against the other forces that might threaten it because of its mostly Berber and Mozoarabic ethnicities which were often treated as second-class citizens in other Muslim nations. This did not go over well especially in the Ottoman Empire, the other major Islamic power in the region."
	action_a = {
		name = "We need the title of Khalifah to protect our people."
		command = { type = stability value = 1 }
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = serfdom value = -1 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = manpower value = 5 }
		command = { type = provincetax which = -2 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = provincemanpower which = -3 value = 1 }
		command = { type = breakdynastic which = TUR }
		command = { type = relation which = TUR value = -75 }
		command = { type = flagname which = Caliphate }
		command = { type = clrflag which = Resurgant_Granada }
		command = { type = setflag which = Caliphate_Granada }
	}
}
event = {
	id = 18
	random = no
	country = GRA
	trigger = {
		flag = Resurgant_Granada
		NOT = { war = { country = GRA country = SPA }
		NOT = { war = { country = GRA country = POR }
		owned = { province = 438 data = -1 } #Murcia
		control = { province = 438 data = -1 } #Murcia
		owned = { province = 439 data = -1 } #Murcia
		control = { province = 439 data = -1 } #Murcia
		owned = { province = 443 data = -1 } #Andalusia
		control = { province = 443 data = -1 } #Andalusia
		owned = { province = 444 data = -1 } #Granada
		control = { province = 444 data = -1 } #Granada
		owned = { province = 445 data = -1 } #Gibraltar
		control = { province = 445 data = -1 } #Gibraltar
		countrysize = 6
		year = 1500
	}
	name = “Treaty of Cordoba”
	desc = “With Muslim power on the rise in the south, the Christians had moved on to exploration and exploitation of the New World. It had become costly to continue the wars with Granada. Granada was finding itself more and more alienated from the eastern Islamic world for fear of a new western Caliphate being set up. So a treaty was beneficial for both sides. The Iberians would grudgingly recognize Granada’s right to exist as an Islamic Iberian state while Granada would end its northern expansion.”
	action_a = {
		name = “Accept the Treaty”
		command = { type = stability value = 1 }
		command = { type = removecore which = 427 }
		command = { type = removecore which = 428 }
		command = { type = removecore which = 429 }
		command = { type = removecore which = 430 }
		command = { type = removecore which = 431 }
		command = { type = removecore which = 432 }
		command = { type = removecore which = 433 }
		command = { type = removecore which = 434 }
		command = { type = removecore which = 435 }
		command = { type = removecore which = 436 }
		command = { type = removecore which = 437 }
		command = { type = removecore which = 440 }
		command = { type = removecore which = 441 }
		command = { type = removecore which = 442 }
		command = { type = DIP which = 60 value = 2 }
		command = { type = vp value = 100 }
		command = { type = trigger which = 19 }
		command = { type = sleepevent which = 16 }
		command = { type = sleepevent which = 17 }
	}
	action_b = {
		name = “Reject the treaty”
		command = { type = stability value = -2 }
		command = { type = DIP which = 90 value = -2 }
		command = { type = vp value = -10 }
	}
}
event = {
	id = 19
	random = no
	country = SPA
	name = “Treaty of Cordoba”
	desc = “With the signing of the treaty, Spain recognized Granada’s existence as a southern Iberian Islamic state so that it could better concentrate on the more profitable exploration and exploitation of the New World. This still had some hard-core fanatics who were quite upset at this developement.”
	action_a = {
		name = “Ok”
		command = { type = stability value = 1 }
		command = { type = removecore which = 438 }
		command = { type = removecore which = 439 }
		command = { type = removecore which = 443 }
		command = { type = removecore which = 821 }
		command = { type = revoltrisk value = 1 }
	}
}
event = {
	id = 20
	random = no
	trigger = {
		flag = Caliphate_Granada
		stability = 3
		owned = { province = 441 data = -1 }
		control = { province = 441 data = -1 }
		owned = { province = 443 data = -1 }
		control = { province = 443 data = -1 }
	}
	country = GRA
	name = "Trade shifts to Sevilla"
	desc = "With the concentration of power under Islamic influence, almost all trade now flows to the south through Sevilla."
	action_a = {
		name = "ok"
		command = { type = removecot = 441 }
		command = { type = cot which = 443 }
	}
}
 
I did not include all the cot change events nor the mass conversions. One event for a CoT is enough and the mass conversions stuff i never liked besides, pagans are easy to convert.

I did rebalance stuff. Some of it was obviously way to unbalanced for AGCEEP standards.
Code:
#Inca Empire
event = {
	id = 21
	random = no
	trigger = {
		atwar = no
		neighbour = INC
		NOT = { exists = SPA }
		NOT = { vassal = { country = GRA country = INC } }
		NOT = { vassal = { country = INC country = GRA } }
		flag = Caliphate_Granada
	}
	country = GRA
	name = "The Inca Empire"
	desc = "When the expansion of Granadian colonial empire reached the Incas Granada was faced with a tough choice. The Berbers wanted to convert the Incas to Islam by the sword, while some Arabs suggest the use of missionaries. The Arabs hoped that building an alliance with the rich empire might bring more benefits than outright war."
	date = { day = 1 month = january year = 1500 } 
	offset = 400
	deathdate = { day = 30 month = december year = 1700 } 
	action_a = {
		name = "Prepare for an invasion"
		command = { type = relation which = INC value = -100 }
		command = { type = casusbelli which = INC value = 60 }
		command = { type = conquistador which = -1 }
		command = { type = domestic which = innovative value = -1 }
		command = { type = domestic which = land value = -1 }		
	}
	action_b = {
		name = "Send missionaries"
		command = { type = diplomats value = -1 }
		command = { type = missionaries value = -6 }
		command = { type = domestic which = innovative value = 1 }
		command = { type = trigger which = 22 } #Inca event: Muslim Missionaries
	}
}
event = {
	id = 22
	random = no
	country = INC
	name = "Muslim Missionaries"
	desc = "Our empire is being overrun by missionaries from the nearby Muslims settlements. They don't seem to want us any harm, but they are preaching the their religion to both the nobility and peasants. Their weaponry is amazing though, and a fight could bring down the empire." 
	action_a = {
		name = "Watch them closely"
		command = { type = stability value = -1 }
		command = { type = relationship which = GRA value = -45 }
		command = { type = revoltrisk which = 36 value = 6 }
		command = { type = casusbelli which = GRA value = 36 }
		command = { type = provincereligion which = -1 value = sunni } 
		command = { type = domestic which = innovative value = 1 }
	}
	action_b = {
		name = "Embrace the new religion"
		command = { type = stability value = -5 }
		command = { type = revoltrisk which = 36 value = 6 }
		command = { type = dynastic which = GRA }
		command = { type = relation which = GRA value = 100 }
		command = { type = religion which = sunni }
		command = { type = provincereligion which = -2 value = sunni } 
		command = { type = provincereligion which = -1 value = sunni } 
		command = { type = domestic which = innovative value = 3 }
		command = { type = technology which = china }
	}
	action_c = {
		name = "Execute their missionaries and converts!"
		command = { type = stability value = -2 }
		command = { type = revoltrisk which = 36 value = 2 }
		command = { type = relation which = GRA value = -100 }
		command = { type = casusbelli which = GRA value = 36 }
		command = { type = domestic which = innovative value = -1 }
	}
}
event = {
	id = 23
	random = no
	trigger = {
		stability = 3
		owned = { province = 168 data = GRA } #Lima
		owned = { province = 169 data = GRA } #Cuzco
		NOT = { exists = INC }
		flag = Caliphate_Granada
	}
	country = GRA
	name = "The Inca Gold Trade"
	desc = "With the Inca Empire under the control of Granada gold was starting to flow from the city of Lima."
	action_a = {
		name = "Great"
		command = { type = merchants value = 3 }
		command = { type = revolt which = 168 } #Lima
		command = { type = cot which = 168 } #Lima
		command = { type = addcore which = 168 } #Lima
		command = { type = fortress which = 168 value = 1 } #Lima
		command = { type = population which = 168 value = 1000 } #Lima
		command = { type = provincereligion which = 168 value = sunni } #Lima
		command = { type = provinceculture which = 168 value = arabic } #Lima
		command = { type = removecot which = 169 } #Cuzco
	}
}
#Aztec Empire
event = {
	id = 24
	random = no
	trigger = {
		atwar = no
		neighbour = AZT
		NOT = { exists = SPA }
		NOT = { vassal = { country = GRA country = AZT } }
		NOT = { vassal = { country = AZT country = GRA } }
		flag = Caliphate_Granada
	}
	country = GRA
	name = "The Aztec Empire"
	desc = "When the expansion of Granadian colonial empire reached the Aztecs, Granada was faced with a tough choice. The Berbers wanted to convert the Aztecs to Islam by the sword, while some Arabs suggest the use of missionaries. The Arabs hoped that building an alliance with the rich empire might bring more benefits than outright war."

	date = { day = 1 month = january year = 1500 } 
	offset = 1800
	deathdate = { day = 30 month = december year = 1700 } 

	action_a = {
		name = "Prepare for an invasion"
		command = { type = relation which = AZT value = -100 }
		command = { type = casusbelli which = AZT value = 60 }
		command = { type = conquistador which = -1 }
		command = { type = domestic which = innovative value = -1 }
		command = { type = domestic which = land value = -1 }		
	}
	action_b = {
		name = "Send missionaries"
		command = { type = diplomats value = -1 }
		command = { type = missionaries value = -6 }
		command = { type = domestic which = innovative value = 1 }
		command = { type = trigger which = 25 } #Aztec event: Muslim Missionaries
	}
}
event = {
	id = 25
	random = no
	country = AZT
	name = "Muslim Missionaries"
	desc = "Our empire is being overrun by missionaries from the nearby Muslims settlements. They don't seem to want us any harm, but they are preaching the their religion to both the nobelity and peasants. Their weaponry is amazing though, and a fight could bring down the empire." 
	action_a = {
		name = "Watch them closely"
		command = { type = stability value = -1 }
		command = { type = relation which = AZT value = -45 }
		command = { type = revoltrisk which = 36 value = 6 }
		command = { type = casusbelli which = GRA value = 36 }
		command = { type = provincereligion which = -1 value = sunni } 
		command = { type = domestic which = innovative value = 1 }
	}
	action_b = {
		name = "Embrace the new religion"
		command = { type = stability value = -5 }
		command = { type = revoltrisk which = 36 value = 6 }
		command = { type = dynastic which = GRA }
		command = { type = relation which = GRA value = 100 }
		command = { type = religion which = sunni }
		command = { type = provincereligion which = -2 value = sunni } 
		command = { type = provincereligion which = -1 value = sunni } 
		command = { type = domestic which = innovative value = 3 }
		command = { type = technology which = china }
	}
	action_c = {
		name = ""Execute their missionaries and converts!"
		command = { type = stability value = -2 }
		command = { type = revoltrisk which = 36 value = 2 }
		command = { type = relation which = GRA value = -100 }
		command = { type = casusbelli which = GRA value = 36 }
		command = { type = domestic which = innovative value = -1 }
	}
}
 
milanmax said:
Would the events work if I were to copy and past them into the Granada events folder?
Not properly because the capital is still unhistorically set into Madrid (and despite what people might say, you have yet to convince me that for Castile its correct, especially since various historic referances site Madrid not being the capital until the 16th century.
 
Looking good, just went to this section of the board to see if their was a granada event chain, been wanting to play Fantasy granada for a while now.

Good luck getting it ready for play.
 
YodaMaster said:
I read carefully post #31. Does Castile's capital location need to be "fixed"?
Let's not start this issue again please. The EU2 concept of capital does not apply to Medieval Spain, where the king ruled from the place he was staying that night. Jinnai believes that he knows where the capital of Castile was, in that he has an advantage over Spanish historians that don't seem to agree on the issue, as they apply different criteria. Valladolid, Burgos and Toledo are all candidate cities to the capital title. Valladolid was the place were the Cortes (parliaments) were held more often, but not the only one by far. Burgos was more official as was designated by one king and never changed, but it was less important. Toledo was the Episcopal capital. The Kings travelled with their court all over the country and ruled from the place they were. In th etimes of the Catholic Kings, Sevilla and Granada joined the list.
 
Fodoron said:
Let's not start this issue again please. The EU2 concept of capital does not apply to Medieval Spain, where the king ruled from the place he was staying that night. Jinnai believes that he knows where the capital of Castile was, in that he has an advantage over Spanish historians that don't seem to agree on the issue, as they apply different criteria. Valladolid, Burgos and Toledo are all candidate cities to the capital title. Valladolid was the place were the Cortes (parliaments) were held more often, but not the only one by far. Burgos was more official as was designated by one king and never changed, but it was less important. Toledo was the Episcopal capital. The Kings travelled with their court all over the country and ruled from the place they were. In th etimes of the Catholic Kings, Sevilla and Granada joined the list.
That is also a reason why I made El Escorial event! :cool:
 
Fodoron said:
Let's not start this issue again please.
I don't start this again. I just want to know if Fantasy Resurgent Granada events are fine or not.
Thanks for the explanation, it's clear for me now => Castile's "capital" remains in Toledo for ingame purpose, right?
 
Jinnai said:
I did not include all the cot change events nor the mass conversions. One event for a CoT is enough and the mass conversions stuff i never liked besides, pagans are easy to convert.

I did rebalance stuff. Some of it was obviously way to unbalanced for AGCEEP standards.
These are based upon my original events? I actually didn't find it worth it to accept the mass conversions since this will leave the Inca and Aztec Empires with their own culture (and -30% income) rather than converting them to arabic/berber culture. So in my opinion they were balanced. But I don't mind your changes... nice to see that some of my events are put to use in one form or another.

Oh... and I would suggest the Granada gets Berber as their first culture and Arabic as the second. That way their colonies will have Berber culture not Arabic.
 
Last edited: