• 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.
I edited post #76 and here are new events involved
Code:
#(1419-1820) Caliphate of Granada
event = {
	id = 3000048 #triggered by GRA_3000016 / GRA_3000017
	trigger = {
		vassal = { country = GRA country = CAS }
		OR = {
			owned = { province = 732 data = -1 } #Tangiers
			owned = { province = 733 data = -1 } #Fez
			owned = { province = 806 data = -1 } #Toubkal
			owned = { province = 805 data = -1 } #Sahara
			owned = { province = 1595 data = -1 } #Anti Atlas
			owned = { province = 734 data = -1 } #Orania
			owned = { province = 735 data = -1 } #Atlas
			owned = { province = 736 data = -1 } #Aures
			owned = { province = 737 data = -1 } #Al Djazair
			owned = { province = 738 data = -1 } #Kabylia
			owned = { province = 739 data = -1 } #Tunisia
			owned = { province = 740 data = -1 } #Tripolitania
			#Extra
			owned = { province = 821 data = -1 } #The Baleares
		}
	}
	random = no
	country = CAS
	name = "EVENTNAME3000016" #Caliphate of Granada
	desc = "EVENTHIST3000048"
	#-# 

	action_a = {
		name = "ACTIONNAME3000048A" #Bow to the demands of the Caliphe
		command = { type = secedeprovince which = GRA value = 732 } #Tangiers
		command = { type = secedeprovince which = GRA value = 733 } #Fez
		command = { type = secedeprovince which = GRA value = 806 } #Toubkal
		command = { type = secedeprovince which = GRA value = 805 } #Sahara
		command = { type = secedeprovince which = GRA value = 1595 } #Anti Atlas
		command = { type = secedeprovince which = GRA value = 734 } #Orania
		command = { type = secedeprovince which = GRA value = 735 } #Atlas
		command = { type = secedeprovince which = GRA value = 736 } #Aures
		command = { type = secedeprovince which = GRA value = 737 } #Al Djazair
		command = { type = secedeprovince which = GRA value = 738 } #Kabylia
		command = { type = secedeprovince which = GRA value = 739 } #Tunisia
		command = { type = secedeprovince which = GRA value = 740 } #Tripolitania
		command = { type = secedeprovince which = GRA value = 821 } #The Baleares
		command = { type = removecore which = 732 } #Tangiers
		command = { type = removecore which = 733 } #Fez
		command = { type = removecore which = 806 } #Toubkal
		command = { type = removecore which = 805 } #Sahara
		command = { type = removecore which = 1595 } #Anti Atlas
		command = { type = removecore which = 734 } #Orania
		command = { type = removecore which = 735 } #Atlas
		command = { type = removecore which = 736 } #Aures
		command = { type = removecore which = 737 } #Al Djazair
		command = { type = removecore which = 738 } #Kabylia
		command = { type = removecore which = 739 } #Tunisia
		command = { type = removecore which = 740 } #Tripolitania
		command = { type = removecore which = 821 } #The Baleares
	}
	action_b = {
		name = "ACTIONNAME3000048B" #Enough is enough!
		command = { type = breakvassal which = GRA }
	}
}
#(1419-1820) Caliphate of Granada
event = {
	id = 3000049 #triggered by GRA_3000016 / GRA_3000017
	trigger = {
		vassal = { country = GRA country = POR }
		OR = {
			owned = { province = 732 data = -1 } #Tangiers
			owned = { province = 733 data = -1 } #Fez
			owned = { province = 806 data = -1 } #Toubkal
			owned = { province = 805 data = -1 } #Sahara
			owned = { province = 1595 data = -1 } #Anti Atlas
			owned = { province = 734 data = -1 } #Orania
			owned = { province = 735 data = -1 } #Atlas
			owned = { province = 736 data = -1 } #Aures
			owned = { province = 737 data = -1 } #Al Djazair
			owned = { province = 738 data = -1 } #Kabylia
			owned = { province = 739 data = -1 } #Tunisia
			owned = { province = 740 data = -1 } #Tripolitania
			#Extra
			owned = { province = 821 data = -1 } #The Baleares
		}
	}
	random = no
	country = POR
	name = "EVENTNAME3000016" #Caliphate of Granada
	desc = "EVENTHIST3000048"
	#-# 

	action_a = {
		name = "ACTIONNAME3000048A" #Bow to the demands of the Caliphe
		command = { type = secedeprovince which = GRA value = 732 } #Tangiers
		command = { type = secedeprovince which = GRA value = 733 } #Fez
		command = { type = secedeprovince which = GRA value = 806 } #Toubkal
		command = { type = secedeprovince which = GRA value = 805 } #Sahara
		command = { type = secedeprovince which = GRA value = 1595 } #Anti Atlas
		command = { type = secedeprovince which = GRA value = 734 } #Orania
		command = { type = secedeprovince which = GRA value = 735 } #Atlas
		command = { type = secedeprovince which = GRA value = 736 } #Aures
		command = { type = secedeprovince which = GRA value = 737 } #Al Djazair
		command = { type = secedeprovince which = GRA value = 738 } #Kabylia
		command = { type = secedeprovince which = GRA value = 739 } #Tunisia
		command = { type = secedeprovince which = GRA value = 740 } #Tripolitania
		command = { type = secedeprovince which = GRA value = 821 } #The Baleares
		command = { type = removecore which = 732 } #Tangiers
		command = { type = removecore which = 733 } #Fez
		command = { type = removecore which = 806 } #Toubkal
		command = { type = removecore which = 805 } #Sahara
		command = { type = removecore which = 1595 } #Anti Atlas
		command = { type = removecore which = 734 } #Orania
		command = { type = removecore which = 735 } #Atlas
		command = { type = removecore which = 736 } #Aures
		command = { type = removecore which = 737 } #Al Djazair
		command = { type = removecore which = 738 } #Kabylia
		command = { type = removecore which = 739 } #Tunisia
		command = { type = removecore which = 740 } #Tripolitania
		command = { type = removecore which = 821 } #The Baleares
	}
	action_b = {
		name = "ACTIONNAME3000048B" #Enough is enough!
		command = { type = breakvassal which = GRA }
	}
}
#(1419-1820) Caliphate of Granada
event = {
	id = 3000050 #triggered by GRA_3000016 / GRA_3000017
	trigger = {
		vassal = { country = GRA country = ARG }
		OR = {
			owned = { province = 732 data = -1 } #Tangiers
			owned = { province = 733 data = -1 } #Fez
			owned = { province = 806 data = -1 } #Toubkal
			owned = { province = 805 data = -1 } #Sahara
			owned = { province = 1595 data = -1 } #Anti Atlas
			owned = { province = 734 data = -1 } #Orania
			owned = { province = 735 data = -1 } #Atlas
			owned = { province = 736 data = -1 } #Aures
			owned = { province = 737 data = -1 } #Al Djazair
			owned = { province = 738 data = -1 } #Kabylia
			owned = { province = 739 data = -1 } #Tunisia
			owned = { province = 740 data = -1 } #Tripolitania
			#Extra
			owned = { province = 821 data = -1 } #The Baleares
		}
	}
	random = no
	country = ARG
	name = "EVENTNAME3000016" #Caliphate of Granada
	desc = "EVENTHIST3000048"
	#-# 

	action_a = {
		name = "ACTIONNAME3000048A" #Bow to the demands of the Caliphe
		command = { type = secedeprovince which = GRA value = 732 } #Tangiers
		command = { type = secedeprovince which = GRA value = 733 } #Fez
		command = { type = secedeprovince which = GRA value = 806 } #Toubkal
		command = { type = secedeprovince which = GRA value = 805 } #Sahara
		command = { type = secedeprovince which = GRA value = 1595 } #Anti Atlas
		command = { type = secedeprovince which = GRA value = 734 } #Orania
		command = { type = secedeprovince which = GRA value = 735 } #Atlas
		command = { type = secedeprovince which = GRA value = 736 } #Aures
		command = { type = secedeprovince which = GRA value = 737 } #Al Djazair
		command = { type = secedeprovince which = GRA value = 738 } #Kabylia
		command = { type = secedeprovince which = GRA value = 739 } #Tunisia
		command = { type = secedeprovince which = GRA value = 740 } #Tripolitania
		command = { type = secedeprovince which = GRA value = 821 } #The Baleares
		command = { type = removecore which = 732 } #Tangiers
		command = { type = removecore which = 733 } #Fez
		command = { type = removecore which = 806 } #Toubkal
		command = { type = removecore which = 805 } #Sahara
		command = { type = removecore which = 1595 } #Anti Atlas
		command = { type = removecore which = 734 } #Orania
		command = { type = removecore which = 735 } #Atlas
		command = { type = removecore which = 736 } #Aures
		command = { type = removecore which = 737 } #Al Djazair
		command = { type = removecore which = 738 } #Kabylia
		command = { type = removecore which = 739 } #Tunisia
		command = { type = removecore which = 740 } #Tripolitania
		command = { type = removecore which = 821 } #The Baleares
	}
	action_b = {
		name = "ACTIONNAME3000048B" #Enough is enough!
		command = { type = breakvassal which = GRA }
	}
}
#(1419-1820) Caliphate of Granada
event = {
	id = 3000051 #triggered by GRA_3000016 / GRA_3000017
	trigger = {
		vassal = { country = GRA country = NAV }
		OR = {
			owned = { province = 732 data = -1 } #Tangiers
			owned = { province = 733 data = -1 } #Fez
			owned = { province = 806 data = -1 } #Toubkal
			owned = { province = 805 data = -1 } #Sahara
			owned = { province = 1595 data = -1 } #Anti Atlas
			owned = { province = 734 data = -1 } #Orania
			owned = { province = 735 data = -1 } #Atlas
			owned = { province = 736 data = -1 } #Aures
			owned = { province = 737 data = -1 } #Al Djazair
			owned = { province = 738 data = -1 } #Kabylia
			owned = { province = 739 data = -1 } #Tunisia
			owned = { province = 740 data = -1 } #Tripolitania
			#Extra
			owned = { province = 821 data = -1 } #The Baleares
		}
	}
	random = no
	country = NAV
	name = "EVENTNAME3000016" #Caliphate of Granada
	desc = "EVENTHIST3000048"
	#-# 

	action_a = {
		name = "ACTIONNAME3000048A" #Bow to the demands of the Caliphe
		command = { type = secedeprovince which = GRA value = 732 } #Tangiers
		command = { type = secedeprovince which = GRA value = 733 } #Fez
		command = { type = secedeprovince which = GRA value = 806 } #Toubkal
		command = { type = secedeprovince which = GRA value = 805 } #Sahara
		command = { type = secedeprovince which = GRA value = 1595 } #Anti Atlas
		command = { type = secedeprovince which = GRA value = 734 } #Orania
		command = { type = secedeprovince which = GRA value = 735 } #Atlas
		command = { type = secedeprovince which = GRA value = 736 } #Aures
		command = { type = secedeprovince which = GRA value = 737 } #Al Djazair
		command = { type = secedeprovince which = GRA value = 738 } #Kabylia
		command = { type = secedeprovince which = GRA value = 739 } #Tunisia
		command = { type = secedeprovince which = GRA value = 740 } #Tripolitania
		command = { type = secedeprovince which = GRA value = 821 } #The Baleares
		command = { type = removecore which = 732 } #Tangiers
		command = { type = removecore which = 733 } #Fez
		command = { type = removecore which = 806 } #Toubkal
		command = { type = removecore which = 805 } #Sahara
		command = { type = removecore which = 1595 } #Anti Atlas
		command = { type = removecore which = 734 } #Orania
		command = { type = removecore which = 735 } #Atlas
		command = { type = removecore which = 736 } #Aures
		command = { type = removecore which = 737 } #Al Djazair
		command = { type = removecore which = 738 } #Kabylia
		command = { type = removecore which = 739 } #Tunisia
		command = { type = removecore which = 740 } #Tripolitania
		command = { type = removecore which = 821 } #The Baleares
	}
	action_b = {
		name = "ACTIONNAME3000048B" #Enough is enough!
		command = { type = breakvassal which = GRA }
	}
}
EVENTHIST3000048;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 ethnicities which were often treated as second-class citizens in other Muslim nations. The Caliphe now demands the restitution of all the ancient Almohads lands from his Iberian vassals.;;;;;;;;;;
ACTIONNAME3000048A;Bow to the demands of the Caliphe;;;;;;;;;;
ACTIONNAME3000048B;Enough is enough!;;;;;;;;;;
 
