• 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.
Ok. New version of events
- without style commands
-whit AGCEEP id’s.
-added some new events about Cossacks uprisings
Code:
#(1430-1450) Wallachian colonization
event = {
	id = 258095
	trigger = { atwar = no 
                            owned = { province = 297 data = POL } #Podolia
                            owned = { province = 298 data = POL } #Galizien
                            control = { province = 297 data = POL } #Podolia
                            control = { province = 298 data = POL } #Galizien
                            owned = { province = 363 data = TUR } #Nish
                            owned = { province = 356 data = TUR } } #Bulgaria
	random = no
	country = POL
	name = "Wallachian colonization"
	desc = "Vlachs were one of the Balkan nations, they were mainly shepherds and farmers. As the expansion of Ottoman Empire, they began their journey to the north, mainly to Hungary, Bohemia, Moldavia and sometims to Poland. Their assimilation with local population has given many ethnic groups including Lemkos, Buoys or Huculs" 

	date = { day = 1 month = october year = 1430 }
	offset = 600
	deathdate = { day = 2 month = may year = 1450 }

	action_a ={
		name = "New settlers"
		command = { type = population which = 298 value = 500 } #Galizien
		command = { type = provincetax which = 298 value = 1 } 
                command = { type = population which = 297 value = 500 } #Podolia
	}
}
#(1444-1446) Death of Wladyslaw III
event = {
	id = 258096
	trigger = { monarch = 0109536 }
	random = no
	country = POL
	name = "Death of Wladyslaw III"
	desc = "After death of Wladyslaw III in the Battle of Varna, in Poland could be heard many rumors, one of them said that the king managed to escape from the battlefield and now he lives somewhere in Hungary. Because of that interregnum was announced a year after the battle. The new king become Grand Duke of Lithuania Casimir IV. However he set some conditions- not accept the Polish crown, until, Polish magnates guarantee the complete independence of Grand Duchy from Poland."

	date = { day = 1 month = october year = 1444 }
	offset = 1
	deathdate = { day = 2 month = may year = 1446 }

	action_a ={
		name = "Interregnum"
                command = { type = stability value = -1 }
                command = { type = revolt which = -1 }
	}
}
# (1445-1449) Coronation of Casimir IV
event = {
	id = 258097
	trigger = { monarch = 0109502
                    event = 258096  }
	random = no
	country = POL
	name = "Coronation of Casimir IV"
	desc = "Very long interregnum forced Polish nobles to take radical decision. They put the Casimir ultimatum, if he does’t agree to become a king of Poland, they choose Bolesław IV-Duke of Mazovia. Casimir finalny  took the crown, but the Polish nobility had to swear, the inviolability of the territory of Lithuania. Since that time until the Union of Lublin between Polish Kingdom and  Grand Duchy of Lithuania,  was only a personal union."

	date = { day = 1 month = october year = 1445 }
	offset = 1
	deathdate = { day = 2 month = may year = 1449 }

	action_a ={
		name = "Coronation of Casimir IV"
                command = { type = stability value = 1 }
                command = { type = relation which = LIT value = 50 } 
                
	}
}
#(1475-1479) Priest's War
event = {
	id = 258098
	trigger = { owned = { province = 301 data = POL } #Danzig
                    control = { province = 301 data = POL }  }
	random = no
	country = POL
	name = "Priest's War"
	desc = "Bishopric of Warmia was very important for political reason. Polish king chose to this position Chelmian Bishop Wincenty Kiełbasa , however, Pope Paul II chose Bishop von Tüngen. In 1472 Nicolaus von Tüngen, supported by Hungarian King Matthias Corvinus and the Teutonic Order, took Warmia. In 1478 King Casimir IV, started armed intervention. Polish army took Warmia and began peace negotiations in Piotrków. The agreement of July 15, 1479 restored the control of the king of Poland on Warmia."

	date = { day = 1 month = october year = 1475 }
	offset = 150
	deathdate = { day = 2 month = may year = 1479 }

	action_a ={
		name = "Send army"
		command = { type = revolt which = 301 } #Danzig 
		command = { type = relation which = HUN value = -30 } 
		command = { type = relation which = PAP value = -30 }
	}
	action_b ={
		name = "Accept  Nicolaus von Tüngen"
                command = { type = stability value = -1 }
		command = { type = domestic which = centralization value = -1 }
                command = { type = relation which = PAP value = 50 }
	}
}
# (1492-1497) Mucha's Revolt
event = {

	id = 258099
	trigger = {
			 owned = { province = 297 data = POL } #Podolia
			 owned = { province = 298 data = POL } #Galizien

	}

	random = no
	country = POL 	
        name = "Mucha's Revolt"
	desc = "In 1492 on Podkarpacie and Galicia broke out a  peasant rebellion under the leadership of Mucha. The rebellion was directed against local gentry. This was first so big rebellion during the rule of the Jagiellonian dynasty."

        date = { day = 1 month = january year = 1492 }
	offset = 30
	deathdate = { day = 1 month = january year = 1497 }
	action_a ={		
		name = "rebellion!!"
		command = { type = stability value = -1 } 
		command = { type = revolt which = 297 } #Podolia
		command = { type = revolt which = 297 }
                command = { type = revolt which = 298 } #Galizien
		command = { type = revolt which = 298 }
                command = { type = province_revoltrisk which = 297 value = 8 }
		command = { type = province_revoltrisk which = 298 value = 8 }
	}
}

# (1493-1500) End of Mucha's revolt #
event = {

	id = 258100
	trigger = {
			event = 258099
                         control = { province = 297 data = POL } #Podolia
			 control = { province = 298 data = POL } #Galizien

	}

	random = no
	country = POL 	
        name = "End of Mucha's revolt"
	desc = "Peasant rebellion was defeated and its leader- Mucha was captured and brought to Krakow, where he died in prison."
        
        date = { day = 1 month = january year = 1493 }
	offset = 30
	deathdate = { day = 1 month = january year = 1500 }


	action_a ={		
		name = "rebellion defeated!"
		command = { type = stability value = 1 } 
                command = { type = province_revoltrisk which = 297 value = -8 } #Podolia
		command = { type = province_revoltrisk which = 298 value = -8 } #Galizien
	}
}
# (1495-1500) Barbican
event = {
	id = 258101
	trigger = {}
	random = no
	country = POL
	name = "Barbican"
	desc = "The barbican was built in 1498 - 1499 during the reign of Jan Olbracht in fear of the Moldavian-Turkish invasion threatening Cracow after defeat in Cosmin Forest battle. According to the assessment of specialists in the period from the fifteenth to the eighteenth century, the fortress was impregnable."

	date = { day = 1 month = october year = 1495 }
	offset = 50
	deathdate = { day = 2 month = may year = 1500 }

	action_a ={
		name = "Build Barbican"
		command = { type = fortress which = 299 value = 1 } #Krakow
		command = { type = cash value = -250 }
	}
	action_b ={
		name = "We dont need more fortresses"
		command = { }
	}
}


