• 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
218 Badges
May 4, 2005
43.560
8.243
47
www.twitch.tv
  • 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
No one seems to go in the "event-scripting" thread... so i post my questions here :

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:
 

Captain Frakas

Field Marshal
13 Badges
Apr 10, 2002
7.140
3.794
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: The Old Gods
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Semper Fi
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
Veldmaarschalk said:
Golden Horde 1212 - 1252

Ill-Khanate 1227 - 1266

And with Jinnai mod,
Timurids since 1385 to the end ;)
 

ambrox62

Very hard level player
8 Badges
Mar 5, 2004
191
0
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
gigau said:
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 ?

1) No. Inside 'Last Call' I asked to add 'is_bishop' to check chars, but I have no hope about this ...

2) Lacking targetable chars in CK, an idea may be to make 'controller' as anti-pope, so you can target him via event
 

gigau

Imperare Orbis Universi
Moderator
218 Badges
May 4, 2005
43.560
8.243
47
www.twitch.tv
  • 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
Thanks for those answers.
I got a new question : i have an province_event that creates a new tag... I want its ruler to right away become a heretic.... how do i do that ? or is that impossible ?
 

gigau

Imperare Orbis Universi
Moderator
218 Badges
May 4, 2005
43.560
8.243
47
www.twitch.tv
  • 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
ambrox62 said:
You make a char_event checking

type = title value = TAG

and wait untill this happens ;)

Ok, but what is the minimum MTTH acceptable ?
Could this work ?

Code:
################################
# The antipope can only be a heretic.
################################

character_event = {
	id = 23534

	picture = "Schisme"

	trigger = {
		condition = { type = title value = U002 }
		condition = { type = title value = PAPA }
		condition = { type = not value = { type = trait value = herectic } }
	}

	mean_time_to_happen = {
		days = 100
	}

	action_a = { # We have been declare heretic.
		effect = { type = add_trait value = heretic }
	}
}


Another question : can i create a TAG in a capital province ? For example, can an order be created on the territory of a one province-county ?
 

unmerged(21937)

Your Industrial Friend
Nov 15, 2003
9.557
1
Minimum MTTH is 1 day.

You can create tag from a capital province, even from a one province county.

Your trigger seems weird because you demand that the guy is both king / archbishop of U002 and pope of Papal State.

Also it's "heretic" not "herectic" :)
 

gigau

Imperare Orbis Universi
Moderator
218 Badges
May 4, 2005
43.560
8.243
47
www.twitch.tv
  • 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
Byakhiam said:
Minimum MTTH is 1 day.

You can create tag from a capital province, even from a one province county.

Your trigger seems weird because you demand that the guy is both king / archbishop of U002 and pope of Papal State.

Also it's "heretic" not "herectic" :)



Thanks for those answers.

Ooooops ! :p I wanted to write that PAPA exists... wil correct it right now. :cool:
 

gigau

Imperare Orbis Universi
Moderator
218 Badges
May 4, 2005
43.560
8.243
47
www.twitch.tv
  • 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
Another serie of questions on events :

I've gone through the "traits" file... i see no attributes or whatsoever for the crusader trait.
1/ What are the benefits of being a crusader ?
2/ Are there any effects that are not shown in the "traits" file ?

3/ If, like in George RR Martin's "A Song of Ice and Fire" Mod, i wish to change a trait into something else... are there special things i should watch out for ?
 

unmerged(21937)

Your Industrial Friend
Nov 15, 2003
9.557
1
Crusader has hardcoded benefits and penalties. They get significantly higher rewards taking heathen lands during Crusades and for taking Crusade targets as well. They also have higher expectations during Crusade.
 

gigau

Imperare Orbis Universi
Moderator
218 Badges
May 4, 2005
43.560
8.243
47
www.twitch.tv
  • 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
Byakhiam said:
Crusader has hardcoded benefits and penalties. They get significantly higher rewards taking heathen lands during Crusades and for taking Crusade targets as well. They also have higher expectations during Crusade.


And what could be the hardcoded benefits and penalties for saint and cannonized ?
 
Jun 28, 2005
761
0
Canonized to me = Sainted, since I never seen sainted anytime. I roleplayishly try to earn it on any pious characters.