• 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.
Void Dragon said:
Forgive me if this has already been discussed.

My question is, is there a way to form Germany as Bavaria?


Yes.

When the Pope calls for you to lead a crusade against Cordoba, agree.

Win the crusade.

Soon after, you will get an event for form Germania and get cores everywhere.

It's pretty much game over at that point.
 
Two outcomes have been discussed and are being worked on.

1. The reformation becomes a trigger for protestant Swabia to initiates a civil war.

2. Swabia may also form 'Germania', but as a protestant state as a result of the revised Thirty Years War.
 
Void Dragon said:
Pope? I guess, I shouldn't have annexed him.

If I released the Papacy would I get the event?

It should be irrelevant, as most of the pertinent Pope events are not keyed to Papal States, but instead to province 399. Hopefully you have received one or two events that seemed they were for the Papal States and not Bavaria.

Which leads me to wonder if the triggers on the Germania event are accurate.


So, here's the sequence, and it's less straightforward than one single event, but a series.

Code:
#############################################################
#  Germania
#############################################################

event = {  
	id = 440390
	trigger = { 
			flag = crusade_won
			OR = { 
				emperor = yes
				countrysize = 18
				}
		}
	random = no
	country = BAY
	name = " Overture to an Emperor "
	desc = " Heinrich Bebel, the poet and orator made a speech to the emperor echoing the thoughts of many of the intellectuals surrounding the great man, that Bavaria was Germany, and Germany was Bavaria.  The time had come to assert it's independence from the laws of Rome. This would redefine the Empire. "
	date = { day = 1 month = february year = 1494 }

	action_a = {
		name = " Yes, the Empire needs it's own laws "
		command = { type = relation which = PAP value = -10 }
		command = { type = relation which = BUR value = -10 }
		command = { type = relation which = SAV value = -10 }
		command = { type = stability value = 1 }
	}
	action_b = {
		name = " No, the roman laws are fine "
		command = { type = relation which = PAP value = 10 }
		command = { type = sleepevent which = 440392 }
	}
}

event = {  
	id = 440391
	trigger = { 
			flag = crusade_won
			OR = { 
				emperor = yes
				countrysize = 18
				}
			NOT = {
					relation = { country = PAP value = 50 }
				}
		}
	random = no
	country = BAY
	name = " A High Court? "
	desc = " The laws used in the Empire were roman laws, designed and judged by roman clerics, sometimes with important cases transfered to Rome itself.  This infuriated a german people at a time of diplomatic dominance, and particularly bavarian nobles at a time of military dominance. Albrecht was advised to form a Rechtskammer, a legal system for the german peoples, independant of Roman law. The effect of such a system would slowly remove the king from a part of his power, but would bring him closer to an independant Germanic state. "
	date = { day = 1 month = february year = 1496 }

	action_a = {
		name = " Form the Rechtskammer "
		command = { type = treasury value = 50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = BUR value = -50 }
		command = { type = relation which = SAV value = -50 }
		command = { type = relation which = SWA value = -50 }
		command = { type = relation which = SAC value = -20 }
		command = { type = relation which = HSA value = -20 }
		command = { type = relation which = BRA value = -20 }
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 440394 }

	}
	action_b = {
		name =  " Continue to follow the Roman laws "
		command = { type  =  stability value = -1 }
		command = { type  = sleepevent which = 440393 }
		command = { type  = sleepevent which = 440394 }
	}
}

