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

Judge

Field Marshal
6 Badges
Jan 8, 2003
3.645
1
Visit site
  • Crusader Kings II
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
Originally posted by SecondReich
Ummm, KOJ?

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

Edit: you were too fast:)
 

unmerged(14338)

Oh energy where art thou?
Feb 2, 2003
850
0
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?
 

Szordrin

Lt. General
Sep 22, 2002
1.284
0
Visit site
I have no ideea, but if you have the EEP instaled you could always take a look at their events and see for yourself!
 

Khephren

Watery Tart
23 Badges
Mar 29, 2003
1.285
2
  • Victoria 2
  • Battle for Bosporus
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Field Marshal
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Pre-order
  • 500k Club
  • Arsenal of Democracy
  • Europa Universalis III Complete
  • March of the Eagles
  • Iron Cross
  • Europa Universalis III Complete
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Crusader Kings II
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 :(
 

unmerged(18316)

Second Lieutenant
Jul 18, 2003
124
0
Visit site
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 }