Spain, Castile and Aragon at the same time

I'm in 1483 playing as Granada with the Fantasy Resurgeant Granada 1.2
My strategy up to now has been staying always in alliance with Aragon in order to resist to win over Castile and Portugal. At the moment I own:
Granada, Gibraltar, Andalucia, Murcia, Algarve, Extremadura, Castilla, Asturias, Azores, Canary Islands, Cape Verde, Béarn, Guascogne, Poitou and Vandée. Castile only owns Toledo and Galicia. Portugal also owns only 2 provinces: Porto, Gambia plus 3 trading points. Aragon has got all the rest of Iberia, but Gerona lost to an incredible resurgeant Savoy :rofl: who conquered most of southern France, too.
I've noticed that I have the chance to release Spain as vassal in the province of Castile. I wonder what would happen in that case. Would Castile and Aragon join Spain and therefore be my vassal? Or what else could happen?
 
YodaMaster said:
Weird things... Castile will still be independent from Spain. We can't remove Spain because of the structure of revolt.txt but, as player, you shouldn't release it.

So Spain, Aragon and Castile would stay independent? Otherwise would Castile inevitably inherit Aragon and form Spain, even if Spain much smaller than Aragon (2 provs vs 10). For my strategic purposes I don't want Castile to become Spain; I could hadle if Aragon become Spain. So what would happen?
 