event = {  
	id = 440392
	trigger = { 
			flag = crusade_won
			relation = { country = PAP value = 50 }
			OR = { 
				emperor = yes
				countrysize = 18
				}
			}
	random = no
	country = BAY
	name = " A High Court? "
	desc = " The laws used in the Empire were roman laws, designed and judged by roman clerics, sometimes with important cases transfered to Rome itself.  This infuriated a german people at a time of diplomatic dominance, and particularly bavarian nobles at a time of military dominance. Albrecht was advised to form a Rechtskammer, a legal system for the german peoples, independant of Roman law. The effect of such a system would slowly remove the king from a part of his power, but would bring him closer to an independant Germanic state"
	date = { day = 1 month = february year = 1496 }

	action_a = {
		name = " Continue to follow the Roman laws "
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 440393 }
		command = { type = sleepevent which = 440394 }
	}
	action_b = {
		name = " Form the Rechtskammer "
		command = { type = treasury value = 50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = BUR value = -50 }
		command = { type = relation which = SAV value = -50 }
		command = { type = relation which = SWA value = -50 }
		command = { type = relation which = SAC value = -20 }
		command = { type = relation which = HSA value = -20 }
		command = { type = relation which = BRA value = -20 }
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 440393 }
	}
}

event = {  
	id = 440393
	trigger = { 
			flag = crusade_won
			event = 440391
			OR = { 
				emperor = yes
				countrysize = 18
				}
		}
	random = no
	country = BAY
	name = " The High Rechtskammer "
	desc = " Abrecht formed the High Rechtskammer, a high german court, which sent the Bavarian state spinning off from the ideals of the Holy Roman Empire, and away from the directions of an increasingly reformist and humaniist Papal court.  The court however, was dominated by the self-interests of the nobles, and the conservative catholicism of the clerics. "
	date = { day = 1 month = february year = 1501 }

	action_a = {
		name = " Form the Rechtskammer "
		command = { type = treasury value = 100 }
		command = { type = infra value = 500 }
		command = { type = stability value = 1 }
		command = { type = gainbuilding which = -1 value = courthouse }
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = serfdom value = 1 }
		command = { type = domestic which = innovative value = -1 }
	}
	action_b = {
		name = " No, a step too far. "
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 440399 }
	}
}

event = {  
	id = 440394
	trigger = { 
			flag = crusade_won
			event = 440392
			OR = { 
				emperor = yes
				countrysize = 18
				}
		}
	random = no
	country = BAY
	name = " The Low Rechtskammer "
	desc = " Abrecht formed the Low Rechtskammer, a low german court, which dealt with most internal matters, and away from the directions of an increasingly reformist and humaniist Papal court.  The court however, was dominated by the self-interests of the nobles, and the conservative catholicism of the clerics. "
	date = { day = 1 month = february year = 1498 }

	action_a = {
		name = " Form the Rechtskammer "
		command = { type = treasury value = 100 }
		command = { type = infra value = 500 }
		command = { type = stability value = 1 }
		command = { type = gainbuilding which = 349 value = courthouse }
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = serfdom value = 1 }
		command = { type = domestic which = innovative value = -1 }
	}
	action_b = {
		name = " No, a step too far. "
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 440399 }
	}
}

event = {  
	id = 440395
	trigger = { 
		NOT = {			
		owned = { province = 344 data = HSA }
			}
		OR = { 
			event = 440393
			event = 440394
		}
	}
	random = no
	country = BAY
	name = " The Koln Agreement "
	desc = " The position of the city of Koln was strategically important in the 15th century, and Albrecht assumed it would always be so.  But when the city's traders applied yet again to join the Hanseatic League they did so through the Rechtskammer, and not by petition to the Emperor.  In this critically defining moment for the sovereignty of states and princedoms within the Empire, Albrecht did not interfere with the workings of the Rechtskammer, and allowed the claim. "
	date = { day = 1 month = february year = 1498 }

	action_a = {
		name = " Allow this Claim "
		command = { type = stability value = 1 }
		command = { type = gainbuilding which = -1 value = courthouse }
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = serfdom value = 1 }
		command = { type = domestic which = innovative value = -1 }
	}
	action_b = {
		name = " Allow them Independence "
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 440399 }
	}
}

