• 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.
Trigger of 258000 should be reworked:
Code:
	trigger = {
		event = 210000 #LIT: The Act of Union with Poland
		[COLOR=Yellow]NOT = {
			owned = { province = 302 data = -1 } #Hinterpommern
			owned = { province = 313 data = -1 } #Küstrin
			owned = { province = 314 data = -1 } #Silesia
		}[/COLOR]
		NOT = { [COLOR=Yellow]#Other Act of Union events - Lithuania at war[/COLOR]
			event = 258002
			event = 258003
		}
	}
Same problem for POL_20135

Trigger of 258002 should be reworked:
Code:
	trigger = {
		event = 210000 #LIT: The Act of Union with Poland
		[COLOR=Yellow]AND = { #At least one of the provinces but not all of them[/COLOR]
			OR = {
				owned = { province = 302 data = -1 } #Hinterpommern
				owned = { province = 313 data = -1 } #Küstrin
				owned = { province = 314 data = -1 } #Silesia
			}
			[COLOR=Yellow]NOT = {
				AND = {
					owned = { province = 302 data = -1 } #Hinterpommern
					owned = { province = 313 data = -1 } #Küstrin
					owned = { province = 314 data = -1 } #Silesia
				}
			}
		}[/COLOR]
		NOT = { [COLOR=Yellow]#Other Act of Union events - Lithuania at war[/COLOR]
			event = 258000
			event = 258003
		}
	}
Same problem for POL_20136

I will change the "NOT other Act of Union events" condition for the involved events.

All "Focus on the West" actions can be replaced with ACTIONNAME20135C. EVENTHIST258004 can be replaced with EVENTHIST258001.


Shouldn't POL_20137 be reworked the same way as POL_258003?
 
Last edited:
I don't know about 20137 as all four actions have different core additions. At least we could change action A with action B.

Do I need to reedit my post with your suggestions?
 
Bordic said:
I don't know about 20137 as all four actions have different core additions. At least we could change action A with action B.
Agreed for A <=> B. But action_d seems very tempting for a player in comparison with action_c: Latin techgroup preserved for only relations hits.
Maybe torthodox change is just missing in action_d.

Bordic said:
Do I need to reedit my post with your suggestions?
No but only if future submission links to my post.
 
Last edited:
YodaMaster said:
Agreed for A <=> B. But action_d seems very tempting for a player in comparison with action_c: Latin techgroup preserved for only relations hits.

Maybe torthodox change is just missing in action_d.

No its not just missing. Its to represent the effects of Poland being mega succesfull with regaining all the lands that it has ever had. Plus the territory of silesia would be one of the most prosperous ones in such Poland. An analogy would be with England gaining french culture and cores after winning HYW - did it happen? No. Is it tempting for player to achieve? Yes.

To further weaken d option maby add like 5 or maby even more bb (surely less than 10)? And make the relation hits for hab, rus, bra and swe 200 as such an outcone would upset the balance of powers in the region very much.
 
YodaMaster said:
What's the point of action_c then? And focus on the West for keeping Latin techgroup is useless too.

that's why i suggested removing option c alltogether as is in bodrics modification proposal.

And bout focus on the west - i think that no player will ever even condsider choosing the non union option as it is and always will be worse. Additional culture and cores gained in union will always outweight whatever you put in option focus on the west. But the latin techgroup in focus on the west is still useful in the other versions of the event (28000 and 28002)

Well i will put it that way - in event 25003 shall it ever happen for the AI (which i seriously doubt) you dont want it to chose option d never ever. At the same time you want player to be able to chose it. So its a very complex situation :confused:
 
For 20137, it is easy to remove action_c and add torthodox techgoup in action_d. In this case, player will really have to make a choice. Anyway we need consistency with other events where enacting the Union always ends with torthodox techgroup. Only difference between 20135-20137 set and 258000-258002-258003 one is Lithuania at war or not.
 
There is a problem with POL_3486 "The Polish Succession of 1697". If Saxony is at war against Poland, shouldn't action_a "Friedrich Augustus Wettin" be avoided? Same for France and action_b.

With current setup, Saxony or France can end being at war against Poland while Poland is a vassal...

Isn't it better to have:
if at war against Saxony => no action a
if at war against France => no action_b

This means four versions of POL_3486 (a-b-c, a-c, b-c, c only)


Same problem for Saxony only in POL_3501 "The Return of August the Strong" and POL_3495 "The Polish Succession of 1733" (and alliance between the two countries is involved in this event).
 
Reworked Polish Succession of 1697 and 1733