There is no answer to this question in AGCEEP. It can only happen if Spain revolted but after 1479, orphan kingdoms (Castile or Aragon) should form Spain (at least outside Granada scenario in version 1.3) and there is no possible weird situation.

In Granada scenario, this is still possible but since Granada scenario is intended for playing Granada, player should avoid this. We have the same problem in Unified Iberia option but revolt.txt is too limited. If only it was possible to add conditions for Spain not revolting if Castile or Aragon exist...

Anyway, Spain can only revolt in Castilla (436), Valencia (437) or Toledo (439). Be sure to own an hold these provinces and you will never see Spain. Of course, releasing her is not an option neither.
 
Last edited:
I'm currently playing this fantasy campaign, and I must say: Thank you Yoda! However, I do have some questions:

- Have you thought about adding fantasy leaders/admirals/conquistadors/explorers? I peeked at the 'Unified Iberia' events and there Portugal can get Spain's leaders if they're succeful, couldn't you add something similar to a successful Granada?

- In my game in the first half of the 1600's, Portugal is reduced to Oporto, Cape Verde and the Azores, and they don't colonize despite having explored colonizable provinces. Is it 'as designed' or is my game corrupt in any way?
 
Historicaly, it's impossible for Portugal to colonize if he has a giant Granada. It's normal.
You have the same thing with Castilla.