event = {  
	id = 440396
	trigger = { 
		owned = { province = 344 data = HSA }
		OR = { 
			event = 440393
			event = 440394
		}
	}
	random = no
	country = BAY
	name = " The Koln Agreement "
	desc = " The position of the city of Koln was strategically important in the 15th century, and Albrecht assumed it would always be so.  But when the city's traders applied yet to leave the Hanseatic League they did so through the Rechtskammer, and not by petition to the Emperor.  In this critically defining moment for the sovereignty of states and princedoms within the Empire, Albrecht did not interfere with the workings of the Rechtskammer, and allowed the claim. "
	date = { day = 1 month = february year = 1498 }

	action_a = {
		name = " Allow this Claim "
		command = { type = stability value = 1 }
		command = { type = gainbuilding which = -1 value = courthouse }
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = serfdom value = 1 }
		command = { type = domestic which = innovative value = -1 }
	}
	action_b = {
		name = " Allow them Independence "
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 440399 }
	}
}

event = {
	id = 440399
	trigger = {
		OR = { 
			flag = crusade_won
			countrysize = 20
			}
		OR = { 
			event = 440393
			event = 440394
		}
		owned = { province = 351 data = BAY } #Austria
		owned = { province = 327 data = BAY } #Ostmarch
		owned = { province = 350 data = BAY } #Salzburg
		owned = { province = 348 data = BAY } #Ansbach
		owned = { province = 372 data = BAY } #Wurttembrg
		owned = { province = 347 data = BAY } #Wurzburg
		owned = { province = 331 data = BAY } #Sachsen
		owned = { province = 332 data = BAY } #Anhalt
		owned = { province = 346 data = BAY } #Mainz
		owned = { province = 345 data = BAY } #Pfalz
		owned = { province = 344 data = BAY } #Koln
		OR = { 
			AND = { 
				owned = { province = 343 data = BAY } #Kleves
				owned = { province = 333 data = BAY } #Hessen
				}
			AND = { 
				owned = { province = 343 data = BAY } #Kleves
				owned = { province = 373 data = BAY } #Baden
				}
			AND = { 
				owned = { province = 343 data = BAY } #Kleves
				owned = { province = 311 data = BAY } #Magdeburg
				}
			AND = { 
				owned = { province = 373 data = BAY } #Baden
				owned = { province = 333 data = BAY } #Hessen
				}
			AND = { 
				owned = { province = 373 data = BAY } #Baden
				owned = { province = 311 data = BAY } #Magdeburg
				}
			AND = { 
				owned = { province = 333 data = BAY } #Hessen
				owned = { province = 311 data = BAY } #Magdeburg
				}
			vassal = { country = BAY country = SWA }
			}
		NOT = { 
			badboy = 6
			}
	}
	random = no
	country = BAY
	name = " Germania "
	desc = " Buoyed by winning the Crusades, frustrated with Papal intrigue and laws, and the uncertainty of Holy Roman Empire elections, Albrecht knew the only way to secure land for his successors was to confirm by military right his possesions, and claim his land as a sovereign state, and abandon the now empty role of Holy Roman Emperor.  The concept of true nationhood was still 200 years aaway, but Albrecht had taken the first step to defining a national boiundary within a cultural indentity. "
	date = { day = 1 month = june year = 1501 }
	offset = 60
	deathdate = { day = 1 month = october year = 1511 }

	action_a = { 
		name = " Create this Empire "
		command = { type = clrflag which = crusade_won } 
		command = { type = setflag which = germania }
		command = { type = country which = GER }
		command = { type = addcore which = 372 } #Wurttemburg
		command = { type = addcore which = 347 } #Wurzburg
		command = { type = addcore which = 331 } #Sachsen
		command = { type = addcore which = 332 } #Anhalt
		command = { type = addcore which = 344 } #Koln
		command = { type = addcore which = 343 } #Kleves
		command = { type = addcore which = 333 } #Hessen
		command = { type = addcore which = 373 } #Baden
		command = { type = addcore which = 311 } #Magdeburg
		command = { type = remove_countryculture which = dutch }
		command = { type = vp value = 200 }
	}
	action_b = { 
		name = " Maintain the Empire "
		command = { type = clrflag which = crusade_won } 
		command = { type = vp value = -10 }
	}
}
 