# (1525-1550) Tumult of Danzig#
event = {
	id = 258102
	trigger = { control = { province = 301 data = POL } #Danzig, or another province with Warmia
                    owned = { province = 301 data = POL }
                    NOT = { provincereligion = { province = 301 data = catholic } }
        }
	random = no
	country = POL
	name = "Tumult of Danzig" 
	desc = "In January 1525 the citizens of Danzig has occurred against the mayor, accusing him of misuse of municipal funds. Mayor Ferber resigned, but the Municipality did not want to present municipal bills. Then the Lutheran burghers demanded to remove posts, Masses and church singing. Few days later angry crowd toppled the Municipality and introduced a democratic constitution in the city. Closed all Catholic monasteries, profaned the holy paintings and the sacraments. April 17, 1526 took place armed intervention of King Sigismund the Old, who together  with Prince George I of Pomerania and 8 000 army defeated the rebellion. Old system of Danzig was restored, and 14 leaders of the revolt were beheaded."

	date = { day = 1 month = january year = 1525 }
	offset = 50
	deathdate = { day = 2 month = may year = 1550 }

	action_a ={
		name = "Tumult"
		command = { type = religiousrevolt which = 301 } #Danzig
                command = { type = religiousrevolt which = 301 }
		command = { type = stability value = -1 }
	}
}
# (1529-1532) Vivente Rege election#
event = {
	id = 258103
	trigger = { monarch = 0109506 }
	random = no
	country = POL
	name = "Vivente Rege election"
	desc = " On February 20, 1530 Archbishop of Gniezno and Primate of Poland crowned the Sigismund Augustus of the Polish king, although his father, Sigismund the Old, was still alive. This fact caused dissatisfaction among the gentry, who was opposed the coronation, seeing in it an aspiration to increase royal power."

	date = { day = 1 month = october year = 1529 }
	offset = 1
	deathdate = { day = 2 month = may year = 1532 }

	action_a ={
		name = "Coronation of Sigismund Augustus"
		command = { type = domestic which = centralization value = 1 }
		command = { type = revolt which = -1 }
		command = { type = stability value = -1 }
	}
}
# (1535-1560) Execution Movement-Execution of Laws#
event = {
	id = 258104
	trigger = { atwar = no }
	random = no
	country = POL
	name = "Execution Movement" #Execution of Laws#
	desc = "Execution Movement was a political movement of middle nobility in the XVI century Poland, its purpose was reforms in the judiciary, finances and army. These reforms aim to strengthen the state  and limitations magnates and clergy influence. First purpose of the movement was Execution of Laws consisting of ordering and the modernization of law, principles of the elective nature of the monarchy,  treasury reform, religious tolerance, and Polish independence from Rome. This phase ended with a compromise between the nobility and the king on Seyms in Piotrków (1538) and Krakow (1538-39)"

	date = { day = 1 month = october year = 1535 }
	offset = 150
	deathdate = { day = 2 month = may year = 1560 }

	action_a ={
		name = "Try to compromise" #historically
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = aristocracy value = -1 }
		command = { type = domestic which = centralization value = 1 }
                command = { type = stability value = -1 }
	}
	action_b ={
		name = "Accept all requests"
		command = { type = domestic which = innovative value = 2 }
		command = { type = domestic which = aristocracy value = -2 }
		command = { type = domestic which = centralization value = 2 }
                command = { type = stability value = -3 }
                command = { type = revoltrisk which = 24 value = 4 }
		command = { type = relation which = PAP value = -50 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 } 
	}
	action_c ={
		name = "Stand on magnates and clergy side"
		command = { type = domestic which = aristocracy value = 2 }
		command = { type = domestic which = innovative value = -1 }
                command = { type = stability value = -2 }
		command = { type = relation which = PAP value = 50 }
                command = { type = revoltrisk which = 24 value = 2 }
                command = { type = revolt which = -1 }

	}
}
# (1560-1600) Execution Movement-Execution of Goods#
event = {
	id = 258105
	trigger = { atwar = no
                    event = 258104 }
	random = no
	country = POL
	name = "Execution Movement" #Execution of Goods#
	desc = "Execution Movement was a political movement of middle nobility in the XVI century Poland, its purpose was reforms in the judiciary, finances and army. These reforms aim to strengthen the State  and limitations magnates and clergy influence. The second purpose of the movement (after Execution of Laws) was an Execution of Goods. In the past aristocracy and clergy occupied, crammed and leased royal lands and noone could stop them. Now they have to give these lands back to the king."

	date = { day = 1 month = october year = 1560 }
	offset = 150
	deathdate = { day = 2 month = may year = 1600 }

	action_a ={
		name = "Take only some lands" #historically
		command = { type = domestic which = centralization value = 1 }
		command = { type = domestic which =  aristocracy value = -1 }
		command = { type = treasury value = 200 } 
                command = { type = provincetax which = -1 value = 1 }
	}
	action_b ={
		name = "Take everything what is possible!!"
		command = { type = domestic which = centralization value = 2 }
		command = { type = domestic which = aristocracy value = -2 }
		command = { type = treasury value = 500 } 
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = stability value = -3 }
                command = { type = revoltrisk which = 48 value = 12 }
	}
	action_c ={
		name = "Don't take any land"
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which =  aristocracy value = 2 }
                command = { type = stability value = -1 }
                command = { type = revoltrisk which = 24 value = 5 }
	}
}
# (1570-1580) Danzig Constitutions#
event = {
	id = 258106
	trigger = { owned = { province = 301 data = -1 } #Danzig
                    control = { province = 301 data = -1 } }
	random = no
	country = POL
	name = "Danzig Constitutions" #or Karnkowski's Statutes#
	desc = "Danzig constitutions were promulgated on March 1570 by Cujavian Bishop Stanislaw Karnkowski. This act said about supremacy of the king and the Polish law in Gdansk (the largest and richest Polish city) and at sea. Limited autonomy of the municipal council of Danzig by  reserved for the king the right to open and close the port and shipping regulation. The Constitution was not introduced as a result of the abandonment of Maritime Policy after death of Sigismund II Augustus"

	date = { day = 1 month = october year = 1570 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "We don't need that!!"
		command = { type = stability value = 1 }
		command = { type = domestic which = land value = 1 }
	}
	action_b ={
		name = "Announce Danzig Constitutions"
		command = { type = domestic which = land value = -2 }
		command = { type = revolt which = 301 } #Danzig
                command = { type = provincetax which = 301 value = 3 } 
	}
}
# (1550-1580) Jan Kochanowski -Flavor#
event = {
	id = 258107
	trigger = {}
	random = no
	country = POL
	name = "Jan Kochanowski"
	desc = "Jan Kochanowski  was a Polish Renaissance poet who established poetic patterns that would become integral to Polish literary language. He is commonly regarded as the greatest Polish poet as well as the greatest Slavic poet prior to the 19th century."

	date = { day = 1 month = october year = 1550 }
	offset = 300
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "OK"
		command = { type = stability value = 1 }
	}
}
# (1571-1574) Death of Sigismund Augustus#
event = {
	id = 258108
	trigger = { monarch = 0109525 }
	random = no
	country = POL
	name = "Death of Sigismund Augustus"
	desc = "Sigismund Augustus died on July 7, 1572 in Knyszyn. He was the last representative of the Jagiellonian dynasty. About  his successors decided nobility gathered in a free election."

	date = { day = 1 month = october year = 1571 }
	offset = 1
	deathdate = { day = 2 month = may year = 1574 }

	action_a ={
		name = "interregnum"
		command = { type = stability value = -1 }
	}
}
# (1572-1575) King Henryk Walezy
event = {
	id = 258109
	trigger = { monarch = 0109507 }
	random = no
	country = POL
	name = "King Henryk Walezy" #King Henry de Valois#
	desc = "Election of new king took place in April and May 1573. Most serious candidates for the crown were the son of Emperor Maximilian II- Archduke Ernst of Austria, Tsar Ivan IV, John III Vasa -Swedish king, and Henry de Valois-brother of the king of France. The winner was a French candidate. A few days after the election special delegation went to Paris to officially tell Henry about the election and as soon as possible bring him to Poland."

	date = { day = 1 month = october year = 1572 }
	offset = 1
	deathdate = { day = 2 month = may year = 1575 }

	action_a ={
		name = "Vivat!"
		command = { type = stability value = 1 }
		command = { type = relation which = FRA value = 80 } 
		command = { type = relation which = MOS value = -10 }
		command = { type = relation which = SWE value = -10 } 
		command = { type = relation which = HAB value = -10 }
	}
}
# (1573-1575) Escape of Henryk Walezy#
event = {
	id = 258110
	trigger = { monarch = 0109526 }
	random = no
	country = POL
	name = "Escape of Henryk Walezy" # Escape of Henry de Valois#
	desc = "In June 1574 r., Walezy received a message about  deaths of his brother, King Charles IX. A few days later, on June 19, 1574 at night, in disguise, he  left Krakow and went in haste towards the border. The king was accompanied by his servant John du Halde, courtier Gilles de Souvré, doctor Mark Miron and captain of the guard Nicholas de Larchant. Just across the border chase sent from Krakow stopped Henry.King  rejected requests to return to Krakow. He promised that he would return in a few months. In fact, he never returned."

	date = { day = 1 month = october year = 1573 }
	offset = 1
	deathdate = { day = 2 month = may year = 1575 }

	action_a ={
		name = "Traitor!!"
		command = { type = stability value = -2 }
		command = { type = relation which = FRA value = -100 } 
	}
}
# (1586-1588) Jewish king#
event = {
	id = 258111
	trigger = { monarch = 0109527 }
	random = no
	country = POL
	name = "Jewish king"
	desc = "During the interregnum after the death of Stefan Batory in 1586 undecided nobility (szlachta) couldn’t  choose his successor, and  after the double election of Maximilian of Austria and Sigismund III Vasa the situation was even more complicated. Finally szlachta decise to choose  a temporary king(rex pro tempore) and offered this position to Radziwiłł. He refused, but put up candidacy of Saul Wahl (properly Saul Katzenellenbogen) personal banker in Radziwills family. In 1587, among the general enthusiasm, Wahn was  proclaimed king. According to the legend he ruled only one night, then he gave a lot of new rights and privileges to improve the situation of the Jews in Poland."

	date = { day = 1 month = october year = 1586 }
	offset = 1
	deathdate = { day = 2 month = may year = 1588 }

	action_a ={
		name = "We don't want the Jewish king "
		command = { type = stability value = -1 }
                command = { type = revoltrisk which = 6 value = 5 }
	}
}
# (1575- 1578) Election of Stefan Batory#
event = {
	id = 258112
	trigger = { monarch = 0109508 }
	random = no
	country = POL
	name = "Election of Stefan Batory"
	desc = "Interregnum, after the escape of King Henry of Valois, lasted one and a half years. On December 12, 1575 the Senate chose to the king Emperor Maximilian II von Habsburg. Maximilian, however, was never crowned. He did't get support from nobility leaded  by Jan Zamoyski, they demanded the king from Poland and they chose daughter of Sigismund I, Anna Jagiellon (1523-1596). On the initiative of Castellan  Stanislaw Szafraniec to her husband elected Prince Stephen Bathory of Transylvania. December 14 Batory was announced a Polish king.  However the double election threatened civil war."

	date = { day = 1 month = october year = 1575 }
	offset = 1
	deathdate = { day = 2 month = may year = 1578 }

	action_a ={
		name = "Bathory is the rightful king!"
		command = { type = stability value = -1 }
                command = { type = revoltrisk which = 12 value = 3 }
                command = { type = revolt which = 299 } #Krakow
		command = { type = relation which = HAB value = -50 } 
		command = { type = relation which = TUR value = -50 } 
                command = { type = relation which = SIE value = 50 } 
	}
}
# (1578-1585) Crown Tribunal#
event = {
	id = 258113
	trigger = { atwar = no }
	random = no
	country = POL
	name = "Crown Tribunal"
	desc = "Crown Tribunal  was the highest appeal court in the Crown of the Polish Kingdom for most cases, exceptions being the cases were a noble landowner was threatened with loss of life and/or property - then he could appeal to the Sejm court. In 1578 king Stefan Batory created the Crown Tribunal in order to reduce the enormous pressure on the Royal Court. This placed much of the monarchs juridical power in the hands of the elected nobility deputies, further strengthening the nobility class. In 1581 the Crown Tribunal was joined by a counterpart in Lithuania, the Lithuanian Tribunal."

	date = { day = 1 month = october year = 1578 }
	offset = 50
	deathdate = { day = 2 month = may year = 1585 }

	action_a ={
		name = "Create the Crown Tribunal"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocracy value = 2 }
		command = { type = domestic which = centralization value = -1 }
	}
	action_b ={
		name = "Only king has right to judge!"
		command = { type = stability value = -2 }
                command = { type = domestic which = aristocracy value = -1 }
		command = { type = domestic which = centralization value = 1 }
	}
}
# (1575-1580) War against Danzig#
event = {
	id = 258114
	trigger = { owned = { province = 301 data = -1 } #Danzig
                    control = { province = 301 data = -1 } 
                    monarch = 0109508 }
	random = no
	country = POL
	name = "War against Danzig"
	desc = "By the end of 1576 everyone who supported Maksymilian Habsburg was pacified. However it didn't concern Danzig which still supported his candidacy. In this situation king Stefan Batory decided to capture the city by force. It wasn't easy, because of Danzig as the biggest and richest city in Poland had most modern fortifications and a large well-equipped army."

	date = { day = 1 month = october year = 1575 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Send an army"
		command = { type = stability value = -1 }
		command = { type = revolt which = 301 } #Danzig
		command = { type = revolt which = 301 }
		command = { type = revolt which = 301 }
		command = { type = revolt which = 301 }
                command = { type = province_revoltrisk which = 301 value = 10 }
	}
	action_b ={
		name = "Try negotiation."
		command = { type = domestic which = centralization value = -1 }
		command = { type = stability value = -1 }
		command = { type = provincetax which = 301 value = -15 } #Danzig
		command = { type = revolt which = -1 }
                command = { type = sleepevent which = 258115 }
                command = { type = sleepevent which = 258116 }
	}
}
# (1576-1580) Danzig defeated#
event = {
	id = 258115
	trigger = { owned = { province = 301 data = -1 } #Danzig
                    control = { province = 301 data = -1 } 
                    event = 258114 }
	random = no
	country = POL
	name = "Danzig defeated"
	desc = "Our troops defeated army of Danzig and occupied the town. Now there is nothing on the way to introduced a new order in city."

	date = { day = 1 month = october year = 1576 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Excellent"
		command = { type = stability value = 1 }
		command = { type = domestic which = centralization value = 1 }
                command = { type = province_revoltrisk which = 301 value = -10 }
		command = { type = provincetax which = 301 value = 5 } #Danzig
		command = { type = treasury value = 100 }
                command = { type = sleepevent which = 258116 }
	}
}
# (1576-1580) Danzig is to strong for us#
event = {
	id = 258116
	trigger = { owned = { province = 301 data = -1 } #Danzig
                    control = { province = 301 data = REB } 
                    event = 258114 }
	random = no
	country = POL
	name = "Danzig is to strong for us"
	desc = "Our armies were defeated. Now we have to sign a peace treaty on their conditions."

	date = { day = 1 month = october year = 1576 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Defeat!"
		command = { type = stability value = -1 }
		command = { type = domestic which = centralization value = -1 }
                command = { type = province_revoltrisk which = 301 value = -10 }
		command = { type = provincetax which = 301 value = -15 } #Danzig
                command = { type = sleepevent which = 258115 }
	}
}
# (1550-1620) Ukraine
event = {
	id = 258117
		trigger =  { owned = { province = 295 data = -1 } #Ukraine
                             owned = { province = 294 data = -1 } #Chernigov
                            }
	random = no
	country = POL
	name = "Ukraine"
	desc = "In Sixteenth and seventeenth century Ukraine was a very specific place. Polish and Lithuanian law was not respected here. Social and ethnic composition of the Cossacks from the beginning was very different. Starting from the inhabitants of Ukrainian cities, including deserters and adventurers differs from the territory of Ukraine, the Grand Duchy of Moscow, Poland , Lithuania, Moldavia, Wallachia and Crimea. Here you could meet  runaway villeins, adventurers, but also the outlaw gentry, and sometimes even magnates. All attempts to subordinate these areas to the royal power had failed. So the question is, should we try to introduce our low there, or is it better to leave them alone?"

	date = { day = 1 month = october year = 1550 }
	offset = 150
	deathdate = { day = 2 month = may year = 1620 }

	action_a ={
		name = "Leave them alone"
		command = { type = stability value = 1 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = province_revoltrisk which = 295 value = 3 } #Ukraine
                command = { type = province_revoltrisk which = 461 value = 3 } #Poltavia
		command = { type = province_revoltrisk which = 294 value = 3 } #Chernigov
                command = { type = province_revoltrisk which = 460 value = 3 } #Donetsk
                command = { type = province_revoltrisk which = 462 value = 3 } #Krementjug
	}

	action_b ={
		name = "Try to impose our law"
                command = { type = stability value = -3 }
		command = { type = domestic which = centralization value = 1 }
		command = { type = province_revoltrisk = 295 value = 4 } #Ukraine
                command = { type = province_revoltrisk = 460 value = 4 } #Donetsk
		command = { type = province_revoltrisk = 494 value = 4 } #Chernigov
                command = { type = province_revoltrisk = 461 value = 4 } #Poltavia
                command = { type = province_revoltrisk = 462 value = 4 } #Krementjug
		command = { type = revolt which = 295 } #Ukraine
		command = { type = revolt which = 461 } #Poltavia
		command = { type = revolt which = 494 } #Chernigov
		command = { type = revolt which = 460 } #Donetsk
	}
}
# (1570-1600) Cossack Registry#
event = {
	id = 258118
		trigger =  { owned = { province = 295 data = -1 } #Ukraine
                             owned = { province = 294 data = -1 } #Chernigov
                             owned = { province = 461 data = -1 } #Poltavia
                             control = { province = 295 data = -1 } 
                             control = { province = 294 data = -1 } 
                             control = { province = 461 data = -1 } }
	random = no
	country = POL
	name = "Cossack Registry"
	desc = "Cossack Registry was  a list of Cossacks, which the Rzeczpospolita (Polish-Lithuanian Commonwealth)  used as a soldiers to defend south-eastern borders against invasions of Crimean Tatars. The register was implemented by King Sigismund II Augustus after the Union of Lublin. Cossacks entered in a register had the guaranteed personal freedom and they receive wages from the state treasury. Cossacks not entered in a register demanded widening him, for this reason they rebelled against the borderland aristocracy."

	date = { day = 1 month = october year = 1570 }
	offset = 200
	deathdate = { day = 2 month = may year = 1600 }

	action_a ={
		name = "Create Registry"
		command = { type = stability value = 1 }
		command = { type = CAV which = 295 value = 5000 } #Ukraine
	}
	action_b ={
		name = "We don't need that"
		command = { type = stability value = -1 }
		command = { type = revolt which = 295 } #Ukraine
        }
}
# (1591-1599) Kosinski rebellion#
event = {
	id = 258119
		trigger =  { owned = { province = 295 data = -1 } #Ukraine
                             control = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } #Chernigov
                             owned = { province = 461 data = -1 } #Poltavia
        }
	random = no
	country = POL
	name = "Kosinski rebellion"
	desc = "Kosinski Rebellion (1591-1593) was the first Cossack rebellion against the Polish-Lithuanian Commonwealth, led by self-styled Cossack Hetman Krzysztof Kosinski. Rebellion was triggered by act of the Seym  subjecting Cossacks army to Polish Hetman."

	date = { day = 1 month = october year = 1591 }
	offset = 150
	deathdate = { day = 2 month = may year = 1599 }

	action_a ={
		name = "Nooo!!"
		command = { type = stability value = -1 }
		command = { type = revolt which = 294 } #Chernigov
		command = { type = revolt which = 295 } #Ukraine
		command = { type = revolt which = 461 } #Poltavia
		command = { type = province_revoltrisk which = 294 value = 10 }
		command = { type = province_revoltrisk which = 295 value = 10 }
		command = { type = province_revoltrisk which = 461 value = 10 }
	}
}
# (1592-1620) End of Kosinski rebellion#
event = {
	id = 258120
		trigger =  { control = { province = 295 data = -1 } #Ukraine
                             control = { province = 294 data = -1 } #Chernigov
                             control = { province = 461 data = -1 } #Poltavia
                             event = 258119 }
	random = no
	country = POL
	name = "End of Kosinski rebellion"
	desc = "The rebels were defeated by Aleksander  Wiśniowiecki and  Janusz Ostrogski armies."

	date = { day = 1 month = october year = 1592 }
	offset = 150
	deathdate = { day = 2 month = may year = 1620 }

	action_a ={
		name = "finally!"
		command = { type = stability value = 1 }
		command = { type = province_revoltrisk which = 294 value = -10 } #Chernigov
		command = { type = province_revoltrisk which = 295 value = -10 } #Ukraine
		command = { type = province_revoltrisk which = 461 value = -10 } #Poltavia
	}
}
# (1594-1610) Nalyvaiko rebellion #
event = {
	id = 258121
		trigger =  { owned = { province = 295 data = -1 } #Ukraine
                             control = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } #Chernigov
                             control = { province = 294 data = -1 } 
                             owned = { province = 293 data = -1 } #Volyn
                             control = { province = 293 data = -1 } 
        }
	random = no
	country = POL
	name = "Nalyvaiko rebellion"
	desc = "Nalyvaiko rebellion was the second Cossack uprising against Polish-Lithuanian Commonwealth. Was caused by returning from Hungary Semen Nalyvaiko (pol.  Semen Nalewajko) whose direct cause - but wish to improve the fate of the Cossacks, was revenge for the death of his father who was murdered by a nobleman Martin Kalinowski. Rebellion that erupted in the summer of 1594 was supported by a Cossacks Hetman Hryhory Loboda (pol. Grzegorz Łoboda) and covered large areas of today middle Belarus and Ukraine."
 
	date = { day = 1 month = october year = 1594 }
	offset = 50
	deathdate = { day = 2 month = may year = 1610 }

	action_a ={
		name = "Again!!"
		command = { type = stability value = -1 }
		command = { type = revolt which = 295 } #Ukraine
		command = { type = revolt which = 295 }
		command = { type = revolt which = 294 } #Chernigov
                command = { type = revolt which = 293 } #Volyn
                command = { type = revolt which = 461 } #Poltavia
                command = { type = revolt which = 462 } #Krementjug
		command = { type = province_revoltrisk which = 295 value = 8 }
		command = { type = province_revoltrisk which = 294 value = 8 }
		command = { type = province_revoltrisk which = 293 value = 8 }
	}
}
#(1596-1610) End of Nalyvaiko rebellion#
event = {
	id = 258122
		trigger =  { control = { province = 295 data = -1 } #Ukraine
                             control = { province = 294 data = -1 } #Chernigov
                             control = { province = 293 data = -1 } #Volyn
                             event = 258121 }
	random = no
	country = POL
	name = "End of Nalyvaiko rebellion"
	desc = "After nearly two years of fighting Cossack troops were besieged near Łubniów by Polish forces under the command of Hetman Stanisław Żółkiewski and against his will, murdered by Poles . Leader of the rebellion Nalyvaiko was tortured, then killed and his body were dismembered."

	date = { day = 1 month = october year = 1596 }
	offset = 150
	deathdate = { day = 2 month = may year = 1610 }

	action_a ={
		name = "Finally!"
		command = { type = province_revoltrisk which = 294 value = -8 } #Chernigov
		command = { type = province_revoltrisk which = 295 value = -8 } #Ukraine
		command = { type = province_revoltrisk which = 293 value = -8 } #Volyn
	}
}
# (1630-1640) Fedorowicz rebellion #
event = {
	id = 258123
		trigger =  { owned = { province = 295 data = -1 } #Ukraine
                             control = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } #Chernigov
                             control = { province = 294 data = -1 } 
        }
	random = no
	country = POL
	name = "Fedorowicz rebellion"
	desc = "Rebellion led by Taras Fedorowicz was caused by  reduce the number of registered Cossacks to 6000 This has led to conflict between the privileged registered  and not registered Cossacks. Another reason the insurgency was a religious conflict between the followers of the Uniate church formally subordinate to the pope, and the followers of the Orthodox Church independent of the papacy, Cossacks. Conflict was fed by Orthodox priests."

	date = { day = 1 month = october year = 1630 }
	offset = 50
	deathdate = { day = 2 month = may year = 1640 }

	action_a ={
		name = "No!!"
		command = { type = stability value = -1 }
		command = { type = revolt which = 295 } #Ukraine
		command = { type = revolt which = 295 }
		command = { type = revolt which = 294 } #Chernigov
                command = { type = revolt which = 461 } #Poltavia
                command = { type = revolt which = 462 } #Krementjug
		command = { type = province_revoltrisk which = 295 value = 8 }
		command = { type = province_revoltrisk which = 294 value = 8 }
		command = { type = province_revoltrisk which = 462 value = 8 }
	}
}
# (1631-1640) End of Fedorowicz rebellion#
event = {
	id = 258124
		trigger =  { control = { province = 295 data = -1 } #Ukraine
                             control = { province = 294 data = -1 } #Chernigov
                             event = 258123 }
	random = no
	country = POL
	name = "End of Fedorowicz rebellion"
	desc = "Rebellion ended in a settlement (Treaty of Pereyaslav), in which the Cossacks pledged to end the expedition on Turkish lands. Cossacks leader  Taras Fedorowiczowi had guaranteed  freedom, but was removed from command the army. Quantity of Registered Cossacks expanded to 8000 man."
	date = { day = 1 month = october year = 1631 }
	offset = 150
	deathdate = { day = 2 month = may year = 1640 }

	action_a ={
		name = "Finally!"
		command = { type = province_revoltrisk which = 294 value = -8 } #Chernigov
		command = { type = province_revoltrisk which = 295 value = -8 } #Ukraine
		command = { type = province_revoltrisk which = 462 value = -8 } #Krementjug
	}
}
# (1635-1645) Sulima rebellion #
event = {
	id = 258125
		trigger =  { owned = { province = 295 data = -1 } #Ukraine
                             control = { province = 295 data = -1 } 
                             owned = { province = 462 data = -1 } #Krementjug
                             control = { province = 462 data = -1 } 
        }
	random = no
	country = POL
	name = "Sulima rebellion"
	desc = "In 1635, the Seym issued a regulation restricting the freedom of the Cossacks, reducing the number of Zaporizhia army and the construction of the Kudak Fortress, which could exercise oversight over the entire Zaporozhye. On the night of 3 / 4 august 1635 Ivan Sulima who was returning from the plunder expedition on the Black Sea attacked and captured the newly-formed Polish fortress Kudak.  The Cossacks had murdered entire crew including the commander Jan Marion. Poland sent there a punitive expedition under the command of Hetman Stanislaw Koniecpolski, composed of Poles and Registered Cossacks"

	date = { day = 1 month = october year = 1635 }
	offset = 50
	deathdate = { day = 2 month = may year = 1645 }

	action_a ={
		name = "Again!!"
                command = { type = fortress which = 462 value = -1 } #Krementjug
		command = { type = revolt which = 295 } #Ukraine
		command = { type = revolt which = 295 }
                command = { type = revolt which = 461 } #Poltavia
                command = { type = revolt which = 462 } #Krementjug
		command = { type = province_revoltrisk which = 295 value = 5 }
		command = { type = province_revoltrisk which = 461 value = 5 }
		command = { type = province_revoltrisk which = 462 value = 5 }
	}
}
# ( 1636-1645) End of Sulima rebellion#
event = {
	id = 258126
		trigger =  { control = { province = 295 data = -1 } #Ukraine
                             control = { province = 462 data = -1 } #Krementjug
                             event = 258125 }
	random = no
	country = POL
	name = "End of Sulima rebellion"
	desc = "As a result of Polish military intervention Sulima and his five closest assistants was issued by the Cossack elders and taken to Warsaw. He was executed on 12 december ."

 	date = { day = 1 month = october year = 1636 }
	offset = 150
	deathdate = { day = 2 month = may year = 1645 }

	action_a ={
		name = "Defeat rebellion and rebuild Kudak Fortress "
		command = { type = province_revoltrisk which = 461 value = -5 } #Poltavia
		command = { type = province_revoltrisk which = 295 value = -5 } #Ukraine
		command = { type = province_revoltrisk which = 462 value = -5 } #Krementjug
                command = { type = treasury value = -300 }
                command = { type = fortress which = 462 value = 1 }
	}
        action_b ={
		name = "Defeat rebellion only."
		command = { type = province_revoltrisk which = 461 value = -5 }
		command = { type = province_revoltrisk which = 295 value = -5 }
		command = { type = province_revoltrisk which = 462 value = -5 }
	}
}
 
Last edited:
Ok. New version of events
- without style commands
-whit AGCEEP id’s.
-added some new events about Cossacks uprisings
Code:
#(1430-1450) Wallachian colonization
event = {
	id = 258095
	trigger = { atwar = no 
                            owned = { province = 297 data = POL } 
                            owned = { province = 298 data = POL } 
                            control = { province = 297 data = POL }
                            control = { province = 298 data = POL }
                            owned = { province = 363 data = TUR } 
                            owned = { province = 356 data = TUR }  }
	random = no
	country = POL
	name = "Wallachian colonization"
	desc = "Vlachs were one of the Balkan nations, they were mainly shepherds and farmers. As the expansion of Ottoman Empire, they began their journey to the north, mainly to Hungary, Bohemia, Moldavia and sometims to Poland. Their assimilation with local population has given many ethnic groups including Lemkos, Buoys or Huculs" 

	date = { day = 1 month = october year = 1430 }
	offset = 600
	deathdate = { day = 2 month = may year = 1450 }

	action_a ={
		name = "New settlers"
		command = { type = population which = 298 value = 500 } 
		command = { type = provincetax which = 298 value = 1 }
                command = { type = population which = 297 value = 500 } 
	}
}
#(1444-1446) Death of Wladyslaw III
event = {
	id = 258096
	trigger = { monarch = 0109536 }
	random = no
	country = POL
	name = "Death of Wladyslaw III"
	desc = "After death of Wladyslaw III in the Battle of Varna, in Poland could be heard many rumors, one of them said that the king managed to escape from the battlefield and now he lives somewhere in Hungary. Because of that interregnum was announced a year after the battle. The new king become Grand Duke of Lithuania Casimir IV. However he set some conditions- not accept the Polish crown, until, Polish magnates guarantee the complete independence of Grand Duchy from Poland."

	date = { day = 1 month = october year = 1444 }
	offset = 1
	deathdate = { day = 2 month = may year = 1446 }

	action_a ={
		name = "Interregnum"
                command = { type = stability value = -1 }
                command = { type = revolt which = -1 }
	}
}
# (1445-1449) Coronation of Casimir IV
event = {
	id = 258097
	trigger = { monarch = 0109502
                    event = 258096  }
	random = no
	country = POL
	name = "Coronation of Casimir IV"
	desc = "Very long interregnum forced Polish nobles to take radical decision. They put the Casimir ultimatum, if he does’t agree to become a king of Poland, they choose Bolesław IV-Duke of Mazovia. Casimir finalny  took the crown, but the Polish nobility had to swear, the inviolability of the territory of Lithuania. Since that time until the Union of Lublin between Polish Kingdom and  Grand Duchy of Lithuania,  was only a personal union."

	date = { day = 1 month = october year = 1445 }
	offset = 1
	deathdate = { day = 2 month = may year = 1449 }

	action_a ={
		name = "Coronation of Casimir IV"
                command = { type = stability value = 1 }
                command = { type = relation which = LIT value = 50 } 
                
	}
}
#(1475-1479) Priest's War
event = {
	id = 258098
	trigger = { owned = { province = 301 data = POL }
                    control = { province = 301 data = POL }  }
	random = no
	country = POL
	name = "Priest's War"
	desc = "Bishopric of Warmia was very important for political reason. Polish king chose to this position Chelmian Bishop Wincenty Kiełbasa , however, Pope Paul II chose Bishop von Tüngen. In 1472 Nicolaus von Tüngen, supported by Hungarian King Matthias Corvinus and the Teutonic Order, took Warmia. In 1478 King Casimir IV, started armed intervention. Polish army took Warmia and began peace negotiations in Piotrków. The agreement of July 15, 1479 restored the control of the king of Poland on Warmia."

	date = { day = 1 month = october year = 1475 }
	offset = 150
	deathdate = { day = 2 month = may year = 1479 }

	action_a ={
		name = "Send army"
		command = { type = revolt which = 301 } 
		command = { type = relation which = HUN value = -30 } 
		command = { type = relation which = PAP value = -30 }
	}
	action_b ={
		name = "Accept  Nicolaus von Tüngen"
                command = { type = stability value = -1 }
		command = { type = domestic which = centralization value = -1 }
                command = { type = relation which = PAP value = 50 }
	}
}
# (1492-1497) Mucha's Revolt
event = {

	id = 258099
	trigger = {
			 owned = { province = 297 data = POL }
			 owned = { province = 298 data = POL }

	}

	random = no
	country = POL 	
        name = "Mucha's Revolt"
	desc = "In 1492 on Podkarpacie and Galicia broke out a  peasant rebellion under the leadership of Mucha. The rebellion was directed against local gentry. This was first so big rebellion during the rule of the Jagiellonian dynasty."

        date = { day = 1 month = january year = 1492 }
	offset = 30
	deathdate = { day = 1 month = january year = 1497 }
	action_a ={		
		name = "rebellion!!"
		command = { type = stability value = -1 } 
		command = { type = revolt which = 297 }
		command = { type = revolt which = 297 }
                command = { type = revolt which = 298 }
		command = { type = revolt which = 298 }
                command = { type = province_revoltrisk which = 297 value = 8 }
		command = { type = province_revoltrisk which = 298 value = 8 }
	}
}