A screen of a game with this scenario :)

grenade1591bp1.jpg
 
According to discussion with crash63 here (in French), reworked Treaty of Léon and new events for culture changes:
Code:
event = {
	id = 3000030 #triggered by CAS_3000015 A / CAS_3000011
	random = no
	country = GRA
	name = "EVENTNAME3000015" #The Treaty of Léon
	desc = "EVENTHIST3000011"
	#-#

	action_a = {
		name = "ACTIONNAME3000018A" #Accept the Treaty
		command = { type = stability value = -1 }
		command = { type = vassal which = CAS }
		command = { type = alliance which = CAS }
		command = { type = secedeprovince which = CAS value = 433 } #Galicia
		command = { type = secedeprovince which = CAS value = 432 } #Astrurias
		command = { type = secedeprovince which = CAS value = 431 } #Cantabria
		command = { type = remove_countryculture which = iberian }
		[COLOR=Red]command = { type = provinceculture which = 436 value = berber } #Castilla
		command = { type = provinceculture which = 438 value = delaware } #Murcia
		command = { type = provinceculture which = 439 value = berber } #Toledo
		command = { type = provinceculture which = 440 value = berber } #Estramadura
		command = { type = provinceculture which = 443 value = delaware } #Andalusia[/COLOR]
		command = { type = provinceculture which = 444 value = delaware } #Granada
		command = { type = provinceculture which = 445 value = delaware } #Gibraltar
		[COLOR=Red]command = { type = population which = 436 value = -2000 } #Castilla
		command = { type = population which = 438 value = -2000 } #Murcia
		command = { type = population which = 439 value = -5000 } #Toledo
		command = { type = population which = 440 value = -2000 } #Estramadura
		command = { type = population which = 436 value = -5000 } #Andalusia[/COLOR]
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = land value = -1 }
		command = { type = domestic which = offensive value = -1 }
		command = { type = relation which = MOR value = -50 }
		command = { type = relation which = XHO value = -50 }
		command = { type = relation which = TUN value = -50 }
		command = { type = relation which = CAS value = 50 }
		command = { type = relation which = POR value = 50 }
		command = { type = relation which = ARG value = 50 }
		command = { type = trigger which = 3000031 } #CAS: The Treaty of Léon is accepted
	}
	action_b = {
		name = "ACTIONNAME3000018B" #Reject the Treaty
		command = { type = domestic which = innovative value = -1 }
		command = { type = domestic which = offensive value = 1 }
		command = { type = relation which = MOR value = 50 }
		command = { type = relation which = XHO value = 50 }
		command = { type = relation which = TUN value = 50 }
		command = { type = relation which = CAS value = -50 }
		command = { type = relation which = POR value = -50 }
		command = { type = relation which = ARG value = -50 }
		[COLOR=Yellow]command = { type = remove_countryculture which = iberian }[/COLOR]
		command = { type = trigger which = 3000032 } #CAS: The Treaty of Léon is rejected
	}
}
#-#In response to the growing power of Granada, Castile summoned the Iberian nations to a meeting in Léon. The purpose of the meeting was to settle final borders across the Iberian peninsula, and ensure the survival of Christian Iberia. Here Castile offered to forfeit their claims on the Kingdom of Castile and loyalty to Granada in exchange for safe passage for all Christian Iberians to Castile and a stop for further Granadian expansion in Iberia.