Void Dragon

Can you tell me if you got one of these events as the conclusion of the crusade in Iberia?

Code:
event = {
	id = 881801
	trigger = {
		flag = crusade_grand
		NOT = {
			owned = { province = 431 data = CRD } #Galicia
			owned = { province = 432 data = CRD } #Asturias
			owned = { province = 433 data = CRD } #Cantabria
			owned = { province = 434 data = CRD } #Oporto
			owned = { province = 435 data = CRD } #Leon
			owned = { province = 428 data = CRD } #Navarra
			owned = { province = 425 data = CRD } #Bearn
			owned = { province = 427 data = CRD } #Gerona
			owned = { province = 426 data = CRD } #Rousillon
			owned = { province = 422 data = CRD } #Languedoc
			}
		NOT = {
			owned = { province = 430 data = CRD } #Aragon
			owned = { province = 429 data = CRD } #Catalonia
			owned = { province = 441 data = CRD } #Tago
			}
		NOT = {
			owned = { province = 442 data = CRD } #Algarve
			owned = { province = 436 data = CRD } #Castilla
			owned = { province = 437 data = CRD } #Valencia
			owned = { province = 440 data = CRD } #Estramadura
			owned = { province = 439 data = CRD } #Toledo
			}
		}
	random = no
	country = BAY
	name = "Iberia for Christendom!"
	desc = "Called to Crusade against the Iberian islamic state of Al-Andalus, the Holy Roman Empire had beaten the infidel islamic foe over 50 years of warring and had reclaimed Iberia for Christ.  Now was left only the sharing of loot, slaves and titles to those deserving in God's eyes.  "
	date = { day = 1 month = may year = 1475 }
	offset = 360	
	date = { day = 30 month = october year = 1489 }

	action_a = { 
		name = "For the Glory of God"
		command = { type = DIP which = 2 value = 360 }
		command = { type = clrflag which = crusade_grand }
		command = { type = setflag which = crusade_won }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = HSA value = 150 }
		command = { type = relation which = KOL value = 150 }
		command = { type = relation which = SWA value = 150 }
		command = { type = relation which = BUR value = 150 }
		command = { type = relation which = SAV value = 150 }
		command = { type = relation which = BRA value = 150 }
		command = { type = relation which = BOH value = 150 }
		command = { type = relation which = HUN value = 150 }
		command = { type = relation which = PFA value = 150 }
		command = { type = relation which = MAI value = 150 }
		command = { type = relation which = SAC value = 150 }
		command = { type = treasury  value = 1000 }
		command = { type = vp value = 500 }
		command = { type = badboy value = -8 }
		command = { type = stability value = 2 }
	}
}

event = {
	id = 881802
	trigger = {
		flag = crusade_mid
		NOT = {
			owned = { province = 431 data = CRD } #Galicia
			owned = { province = 432 data = CRD } #Asturias
			owned = { province = 433 data = CRD } #Cantabria
			owned = { province = 434 data = CRD } #Oporto
			owned = { province = 435 data = CRD } #Leon
			owned = { province = 428 data = CRD } #Navarra
			owned = { province = 425 data = CRD } #Bearn
			owned = { province = 427 data = CRD } #Gerona
			owned = { province = 426 data = CRD } #Rousillon
			owned = { province = 422 data = CRD } #Languedoc
			}
		NOT = {
			owned = { province = 430 data = CRD } #Aragon
			owned = { province = 429 data = CRD } #Catalonia
			owned = { province = 441 data = CRD } #Tago
			}
		}
	random = no
	country = BAY
	name = " Iberia for Christendom! "
	desc = " Called to Crusade against the Iberian islamic state of Al-Andalus, the Holy Roman Empire had beaten the infidel islamic foe over 50 years of warring and had reclaimed Iberia for Christ.  Now was left only the sharing of loot, slaves and titles to those deserving in God's eyes.  "
	date = { day = 1 month = may year = 1475 }
	offset = 360	
	date = { day = 30 month = october year = 1489 }

	action_a = { 
		name = "For the Glory of God"
		command = { type = DIP which = 2 value = 240 }
		command = { type = clrflag which = crusade_mid }
		command = { type = setflag which = crusade_won }
		command = { type = relation which = PAP value = 100 }
		command = { type = relation which = KOL value = 100 }
		command = { type = relation which = SWA value = 100 }
		command = { type = relation which = BUR value = 100 }
		command = { type = relation which = SAV value = 100 }
		command = { type = relation which = BRA value = 100 }
		command = { type = relation which = BOH value = 100 }
		command = { type = relation which = HUN value = 100 }
		command = { type = relation which = PFA value = 100 }
		command = { type = relation which = MAI value = 100 }
		command = { type = relation which = SAC value = 100 }
		command = { type = treasury  value = 500 }
		command = { type = vp value = 200 }
		command = { type = badboy value = -4 }
		command = { type = stability value = 2 }
	}
}