# (1493-1500) End of Mucha's revolt #
event = {

	id = 258100
	trigger = {
			event = 258099
                         control = { province = 297 data = POL }
			 control = { province = 298 data = POL }

	}

	random = no
	country = POL 	
        name = "End of Mucha's revolt"
	desc = "Peasant rebellion was defeated and its leader- Mucha was captured and brought to Krakow, where he died in prison."
        
        date = { day = 1 month = january year = 1493 }
	offset = 30
	deathdate = { day = 1 month = january year = 1500 }


	action_a ={		
		name = "rebellion defeated!"
		command = { type = stability value = 1 } 
                command = { type = province_revoltrisk which = 297 value = -8 }
		command = { type = province_revoltrisk which = 298 value = -8 }
	}
}
# (1495-1500) Barbican
event = {
	id = 258101
	trigger = {}
	random = no
	country = POL
	name = "Barbican"
	desc = "The barbican was built in 1498 - 1499 during the reign of Jan Olbracht in fear of the Moldavian-Turkish invasion threatening Cracow after defeat in Cosmin Forest battle. According to the assessment of specialists in the period from the fifteenth to the eighteenth century, the fortress was impregnable."

	date = { day = 1 month = october year = 1495 }
	offset = 50
	deathdate = { day = 2 month = may year = 1500 }

	action_a ={
		name = "Build Barbican"
		command = { type = fortress which = 299 value = 1 }
		command = { type = cash value = -250 }
	}
	action_b ={
		name = "We dont need more fortresses"
		command = { }
	}
}


# (1525-1550) Tumult of Danzig#
event = {
	id = 258102
	trigger = { control = { province = 301 data = POL } 
                    owned = { province = 301 data = POL }
                    NOT = { provincereligion = { province = 301 data = catholic } }
        }
	random = no
	country = POL
	name = "Tumult of Danzig" 
	desc = "In January 1525 the citizens of Danzig has occurred against the mayor, accusing him of misuse of municipal funds. Mayor Ferber resigned, but the Municipality did not want to present municipal bills. Then the Lutheran burghers demanded to remove posts, Masses and church singing. Few days later angry crowd toppled the Municipality and introduced a democratic constitution in the city. Closed all Catholic monasteries, profaned the holy paintings and the sacraments. April 17, 1526 took place armed intervention of King Sigismund the Old, who together  with Prince George I of Pomerania and 8 000 army defeated the rebellion. Old system of Danzig was restored, and 14 leaders of the revolt were beheaded."

	date = { day = 1 month = january year = 1525 }
	offset = 50
	deathdate = { day = 2 month = may year = 1550 }

	action_a ={
		name = "Tumult"
		command = { type = religiousrevolt which = 301 }
                command = { type = religiousrevolt which = 301 }
		command = { type = stability value = -1 }
	}
}
# (1529-1532) Vivente Rege election#
event = {
	id = 258103
	trigger = { monarch = 0109506 }
	random = no
	country = POL
	name = "Vivente Rege election"
	desc = " On February 20, 1530 Archbishop of Gniezno and Primate of Poland crowned the Sigismund Augustus of the Polish king, although his father, Sigismund the Old, was still alive. This fact caused dissatisfaction among the gentry, who was opposed the coronation, seeing in it an aspiration to increase royal power."

	date = { day = 1 month = october year = 1529 }
	offset = 1
	deathdate = { day = 2 month = may year = 1532 }

	action_a ={
		name = "Coronation of Sigismund Augustus"
		command = { type = domestic which = centralization value = 1 }
		command = { type = revolt which = -1 }
		command = { type = stability value = -1 }
	}
}
# (1535-1560) Execution Movement-Execution of Laws#
event = {
	id = 258104
	trigger = { atwar = no }
	random = no
	country = POL
	name = "Execution Movement" #Execution of Laws#
	desc = "Execution Movement was a political movement of middle nobility in the XVI century Poland, its purpose was reforms in the judiciary, finances and army. These reforms aim to strengthen the state  and limitations magnates and clergy influence. First purpose of the movement was Execution of Laws consisting of ordering and the modernization of law, principles of the elective nature of the monarchy,  treasury reform, religious tolerance, and Polish independence from Rome. This phase ended with a compromise between the nobility and the king on Seyms in Piotrków (1538) and Krakow (1538-39)"

	date = { day = 1 month = october year = 1535 }
	offset = 150
	deathdate = { day = 2 month = may year = 1560 }

	action_a ={
		name = "Try to compromise" #historically
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = aristocracy value = -1 }
		command = { type = domestic which = centralization value = 1 }
                command = { type = stability value = -1 }
	}
	action_b ={
		name = "Accept all requests"
		command = { type = domestic which = innovative value = 2 }
		command = { type = domestic which = aristocracy value = -2 }
		command = { type = domestic which = centralization value = 3 }
                command = { type = stability value = -3 }
                command = { type = revoltrisk which = 24 value = 4 }
		command = { type = relation which = PAP value = -50 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 } 
	}
	action_c ={
		name = "Stand on magnates and the clergy side"
		command = { type = domestic which = aristocracy value = 2 }
		command = { type = domestic which = innovative value = -1 }
                command = { type = stability value = -2 }
		command = { type = relation which = PAP value = 50 }
                command = { type = revoltrisk which = 24 value = 2 }
                command = { type = revolt which = -1 }

	}
}
# (1560-1600) Execution Movement-Execution of Goods#
event = {
	id = 258105
	trigger = { atwar = no
                    event = 258104 }
	random = no
	country = POL
	name = "Execution Movement" #Execution of Goods#
	desc = "Execution Movement was a political movement of middle nobility in the XVI century Poland, its purpose was reforms in the judiciary, finances and army. These reforms aim to strengthen the State  and limitations magnates and clergy influence. The second purpose of the movement (after Execution of Laws) was an Execution of Goods. In the past aristocracy and clergy occupied, crammed and leased royal lands and noone could stop them. Now they have to give these lands back to the king."

	date = { day = 1 month = october year = 1560 }
	offset = 150
	deathdate = { day = 2 month = may year = 1600 }

	action_a ={
		name = "Take only some lands" #historically
		command = { type = domestic which = centralization value = 1 }
		command = { type = domestic which =  aristocracy value = -1 }
		command = { type = treasury value = 200 } 
                command = { type = provincetax which = -1 value = 1 }
	}
	action_b ={
		name = "Take everything what is possible!!"
		command = { type = domestic which = centralization value = 2 }
		command = { type = domestic which = aristocracy value = -2 }
		command = { type = treasury value = 500 } 
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = provincetax which = -1 value = 1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = stability value = -3 }
                command = { type = revoltrisk which = 48 value = 12 }
	}
	action_c ={
		name = "Don't take any land"
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which =  aristocracy value = 2 }
                command = { type = stability value = -1 }
                command = { type = revoltrisk which = 24 value = 5 }
	}
}
# (1570-1580) Danzig Constitutions#
event = {
	id = 258106
	trigger = { owned = { province = 301 data = -1 } 
                    control = { province = 301 data = -1 } }
	random = no
	country = POL
	name = "Danzig Constitutions" #or Karnkowski's Statutes#
	desc = "Danzig constitutions were promulgated on March 1570 by Cujavian Bishop Stanislaw Karnkowski. This act said about supremacy of the king and the Polish law in Gdansk (the largest and richest Polish city) and at sea. Limited autonomy of the municipal council of Danzig by  reserved for the king the right to open and close the port and shipping regulation. The Constitution was not introduced as a result of the abandonment of Maritime Policy after death of Sigismund II Augustus"

	date = { day = 1 month = october year = 1570 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "We don't need that!!"
		command = { type = stability value = 1 }
		command = { type = domestic which = land value = 1 }
	}
	action_b ={
		name = "Announce Danzig Constitutions"
		command = { type = domestic which = land value = -2 }
		command = { type = revolt which = 301 }
                command = { type = provincetax which = 301 value = 3 } 
	}
}
# (1550-1580) Jan Kochanowski -Flavor#
event = {
	id = 258107
	trigger = {}
	random = no
	country = POL
	name = "Jan Kochanowski"
	desc = "Jan Kochanowski  was a Polish Renaissance poet who established poetic patterns that would become integral to Polish literary language. He is commonly regarded as the greatest Polish poet as well as the greatest Slavic poet prior to the 19th century."

	date = { day = 1 month = october year = 1550 }
	offset = 300
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "OK"
		command = { type = stability value = 1 }
	}
}
# (1571-1574) Death of Sigismund Augustus#
event = {
	id = 258108
	trigger = { monarch = 0109525 }
	random = no
	country = POL
	name = "Death of Sigismund Augustus"
	desc = "Sigismund Augustus died on July 7, 1572 in Knyszyn. He was the last representative of the Jagiellonian dynasty. About  his successors decided nobility gathered in a free election."

	date = { day = 1 month = october year = 1571 }
	offset = 1
	deathdate = { day = 2 month = may year = 1574 }

	action_a ={
		name = "interregnum"
		command = { type = stability value = -1 }
	}
}
# (1572-1575) King Henryk Walezy
event = {
	id = 258109
	trigger = { monarch = 0109507 }
	random = no
	country = POL
	name = "King Henryk Walezy" #King Henry de Valois#
	desc = "Election of new king took place in April and May 1573. Most serious candidates for the crown were the son of Emperor Maximilian II- Archduke Ernst of Austria, Tsar Ivan IV, John III Vasa -Swedish king, and Henry de Valois-brother of the king of France. The winner was a French candidate. A few days after the election special delegation went to Paris to officially tell Henry about the election and as soon as possible bring him to Poland."

	date = { day = 1 month = october year = 1572 }
	offset = 1
	deathdate = { day = 2 month = may year = 1575 }

	action_a ={
		name = "Vivat!"
		command = { type = stability value = 1 }
		command = { type = relation which = FRA value = 80 } 
		command = { type = relation which = MOS value = -10 }
		command = { type = relation which = SWE value = -10 } 
		command = { type = relation which = HAB value = -10 }
	}
}
# (1573-1575) Escape of Henryk Walezy#
event = {
	id = 258110
	trigger = { monarch = 0109526 }
	random = no
	country = POL
	name = "Escape of Henryk Walezy" # Escape of Henry de Valois#
	desc = "In June 1574 r., Walezy received a message about  deaths of his brother, King Charles IX. A few days later, on June 19, 1574 at night, in disguise, he  left Krakow and went in haste towards the border. The king was accompanied by his servant John du Halde, courtier Gilles de Souvré, doctor Mark Miron and captain of the guard Nicholas de Larchant. Just across the border chase sent from Krakow stopped Henry.King  rejected requests to return to Krakow. He promised that he would return in a few months. In fact, he never returned."

	date = { day = 1 month = october year = 1573 }
	offset = 1
	deathdate = { day = 2 month = may year = 1575 }

	action_a ={
		name = "Traitor!!"
		command = { type = stability value = -2 }
		command = { type = relation which = FRA value = -100 } 
	}
}
# (1586-1588) Jewish king#
event = {
	id = 258111
	trigger = { monarch = 0109527 }
	random = no
	country = POL
	name = "Jewish king"
	desc = "During the interregnum after the death of Stefan Batory in 1586 undecided nobility (szlachta) couldn’t  choose his successor, and  after the double election of Maximilian of Austria and Sigismund III Vasa the situation was even more complicated. Finally szlachta decise to choose  a temporary king(rex pro tempore) and offered this position to Radziwiłł. He refused, but put up candidacy of Saul Wahl (properly Saul Katzenellenbogen) personal banker in Radziwills family. In 1587, among the general enthusiasm, Wahn was  proclaimed king. According to the legend he ruled only one night, then he gave a lot of new rights and privileges to improve the situation of the Jews in Poland."

	date = { day = 1 month = october year = 1586 }
	offset = 1
	deathdate = { day = 2 month = may year = 1588 }

	action_a ={
		name = "We don't want the Jewish king "
		command = { type = stability value = -1 }
                command = { type = revoltrisk which = 6 value = 5 }
	}
}
# (1575- 1578) Election of Stefan Batory#
event = {
	id = 258112
	trigger = { monarch = 0109508 }
	random = no
	country = POL
	name = "Election of Stefan Batory"
	desc = "Interregnum, after the escape of King Henry of Valois, lasted one and a half years. On December 12, 1575 the Senate chose to the king Emperor Maximilian II von Habsburg. Maximilian, however, was never crowned. He did't get support from nobility leaded  by Jan Zamoyski, they demanded the king from Poland and they chose daughter of Sigismund I, Anna Jagiellon (1523-1596). On the initiative of Castellan  Stanislaw Szafraniec to her husband elected Prince Stephen Bathory of Transylvania. December 14 Batory was announced a Polish king.  However the double election threatened civil war."

	date = { day = 1 month = october year = 1575 }
	offset = 1
	deathdate = { day = 2 month = may year = 1578 }

	action_a ={
		name = "Bathory is the rightful king!"
		command = { type = stability value = -1 }
                command = { type = revoltrisk which = 12 value = 3 }
                command = { type = revolt which = 299 }
		command = { type = relation which = HAB value = -50 } 
		command = { type = relation which = TUR value = -50 } 
                command = { type = relation which = SIE value = 50 } 
	}
}
# (1578-1585) Crown Tribunal#
event = {
	id = 258113
	trigger = { atwar = no }
	random = no
	country = POL
	name = "Crown Tribunal"
	desc = "Crown Tribunal  was the highest appeal court in the Crown of the Polish Kingdom for most cases, exceptions being the cases were a noble landowner was threatened with loss of life and/or property - then he could appeal to the Sejm court. In 1578 king Stefan Batory created the Crown Tribunal in order to reduce the enormous pressure on the Royal Court. This placed much of the monarchs juridical power in the hands of the elected nobility deputies, further strengthening the nobility class. In 1581 the Crown Tribunal was joined by a counterpart in Lithuania, the Lithuanian Tribunal."

	date = { day = 1 month = october year = 1578 }
	offset = 50
	deathdate = { day = 2 month = may year = 1585 }

	action_a ={
		name = "Create the Crown Tribunal"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocracy value = 2 }
		command = { type = domestic which = centralization value = -1 }
	}
	action_b ={
		name = "Only king has right to judge!"
		command = { type = stability value = -2 }
                command = { type = domestic which = aristocracy value = -1 }
		command = { type = domestic which = centralization value = 1 }
	}
}
# (1575-1580) War against Danzig#
event = {
	id = 258114
	trigger = { owned = { province = 301 data = -1 } 
                    control = { province = 301 data = -1 } 
                    monarch = 0109508 }
	random = no
	country = POL
	name = "War against Danzig"
	desc = "By the end of 1576 everyone who supported Maksymilian Habsburg was pacified. However it didn't concern Danzig which still supported his candidacy. In this situation king Stefan Batory decided to capture the city by force. It wasn't easy, because of Danzig as the biggest and richest city in Poland had most modern fortifications and a large well-equipped army."

	date = { day = 1 month = october year = 1575 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Send an army"
		command = { type = stability value = -1 }
		command = { type = revolt which = 301 }
		command = { type = revolt which = 301 }
		command = { type = revolt which = 301 }
		command = { type = revolt which = 301 }
                command = { type = province_revoltrisk which = 301 value = 10 }
	}
	action_b ={
		name = "Try negotiation."
		command = { type = domestic which = centralization value = -1 }
		command = { type = stability value = -1 }
		command = { type = provincetax which = 301 value = -15 }
		command = { type = revolt which = -1 }
                command = { type = sleepevent which = 258115 }
                command = { type = sleepevent which = 258116 }
	}
}
# (1576-1580) Danzig defeated#
event = {
	id = 258115
	trigger = { owned = { province = 301 data = -1 } 
                    control = { province = 301 data = -1 } 
                    event = 258114 }
	random = no
	country = POL
	name = "Danzig defeated"
	desc = "Our troops defeated army of Danzig and occupied the town. Now there is nothing on the way to introduced a new order in city."

	date = { day = 1 month = october year = 1576 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Excellent"
		command = { type = stability value = 1 }
		command = { type = domestic which = centralization value = 1 }
                command = { type = province_revoltrisk which = 301 value = -10 }
		command = { type = provincetax which = 301 value = 5 }
		command = { type = treasury value = 100 }
                command = { type = sleepevent which = 258116 }
	}
}
# (1576-1580) Danzig is to strong for us#
event = {
	id = 258116
	trigger = { owned = { province = 301 data = -1 } 
                    control = { province = 301 data = REB } 
                    event = 258114 }
	random = no
	country = POL
	name = "Danzig is to strong for us"
	desc = "Our armies were defeated. Now we have to sign a peace treaty on their conditions."

	date = { day = 1 month = october year = 1576 }
	offset = 150
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Defeat!"
		command = { type = stability value = -1 }
		command = { type = domestic which = centralization value = -1 }
                command = { type = province_revoltrisk which = 301 value = -10 }
		command = { type = provincetax which = 301 value = -15 }
                command = { type = sleepevent which = 258115 }
	}
}
# (1550-1620) Ukraine
event = {
	id = 258117
		trigger =  { owned = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } 
                            }
	random = no
	country = POL
	name = "Ukraine"
	desc = "In Sixteenth and seventeenth century Ukraine was a very specific place. Polish and Lithuanian law was not respected here. Social and ethnic composition of the Cossacks from the beginning was very different. Starting from the inhabitants of Ukrainian cities, including deserters and adventurers differs from the territory of Ukraine, the Grand Duchy of Moscow, Poland , Lithuania, Moldavia, Wallachia and Crimea. Here you could meet  runaway villeins, adventurers, but also the outlaw gentry, and sometimes even magnates. All attempts to subordinate these areas to the royal power had failed. So the question is, should we try to introduce our low there, or is it better to leave them alone?"

	date = { day = 1 month = october year = 1550 }
	offset = 150
	deathdate = { day = 2 month = may year = 1620 }

	action_a ={
		name = "Leave them alone"
		command = { type = stability value = 1 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = province_revoltrisk which = 295 value = 3 }
                command = { type = province_revoltrisk which = 461 value = 3 }
		command = { type = province_revoltrisk which = 494 value = 3 }
                command = { type = province_revoltrisk which = 460 value = 3 }
                command = { type = province_revoltrisk which = 462 value = 3 }
	}

	action_b ={
		name = "Try to impose our law"
                command = { type = stability value = -3 }
		command = { type = domestic which = centralization value = 1 }
		command = { type = province_revoltrisk = 295 value = 4 }
                command = { type = province_revoltrisk = 460 value = 4 }
		command = { type = province_revoltrisk = 494 value = 4 }
                command = { type = province_revoltrisk = 461 value = 4 }
                command = { type = province_revoltrisk = 462 value = 4 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 461 }
		command = { type = revolt which = 494 }
		command = { type = revolt which = 460 }
	}
}
# (1570-1600) Cossack Registry#
event = {
	id = 258118
		trigger =  { owned = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } 
                             owned = { province = 461 data = -1 } 
                             control = { province = 295 data = -1 } 
                             control = { province = 294 data = -1 } 
                             control = { province = 461 data = -1 } }
	random = no
	country = POL
	name = "Cossack Registry"
	desc = "Cossack Registry was  a list of Cossacks, which the Rzeczpospolita (Polish-Lithuanian Commonwealth)  used as a soldiers to defend south-eastern borders against invasions of Crimean Tatars. The register was implemented by King Sigismund II Augustus after the Union of Lublin. Cossacks entered in a register had the guaranteed personal freedom and they receive wages from the state treasury. Cossacks not entered in a register demanded widening him, for this reason they rebelled against the borderland aristocracy."

	date = { day = 1 month = october year = 1570 }
	offset = 200
	deathdate = { day = 2 month = may year = 1600 }

	action_a ={
		name = "Create Registry"
		command = { type = stability value = 1 }
		command = { type = CAV which = 295 value = 5000 }
	}
	action_b ={
		name = "We don't need that"
		command = { type = stability value = -1 }
		command = { type = revolt which = 295 }
        }
}
# (1591-1599) Kosinski rebellion#
event = {
	id = 258119
		trigger =  { owned = { province = 295 data = -1 } 
                             control = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } 
                             owned = { province = 461 data = -1 } }
	random = no
	country = POL
	name = "Kosinski rebellion"
	desc = "Kosinski Rebellion (1591-1593) was the first Cossack rebellion against the Polish-Lithuanian Commonwealth, led by self-styled Cossack Hetman Krzysztof Kosinski. Rebellion was triggered by act of the Seym  subjecting Cossacks army to Polish Hetman."

	date = { day = 1 month = october year = 1591 }
	offset = 150
	deathdate = { day = 2 month = may year = 1599 }

	action_a ={
		name = "Nooo!!"
		command = { type = stability value = -1 }
		command = { type = revolt which = 294 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 461 }
		command = { type = province_revoltrisk which = 294 value = 10 }
		command = { type = province_revoltrisk which = 295 value = 10 }
		command = { type = province_revoltrisk which = 461 value = 10 }
	}
}
# (1592-1620) End of Kosinski rebellion#
event = {
	id = 258120
		trigger =  { control = { province = 295 data = -1 } 
                             control = { province = 294 data = -1 } 
                             control = { province = 461 data = -1 } 
                             event = 258119 }
	random = no
	country = POL
	name = "End of Kosinski rebellion"
	desc = "The rebels were defeated by Aleksander  Wiśniowiecki and  Janusz Ostrogski armies."

	date = { day = 1 month = october year = 1592 }
	offset = 150
	deathdate = { day = 2 month = may year = 1620 }

	action_a ={
		name = "finally!"
		command = { type = stability value = 1 }
		command = { type = province_revoltrisk which = 294 value = -10 }
		command = { type = province_revoltrisk which = 295 value = -10 }
		command = { type = province_revoltrisk which = 461 value = -10 }
	}
}
# (1594-1610) Nalyvaiko rebellion #
event = {
	id = 258121
		trigger =  { owned = { province = 295 data = -1 } 
                             control = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } 
                             control = { province = 294 data = -1 } 
                             owned = { province = 293 data = -1 }
                             control = { province = 293 data = -1 } 
        }
	random = no
	country = POL
	name = "Nalyvaiko rebellion"
	desc = "Nalyvaiko rebellion was the second Cossack uprising against Polish-Lithuanian Commonwealth. Was caused by returning from Hungary Semen Nalyvaiko (pol.  Semen Nalewajko) whose direct cause - but wish to improve the fate of the Cossacks, was revenge for the death of his father who was murdered by a nobleman Martin Kalinowski. Rebellion that erupted in the summer of 1594 was supported by a Cossacks Hetman Hryhory Loboda (pol. Grzegorz Łoboda) and covered large areas of today middle Belarus and Ukraine."
 
	date = { day = 1 month = october year = 1594 }
	offset = 50
	deathdate = { day = 2 month = may year = 1610 }

	action_a ={
		name = "Again!!"
		command = { type = stability value = -1 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 294 }
                command = { type = revolt which = 293 }
                command = { type = revolt which = 461 }
                command = { type = revolt which = 462 }
		command = { type = province_revoltrisk which = 295 value = 8 }
		command = { type = province_revoltrisk which = 294 value = 8 }
		command = { type = province_revoltrisk which = 293 value = 8 }
	}
}
#(1596-1610) End of Nalyvaiko rebellion#
event = {
	id = 258122
		trigger =  { control = { province = 295 data = -1 } 
                             control = { province = 294 data = -1 } 
                             control = { province = 293 data = -1 } 
                             event = 258121 }
	random = no
	country = POL
	name = "End of Nalyvaiko rebellion"
	desc = "After nearly two years of fighting Cossack troops were besieged near Łubniów by Polish forces under the command of Hetman Stanisław Żółkiewski and against his will, murdered by Poles . Leader of the rebellion Nalyvaiko was tortured, then killed and his body were dismembered."

	date = { day = 1 month = october year = 1596 }
	offset = 150
	deathdate = { day = 2 month = may year = 1610 }

	action_a ={
		name = "Finally!"
		command = { type = province_revoltrisk which = 294 value = -8 }
		command = { type = province_revoltrisk which = 295 value = -8 }
		command = { type = province_revoltrisk which = 293 value = -8 }
	}
}
# (1630-1640) Fedorowicz rebellion #
event = {
	id = 258123
		trigger =  { owned = { province = 295 data = -1 } 
                             control = { province = 295 data = -1 } 
                             owned = { province = 294 data = -1 } 
                             control = { province = 294 data = -1 } 
        }
	random = no
	country = POL
	name = "Fedorowicz rebellion"
	desc = "Rebellion led by Taras Fedorowicz was caused by  reduce the number of registered Cossacks to 6000 This has led to conflict between the privileged registered  and not registered Cossacks. Another reason the insurgency was a religious conflict between the followers of the Uniate church formally subordinate to the pope, and the followers of the Orthodox Church independent of the papacy, Cossacks. Conflict was fed by Orthodox priests."

	date = { day = 1 month = october year = 1630 }
	offset = 50
	deathdate = { day = 2 month = may year = 1640 }

	action_a ={
		name = "No!!"
		command = { type = stability value = -1 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 294 }
                command = { type = revolt which = 461 }
                command = { type = revolt which = 462 }
		command = { type = province_revoltrisk which = 295 value = 8 }
		command = { type = province_revoltrisk which = 294 value = 8 }
		command = { type = province_revoltrisk which = 462 value = 8 }
	}
}
# (1631-1640) End of Fedorowicz rebellion#
event = {
	id = 258124
		trigger =  { control = { province = 295 data = -1 } 
                             control = { province = 294 data = -1 } 
                             event = 258123 }
	random = no
	country = POL
	name = "End of Fedorowicz rebellion"
	desc = "Rebellion ended in a settlement (Treaty of Pereyaslav), in which the Cossacks pledged to end the expedition on Turkish lands. Cossacks leader  Taras Fedorowiczowi had guaranteed  freedom, but was removed from command the army. Quantity of Registered Cossacks expanded to 8000 man."
	date = { day = 1 month = october year = 1631 }
	offset = 150
	deathdate = { day = 2 month = may year = 1640 }

	action_a ={
		name = "Finally!"
		command = { type = province_revoltrisk which = 294 value = -8 }
		command = { type = province_revoltrisk which = 295 value = -8 }
		command = { type = province_revoltrisk which = 462 value = -8 }
	}
}
# (1635-1645) Sulima rebellion #
event = {
	id = 258125
		trigger =  { owned = { province = 295 data = -1 } 
                             control = { province = 295 data = -1 } 
                             owned = { province = 462 data = -1 } 
                             control = { province = 462 data = -1 } 
        }
	random = no
	country = POL
	name = "Sulima rebellion"
	desc = "In 1635, the Seym issued a regulation restricting the freedom of the Cossacks, reducing the number of Zaporizhia army and the construction of the Kudak Fortress, which could exercise oversight over the entire Zaporozhye. On the night of 3 / 4 august 1635 Ivan Sulima who was returning from the plunder expedition on the Black Sea attacked and captured the newly-formed Polish fortress Kudak.  The Cossacks had murdered entire crew including the commander Jan Marion. Poland sent there a punitive expedition under the command of Hetman Stanislaw Koniecpolski, composed of Poles and Registered Cossacks"

	date = { day = 1 month = october year = 1635 }
	offset = 50
	deathdate = { day = 2 month = may year = 1645 }

	action_a ={
		name = "Again!!"
                command = { type = fortress which = 462 value = -1 }
		command = { type = revolt which = 295 }
		command = { type = revolt which = 295 }
                command = { type = revolt which = 461 }
                command = { type = revolt which = 462 }
		command = { type = province_revoltrisk which = 295 value = 5 }
		command = { type = province_revoltrisk which = 294 value = 5 }
		command = { type = province_revoltrisk which = 462 value = 5 }
	}
}
# ( 1636-1645) End of Sulima rebellion#
event = {
	id = 258126
		trigger =  { control = { province = 295 data = -1 } 
                             control = { province = 462 data = -1 } 
                             event = 258125 }
	random = no
	country = POL
	name = "End of Sulima rebellion"
	desc = "As a result of Polish military intervention Sulima and his five closest assistants was issued by the Cossack elders and taken to Warsaw. He was executed on 12 december ."

 	date = { day = 1 month = october year = 1636 }
	offset = 150
	deathdate = { day = 2 month = may year = 1645 }

	action_a ={
		name = "Defeat rebellion and rebuild Kudak Fortress "
		command = { type = province_revoltrisk which = 294 value = -5 }
		command = { type = province_revoltrisk which = 295 value = -5 }
		command = { type = province_revoltrisk which = 462 value = -5 }
                command = { type = treasury value = -300 }
                command = { type = fortress which = 462 value = 1 }
	}
        action_b ={
		name = "Defeat rebellion only."
		command = { type = province_revoltrisk which = 294 value = -5 }
		command = { type = province_revoltrisk which = 295 value = -5 }
		command = { type = province_revoltrisk which = 462 value = -5 }
	}
}