For 1697:
Code:
#(1697) The Polish Succession of 1697 [COLOR=Yellow]-I-[/COLOR]
event = {
	id = 3486
	[COLOR=Yellow]trigger = {
		NOT = {
			war = { country = SAC country = POL }
			war = { country = FRA country = POL }
		}
	}[/COLOR]
	random = no
	country = POL
	name = "EVENTNAME3486" #The Polish Succession of 1697
	desc = "EVENTHIST3486"
	#-#

	date = { day = 26 month = june year = 1697 }

	action_a = {
		name = "ACTIONNAME3486A" #Friedrich Augustus Wettin
		command = { type = trigger which = 3627 } #SAC: The Polish Succession of 1697
		command = { type = trigger which = 273018 } #SAC: The Polish Succession of 1697 (POL liege of SAC)
		command = { type = stability value = -2 }
		command = { type = revoltrisk which = 12 value = 2 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = relation which = SAC value = 100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = dynastic which = SAC }
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = domestic which = LAND value = -1 }
		[COLOR=Yellow]command = { type = sleepevent which = 258083 } #POL: The Polish Succession of 1697 -II-
		command = { type = sleepevent which = 258084 } #POL: The Polish Succession of 1697 -III-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-[/COLOR]
	}
	action_b = {
		name = "ACTIONNAME3486B" #Francois Louis de Bourbon
		command = { type = trigger which = 3734 } #FRA: The Polish Succession of 1697
		command = { type = trigger which = 170234 } #FRA: The Polish Succession of 1697 (POL liege of FRA)
		command = { type = wakemonarch which = 0109521 } #Franciszek I Ludwik °
		command = { type = wakemonarch which = 0109522 } #Ludwik I Armand °
		command = { type = sleepmonarch which = 0109513 } #Jan III Sobieski
		command = { type = sleepmonarch which = 0109532 } #Michal Stefan Radziejowski (Interrex)
		command = { type = sleepmonarch which = 0109514 } #August II Sas
		command = { type = stability value = -4 }
		command = { type = revoltrisk which = 12 value = 6 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = relation which = SAC value = -100 }
		command = { type = relation which = FRA value = 100 }
		command = { type = dynastic which = FRA }
		command = { type = domestic which = CENTRALIZATION value = -2 }
		command = { type = domestic which = LAND value = -1 }
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		[COLOR=Yellow]command = { type = sleepevent which = 258083 } #POL: The Polish Succession of 1697 -II-
		command = { type = sleepevent which = 258084 } #POL: The Polish Succession of 1697 -III-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-[/COLOR]
	}
	action_c = {
		name = "ACTIONNAME3486C" #Jakub Sobieski
		command = { type = wakemonarch which = 0109519 } #Jakub I Sobieski °
		command = { type = wakemonarch which = 0109520 } #Jan IV Sobieski °
		command = { type = sleepmonarch which = 0109513 } #Jan III Sobieski
		command = { type = sleepmonarch which = 0109532 } #Michal Stefan Radziejowski (Interrex)
		command = { type = sleepmonarch which = 0109514 } #August II Sas
		command = { type = sleepmonarch which = 0109533 } #Teodor Potocki (Interrex)
		command = { type = sleepmonarch which = 0109517 } #August III Sas
		command = { type = sleepmonarch which = 0109534 } #Wladyslaw Aleksander Lubienski (Interrex)
		command = { type = sleepevent which = 3495 } #POL: The Polish Succession of 1733 [COLOR=Yellow]-I-
		command = { type = sleepevent which = 258086 } #POL: The Polish Succession of 1733 -II-[/COLOR]
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = stability value = 2 }
		command = { type = revoltrisk which = 12 value = 3 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = relation which = SAC value = -150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = RUS value = -150 }
		command = { type = domestic which = CENTRALIZATION value = 1 }
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		[COLOR=Yellow]command = { type = sleepevent which = 258083 } #POL: The Polish Succession of 1697 -II-
		command = { type = sleepevent which = 258084 } #POL: The Polish Succession of 1697 -III-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-[/COLOR]
	}
}
#-#The political sickness of the Polish body manifested itself fully after the death of Jan III Sobieski in 1696. The election that followed was one of the most dismal episodes in Polish parliamentary history. The primary candidates were the King's son Jakub Sobieski, François Louis de Bourbon, Prince de Conti, and Friedrich Augustus Wettin, Elector of Saxony. Jakub Sobieski was in Silesia at the time and was unlucky enough to be arrested by Saxon troops. On 27th June 1697 the Szlachta assembled on the election field voted overwhelmingly for the Prince de Conti and the Primate proclaimed him king. On the same evening a small group of malcontents 'elected' Friedrich Augustus, who marched into Poland at the head of a Saxon army. On September 15th, as the Prince de Conti, escorted by a French squadron under Jean Bart, was sailing through the Sound, Friedrich Augustus was crowned in Kraków by the Bishop of Kujavia as Augustus II of Poland. At the end of the month the Prince of Conti came ashore only to discover that he had been pipped at the post. His supporters were not keen to start a civil war, so he re-embarked and sailed back to France.

New events:
Code:
#(1697) The Polish Succession of 1697 -II-
event = {
	id = 258083
	trigger = {
		war = { country = SAC country = POL }
		NOT = {
			war = { country = FRA country = POL }
		}
	}
	random = no
	country = POL
	name = "EVENTNAME3486" #The Polish Succession of 1697
	desc = "EVENTHIST258003"
	#-#

	date = { day = 26 month = june year = 1697 }

	action_a = {
		name = "ACTIONNAME3486B" #Francois Louis de Bourbon
		command = { type = trigger which = 3734 } #FRA: The Polish Succession of 1697
		command = { type = trigger which = 170234 } #FRA: The Polish Succession of 1697 (POL liege of FRA)
		command = { type = wakemonarch which = 0109521 } #Franciszek I Ludwik °
		command = { type = wakemonarch which = 0109522 } #Ludwik I Armand °
		command = { type = sleepmonarch which = 0109513 } #Jan III Sobieski
		command = { type = sleepmonarch which = 0109532 } #Michal Stefan Radziejowski (Interrex)
		command = { type = sleepmonarch which = 0109514 } #August II Sas
		command = { type = stability value = -4 }
		command = { type = revoltrisk which = 12 value = 6 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = relation which = SAC value = -100 }
		command = { type = relation which = FRA value = 100 }
		command = { type = dynastic which = FRA }
		command = { type = domestic which = CENTRALIZATION value = -2 }
		command = { type = domestic which = LAND value = -1 }
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = sleepevent which = 3486 } #POL: The Polish Succession of 1697 -I-
		command = { type = sleepevent which = 258084 } #POL: The Polish Succession of 1697 -III-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-
	}
	action_b = {
		name = "ACTIONNAME3486C" #Jakub Sobieski
		command = { type = wakemonarch which = 0109519 } #Jakub I Sobieski °
		command = { type = wakemonarch which = 0109520 } #Jan IV Sobieski °
		command = { type = sleepmonarch which = 0109513 } #Jan III Sobieski
		command = { type = sleepmonarch which = 0109532 } #Michal Stefan Radziejowski (Interrex)
		command = { type = sleepmonarch which = 0109514 } #August II Sas
		command = { type = sleepmonarch which = 0109533 } #Teodor Potocki (Interrex)
		command = { type = sleepmonarch which = 0109517 } #August III Sas
		command = { type = sleepmonarch which = 0109534 } #Wladyslaw Aleksander Lubienski (Interrex)
		command = { type = sleepevent which = 3495 } #POL: The Polish Succession of 1733 -I-
		command = { type = sleepevent which = 258086 } #POL: The Polish Succession of 1733 -II-
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = stability value = 2 }
		command = { type = revoltrisk which = 12 value = 3 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = relation which = SAC value = -150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = RUS value = -150 }
		command = { type = domestic which = CENTRALIZATION value = 1 }
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = sleepevent which = 3486 } #POL: The Polish Succession of 1697 -I-
		command = { type = sleepevent which = 258084 } #POL: The Polish Succession of 1697 -III-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-
	}
}
EVENTHIST258003;The political sickness of the Polish body manifested itself fully after the death of Jan III Sobieski in 1696. The election that followed was one of the most dismal episodes in Polish parliamentary history. The primary candidates were the King's son Jakub Sobieski, François Louis de Bourbon, Prince de Conti, and Friedrich Augustus Wettin, Elector of Saxony. Poland being at war against Saxony, choice is reduced to François Louis de Bourbon and Jakub Sobieski.;;;;;;;;;;