event = {
	id = 881803
	trigger = {
		flag = crusade_minor
		NOT = {
			owned = { province = 431 data = CRD } #Galicia
			owned = { province = 432 data = CRD } #Asturias
			owned = { province = 433 data = CRD } #Cantabria
			owned = { province = 434 data = CRD } #Oporto
			owned = { province = 435 data = CRD } #Leon
			owned = { province = 428 data = CRD } #Navarra
			owned = { province = 425 data = CRD } #Bearn
			owned = { province = 427 data = CRD } #Gerona
			owned = { province = 426 data = CRD } #Rousillon
			owned = { province = 422 data = CRD } #Languedoc
			}
		}
	random = no
	country = BAY
	name = "Iberia for Christendom!"
	desc = "Called to Crusade against the Iberian islamic state of Al-Andalus, the Holy Roman Empire had beaten the infidel islamic foe over 50 years of warring and had reclaimed Iberia for Christ.  Now was left only the sharing of loot, slaves and titles to those deserving in God's eyes.  "
	date = { day = 1 month = may year = 1475 }
	offset = 360	
	date = { day = 30 month = october year = 1489 }

	action_a = { 
		name = "For the Glory of God"
		command = { type = DIP which = 2 value = 120 }
		command = { type = clrflag which = crusade_minor }
		command = { type = setflag which = crusade_won }
		command = { type = relation which = PAP value = 50 }
		command = { type = relation which = KOL value = 50 }
		command = { type = relation which = SWA value = 50 }
		command = { type = relation which = BUR value = 50 }
		command = { type = relation which = SAV value = 50 }
		command = { type = relation which = BRA value = 50 }
		command = { type = relation which = BOH value = 50 }
		command = { type = relation which = HUN value = 50 }
		command = { type = relation which = PFA value = 50 }
		command = { type = relation which = MAI value = 50 }
		command = { type = relation which = SAC value = 50 }
		command = { type = treasury  value = 200 }
		command = { type = vp value = 100 }
		command = { type = badboy value = -2 }
		command = { type = stability value = 1 }
	}
}
 
I have changed the triggers for the events leading up to the "Germania" event, so that instead of having to win the Crusade events, you have to not lose them, plus have 20+ provinces, most of them german.

So...

event = {
id = 440390
trigger = {
NOT = { flag = crusade_lost }
OR = {
emperor = yes
countrysize = 18
}
}
random = no
country = BAY
name = " Overture to an Emperor "
desc = " Heinrich Bebel, the poet and orator made a speech to the emperor echoing the thoughts of many of the intellectuals surrounding the great man, that Bavaria was Germany, and Germany was Bavaria. The time had come to assert it's independence from the laws of Rome. This would redefine the Empire. "
date = { day = 1 month = february year = 1494 }

action_a = {
name = " Yes, the Empire needs it's own laws "
command = { type = relation which = PAP value = -10 }
command = { type = relation which = BUR value = -10 }
command = { type = relation which = SAV value = -10 }
command = { type = stability value = 1 }
}
action_b = {
name = " No, the roman laws are fine "
command = { type = relation which = PAP value = 10 }
command = { type = sleepevent which = 440392 }
}
}


