#####Muscowian Major Events#####
#By Joakim 'Greven' Bergqwist###
################################

#The Pomjestija Reform#
event = {

	id = 3401
	random = no
	country = MOS
	name = "EVENTNAME3401"
	desc = "EVENTHIST3401"
	style = 1

	date = { day = 1 month = january year = 1460 }
	offset = 30
	deathdate = { day = 1 month = january year = 1470 }

	action_a ={				#Let us reform#
		name = "ACTIONNAME3401A"
		command = { type = domestic which = CENTRALIZATION value = 2 }
		command = { type = domestic which = LAND value = 1  }
		command = { type = domestic which = QUALITY value = 2  }
		command = { type = land value = 1000 }
		command = { type = CAV which = -1 value = 10000 }
		command = { type = CAV which = -1 value = 10000 }
	}

	action_b ={				#Let us become like Novgorod#
		name = "ACTIONNAME3401B"
		command = { type = domestic which = CENTRALIZATION value = -2 }
		command = { type = domestic which = OFFENSIVE value = 2 }
		command = { type = domestic which = ARISTOCRACY value = 1 }
		command = { type = trade value = 800 }
		command = { type = merchants value = 6 }
		command = { type = ART which = -1 value = 30 }
	}
}

#The Subednik Laws#
event = {

	id = 3402
	random = no
	country = MOS
	name = "EVENTNAME3402"
	desc = "EVENTHIST3402"
	style = 1

	date = { day = 1 month = january year = 1495 }
	offset = 30
	deathdate = { day = 1 month = january year = 1501 }

	action_a ={				#Introduce it#
		name = "ACTIONNAME3402A"
		command = { type = domestic which = ARISTOCRACY value = 2 }
		command = { type = domestic which = SERFDOM value = 2 }
		command = { type = stability value = 1 }
		command = { type = infra value = 800 }
		command = { type = gainmanufactory which = -2 value = luxury }
	}
	action_b ={				#Encourage a Free Peasantry#
		name = "ACTIONNAME3402B"
		command = { type = domestic which = ARISTOCRACY value = -2 }
		command = { type = domestic which = SERFDOM value = -3 }
		command = { type = stability value = -2 }
		command = { type = revoltrisk value = 6 }
		command = { type = manpower value = 2 }
	}

}

#The Empire of Russia#
event = {

	id = 3403
	trigger = {
			owned = {
					province = 270
					data = -1
				}
			NOT = {
				exists = RUS
				exists = BYZ
				}
		}
	random = no
	country = MOS
	name = "EVENTNAME3403"
	desc = "EVENTHIST3403"
	style = 2

	date = { day = 1 month = january year = 1520 }
	offset = 30
	deathdate = { day = 3 month = december year = 1533 }

	action_a ={				#Take over the Byzantine Mantle#
		name = "ACTIONNAME3403A"
		command = { type = vp value = 200 }
		command = { type = stability value = 3 }
		command = { type = country which = RUS }
	}

	action_b ={				#Leave it on the Floor#
		name = "ACTIONNAME3403B"
		command = { type = vp value = -100 }
		command = { type = stability value = -3 }
	}
}