Code:
#(1697) The Polish Succession of 1697 -III-
event = {
	id = 258084
	trigger = {
		war = { country = FRA country = POL }
		NOT = {
			war = { country = SAC country = POL }
		}
	}
	random = no
	country = POL
	name = "EVENTNAME3486" #The Polish Succession of 1697
	desc = "EVENTHIST258084"
	#-#

	date = { day = 26 month = june year = 1697 }

	action_a = {
		name = "ACTIONNAME3486A" #Friedrich Augustus Wettin
		command = { type = trigger which = 3627 } #SAC: The Polish Succession of 1697
		command = { type = trigger which = 273018 } #SAC: The Polish Succession of 1697 (POL liege of SAC)
		command = { type = stability value = -2 }
		command = { type = revoltrisk which = 12 value = 2 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = relation which = SAC value = 100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = dynastic which = SAC }
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = domestic which = LAND value = -1 }
		command = { type = sleepevent which = 3486 } #POL: The Polish Succession of 1697 -I-
		command = { type = sleepevent which = 258083 } #POL: The Polish Succession of 1697 -II-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-
	}
	action_b = {
		name = "ACTIONNAME3486C" #Jakub Sobieski
		command = { type = wakemonarch which = 0109519 } #Jakub I Sobieski °
		command = { type = wakemonarch which = 0109520 } #Jan IV Sobieski °
		command = { type = sleepmonarch which = 0109513 } #Jan III Sobieski
		command = { type = sleepmonarch which = 0109532 } #Michal Stefan Radziejowski (Interrex)
		command = { type = sleepmonarch which = 0109514 } #August II Sas
		command = { type = sleepmonarch which = 0109533 } #Teodor Potocki (Interrex)
		command = { type = sleepmonarch which = 0109517 } #August III Sas
		command = { type = sleepmonarch which = 0109534 } #Wladyslaw Aleksander Lubienski (Interrex)
		command = { type = sleepevent which = 3495 } #POL: The Polish Succession of 1733 -I-
		command = { type = sleepevent which = 258086 } #POL: The Polish Succession of 1733 -II-
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = stability value = 2 }
		command = { type = revoltrisk which = 12 value = 3 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = relation which = SAC value = -150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = RUS value = -150 }
		command = { type = domestic which = CENTRALIZATION value = 1 }
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = sleepevent which = 3486 } #POL: The Polish Succession of 1697 -I-
		command = { type = sleepevent which = 258083 } #POL: The Polish Succession of 1697 -II-
		command = { type = sleepevent which = 258085 } #POL: The Polish Succession of 1697 -IV-
	}
}
EVENTHIST258084;The political sickness of the Polish body manifested itself fully after the death of Jan III Sobieski in 1696. The election that followed was one of the most dismal episodes in Polish parliamentary history. The primary candidates were the King's son Jakub Sobieski, François Louis de Bourbon, Prince de Conti, and Friedrich Augustus Wettin, Elector of Saxony. Poland being at war against France, choice is reduced to François Louis de Bourbon and Jakub Sobieski.;;;;;;;;;;

Code:
#(1697) The Polish Succession of 1697 -IV-
event = {
	id = 258085
	trigger = {
		war = { country = SAC country = POL }
		war = { country = FRA country = POL }
	}
	random = no
	country = POL
	name = "EVENTNAME3486" #The Polish Succession of 1697
	desc = "EVENTHIST258085"
	#-#

	date = { day = 26 month = june year = 1697 }

	action_a = {
		name = "ACTIONNAME3486C" #Jakub Sobieski
		command = { type = wakemonarch which = 0109519 } #Jakub I Sobieski °
		command = { type = wakemonarch which = 0109520 } #Jan IV Sobieski °
		command = { type = sleepmonarch which = 0109513 } #Jan III Sobieski
		command = { type = sleepmonarch which = 0109532 } #Michal Stefan Radziejowski (Interrex)
		command = { type = sleepmonarch which = 0109514 } #August II Sas
		command = { type = sleepmonarch which = 0109533 } #Teodor Potocki (Interrex)
		command = { type = sleepmonarch which = 0109517 } #August III Sas
		command = { type = sleepmonarch which = 0109534 } #Wladyslaw Aleksander Lubienski (Interrex)
		command = { type = sleepevent which = 3495 } #POL: The Polish Succession of 1733 -I-
		command = { type = sleepevent which = 258086 } #POL: The Polish Succession of 1733 -II-
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = stability value = 2 }
		command = { type = revoltrisk which = 12 value = 3 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = relation which = SAC value = -150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = RUS value = -150 }
		command = { type = domestic which = CENTRALIZATION value = 1 }
		command = { type = sleepevent which = 3242 } #SWE: The Dethronement of August the Strong
		command = { type = sleepevent which = 3486 } #POL: The Polish Succession of 1697 -I-
		command = { type = sleepevent which = 258083 } #POL: The Polish Succession of 1697 -II-
		command = { type = sleepevent which = 258084 } #POL: The Polish Succession of 1697 -III-
	}
}
EVENTHIST258085;The political sickness of the Polish body manifested itself fully after the death of Jan III Sobieski in 1696. The election that followed was one of the most dismal episodes in Polish parliamentary history. The primary candidates were the King's son Jakub Sobieski, François Louis de Bourbon, Prince de Conti, and Friedrich Augustus Wettin, Elector of Saxony. Poland being at war against France and Saxony, only remaining choice is Jakub Sobieski.;;;;;;;;;;