and eventually....

event = {
id = 440399
trigger = {
OR = {
NOT = { flag = crusade_lost }
countrysize = 20
}
OR = {
event = 440393
event = 440394
}
owned = { province = 351 data = BAY } #Austria
owned = { province = 327 data = BAY } #Ostmarch
owned = { province = 350 data = BAY } #Salzburg
owned = { province = 348 data = BAY } #Ansbach
owned = { province = 372 data = BAY } #Wurttembrg
owned = { province = 347 data = BAY } #Wurzburg
owned = { province = 331 data = BAY } #Sachsen
owned = { province = 332 data = BAY } #Anhalt
owned = { province = 346 data = BAY } #Mainz
owned = { province = 345 data = BAY } #Pfalz
owned = { province = 344 data = BAY } #Koln
OR = {
AND = {
owned = { province = 343 data = BAY } #Kleves
owned = { province = 333 data = BAY } #Hessen
}
AND = {
owned = { province = 343 data = BAY } #Kleves
owned = { province = 373 data = BAY } #Baden
}
AND = {
owned = { province = 343 data = BAY } #Kleves
owned = { province = 311 data = BAY } #Magdeburg
}
AND = {
owned = { province = 373 data = BAY } #Baden
owned = { province = 333 data = BAY } #Hessen
}
AND = {
owned = { province = 373 data = BAY } #Baden
owned = { province = 311 data = BAY } #Magdeburg
}
AND = {
owned = { province = 333 data = BAY } #Hessen
owned = { province = 311 data = BAY } #Magdeburg
}
vassal = { country = BAY country = SWA }
}
NOT = {
badboy = 6
}
}
random = no
country = BAY
name = " Germania "
desc = " Buoyed by military dominance, frustrated with Papal intrigue and laws, and the uncertainty of Holy Roman Empire elections, Albrecht knew the only way to secure land for his successors was to confirm by military right his possesions, and claim his land as a sovereign state, and abandon the now empty role of Holy Roman Emperor. The concept of true nationhood was still 200 years aaway, but Albrecht had taken the first step to defining a national boiundary within a cultural indentity. "
date = { day = 1 month = june year = 1501 }
offset = 60
deathdate = { day = 1 month = october year = 1511 }

action_a = {
name = " Create this Empire "
command = { type = clrflag which = crusade_won }
command = { type = setflag which = germania }
command = { type = country which = GER }
command = { type = addcore which = 372 } #Wurttemburg
command = { type = addcore which = 347 } #Wurzburg
command = { type = addcore which = 331 } #Sachsen
command = { type = addcore which = 332 } #Anhalt
command = { type = addcore which = 344 } #Koln
command = { type = addcore which = 343 } #Kleves
command = { type = addcore which = 333 } #Hessen
command = { type = addcore which = 373 } #Baden
command = { type = addcore which = 311 } #Magdeburg
command = { type = remove_countryculture which = dutch }
command = { type = vp value = 200 }
}
action_b = {
name = " Maintain the Empire "
command = { type = clrflag which = crusade_won }
command = { type = vp value = -10 }
}
}


whaddayathink?
 
Sweeter than Ipswich winning 5-1 last week.
 
mikl said:
and then losing against Sheff Wed to regain their dominance of mid-table positions...


Yes, but a brilliant 2-1 victory over second place Derby!!!!!!
 
Void Dragon said:
Thats the thing, I don't even get the crusade.


OK, here's the key event that starts it all:

As you can see, the event is VERY likely to trigger. The biggest stumbling block is if Bavaria is already at war with Cordoba.

BUT, there is alaways a chance that the owner of province 399 (the Pope), in your game owned by the ai, selects action_d. This could have happened in one of your games. A check of its history log will tell you.

Alternatively, in both games the triggers were not acheived. Unlikely, as I said, unless you were at war with Cordoba.

Could you check the history log?

Thanks,

Matty

Code:
#############################################################
# The Call to Reconquista
#############################################################

event = {
	id = 881001
	trigger = {
		exists = CRD
		NOT = { exists = ASU } #Asturias, the united 'Spain'
		NOT = { war = { country = BAY country = CRD } }
		OR = { 
			war = { country = LEO country = CRD }
			war = { country = AMG country = CRD }
			war = { country = PRT country = CRD }
			war = { country = NAV country = CRD }
			war = { country = LGD country = CRD }
			war = { country = POR country = CRD }
			event = 412240
			event = 412241
			event = 412242 #Al-Andalus is united by the Sultan, various versions
			event = 515043 #Emperor refused to fight Hussites
			AND = { 
				flag = conservative
				NOT = { domestic = { type = innovative value = 5 } }
				domestic = { type = serfdom value = 6 }
				domestic = { type = aristocracy value = 7 }
				}
			AND = { 
				flag = moderate
				NOT = { domestic = { type = innovative value = 4 } }
				domestic = { type = serfdom value = 7 }
				domestic = { type = aristocracy value = 7 }
				}
		}
	}
	random = no
	province = 399
	name = "A Crusade in Iberia!"
	desc = "After reports of the oppression of the catholics on the Iberian peninsular and the continue expansion of Al-Andalus, support for a war on Islam increased.  War was an ongoing threat on the peninsular, but even in times of peace the Northern Kindoms suffered from trade restrictions, Navarra and Languuedoc suffered from continual raids, and the Aragon catholics suffered religious persecution.  Felix, a genuinely pious man, saw the opportunites to reclaim land for the church, and an additional opportunity to test the resolve of the new Emperor.  He used the Concil of Basle to inflame christian passions on the topic and convince the german princes to accept his call to Crusade. "
	date = { day = 1 month = may year = 1445 }
	offset = 60	
	deathdate = { day = 1 month = october year = 1454 }
	
	action_a = { 
		name = "Demand of the Emperor a 'Reconquista'"
		command = { type = domestic which = innovative value = -1 }
		command = { type = DIP which = 1 value = 360 }
		command = { type = MIL which = 1 value = 360 }
		command = { type = ADM which = -2 value = 360 }
		command = { type = trigger which = 881011 } 
		command = { type = vp value = 100 }
	}	
	action_b = { 
		name = "Request of the Emperor a 'Reconquista'"
		command = { type = trigger which = 881021 } 
		command = { type = vp value = 50 }
	}	
	action_c = { 
		name = "Pray for a 'Reconquista'"
		command = { type = domestic which = aristocracy value = -1 }
		command = { type = trigger which = 881030 } 
	}
	action_d = { 
		name = "It is a sin to kill"
		command = { type = domestic which = innovative value = 1 }
		command = { type = DIP which = -1 value = 360 }
		command = { type = MIL which = -1 value = 360 }
		command = { type = ADM which = 2 value = 360 }
		command = { type = trigger which = 881041 } 
		command = { type = vp value = -100 }
	}
}
 
I can't find anything about a Crusade other than:

November 28, 1421 : Brittany went with We must protect our sworn brothers in Crusade in Iberia.

December 24, 1421 : Eire went with We must protect our sworn brothers in Crusade in Iberia.
 
Void Dragon said:
I can't find anything about a Crusade other than:

November 28, 1421 : Brittany went with We must protect our sworn brothers in Crusade in Iberia.

December 24, 1421 : Eire went with We must protect our sworn brothers in Crusade in Iberia.



Hmmmmmmm.

Well, if the conditions are not met then the event won't fire, of course.

What year did you go to?
 
I meant what year did you play to. Not to be patronising, I just wwanted to check that you played until at least 1455, as the crusade event doesn't trigger until then. See, there are two crusades, a first small one when (if) Cordoba goes to war against the Iberian minors in the early years, and the critical second major crusade that the Pope initiates in 1450s. It's this second crusade that is the big deal, wherein Bavaria is challenged to head into Iberia.