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

Tommy4ever

Papa Bear
45 Badges
Sep 13, 2008
5.307
5.210
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Rome Gold
  • Heir to the Throne
  • Hearts of Iron III
  • Divine Wind
  • Europa Universalis III Complete
  • Diplomacy
  • Arsenal of Democracy
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Cities: Skylines - Mass Transit
  • Crusader Kings II: Way of Life
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Holy Fury
  • Imperator: Rome
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Europa Universalis 4: Emperor
  • Europa Universalis III Complete
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Europa Universalis III Complete
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Legacy of Rome
  • Victoria 2
  • Crusader Kings II: Charlemagne
  • 500k Club
  • Cities: Skylines
  • Europa Universalis IV: Pre-order
I've noticed than when playing either a heaven, Republic or Knightly Order (I assume this also applies for Bishoprics) that you can't claim the lands of those of your religion as is possible with Christian Feudal nations.

I assume the only way to get claims (outside random events) would be to edit them in.

How would I go about doing this?
 
Tommy4ever said:
I assume the only way to get claims (outside random events) would be to edit them in. How would I go about doing this?
You must find the tag you want, it will display something like this:
Code:
title = {
    tag = XXXX
    tier = county/duchy/kingdom
    holder = { character = { type = xx id = xxxxxx } startdate = { year = xxxx month = xxxxxx day = xx } }	
}

You have to change it to something like this:
Code:
title = {
    tag = XXXX
    tier = county/duchy/kingdom
    holder = { character = { type = xx id = xxxxxx } startdate = { year = xxxx month = xxxxxx day = xx } }	
    [B]claim = { id = { type = xxxx id = xxxxxx } character = { type = xx id = xxxxxx } }[/B]
}
For the id, you can copy from another claim and change the number to have an unused one. Then you have to paste your character's type and id.