Other related events:
Code:
#(1700-1720) The Dethronement of August the Strong
#by Greven
event = {
	id = 3242
	trigger = {
		OR = {
			vassal = { country = SWE country = POL }
			AND = {
				vassal = { country = SWE country = SAC }
				[COLOR=Yellow]OR = {[/COLOR]
					event = 3486 #POL: The Polish Succession of 1697 -I-
					[COLOR=Yellow]event = 258084 #POL: The Polish Succession of 1697 -III-
				}[/COLOR]
			}
		}
	}
	random = no
	country = SWE
	name = "EVENTNAME3242" #The Dethronement of August the Strong
	desc = "EVENTHIST3242"
	#-#

	date = { day = 1 month = january year = 1700 }
	offset = 30
	deathdate = { day = 1 month = january year = 1720 }

	action_a = {
		name = "ACTIONNAME3242A" #Yes, dethrone the Saxon pig
		command = { type = trigger which = 3492 } #POL: The Dethronement of August the Strong
		command = { type = relation which = POL value = 150 }
		command = { type = relation which = SAC value = -150 }
		command = { type = relation which = RUS value = -150 }
		command = { type = casusbelli which = SAC value = 60 }
		command = { type = stability value = 1 }
	}
	action_b = {
		name = "ACTIONNAME3242B" #No, that could unite the Szlachta against us
		command = { type = stability value = 1 }
	}
}
#-#Charles XII spent six years (1701-1706) campaigning in Poland trying to force the Polish nobles to depose Augustus of Saxony and accept a peace settlement. In 1704 the Polish nobleman Stanislaw Leszczynski was installed on the throne, but Augustus still had many supporters. In 1706 Charles XII invaded Saxony and forced August to abdicate, but Charles's defeat at Poltava in 1709 saw Augustus back on the throne and Stanislaw in exile in Alsace. Poland has been vassalized, should we install Stanislaw Leszczynski as king?

Code:
#(1700-1720) The Return of August the Strong
event = {
	id = 3501
	trigger = {
		event = 3492 #POL: The Dethronement of August the Strong
		NOT = {
			vassal = { country = SWE country = POL }
			[COLOR=Yellow]war = { country = SAC country = POL }[/COLOR]
		}
	}
	random = no
	country = POL
	name = "EVENTNAME3501" #The Return of August the Strong
	desc = "EVENTHIST3501"
	#-#

	date = { day = 1 month = january year = 1700 }
	offset = 30
	deathdate = { day = 29 month = december year = 1720 }

	action_a = {
		name = "ACTIONNAME3501A" #August is reinstalled
		command = { type = wakemonarch which = 0109540 } #August II Sas
		command = { type = wakemonarch which = 0109541 } #Teodor Potocki (Interrex)
		command = { type = stability value = 1 }
		command = { type = relation which = SAC value = 150 }
		command = { type = dynastic which = SAC }
		command = { type = alliance which = SAC }
		command = { type = trigger which = 3737 } #SAC: August the Strong returns to the Throne of Poland
		command = { type = trigger which = 273019 } #SAC: August the Strong returns to the Throne of Poland (POL liege of SAC)
	}
}
#-#Stanislaw Leszczynski had been elected Polish king in the light of the supreme power of Sweden in Eastern Europe. When that supremacy was lost on the Steppes of Russia in 1709, Russia picked up the mantle of supremacy. In the light of these new circumstances the Polish Szlachta easily found consensus for returning Friedrich Augustus II to the throne.


For 1733:
Code:
#(1733) The Polish Succession of 1733 [COLOR=Yellow]-I-[/COLOR]
event = {
	id = 3495
	trigger = {
		NOT = { monarch = 0109515 } #Stanislaw I Leszczynski
		exists = FRA
		exists = RUS
		exists = HAB
		NOT = {
			AND = {
				vassal = { country = POL country = RUS }
				vassal = { country = POL country = HAB }
				vassal = { country = POL country = FRA }
			}
		}
		[COLOR=Yellow]NOT = {
			war = { country = SAC country = POL }
		}[/COLOR]
	}
	random = no
	country = POL
	name = "EVENTNAME3495" #The Polish Succession of 1733
	desc = "EVENTHIST3495"
	#-#

	date = { day = 11 month = september year = 1733 }

	action_a = {
		name = "ACTIONNAME3495A" #Friedrich Augustus Wettin
		command = { type = trigger which = 3628 } #SAC: The Polish Succession of 1733
		command = { type = trigger which = 273017 } #SAC: The Polish Succession of 1733 (SAC vassal of POL)
		command = { type = stability value = -3 }
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = domestic which = ARISTOCRACY value = 1 }
		command = { type = domestic which = MERCANTILISM value = 1 }
		command = { type = domestic which = LAND value = -1 }
		[COLOR=Yellow]command = { type = sleepevent which = 258086 } #POL: The Polish Succession of 1733 -II-[/COLOR]
	}
	action_b = {
		name = "ACTIONNAME3495B" #Stanislaw Leszczynski
		command = { type = trigger which = 3626 } #SAC: The Polish Succession of 1733
		command = { type = trigger which = 3632 } #LOR: Habsburg Inheritance of Lothringen
		command = { type = sleepmonarch which = 0109517 } #August III Sas
		command = { type = wakemonarch which = 0109516 } #Stanislaw I Leszczynski
		command = { type = stability value = -4 }
		command = { type = domestic which = CENTRALIZATION value = 2 }
		command = { type = domestic which = ARISTOCRACY value = 1 }
		command = { type = domestic which = MERCANTILISM value = 1 }
		command = { type = sleepevent which = 170202 } #FRA: The claim to Lorraine
		[COLOR=Yellow]command = { type = sleepevent which = 258086 } #POL: The Polish Succession of 1733 -II-[/COLOR]
	}
}
#-#In 1733, the death of August II prompted a new election for the Polish monarch. Due to the permanent practice of Liberum Veto and the ensuing constant bribery, the Polish Sejm was unable to agree between the French Candidate, Stanislaw Leszczynski and his opponent, August III of Saxony, supported by Austria and Russia. The Sejm finally agreed on Stanislas, but this was rejected by Austria and Russia starting the war of Polish Succession. The war ended with August III on the Polish throne.

New event:
Code:
#(1733) The Polish Succession of 1733 -II-
event = {
	id = 258086
	trigger = {
		NOT = { monarch = 0109515 } #Stanislaw I Leszczynski
		exists = FRA
		exists = RUS
		exists = HAB
		NOT = {
			AND = {
				vassal = { country = POL country = RUS }
				vassal = { country = POL country = HAB }
				vassal = { country = POL country = FRA }
			}
		}
		war = { country = SAC country = POL }
	}
	random = no
	country = POL
	name = "EVENTNAME3495" #The Polish Succession of 1733
	desc = "EVENTHIST3495"
	#-#

	date = { day = 11 month = september year = 1733 }

	action_a = {
		name = "ACTIONNAME3495B" #Stanislaw Leszczynski
		command = { type = trigger which = 3626 } #SAC: The Polish Succession of 1733
		command = { type = trigger which = 3632 } #LOR: Habsburg Inheritance of Lothringen
		command = { type = sleepmonarch which = 0109517 } #August III Sas
		command = { type = wakemonarch which = 0109516 } #Stanislaw I Leszczynski
		command = { type = stability value = -4 }
		command = { type = domestic which = CENTRALIZATION value = 2 }
		command = { type = domestic which = ARISTOCRACY value = 1 }
		command = { type = domestic which = MERCANTILISM value = 1 }
		command = { type = sleepevent which = 170202 } #FRA: The claim to Lorraine
		command = { type = sleepevent which = 3495 } #POL: The Polish Succession of 1733 -I-
	}
}

All events testing POL_3495 in trigger should test POL_258086 in a OR condition: HAB_3204, FRA_3136, PAM_252031, NAP_239025, RUS_3429 and SPA_285096.
 
Last edited:
On the inheritance of STT by POM.........the capital of POM should move to vonpommern, then IF POL annex POM, POL should get only the eastern part of POM (hinterpommern), and not get both provinces which is firstly unhistorical and secondly leads to POL wars in northern and central germany, like the areas of hanover, hesse etc
 
YodaMaster said:
Which country will get extra provinces if any then?


POM will exist where STT in now, then if peace of westphalia happens then we can have this

When the 1648 Peace of Westphalia divided the Duchy of Pomerania in a Western, Swedish and an Eastern, Brandenburgian part
 
STT shouldn't be able to revolt from POM because of the capital move then. Otherwise we could have a CTD problem.

But there is no sequence for inheritance of POM by POL, how could we check the situation when it is an ingame consequence (as any annexation by force or not)?

Why would Poland have a special treatment for this area?

And we are at the limit of HRE integrity events. Poland is impacted only if Emperor and will release all possible German minors in this case but I almost never saw Poland being elected since the inclusion of these events.

But I see a solution with elections of the Polish king. If candidate is from the HRE (not French nor Polish), we could "force" Poland to release vassals in this case and add the corresponding Polish king to the list of monarchs that will see HRE events fire even if not elector nor emperor. Good iea?
 
YodaMaster said:
STT shouldn't be able to revolt from POM because of the capital move then. Otherwise we could have a CTD problem.

true

But there is no sequence for inheritance of POM by POL, how could we check the situation when it is an ingame consequence (as any annexation by force or not)?

true, but it happens far too often and leads to POL gaining STT as well due to the previous POM inheritance of STT


Why would Poland have a special treatment for this area?

I agree , POL should not have a special treatment, I want POL to only get POM form ingame annexation and not STT as well


these 2 events below should have a capital move to STT for POM as well as STT being unable to emerge if POM exists