New events:
Code:
event = {
	id = 3000052
	trigger = {
		provincereligion = { province = 436 data = sunni } #Castilla
		OR = {
			event = 3000030 #GRA: The Treaty of Léon
			NOT = { exists = CAS }
		}
	}
	random = no
	country = GRA
	name = "EVENTNAME3000052" #Berber culture dominant in Castilla
	desc = "EVENTHIST3000052"
	#-#With Christian Iberians leaving the province, our culture becomes dominant.

	date = { day = 1 month = january year = 1450 }
	offset = 180
	deathdate = { year = 1820 }

	action_a = {
		name = "GOOD"
		command = { type = population which = 436 value = -2000 } #Castilla
		command = { type = provinceculture which = 436 value = berber } #Castilla
		command = { type = trigger which = 3000057 } #CAS: Refugees from Castilla
	}
}
event = {
	id = 3000057 #triggered by GRA_3000052
	trigger = {
		OR = {
			religion = catholic
			religion = counterreform
		}
	}
	random = no
	country = CAS
	name = "EVENTNAME3000057" #Refugees from Castilla
	desc = "EVENTHIST3000057"
	#-#Christian Iberians from provinces under control of Granada emigrate to Castile.

	action_a = {
		name = "ACTIONNAME3000035A" #House them
		command = { type = population which = -2 value = 2000 }
	}
}