I like the events, just 2 things...can you please help me by using # as per below

{ control = { province = 295 data = -1 } #place which province this is

and all others for ease of understanding, further examples below
action_a = {
name = "ACTIONNAME258039A" #Protect all the rebels in Russia
command = { type = stability value = 1 }
command = { type = war which = RUS }
command = { type = addcore which = 280 } #Welikia
command = { type = addcore which = 281 } #Polotsk
command = { type = addcore which = 284 } #Belarus
command = { type = addcore which = 285 } #Smolensk
command = { type = addcore which = 286 } #Kursk
command = { type = addcore which = 287 } #Mozyr


and are some value to high or too low.......have you tested these?
 
Here is probably the last pack of Polish events (because I don't have more ideas). I'm looking forward to your suggestions and sorry for bad english.

Historical Events:

Code:
#(1455-1460) Dracula asks for help
event = {
	id = 258140
	trigger = { atwar = no 
                    exists = WAL }
	random = no
	country = POL
	name = "Dracula asks for help"
	desc = "Vlad III the Impaler was born in Transylvania as a second son of Wallachian Prince Vlad the Devil. His father was a member of appointed by Sigismund of Luxembourg the Order of the Dragon, where he got  his nickname (Draco-Dragon, transformed into Dracul-Devil) So Vlad Drăculea (Dracula), mean as much as the son of the Dragon or son of the Devil. In 1448 Vlad Dracula first time sat on the throne of Wallachia. Dissatisfied with this event Hungary sent their army to Wallachia, and  Dracula had to escape to Moldavia, ruled by his uncle, Bogdan II. In autumn 1451, Bogdan II was murdered, and Dracula fled to Transylvania. But soon Vladislav II Dan mounted on the throne of Wallachia by Hunyadi, began to show a proturkish tendency, Hungary began to think about replacing him with someone more loyal. They chose Dracula. However, to gain the throne of Wallachia he needed a support, which is why in 1456 he came to Poland to ask for help King Casimir."

	date = { day = 1 month = october year = 1455 }
	offset = 100
	deathdate = { day = 2 month = may year = 1460 }

	action_a ={
		name = "Let us support this crusade!"
		command = { type = cash value = -150 }  
		command = { type = relation which = HUN value = 50 } 
		command = { type = relation which = WAL value = 50 }
                command = { type = relation which = TUR value = -30 } 
	}
	action_b ={
		name = "It's not our problem"
		command = { type = relation which = HUN value = -30 } 
		command = { type = relation which = WAL value = -30 }
                command = { type = relation which = TUR value = 20 } 

	}
}
#(1568-1575) Naval Commission
event = {
	id = 258141
	trigger = {
                   owned = { province = 301 data = POL } #Danzig
                   control = { province = 301 data = POL } }
	random = no
	country = POL
	name = "Naval Commission"
	desc = "Naval Commission was the first office for the shipping in Polish-Lithuanian Commonwealth. In his assumption would act as Polish Admiralty. The Commission was established on the initiative of King Sigismund II Augustus, in March 1568. At its head were experts on maritime affairs - Jan Kostka Danzig Castellan and abbot Kasper Gaschkau. Naval Commission accounted ships captains of their activities, watched morale among the crew, seemed to them the instructions for further action. In addition to her duties was the supervision of further enlarging the Polish fleet."

	date = { day = 1 month = march year = 1568 }
	offset = 100
	deathdate = { day = 2 month = may year = 1575 }

	action_a ={
		name = "Create Naval Commission"
                command = { type = treasury value = -500 }
		command = { type = domestic which = land value = -2 } 
                command = { type = warships which = 301 value = 5 }
	}
	action_b ={
		name = "Our place is on land."
		command = { type = domestic which = land value = 2 } 
	}
}
#(1620-1635) Commission of the Royal Ships
event = {
	id = 258142
	trigger = {
                   owned = { province = 301 data = POL } #Danzig
                   control = { province = 301 data = POL } 
                   event = 258141 }
	random = no
	country = POL
	name = "Commission of the Royal Ships"
	desc = "Commission of the Royal Ships was the maritime authority, whose task was to organize and supply created by Sigismund III Vasa Polish navy. It was a continuation of the Naval Commission. Commission set up a squadron of ships, which in 1627 victory at the Battle of Oliwa during Polish-Swedish war (1626-1629)."

	date = { day = 1 month = march year = 1620 }
	offset = 100
	deathdate = { day = 2 month = may year = 1635 }

	action_a ={
		name = "Create Commission of the Royal Ships"
                command = { type = treasury value = -400 }
		command = { type = domestic which = land value = -1 } 
                command = { type = warships which = 301 value = 8 }
	}
	action_b ={
		name = "Our place is on land."
		command = { type = domestic which = land value = 2 } 
	}
}
#(1590-1630) Mennonites
event = {
	id = 258143
	trigger = {
                   atwar = no
                   control = { province = 301 data = POL } #Danzig
                   owned = { province = 300 data = POL }   #Wielkopolska
                   control = { province = 300 data = POL }
                   owned = { province = 303 data = POL }   #Poznan
                   control = { province = 303 data = POL }
}
	random = no
	country = POL
	name = "Mennonites"
	desc = "Olędrzy were originally settlers from Frisia and Netherlands, mostly Mennonite faith, who in the sixteenth and seventeenth century, founded the villages along the Vistula, on Kuyavia, Masovia and the Greater Poland. They had the ability of land reclamation and they represented the high culture of farming. They were the most prosperous group of peasants. They have kept the personal freedom, their own religion and beliefs."

	date = { day = 1 month = october year = 1590 }
	offset = 600
	deathdate = { day = 2 month = may year = 1630 }

	action_a ={
		name = "Get new settlers"
                command = { type = treasury value = -150 }  
		command = { type = population which = 300 value = 500 } 
		command = { type = provincetax which = 300 value = 1 }
		command = { type = population which = 303 value = 500 } 
		command = { type = provincetax which = 303 value = 1 }
                command = { type = domestic which = innovative value = 1 } 
	}
	action_b ={
		name = "We don't need another heretics"
                command = { type = domestic which = innovative value = -1 } 
	}
}
#(1658-1680) Polish Brethren
event = {
	id = 258127
	trigger = { religion = catholic 
                   owned = { province = 300 data = POL }   #Wielkopolska
                   owned = { province = 299 data = POL } } #Krakow and mayby event = 258058- The Deluge
	random = no
	country = POL
	name = "Polish Brethren"
	desc = "The Minor Reformed Church of Poland, better known today as the Polish Brethren was the most radical wing of the Reformation in Poland. The only basis for their philosophy was the Bible. Like the Arians, they  didn’t recognize the dogma of the Trinity. The brothers recognize the principle of brotherhood of all people. In the initial period of activity they preached unconditional pacifismand and  refusal of service to the State as a form of exaltation, they had community of goods and  condemned the death penalty. By the act of parliament in 1658 they were sentenced to banishment from the country. The reason for the exile was a collaboration with the Swedes duringthe Swedish-Polish War (The Deluge) and their role in preparing Radnot Partition Treaty in 1656."

	date = { day = 1 month = october year = 1658 }
	offset = 100
	deathdate = { day = 2 month = may year = 1680 }

	action_a ={
		name = "We must banish the traitors!"
		command = { type = stability value = 1 }
                command = { type = domestic which = innovative value = -2 }
		command = { type = population which = 300 value = -2500 } #Wielkopolska
                command = { type = population which = 299 value = -2000 } #Krakow
                command = { type = population which = 292 value = -1500 } #Podlasia
	}
	action_b ={
		name = "Let them stay here"
		command = { type = stability value = -2 }
                command = { type = domestic which = innovative value = 1 }
		command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 12 value = 3 } 
	}
}
#(1700-1705) Civil war in Lithuania
event = {
	id = 258128
	trigger = { 
                      owned = { province = 288 data = POL } #Lithuania
                      domestic = { type = aristocracy value = 8 }
		NOT = {
                      domestic = { type = centralization value = 3 }
		}
	}
	random = no
	country = POL
	name = "Civil war in Lithuania"
	desc = "Civil war in Lithuania was insurgency of Lithuanian magnate families Wiśniowiecki, Radziwill, Pac and Oginski against the dominant position of the Sapieha family. At the end of the seventeenth century Sapiehas accumulated in its hands the most important central offices in Lithuania: Lithuanian Great Hetman was Jan Kazimierz Sapieha the Lithuanian Grand Marshal was Alexander Pawel Sapieha, Great Lithuanian Treasurer was Benedict Sapieha. Conducting the total power over Lithuania Sapieha family could use administrative apparatus for their private purposes. Themselves enforce their judgments issued by courts, contributing to the decline of fortunes of its competitors. This resulted in insurgency of magnate families who felt discriminated. Lithuanian lands thrown up in 1700 in a bloody civil war, both sides mercilessly destroying the good of their opponents. November 18, 1700 was a decisive battle of Olkieniki where Sapiehas were completely defeated, losing its position in Lithuania."

	date = { day = 1 month = october year = 1700 }
	offset = 50
	deathdate = { day = 2 month = may year = 1705 }

	action_a ={
		name = "We are too weak to intervene in their conflict"
		command = { type = stability value = -1 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = aristocracy value = 1 } 
		command = { type = revolt which = 288 }
                command = { type = revoltrisk which = 12 value = 4 } 
		command = { type = population which = 288 value = -5000 } #Lithuania
                command = { type = population which = 284 value = -3000 } #Belarus
	}
	action_b ={
		name = "Use this conflict to strengthen the royal power"
		command = { type = stability value = -3 }
		command = { type = domestic which = centralization value = 2 }
		command = { type = domestic which = aristocracy value = -2 } 
		command = { type = revolt which = 288 }
		command = { type = revolt which = 288 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 24 value = 8 } 

	}
}

Ahistorical Events:

Code:
#(1430-1490) Rebellion against the absolutism
event = {
	id = 258130
	trigger = { domestic = { type = centralization value = 8 }  }
	random = no
	country = POL
	name = "Rebellion against the absolutism"
	desc = "One of the pillars of Polish-Lithuanian Commonwealth, was the personal freedom and right to self-determination of the nobility. Any signs of strengthening royal power  were perceived as an attack on freedom of the nobility, and thus ended in riots and rebellions. Today, when the kingdom became almost absolutist, the nobles are preparing for a rebellion again."

	date = { day = 1 month = october year = 1430 }
	offset = 3000
	deathdate = { day = 2 month = may year = 1490 }

	action_a ={
		name = "Give them what they want"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocracy value = 2 } 
		command = { type = domestic which = centralization value = -2 }
	}
	action_b ={
		name = "We will never share the power!"
		command = { type = stability value = -3 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 12 value = 5 } 
                command = { type = domestic which = aristocracy value = -2 } 
		command = { type = domestic which = centralization value = 1 }
	}
}
#(1490-1580) Rebellion against the absolutism
event = {
	id = 258131
	trigger = { domestic = { type = centralization value = 8 }  }
	random = no
	country = POL
	name = "Rebellion against the absolutism "
	desc = "One of the pillars of Polish-Lithuanian Commonwealth, was the personal freedom and right to self-determination of the nobility. Any signs of strengthening royal power  were perceived as an attack on freedom of the nobility, and thus ended in riots and rebellions. Today, when the kingdom became almost absolutist, the nobles are preparing for a rebellion again."

	date = { day = 1 month = october year = 1490 }
	offset = 3000
	deathdate = { day = 2 month = may year = 1580 }

	action_a ={
		name = "Give them what they want"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocracy value = 2 } 
		command = { type = domestic which = centralization value = -2 }
	}
	action_b ={
		name = "We will never share the power!"
		command = { type = stability value = -3 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 12 value = 5 } 
                command = { type = domestic which = aristocracy value = -2 } 
		command = { type = domestic which = centralization value = 1 }
	}
}
#(1580-1660) Rebellion against the absolutism
event = {
	id = 258132
	trigger = { domestic = { type = centralization value = 9 }  }
	random = no
	country = POL
	name = "Rebellion against the absolutism "
	desc = "One of the pillars of Polish-Lithuanian Commonwealth, was the personal freedom and right to self-determination of the nobility. Any signs of strengthening royal power  were perceived as an attack on freedom of the nobility, and thus ended in riots and rebellions. Today, when the kingdom became almost absolutist, the nobles are preparing for a rebellion again."

	date = { day = 1 month = october year = 1580 }
	offset = 3000
	deathdate = { day = 2 month = may year = 1660 }

	action_a ={
		name = "Give them what they want"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocracy value = 2 } 
		command = { type = domestic which = centralization value = -2 }
	}
	action_b ={
		name = "We will never share the power!"
		command = { type = stability value = -3 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 12 value = 5 } 
                command = { type = domestic which = aristocracy value = -2 } 
		command = { type = domestic which = centralization value = 1 }
	}
}
#(1660-1750) Rebellion against the absolutism
event = {
	id = 258133
	trigger = { domestic = { type = centralization value = 9 }  }
	random = no
	country = POL
	name = "Rebellion against the absolutism "
	desc = "One of the pillars of Polish-Lithuanian Commonwealth, was the personal freedom and right to self-determination of the nobility. Any signs of strengthening royal power  were perceived as an attack on freedom of the nobility, and thus ended in riots and rebellions. Today, when the kingdom became almost absolutist, the nobles are preparing for a rebellion again."

	date = { day = 1 month = october year = 1660 }
	offset = 3000
	deathdate = { day = 2 month = may year = 1750 }

	action_a ={
		name = "Give them what they want"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocracy value = 2 } 
		command = { type = domestic which = centralization value = -2 }
	}
	action_b ={
		name = "We will never share the power!"
		command = { type = stability value = -3 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 12 value = 5 } 
                command = { type = domestic which = aristocracy value = -2 } 
		command = { type = domestic which = centralization value = 1 }
	}
}
#(1420-1820) Unification of Poland
event = {
	id = 258134
       trigger = { owned = { province = 301 data = POL } #Danzig
                   owned = { province = 302 data = POL } #Hinternpomern
                   owned = { province = 313 data = POL } #Kustrin
                   owned = { province = 314 data = POL } #Silesia
                   owned = { province = 303 data = POL } #Poznan
                   owned = { province = 300 data = POL } #Wielkopolska
                   owned = { province = 299 data = POL } #Krakow
                   owned = { province = 291 data = POL } #Mazovia
                   owned = { province = 292 data = POL } #Podlasia
                   owned = { province = 298 data = POL } #Galizien
                   atwar = no }
	random = no
	country = POL
	name = "Unification of Poland"
	desc = "After centuries of feudal disintegration, our lands is one country again. We can be proud."

	date = { day = 1 month = october year = 1420 }
	offset = 300
	deathdate = { day = 2 month = may year = 1820 }

	action_a ={
		name = "Excellent"
		command = { type = stability value = 2 }
		command = { type = revoltrisk which = 36 value = -3 }
		command = { type = vp value = 30 } 
	}
}
#(1500-1680) Szczecin (if Szczecin on the new map will be on the right side of Oder river)
event = {
	id = 258135
	trigger = { 
                 owned = { province = 302 data = POL } #Hinternpommern
                 owned = { province = 301 data = POL } #Danzig
                 owned = { province = 313 data = POL } #Kustrin
                 owned = { province = 314 data = POL } #Silesia
                 owned = { province = 300 data = POL } #Wielkopolska
                 cot = 301 }
	random = no
	country = POL
	name = "The growing importance of Szczecin"
	desc = "Inclusion to the Polish Kingdom Western Pomerania and Szczecin, enjoyed all ... but not the merchants from Danzig. In this way, they lost their monopoly the only Polish port. Indeed, goods from Ukraine and Mazovia are still used for transporting the Vistula to Danzig, but merchants from Silesia and Greater Poland, increasing transport their goods by Oder to Szczecin. There was even a situation that Danzig wanted to give quite big tribute to the state, just to the parliament abolished the merchants privileges in Szczecin."

	date = { day = 1 month = october year = 1500 }
	offset = 400
	deathdate = { day = 2 month = may year = 1680 }

	action_a ={
		name = "We need a second port!"
                command = { type = domestic which = mercantilism value = -2 }
		command = { type = provincetax which = 302 value = 15 } #Hinternpommern
		command = { type = provincetax which = 301 value = -10 } #Danzig
		command = { type = population which = 302 value = 2000 } 
	}
	action_b ={
		name = "Only Danzig has the right to trade in Poland"
                command = { type = domestic which = mercantilism value = 2 }
		command = { type = treasury value = 300 }
		command = { type = revolt which = 302 } #Hinternpommern
		command = { type = revoltrisk which = 12 value = 3 } 
	}
}
#(1600-1605) Incorporation of Moldavia
event = {
	id = 258136
	trigger = { event = 258046 #Submission of Moldavia
                    vassal = { country = POL country = MOL } 
                    atwar = no }
	random = no
	country = POL
	name = "Incorporation of Moldavia"
	desc = "After victorious campaign and the subordination of Moldavia, Jan Zamoyski has become de facto ruler of this country. Then it was the concept to join Moldavia to the Commonwealth. Moldova has to become the Moldovan Voivodeship, and Prince Jeremi Mogila would gain statute of the provence governor. After all, this concept fell as a result of the protest all the neighbors, including Moldavian nobility."

	date = { day = 1 month = october year = 1600 }
	offset = 150
	deathdate = { day = 2 month = may year = 1605 }

	action_a ={
		name = "This is very bad idea!!"
                command = { type = stability value = 1 }
		command = { type = relation which = MOL value = 50 } 
		command = { type = relation which = TUR value = 20 } 
		command = { type = relation which = CRI value = 20 } 
                command = { type = relation which = HAB value = 20 } 
                command = { type = badboy value = -1 }

	}
	action_b ={
		name = "This may be good for us!"
                command = { type = stability value = -2 }
		command = { type = badboy value = 10 }
		command = { type = relation which = TUR value = -100 } 
		command = { type = relation which = CRI value = -100 } 
                command = { type = relation which = HAB value = -50 }
                command = { type = relation which = HUN value = -50 } 
                command = { type = relation which = WAL value = -100 }   
                command = { type = inherit which = MOL }
                command = { type = addcore which = 318 } #Moldova
                command = { type = addcore which = 319 } #Bujak
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = revoltrisk which = 36 value = 3 }
                command = { type = setflag which = MOLPOL }
	}
}
#(1601-1610) Rebellion in Moldavia
event = {
	id = 258137
        trigger = { flag = MOLPOL 
                    owned = { province = 318 data = POL } #Moldova
        }
	random = no
	country = POL
	name = "Rebellion in Moldova"
	desc = "As might be expected annexation of Moldavia has caused great opposition all over the Moldavian society. Nobles and peasants took up their swords to defend its independence. Appendix rebels are supported by Turkish and Tatar forces."

	date = { day = 1 month = october year = 1601 }
	offset = 100
	deathdate = { day = 2 month = may year = 1610 }

        action_a ={
		name = "They are too strong. We have to give up!!"
                command = { type = stability value = -1 }
                command = { type = independence which = MOL }
		command = { type = relation which = MOL value = 50 } 
		command = { type = relation which = TUR value = 50 } 
		command = { type = relation which = CRI value = 50 } 
                command = { type = relation which = HAB value = 30 } 
		command = { type = relation which = HUN value = 50 } 
                command = { type = relation which = WAL value = 50 } 
                command = { type = badboy value = -5 }
                command = { type = sleepevent which = 258138 }

	}
	action_b ={
		name = "We don't give up so easy."
                command = { type = stability value = -2 }
                command = { type = revolt which = 318 } #Moldova
                command = { type = revolt which = 318 } 
                command = { type = revolt which = 318 }
                command = { type = revolt which = 319 } #Bujak
                command = { type = revolt which = 319 }
                command = { type = revolt which = 319 }
                command = { type = revolt which = -1 }
                command = { type = revolt which = -1 }
                command = { type = province_revoltrisk which = 318 value = 12 }
                command = { type = province_revoltrisk which = 319 value = 12 }
                command = { type = badboy value = 3 }
	}
}
#(1610-1620) End of rebellion in Moldavia
event = {
	id = 258138
	trigger = { flag = MOLPOL 
                    event = 258137
                    owned = { province = 318 data = POL } #Moldova
                    control = { province = 318 data = POL } 
                  }
	random = no
	country = POL
	name = "End of rebellion in Moldavia"
	desc = "After years of bloody fighting our troops occupied whole Moldavia. To calm the situation, Polish king decided to buy the favor of the Moldavian nobility by giving them a new lands and privileges."

	date = { day = 1 month = october year = 1610 }
	offset = 1
	deathdate = { day = 2 month = may year = 1620 }

	action_a ={
		name = "OK"
                command = { type = stability value = 1 }
		command = { type = cash value = -200 }
		command = { type = provincetax which = 318 value = -2 } #Moldova
		command = { type = provincetax which = 319 value = -1 } #Bujak
                command = { type = province_revoltrisk which = 318 value = -12 }
                command = { type = province_revoltrisk which = 319 value = -12 }
	}
}
#(1768-1780) Maurycy Beniowski
event = {
	id = 258139
	trigger = {
                    owned = { province = 301 data = POL } #Danzig
                    countrysize = 28  
 }
	random = no
	country = POL
	name = "Maurice Benyovszky "
	desc = "Maurice Auguste de Benyowsky was one of the most colorful figures on the eighteenth century. He came from a Hungary, was born in Slovakia, he took part in the Confederation of Bar, captured by the Russians, was exiled to Kamchatka, he fled from there. After a long wandering along the coast of Japan and California, came to Paris. Here Louis XV gives him a mission to conquer new territories, for the glory of France. Beniowski went to Madagascar, in 1773 he was proclaimed king of the island (ampansakebe). However his plans for the use of new land, didn’t found support in France and United States. But what would happen if he present his plans to Polish king? After all, the Polish-Lithuanian Commonwealth to become an empire also needs colonies."

	date = { day = 1 month = october year = 1768 }
	offset = 150
	deathdate = { day = 2 month = may year = 1780 }

	action_a ={
		name = "It is bad idea"
		command = { type = domestic which = land value = 1 }  

	}
	action_b ={
		name = "We need to have some colonies!!!"
		command = { type = treasury value = -1500 }
		command = { type = domestic which = land value = -3 } 
		command = { type = conquistador which = 301 }
                command = { type = explorer which = 301 }
                command = { type = colonists value = 6 } 
                command = { type = transports which = 301 value = 10 }  
                command = { type = addcore which = 807 } #Ambovombe
                command = { type = addcore which = 808 } #Antsirana
                command = { type = setflag which = POLMAD } 
                

	}
	action_c ={
		name = "We need a colonies, but not in Madagascar!!"
		command = { type = treasury value = -500 }
		command = { type = domestic which = land value = -2 } 
		command = { type = conquistador which = 301 }
                command = { type = explorer which = 301 }
                command = { type = colonists value = 3 } 
                command = { type = transports which = 301 value = 5 } 
	}
}