#(1464) Inheritance of Stettin
event = {
id = 259000 #triggered by STT_283000 A
random = no
country = POM
name = "EVENTNAME259000" #Inheritance of Pomerania-Stettin
desc = "EVENTHIST259000"
#-#Otto III of Pomerania-Stettin died of the plague in 1464, without an heir. Both his relatives in Pomerania-Wolgast - the Dukes Erich II and Wartislaw IX - and his feudal overlord, the Elector of Brandenburg, claimed the inheritance. After several years of struggling, Erich of Pomerania-Wolgast secured the inheritance against Brandenburg's claims, however had to accept its feudal suzerainty. After multiple divisions, most of Pomerania was then united again under Erich, and his son Bogislaw obtained the rest, becoming Duke of all of Pomerania.

action_a = {
name = "ACTIONNAME259000A" #Accept the inheritance and Brandenburg's suzerainty
command = { type = addcore which = 304 } #Vorpommern
command = { type = inherit which = STT }
command = { type = relation which = BRA value = -50 }
command = { type = stability value = 3 }
command = { type = trigger which = 132019 } #BRA: Suzerainty over Pomerania
}
action_b = {
name = "ACTIONNAME259000B" #Let Brandenburg have Stettin
command = { type = vp value = -20 }
command = { type = trigger which = 132018 } #BRA: Inheritance of Stettin
}
}
#(1464) Inheritance of Stettin
event = {
id = 259001 #triggered by STT_283002 A
random = no
country = POM
name = "EVENTNAME259001" #Inheritance of Pomerania-Stettin
desc = "EVENTHIST259001"
#-#Otto III of Pomerania-Stettin died of the plague in 1464, without an heir. His relatives in Pomerania-Wolgast - the Dukes Erich II and Wartislaw IX - managed to secure the inheritance. After multiple divisions, most of Pomerania was then united again under Erich, and his son Bogislaw obtained the rest, becoming Duke of all of Pomerania.

action_a = {
name = "GREAT"
command = { type = addcore which = 304 } #Vorpommern
command = { type = inherit which = STT }
}
}
 
YodaMaster said:
Why would Poland have a special treatment for this area?
well, it shouldnt.
YodaMaster said:
But I see a solution with elections of the Polish king. If candidate is from the HRE (not French nor Polish), we could "force" Poland to release vassals in this case and add the corresponding Polish king to the list of monarchs that will see HRE events fire even if not elector nor emperor. Good iea?
Well not really ;)
Why the nobles would elect a king, who would make the country smaller/weaker? It never happened, usually nobles expected non-Polish candidates to "offer" something like Henri Valois promised (among others) to expand navy, Sigismund Vasa promised to join Estland to Poland etc.
Before divisions Seym almost never agreed to give away any land (note that sometimes peace was made by the king, but the Seym did not agreed to this or vice versa).

Elected king (if from HRE) could try to do something like this some time after elected, but saying this before election?? It would seriously limit his chance to be elected!
I also dont believe that this land would be given to 'lagal' ruler. I mean some Polish kings tried to get some land for themselves (not as part of Poland) or their sons. They knew that they are rather like presidents not heridatary monarchs so they care more about their families.
Examples: all the early fights with Sweden entirely because of the Vasa family, same story with Dimitriads (Muscovy). Sobieski's Moldavian campaigns (he wanted Moldavia for his son), August II the Strong (Wettin) dragged Poland into northern war, because he dreamed that he will get Livonia for Wettins.

Concluding, Polish king from HRE country could try to do it, but he would risk serious rebellions which could lead to his abdication. He would seriously risk losing his power in Poland, he would have to have really very good reasons to do it.
 
Reworked Act of Union with Poland for Lithuania

Better avoid pushing Lithuania further in ahistorical direction in some Succession events:
Code:
#(1451) Succession of Michailis [COLOR=Yellow]- Ahistorical[/COLOR]
#by Crook
event = {
	id = 40213
	trigger = {
		monarch = 077503 #Michailis Zygimantasis °
	}
	random = no
	country = LIT
	name = "EVENTNAME40213" #Succession of Grand Duke Michailis
	desc = "EVENTHIST40213"
	#-#

	date = { day = 29 month = december year = 1451 }

	action_[COLOR=Red]b[/COLOR][COLOR=Yellow]a[/COLOR] = {
		[COLOR=Red]name = "ACTIONNAME40211B" #Invite Casimir[/COLOR]
		[COLOR=Yellow]name = "ACTIONNAME40209A" #Invite Casimir[/COLOR]
		[COLOR=Red]command = { type = sleepmonarch which = 077503 } #Michailis Zygimantasis °[/COLOR]
		command = { type = wakemonarch which = 077511 } #Kazimieras
		[COLOR=Red]command = { type = wakemonarch which = 077512 } #Aleksandras I
		command = { type = wakemonarch which = 077513 } #Zygimantas I Stary
		command = { type = wakemonarch which = 077514 } #Zygimantas II August[/COLOR]
		command = { type = religion which = catholic }
		command = { type = stability value = -3 }
		command = { type = revoltrisk which = 60 value = 5 }
		command = { type = trigger which = 40214 } #POL: Casimir, King of Lithuania
	}
	action_[COLOR=Red]a[/COLOR][COLOR=Yellow]b[/COLOR] = {
		name = "ACTIONNAME40211[COLOR=Red]A[/COLOR][COLOR=Yellow]B[/COLOR]" #Remain independent, elect a new King
		[COLOR=Red]command = { type = sleepmonarch which = 077503 } #Michailis Zygimantasis °[/COLOR]
		command = { type = wakemonarch which = 077505 } #Jonas Gasztold °
		command = { type = wakemonarch which = 077508 } #Albert Gasztold °
		command = { type = wakemonarch which = 077509 } #Stanislaw Gasztold °
		command = { type = wakemonarch which = 077506 } #Marcin Gasztold °
		command = { type = wakemonarch which = 077507 } #Jan Gasztold °
		command = { type = sleepmonarch which = 077510 } #Kazimieras
		command = { type = sleepmonarch which = 077512 } #Aleksandras I
		command = { type = sleepmonarch which = 077513 } #Zygimantas I Stary
		command = { type = sleepmonarch which = 077514 } #Zygimantas II August
		[COLOR=Red]command = { type = sleepmonarch which = 077511 } #Kazimieras[/COLOR]
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 3447 } #LIT: The Act of Union with Poland [COLOR=Yellow]-I-
		command = { type = sleepevent which = 210000 } #LIT: The Act of Union with Poland -II-[/COLOR]
	}
}
#-#Grand Duke Michailis has died. Should we invite Casimir, King of Poland to be our ruler, or go our own way?