event = {
	id = 3000053
	trigger = {
		provincereligion = { province = 438 data = sunni } #Murcia
		OR = {
			event = 3000030 #GRA: The Treaty of Léon
			NOT = { exists = CAS }
		}
	}
	random = no
	country = GRA
	name = "EVENTNAME3000053" #Maghrebi culture dominant in Murcia
	desc = "EVENTHIST3000052"
	#-#With Christian Iberians leaving the province, our culture becomes dominant.

	date = { day = 1 month = january year = 1450 }
	offset = 180
	deathdate = { year = 1820 }

	action_a = {
		name = "GOOD"
		command = { type = population which = 438 value = -2000 } #Murcia
		command = { type = provinceculture which = 438 value = delaware } #Murcia
		command = { type = trigger which = 3000058 } #CAS: Refugees from Murcia
	}
}
event = {
	id = 3000058 #triggered by GRA_3000053
	trigger = {
		OR = {
			religion = catholic
			religion = counterreform
		}
	}
	random = no
	country = CAS
	name = "EVENTNAME3000058" #Refugees from Murcia
	desc = "EVENTHIST3000057"
	#-#Christian Iberians from provinces under control of Granada emigrate to Castile.

	action_a = {
		name = "ACTIONNAME3000035A" #House them
		command = { type = population which = -2 value = 2000 }
	}
}

event = {
	id = 3000054
	trigger = {
		provincereligion = { province = 439 data = sunni } #Toledo
		OR = {
			event = 3000030 #GRA: The Treaty of Léon
			NOT = { exists = CAS }
		}
	}
	random = no
	country = GRA
	name = "EVENTNAME3000054" #Berber culture dominant in Toledo
	desc = "EVENTHIST3000052"
	#-#With Christian Iberians leaving the province, our culture becomes dominant.

	date = { day = 1 month = january year = 1450 }
	offset = 180
	deathdate = { year = 1820 }

	action_a = {
		name = "GOOD"
		command = { type = population which = 439 value = -5000 } #Toledo
		command = { type = provinceculture which = 439 value = berber } #Toledo
		command = { type = trigger which = 3000059 } #CAS: Refugees from Toledo
	}
}
event = {
	id = 3000059 #triggered by GRA_3000054
	trigger = {
		OR = {
			religion = catholic
			religion = counterreform
		}
	}
	random = no
	country = CAS
	name = "EVENTNAME3000059" #Refugees from Toledo
	desc = "EVENTHIST3000057"
	#-#Christian Iberians from provinces under control of Granada emigrate to Castile.

	action_a = {
		name = "ACTIONNAME3000035A" #House them
		command = { type = population which = -2 value = 5000 }
	}
}

