• 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.
YodaMaster said:
For both Safavid Takeover events, shouldn't Azerbaijan be controlled too?

In this case, can't we extend AKK event until the beginning of 1493 (but not too much after), according to the dates of the new alternate 0104533 monarch?
Yes and yes.

YodaMaster said:
Handling Safavids monarchs from AKK or QAR events won't work. You have to trigger a PER event for this (one for AKK and another for QAR).

Was afraid of that, will fix.

edit: I decided to just make one and then make the sequences mutually exclusive. I don't really think it would make sense to have the very bizarre occurrence where QAR becomes PER and then dies to AKK, only to have AKK turn into PER. Not likely but no reason to allow for the possibility.
 
Last edited:
Garbon said:
edit: I decided to just make one and then make the sequences mutually exclusive. I don't really think it would make sense to have the very bizarre occurrence where QAR becomes PER and then dies to AKK, only to have AKK turn into PER. Not likely but no reason to allow for the possibility.
I agree. You will need only one PER event for monarchs in this case. :)
 
@Garbon: I saw the modifications but i don't understand the need of control of Azebaijan for Question of Sultan Haidar event. If AKK owns the province but doesn't control it for any reason (rebels..), could it be sufficient for preventing the sequence to fire?

It is not the same problem for other events and possible dates. This is why I asked for possible extension of dates for new AKK Safavid Takeover.
 
YodaMaster said:
@Garbon: I saw the modifications but i don't understand the need of control of Azebaijan for Question of Sultan Haidar event. If AKK owns the province but doesn't control it for any reason (rebels..), could it be sufficient for preventing the sequence to fire?

It is not the same problem for other events and possible dates. This is why I asked for possible extension of dates for new AKK Safavid Takeover.

You're right, we can probably take it out. I wouldn't want the sequence not to fire, simply because the AKK didn't control the province in that short time span.
 
As another change for the Safavids...

According to "Safavid Iran: Rebirth of a Persian Empire" and the "Cambridge History of Iran, Volume 6" neither Hamza Mirza or Abu Talib actually ruled the Safavids. Although both were nominated to be crown prince at various times, Abbas was the direct successor of Muhammad Khudabanda who he desposed on the 16th of October, 1587. The Cambridge History suggests that often Hamza and Abu Talib are reported to have ruled because affairs during Khudabanda's reign were in such a state of confusion. However, the fact is that neither Hamza or Abu Talib (a name that certainly would have changed had he actually ruled) were Safavid monarchs. Thus:

Code:
historicalmonarch = {
	id = { type = 6 id = 0104509 }
	startdate = {
		day = 24
		month = november
		year = 1577
	}
	deathdate = {
		[color=yellow]day = 15
		month = october[/color]
		year = [color=limegreen]1587[/color]
	}
	name = "Muhammad Khudabanda"
	DIP = 4
	MIL = 4
	ADM = 4
	dormant = no
}
[color=red]historicalmonarch = {
	id = { type = 6 id = 0104510 }
	startdate = {
		year = 1585
	}
	deathdate = {
		day = 4
		month = december
		year = 1586
	}
	name = "Hamza Mirza"
	DIP = 4
	MIL = 5
	ADM = 4
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id = 0104511 }
	startdate = {
		day = 4
		month = december
		year = 1586
	}
	deathdate = {
		day = 10
		month = december
		year = 1587
	}
	name = "Abu Talib"
	DIP = 4
	MIL = 3
	ADM = 3
	dormant = no
}[/color]
historicalmonarch = {
	id = { type = 6 id = 0104512 }
	startdate = {
		day = [color=limegreen]15[/color]
		month = [color=limegreen]october[/color]
		year = 1587
	}
	deathdate = {
		day = 19
		month = january
		year = 1629
	}
	name = "Abbas I"
	DIP = 8
	MIL = 9
	ADM = 9
	dormant = no
}
 
According to discussion about conversion of Persian provinces to Shia and related bug:

Code:
#(1494-1597) The Shia State of the Safavids
event = {
	id = 21817
	trigger = {
		monarch = 0104506 #Ismail I
		owned = { province = 487 data = -1 } #Azerbaijan
		control = { province = 487 data = -1 } #Azerbaijan
	}
	random = no
	country = PER
	name = "EVENTNAME21817" #The Shia State of the Safavids
	desc = "EVENTHIST21817"
	#-#

	date = { day = 1 month = january year = 1494 }
	offset = 5
	deathdate = { day = 29 month = december year = 1597 }

	action_a = {
		name = "ACTIONNAME21817A" #It shall all be shiite!
		command = { type = religion which = shiite }
		command = { type = missionaries value = 4 }
		[COLOR=Red]command = { type = capital which = 487 } #Azerbaijan
		command = { type = population which = 487 value = 1000 } #Azerbaijan[/COLOR]
		command = { type = provincereligion which = 487 value = shiite } #Azerbaijan
		command = { type = provincetax which = 487 value = 2 } #Azerbaijan
		command = { type = remove_countryculture which = turkish }
		command = { type = remove_countryculture which = persian }
		command = { type = remove_countryculture which = kurdish }
		command = { type = add_countryculture which = turkish }
		command = { type = add_countryculture which = persian }
		command = { type = add_countryculture which = kurdish }
		command = { type = domestic which = QUALITY value = 1 }
		command = { type = population which = -1 value = -50 }
		command = { type = population which = -1 value = -50 }
		command = { type = population which = -1 value = -50 }
		command = { type = population which = -1 value = -50 }
		command = { type = population which = -1 value = -50 }
		command = { type = population which = -1 value = -50 }
		command = { type = domestic which = centralization value = 1 }
		command = { type = domestic which = INNOVATIVE value = -1 }
		[COLOR=Yellow]command = { type = trigger which = 254021 } #PER: A new capital[/COLOR]
	}
	action_b = {
		name = "ACTIONNAME21817B" #Strongly suggest conversion
		command = { type = religion which = shiite }
		command = { type = stability value = -2 }
		command = { type = missionaries value = 2 }
		[COLOR=Red]command = { type = capital which = 487 } #Azerbaijan
		command = { type = population which = 487 value = 1000 } #Azerbaijan[/COLOR]
		command = { type = remove_countryculture which = turkish }
		command = { type = remove_countryculture which = persian }
		command = { type = remove_countryculture which = kurdish }
		command = { type = add_countryculture which = turkish }
		command = { type = add_countryculture which = persian }
		command = { type = add_countryculture which = kurdish }
		command = { type = religiousrevolt which = -1 }
		command = { type = religiousrevolt which = -1 }
		command = { type = domestic which = aristocracy value = -2 }
		command = { type = population which = -1 value = -50 }
		command = { type = population which = -1 value = -50 }
		[COLOR=Yellow]command = { type = trigger which = 254021 } #PER: A new capital[/COLOR]
	}
	action_c = {
		name = "ACTIONNAME21817C" #We are Sunnis!
		command = { type = religion which = sunni }
		command = { type = revoltrisk which = 120 value = 4 }
		[COLOR=Red]command = { type = capital which = 487 } #Azerbaijan
		command = { type = population which = 487 value = 1000 } #Azerbaijan[/COLOR]
		command = { type = domestic which = centralization value = -4 }
		command = { type = domestic which = aristocracy value = -2 }
		command = { type = removecore which = 1530 } #Khorasan
		command = { type = removecore which = 1531 } #Herat
		command = { type = removecore which = 526 } #Meched
		command = { type = removecore which = 1529 } #Birjand
		command = { type = removecore which = 535 } #Hormuz
		command = { type = removecore which = 525 } #Elbruz
		command = { type = removecore which = 527 } #Kerman
		command = { type = removecore which = 536 } #Mekran
		command = { type = removecore which = 537 } #Baluchistan
		command = { type = removecore which = 538 } #Kalat
		command = { type = removecore which = 1525 } #Qandahar
		command = { type = removecore which = 1526 } #Zahedan
		command = { type = removecore which = 1528 } #Kushka
		command = { type = removecore which = 1529 } #Birjand
		command = { type = sleepevent which = 236100 } #MUS: Shiite Persia
		[COLOR=Yellow]command = { type = trigger which = 254021 } #PER: A new capital[/COLOR]
	}
}
#-#The Safavid sect found itself vying for political power when supported by their militant turkish Shia followers. Although of persian ancestry, the Safavids had adopted a turkic dialect. During Ismail's rule, turkish nobles would have the most sway in court. Upon taking Tabriz, Ismail, with the support of his militant followers, proclaimed Shia the faith of the land. Religion was to prove a unifying point for the Safavid state.

New event:
Code:
#(1494-1597) A new capital
event = {
	id = 254021 #triggered by PER_21817 *
	trigger = {
		owned = { province = 487 data = -1 } #Azerbaijan
		control = { province = 487 data = -1 } #Azerbaijan
	}
	random = no
	country = PER
	name = "EVENTNAME254021" #A new capital
	desc = "EVENTHIST254021"
	#-#

	action_a = {
		name = "GREAT"
		command = { type = capital which = 487 } #Azerbaijan
		command = { type = population which = 487 value = 1000 } #Azerbaijan
	}
}
#-#Tabriz was an excellent choice for the capital of the Safavid state. As a prosperous trading city and former capital of both the Kara Koyunlu and Ak Koyunlu, the location added a further aura of legitimacy to the Safavid regime.


Modified event:
Code:
#(1494-1598) Shiite Persia
event = {
	id = 236100
	trigger = {
		[COLOR=Red]event = 21817 #PER: The Shia State of the Safavids[/COLOR]
		[COLOR=Yellow]event = 254021 #PER: A new capital[/COLOR]
	}
	random = no
	country = MUS
	name = "AI_EVENT"
	desc = "Shiite Persia"

	date = { day = 1 month = january year = 1494 }
	offset = 5
	deathdate = { day = 1 month = january year = 1598 }

	action_a = {
		name = "OK"
		#Shiite Persia
		command = { type = setflag which = [shiite] }
	}
}
 
Last edited:
Why not but I tried to find something significant without big surprise for the player according to the choice.

Remember it solves a problem for the display of the tooltip of action_c too.
 
YodaMaster said:
Why not but I tried to find something significant without big surprise for the player according to the choice.

I guess it works, it just seems like a silly little event.

YodaMaster said:
Remember it solves a problem for the display of the tooltip of action_c too.
My issue is that it just looks odd to trigger an event for The Pope. Not such a big deal if C doesn't trigger another event...although, if we went with the religious idea, we could have one event for a & b, something about missionaries or something...and then choice c could have some of the revolt stuff about angry Shia Safavid followers.
 
A capital move is not a little event and we have the occasion to explain it. ;)

Anyway, no problem with a more elegant solution. Just propose it. In the mean time, mine will be temporary (and no Pope in the tooltip).
 
This capital move is though...seeing as how most of the time the Safavids will already have it as their capital. :p

Anyway, description for the current fix (to be replaced at a later date):

Tabriz was an excellent choice for the capital of the Safavid state. As a prosperous trading city and former capital of both the Kara Koyunlu and Ak Koyunlu, the location added a further aura of legitimacy to the Safavid regime.
 
Change for a Safavid monarch. I'll need to write a fitting event later, but essentially the shah Safi II had such a poor start to his reign, that two years in, he had a new coronation and came to the throne as Suleiman I.:rofl:

Code:
historicalmonarch = {
	id = { type = 6 id = 0104515 }
	startdate = {
		day = 26
		month = october
		year = 1666
	}
	deathdate = {
		[color=limegreen]month = march
		year = 1668[/color]
	}
	name = [color=limegreen]"Safi II"[/color]
	DIP = [color=limegreen]4[/color]
	MIL = 4
	ADM = 4
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		month = march
		year = 1668
	}
	deathdate = {
		day = 29
		month = july
		year = 1694
	}
	name = "Suleiman I"
	DIP = 4
	MIL = 4
	ADM = 4
	dormant = no
	remark = "Safi II took a new name"
}
 
Changes to the Tahmasp ruler to represent his minority:

Code:
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		day = 23
		month = may
		year = 1524
	}
	deathdate = {
		year = 1527
	}
	name = "Div Sultan (Tahmasp I)"
	DIP = 3
	MIL = 6
	ADM = 3
	dormant = no
	remark = "of Rumlu tribe"
}

historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1527
	}
	deathdate = {
		year = 1531
	}
	name = "Cuha Sultan (Tahmasp I)"
	DIP = 4
	MIL = 5
	ADM = 3
	dormant = no
	remark = "of Takkalu tribe"
}

historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		year = 1531
	}
	deathdate = {
		month = december
		year = 1533
	}
	name = "Husayn (Tahmasp I)"
	DIP = 3
	MIL = 5
	ADM = 4
	dormant = no
	remark = "of Shamlu tribe"
}
historicalmonarch = {
	id = { type = 6 id = 0104507 }
	startdate = {
		[color=red]day = 23
		month = may
		year = 1524[/color]
		[color=yellow]month = december
		year = 1533[/color]
	}
	deathdate = {
		day = 14
		month = may
		year = 1576
	}
	name = "Tahmasp I"
	DIP = 3
	MIL = 6
	ADM = 5
	dormant = no
}

And one new leader:
Code:
historicalleader = {
	id = { type = 6 id =  }
	category = general
	name = "Bahram Mirza"
	startdate = {
		year = 1529
	}
	deathdate = {
		day = 15
		month = september
		year = 1550
	}
	rank = 1
	movement = 3
	fire = 2
	shock = 3
	siege = 0
	dormant = no
	remark = "Only loyal brother of Tahmasp I"
}
 
Another Safavid regency:

Code:
historicalmonarch = {
	id = { type = 6 id =  }
	startdate = {
		day = 11
		month = may
		year = 1642
	}
	deathdate = {
		day = 9
		month = october
		year = 1645
	}
	name = "Saru Tariq (Abbas II)"
	DIP = 5
	MIL = 6
	ADM = 7
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id = 0104514 }
	startdate = {
		[color=red]day = 11
		month = may
		year = 1642[/color]
		[color=yellow]day = 9
		month = october
		year = 1645[/color]
	}
	deathdate = {
		day = 26
		month = october
		year = 1666
	}
	name = "Abbas II"
	DIP = 7
	MIL = 6
	ADM = 6
	dormant = no
}