Code:
#(1452) Succession of Svitrigaila [COLOR=Yellow]- Ahistorical[/COLOR]
#by Crook
event = {
	id = 40211
	trigger = {
		OR = {
			monarch = 077501 #Svitrigaila
			monarch = 077504 #Svitrigaila °
		}
	}
	random = no
	country = LIT
	name = "EVENTNAME40211" #Succession of Grand Duke Svitrigaila
	desc = "EVENTHIST40211"
	#-#

	date = { day = 9 month = february year = 1452 }

	action_[COLOR=Red]b[/COLOR][COLOR=Yellow]a[/COLOR] = {
		[COLOR=Red]name = "ACTIONNAME40211B" #Invite Casimir[/COLOR]
		[COLOR=Yellow]name = "ACTIONNAME40209A" #Invite Casimir[/COLOR]
		[COLOR=Red]command = { type = sleepmonarch which = 077501 } #Svitrigaila
		command = { type = sleepmonarch which = 077504 } #Svitrigaila °[/COLOR]
		command = { type = wakemonarch which = 077511 } #Kazimieras
		[COLOR=Red]command = { type = wakemonarch which = 077512 } #Aleksandras I
		command = { type = wakemonarch which = 077513 } #Zygimantas I Stary
		command = { type = wakemonarch which = 077514 } #Zygimantas II August[/COLOR]
		command = { type = religion which = catholic }
		command = { type = conversion which = -1 }
		command = { type = stability value = -3 }
		command = { type = revoltrisk which = 60 value = 5 }
		command = { type = trigger which = 40212 } #POL: Casimir, King of Lithuania
	}
	action_[COLOR=Red]a[/COLOR][COLOR=Yellow]b[/COLOR] = {
		name = "ACTIONNAME40211[COLOR=Red]A[/COLOR][COLOR=Yellow]B[/COLOR]" #Remain independent, elect a new King
		[COLOR=Red]command = { type = sleepmonarch which = 077501 } #Svitrigaila
		command = { type = sleepmonarch which = 077504 } #Svitrigaila °[/COLOR]
		command = { type = sleepmonarch which = 077510 } #Kazimieras
		command = { type = sleepmonarch which = 077512 } #Aleksandras I
		command = { type = sleepmonarch which = 077513 } #Zygimantas I Stary
		command = { type = sleepmonarch which = 077514 } #Zygimantas II August
		[COLOR=Red]command = { type = sleepmonarch which = 077511 } #Kazimieras[/COLOR]
		command = { type = wakemonarch which = 077505 } #Jonas Gasztold °
		command = { type = wakemonarch which = 077508 } #Albert Gasztold °
		command = { type = wakemonarch which = 077509 } #Stanislaw Gasztold °
		command = { type = wakemonarch which = 077506 } #Marcin Gasztold °
		command = { type = wakemonarch which = 077507 } #Jan Gasztold °
		command = { type = wakemonarch which = 077515 } #Mikolaj I °
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 3447 } #LIT: The Act of Union with Poland [COLOR=Yellow]-I-
		command = { type = sleepevent which = 210000 } #LIT: The Act of Union with Poland -II-[/COLOR]
	}
}
#-#Grand Duke Svitrigaila has died. Should we invite Casimir, King of Poland to be our ruler, or go our own way and elect a new King from among our Nobles?

And, finally, reworked Act of Union events:
Code:
#(1567-1572) The Act of Union with Poland [COLOR=Yellow]-I-[/COLOR]
#normal (peace version)
#Isaac Brock-EEP and AGC merged together
event = {
	id = 3447
	trigger = {
		exists = POL
		atwar = no
		[COLOR=Yellow]monarch = 077514 #Zygimantas II August[/COLOR]
	}
	random = no
	country = LIT
	name = "EVENTNAME3447" #The Act of Union with Poland
	desc = "EVENTHIST3447"
	#-#

	date = { day = 1 month = january year = 1567 }
	offset = 90
	deathdate = { day = 1 month = january year = 1572 }

	action_a = {
		name = "ACTIONNAME3447A" #Poland inherits Lithuania
		command = { type = relation which = POL value = 50 }
		[COLOR=Yellow]command = { type = sleepevent which = 210000 } #LIT: The Act of Union with Poland -II-[/COLOR]
	}
	action_b = {
		name = "ACTIONNAME3447B" #Lithuania break with Poland
		command = { type = trigger which = 3476 } #POL: The Act of Union-'Rzeczpospolita Polska'
		command = { type = breakvassal which = POL }
		command = { type = stability value = 1 }
		command = { type = INF which = -2 value = 10000 }
		command = { type = CAV which = -2 value = 10000 }
		command = { type = ART which = -2 value = 30 }
		command = { type = domestic which = ARISTOCRACY value = -2 }
		command = { type = domestic which = CENTRALIZATION value = 2 }
		[COLOR=Yellow]command = { type = sleepevent which = 210000 } #LIT: The Act of Union with Poland -II-[/COLOR]
		command = { type = sleepevent which = 20135 } #POL: The Act of Union-'Rzeczpospolita Polska'
		command = { type = sleepevent which = 20136 } #POL: The Act of Union-'Rzeczpospolita Polska'
		command = { type = sleepevent which = 20137 } #POL: The Act of Union-'Rzeczpospolita Polska'
	}
}
#-#On 1st July 1569 the joint force of Lithuanian and Polish Magnates as well as the Sejms of these countries met at Lublin on the border of their realms and unanimously swore a new Act of Union. There would now exist one united Sejm convening in Warszawa and the country would have one King not only de facto but de jure. The Grand Duchy was to keep its old laws, a separate treasury and its own army under its own Grand Hetman and Field-Hetman. Effectively the Union was a marriage of two partners, with only the slightest hint of the dominant position of Poland. The combined Kingdom now formally became, Serenissima Republica Polonie. However there was some Lithuanian opposition before 1st July... Mikolaj the Black, the head of the mighty Radziwill family had long dreamed to of detaching the Grand Duchy from the domination and recreate a Lithuania with him as King. The first steps were taken in the 1540's when Mikolaj approached the Habsburg Emperor who was very interested in seeing a weakened Poland on her borders. This lead to Mikolaj receiving the title Prince of the Holy Roman Empire in 1547. In the end Mikolaj never raised the Banner of Independence. This had many causes, but one important one was the fear of standing alone against the oncoming Russian Hordes. But what if he had tried?

