• 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.
Originally posted by SecondReich
Ummm, KOJ?

Kingdom of Jerusalem. R.F.A think so but I am not sure:)

Edit: you were too fast:)
 
Originally posted by Judge
Kingdom of Jerusalem. R.F.A think so but I am not sure:)

Edit: you were too fast:)

Im allways fast... :cool:

The thing is that i hold (Invaded Mameluks when they where in complete Anarhchy, got it quite easey) Judea, but no event has fired yet. Maybee Samaria is required as well?
 
I have no ideea, but if you have the EEP instaled you could always take a look at their events and see for yourself!
 
Code:
[COLOR=red]#Kingdom of Jerusalem#
event = {

	id = 160006
	trigger = {
		owned = { province = 493 data = -1 }
		event =  160005 
	}
	random = no
	country = KNI
	name = "Kingdom of Jerusalem"
	desc = "Following the reconquest of the Holy City of Jerusalem, the Knights have been put under tremendous pressure from Europe to re-instate the Kingdom of Jerusalem."
	style = 1

	date = { day = 1 month = january year = 1480 }
	deathdate = { day = 1 month = january year = 1599 }

	action_a = {		#Re-instate Kingdom of Jerusalem#
		name = "Re-instate Kingdom of Jerusalem"
		command = { type = independence  which = JER }
		command = { type = relation  which = CYP  value = 50 }
		command = { type = relation  which = FRA  value = 50 }
		command = { type = relation  which = ENG  value = 50 }
		command = { type = relation  which = SPA  value = 50 }
		command = { type = relation  which = POR  value = 50 }
		command = { type = relation  which = PAP  value = 50 }
		command = { type = relation  which = HAB  value = 50 }
		command = { type = relation  which = CAS  value = 50 }
		command = { type = relation  which = HUN  value = 50 }
		command = { type = relation  which = ARG  value = 50 }
		command = { type = relation  which = VEN  value = 50 }
		command = { type = badboy value = -1 }
	}

	action_b = {		#Keep Jerusalem for the Order#
		name = "Keep Jerusalem for the Order"
		command = { type = relation  which = CYP  value = -200 }
		command = { type = war  which = CYP }
		command = { type = relation  which = FRA  value = -20 }
		command = { type = relation  which = ENG  value = -20 }
		command = { type = relation  which = SPA  value = -20 }
		command = { type = relation  which = POR  value = -20 }
		command = { type = relation  which = PAP  value = -100 }
		command = { type = relation  which = HAB  value = -20 }
		command = { type = relation  which = CAS  value = -20 }
		command = { type = relation  which = HUN  value = -20 }
		command = { type = relation  which = ARG  value = -20 }
		command = { type = relation  which = VEN  value = -20 }
	}

	action_c = {		#Proclaim Ourselves the Kingdom of Jerusalem#
		name = "Proclaim Ourselves the Kingdom of Jerusalem"
		command = { type = country  which = JER }
		command = { type = addcore  which = 484 }
		command = { type = addcore  which = 485 }
		command = { type = addcore  which = 491 }
		command = { type = addcore  which = 492 }
		command = { type = addcore  which = 493 }
		command = { type = capital  which = 493 }
		command = { type = stability  value = -2 }
		command = { type =  domestic  which = CENTRALIZATION value = -1 }
		command = { type = relation  which = CYP  value = -200 }
		command = { type = war  which = CYP }
		command = { type = relation  which = FRA  value = -50 }
		command = { type = relation  which = ENG  value = -50 }
		command = { type = relation  which = SPA  value = -50 }
		command = { type = relation  which = POR  value = -50 }
		command = { type = relation  which = PAP  value = -100 }
		command = { type = relation  which = HAB  value = -50 }
                                command = { type = relation  which = CAS  value = -50 }
		command = { type = relation  which = HUN  value = -50 }
		command = { type = relation  which = ARG  value = -50 }
		command = { type = relation  which = VEN  value = -50 }
	}
}[/COLOR]

This hinges on event 160005

To get 160005 to trigger:
Code:
[COLOR=red]	id = 160005
	trigger = {
		owned = { province = 485 data = -1 }		
		owned = { province = 491 data = -1 }
		owned = { province = 492 data = -1 }
		owned = { province = 493 data = -1 }
	}
	random = no
	country = KNI[/COLOR]

Looks like you need to conquer a few more provinces :(
 
The event is included in the EEP, but as a fantasy-event (fantasy_kni.txt)

needed provinces are: Aleppo, Lebanon, Samaria and Judea

oh and the first event has

date = { day = 1 month = january year = 1420 }
deathdate = { day = 1 month = january year = 1571 }