event = {
	id = 3000055
	trigger = {
		provincereligion = { province = 440 data = sunni } #Estramadura
		OR = {
			event = 3000030 #GRA: The Treaty of Léon
			NOT = { exists = CAS }
		}
	}
	random = no
	country = GRA
	name = "EVENTNAME3000055" #Berber culture dominant in Estramadura
	desc = "EVENTHIST3000052"
	#-#With Christian Iberians leaving the province, our culture becomes dominant.

	date = { day = 1 month = january year = 1450 }
	offset = 180
	deathdate = { year = 1820 }

	action_a = {
		name = "GOOD"
		command = { type = population which = 440 value = -2000 } #Estramadura
		command = { type = provinceculture which = 440 value = berber } #Estramadura
		command = { type = trigger which = 3000060 } #CAS: Refugees from Estramadura
	}
}
event = {
	id = 3000060 #triggered by GRA_3000055
	trigger = {
		OR = {
			religion = catholic
			religion = counterreform
		}
	}
	random = no
	country = CAS
	name = "EVENTNAME3000060" #Refugees from Estramadura
	desc = "EVENTHIST3000057"
	#-#Christian Iberians from provinces under control of Granada emigrate to Castile.

	action_a = {
		name = "ACTIONNAME3000035A" #House them
		command = { type = population which = -2 value = 2000 }
	}
}

event = {
	id = 3000056
	trigger = {
		provincereligion = { province = 443 data = sunni } #Andalusia
		OR = {
			event = 3000030 #GRA: The Treaty of Léon
			NOT = { exists = CAS }
		}
	}
	random = no
	country = GRA
	name = "EVENTNAME3000056" #Maghrebi culture dominant in Andalusia
	desc = "EVENTHIST3000052"
	#-#With Christian Iberians leaving the province, our culture becomes dominant.

	date = { day = 1 month = january year = 1450 }
	offset = 180
	deathdate = { year = 1820 }

	action_a = {
		name = "GOOD"
		command = { type = population which = 443 value = -5000 } #Andalusia
		command = { type = provinceculture which = 443 value = delaware } #Andalusia
		command = { type = trigger which = 3000061 } #CAS: Refugees from Andalusia
	}
}
event = {
	id = 3000061 #triggered by GRA_3000056
	trigger = {
		OR = {
			religion = catholic
			religion = counterreform
		}
	}
	random = no
	country = CAS
	name = "EVENTNAME3000061" #Refugees from Andalusia
	desc = "EVENTHIST3000057"
	#-#Christian Iberians from provinces under control of Granada emigrate to Castile.

	action_a = {
		name = "ACTIONNAME3000035A" #House them
		command = { type = population which = -2 value = 5000 }
	}
}
New entries for text.csv:

EVENTNAME3000052;Berber culture dominant in Castilla;;;;;;;;;;
EVENTHIST3000052;With Christian Iberians leaving the province, our culture becomes dominant.;;;;;;;;;;
#;
EVENTNAME3000053;Maghrebi culture dominant in Murcia;;;;;;;;;;
#;
EVENTNAME3000054;Berber culture dominant in Toledo;;;;;;;;;;
#;
EVENTNAME3000055;Berber culture dominant in Estramadura;;;;;;;;;;
#;
EVENTNAME3000056;Maghrebi culture dominant in Andalusia;;;;;;;;;;
#;
EVENTNAME3000057;Refugees from Castilla;;;;;;;;;;
EVENTHIST3000057;Christian Iberians from provinces under control of Granada emigrate to Castile.;;;;;;;;;;
#;
EVENTNAME3000058;Refugees from Murcia;;;;;;;;;;
#;
EVENTNAME3000059;Refugees from Toledo;;;;;;;;;;
#;
EVENTNAME3000060;Refugees from Estramadura;;;;;;;;;;
#;
EVENTNAME3000061;Refugees from Andalusia;;;;;;;;;;


EDIT: added events for Castile and population gains in capital.
 
Last edited:
There are typos in the event file: lots of sleepmonarch commands lack the 'p', making it a 'sleemonarch', unreadable by the game.
Just reporting a bug ;).

EDIT: HERE is a link to the file with corrections - to save you work ;).
 
My bad... I was sure I fixed it but I must have forgotten to save or reused a wrong version for the RAR archive. :eek:o

version 1.5.1 uploaded with fixed syntax errors and events file parsed again.

Thanks for the report.
 
Last edited: