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

gigau

Imperare Orbis Universi
Moderator
219 Badges
May 4, 2005
43.676
8.604
49
  • Imperator: Rome Deluxe Edition
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Victoria 3 Sign Up
  • Hearts of Iron IV: Colonel
  • Stellaris: Galaxy Edition
  • 200k Club
  • 500k Club
  • Paradox Order
  • PDXCON 2017 Gold Ticket holder
  • PDXCON 2018 "The Emperor"
  • PDXCon 2019 "King"
  • PDXCon 2017 Awards Winner
1/ Among the condition, can we ask to choose a character that holds a bishopery or archibishopery ?

2/ Any ideas on how i could simulte the anti-popes ?

3/ Could someone remind me the period of appearance possible for the Golden Horde and of the Il-Khanate ?

Thanks in advance :cool:
 
1) No. There is no way for event condition to check that certain character is a landed bishop or archbishop. Nor to target specifically such person by event effects.

2) Excommunicated (arch)bishop, maybe?
 
Checking if a king (or one of his vassals) owns a specified province, is this the right code ?

character_event = {
id = xxxxx
picture = "event_xxxx"
trigger = {
condition = { type = title value = TAG }
condition = { type = province province = XXX
condition = { type = owner
condition = { type = realm_ruler
condition = { type = title value = TAG } } } }
}
 
When one creates a new country, an new Tag like U010, can one decide if it is to be a county, a bisphoric, a republic or a religious order ?

If the answer is yes, how do i determine that when creating the new tag ?

Best regards
 
ambrox62 said:
No, U010 will be a county


Is there an event to make it a bisphoric or else afterwards ? or are republices and orders hardcoded and uncreatable ?
 
First question -> No
Second question -> Yes, TAG are coded. If you create HOSP or TEUT it will be an Order, CXXX will be a County, SCOT a Kingdom and so on ...