Code:
#(1572) The Act of Union with Poland -II-
#normal (war [COLOR=Yellow]or after war[/COLOR] version)
#Isaac Brock-EEP and AGC merged together
event = {
	id = 210000
	trigger = {
		exists = POL
		NOT = { war = { country = POL country = LIT } }
		NOT = {
			event = 3447 #LIT: The Act of Union with Poland -I-
		}
		[COLOR=Red]atwar = yes[/COLOR]
		[COLOR=Yellow]monarch = 077514 #Zygimantas II August[/COLOR]
	}
	random = no
	country = LIT
	name = "EVENTNAME3447" #The Act of Union with Poland
	desc = "EVENTHIST3447"
	#-#

	date = { day = 1 month = january year = 1572 }
	[COLOR=Yellow]offset = 10
	deathdate = { day = 6 month = july year = 1572 } #death of Zygimantas II August[/COLOR]

	action_a = {
		name = "ACTIONNAME3447A" #Poland inherits Lithuania
		command = { type = relation which = POL value = 50 }
		[COLOR=Yellow]command = { type = sleepevent which = 3447 } #LIT: The Act of Union with Poland -I-[/COLOR]
	}
	action_b = {
		name = "ACTIONNAME3447B" #Lithuania break with Poland
		command = { type = trigger which = 3476 } #POL: The Act of Union-'Rzeczpospolita Polska'
		command = { type = breakvassal which = POL }
		command = { type = stability value = 1 }
		command = { type = INF which = -2 value = 10000 }
		command = { type = CAV which = -2 value = 10000 }
		command = { type = ART which = -2 value = 30 }
		command = { type = domestic which = ARISTOCRACY value = -2 }
		command = { type = domestic which = CENTRALIZATION value = 2 }
		[COLOR=Yellow]command = { type = sleepevent which = 3447 } #LIT: The Act of Union with Poland -I-[/COLOR]
		command = { type = sleepevent which = 20135 } #POL: The Act of Union-'Rzeczpospolita Polska'
		command = { type = sleepevent which = 20136 } #POL: The Act of Union-'Rzeczpospolita Polska'
		command = { type = sleepevent which = 20137 } #POL: The Act of Union-'Rzeczpospolita Polska'
	}
}
 
Reworked ahistorical events for Lithuania

If Poland disappears before Poland-Lithuania can form, Lithuania can become Poland but conditions are not always easy. I suggest following modifications (mostly for AI):
Code:
#(1569-1700) Lithuania forms Poland
event = {
	id = 210002
	trigger = {
		atwar = no
		NOT = { exists = POL }
		owned = { province = 291 data = -1 } #Masovia
		control = { province = 291 data = -1 } #Masovia
		[COLOR=Red]owned = { province = 299 data = -1 } #Krakow
		owned = { province = 300 data = -1 } #Wielkopolska[/COLOR]
	}
	random = no
	country = LIT
	name = "EVENTNAME210002" #Union of Poland and Lithuania
	desc = "EVENTHIST210002"
	#-#

	date = { day = 1 month = january year = 1569 }
	offset = 180
	deathdate = { day = 29 month = december year = 1700 }

	action_a = {
		name = "ACTIONNAME210002A" #Kings of Poland
		command = { type = stability value = 1 }
		command = { type = flagname which = "" }
		command = { type = country which = POL }
		command = { type = flagname which = "Union" }
		command = { type = capital which = 291 } #Masovia
		command = { type = addcore which = 291 } #Masovia
		command = { type = addcore which = 292 } #Podlasia
		command = { type = addcore which = 298 } #Galizien
		command = { type = addcore which = 299 } #Krakow
		command = { type = addcore which = 300 } #Wielkopolska
		command = { type = addcore which = 301 } #Danzig
		command = { type = addcore which = 303 } #Poznan
		command = { type = religion which = catholic }
		command = { type = vp value = 250 }
		command = { type = add_countryculture which = polish }
		command = { type = remove_countryculture which = baltic }
		command = { type = remove_countryculture which = ruthenian }
		command = { type = add_countryculture which = baltic }
		command = { type = add_countryculture which = ruthenian }
	}
	action_b = {
		name = "ACTIONNAME210002B" #Grand Dukes of Lithuania
		command = { type = addcore which = 291 } #Masovia
		command = { type = addcore which = 292 } #Podlasia
		command = { type = addcore which = 298 } #Galizien
		command = { type = addcore which = 299 } #Krakow
		command = { type = addcore which = 300 } #Wielkopolska
		command = { type = addcore which = 301 } #Danzig
		command = { type = addcore which = 303 } #Poznan
		command = { type = add_countryculture which = polish }
	}
}
#-#Being de facto rulers of Poland, the grand dukes of Lithuania decided to unite the two countries permanently. They will bear both titles, while the choice would be only which one is to be mentioned first in documents.


And better wait for 1573 instead of 1570 for other ahistorical events:
LIT_3457 "Magnates crave 'Polish Rights'"
LIT_3452 "Strategic Axis with Austria"
LIT_ 210019 "Strategic Axis with Austria"

Last two events should check if HAB exists and not at war against LIT (and sleep each other too).

Same modification for:
LIT_3453 "Strategic Axis with Austria"
LIT_ 210013 "Strategic Axis with Austria"

Same modifiecation but only in trigger for:
LIT_3450 "Strategic Axis with Sweden"
LIT_3451 "Strategic Axis with Prussia"

Anyway, all these Strategic Axis events are not very well designed because they are based on supposed religion of each involved country without checking if religion is really the good one.