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

n000b

Major
68 Badges
Dec 31, 2010
604
8
  • Victoria 2: Heart of Darkness
  • Hearts of Iron III
  • Heir to the Throne
  • March of the Eagles
  • Divine Wind
  • Europa Universalis III Complete
  • Crusader Kings II
  • Sengoku
  • Victoria 2: A House Divided
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • 500k Club
  • Magicka: Wizard Wars Founder Wizard
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Semper Fi
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Stellaris: Necroids
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • War of the Roses
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III: Their Finest Hour
  • Europa Universalis III Complete
  • Lead and Gold
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
So I just had a little game a France. Won the first Crusade, gained the kingdom of jerusalem, Fatimid declared war with invasion CB, I surrendered almost imediately, so a lost all my land and vassals in dejure KoJ, but I still have the Kingdom Title. Shouldnt this pass to the fatimids? Bug?
 
Upvote 0

Veldmaarschalk

Cool Cat
151 Badges
Apr 20, 2003
30.132
1.912
  • 200k Club
  • 500k Club
For the KoJ that is WAD, the title can only be created/usurped by christians
Code:
k_jerusalem = {
		color={ 180 180 180 }
		color2={ 255 255 255 }
		
		capital = 774 # Jerusalem
		
		culture = levantine_arabic
		
		[COLOR="#00FF00"]# Creation/Usurp Trigger
		allow = {
			religion_group = christian[/COLOR]		

}

EDIT
a bit to late :)
 

Dracko81

Field Marshal
88 Badges
Jun 13, 2012
7.030
1.950
  • Tyranny: Archon Edition
  • Magicka
  • March of the Eagles
  • A Game of Dwarves
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Pirates of Black Cove
  • Victoria 2: A House Divided
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • Age of Wonders III
  • Stellaris: Galaxy Edition
  • Cities: Skylines Deluxe Edition
  • Stellaris: Synthetic Dawn
  • Pillars of Eternity
  • Tyranny: Archon Edition
  • Stellaris
  • Crusader Kings II: The Republic
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Impire
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Heir to the Throne
  • Hearts of Iron III
  • For The Glory
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Conquest of Paradise
  • Surviving Mars
  • Divine Wind
  • Europa Universalis III
  • Darkest Hour
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Stellaris: Necroids
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
Code:
			most_participating_attacker = {
				gain_settlements_under_title = {
					title = PREV
					enemy = FROM
				}
				if  = {
					limit = {
						primary_title = { is_primary_type_title = no } # Mercs, the Pope, Holy Orders, etc
						[COLOR="#FF0000"]PREV = { has_holder = no }[/COLOR]
						OR = {
							NOT = { character = ROOT }
							independent = yes
							liege = {
								tier = EMPEROR
							}
						}
					}
					[COLOR="#00FF00"]usurp_title = PREV[/COLOR]
					
					if = {
						limit = {
							NOT = { culture = PREV }
						}
						hidden_tooltip = { PREV = { conquest_culture = THIS } }
					}
				}
			}

Actually I think you will find that in the crusade success (this is for all crusade types) cb in 00_cb_types.txt.

That if a target title is held, it is not usurped. But if the title is not created and held, then the title is usurped and given to the highest contributor.

Since the losing kingdom in this case still held land after the successful jihad, they retained the kingdom title. If the Holder became unlanded the title would of become destroyed and usurped by the jihad winner.

So this is WAD. Unless that line is not supposed to be there. :)

EDIT:

As a side note the creation and usurping restrictions do not have any effect on this. Otherwise when an English catholic wins a crusade for Andalusia, they would not get the title, but the title is granted to winner regardless of cultural requirements.
 
Last edited: