• 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.
Showing developer posts only. Show all posts in this thread.
Status
Not open for further replies.

Johan

Studio Manager Paradox Tinto
Administrator
Paradox Staff
Moderator
15 Badges
Dec 14, 1999
18.404
38.945
  • Diplomacy
  • Teleglitch: Die More Edition
  • War of the Roses
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Magicka: Wizard Wars Founder Wizard
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Imperator: Rome Sign Up
  • A Game of Dwarves
  • Magicka
  • Starvoid
themadtupper said:
As it was in EU2, no matter how powerful you became as Golden Horde, you knew you were still going to be in for a ride because you'd be facing revolts all the time.

Huh?

The golden horde did not face revolts endlessly...

They had ONE easily avoidable event that gives +10 RR for 10 years...


Code:
#####Golden Horde Major Events#####
###By Joakim 'Greven' Bergqwist####
###################################

#The Disintegration of the Golden Horde#
event = {

	id = 3689
	random = no
	country = STE
	name = "EVENTNAME3689"
	desc = "EVENTHIST3689"
	style = 1

	date = { day = 1 month = october year = 1447 }
	offset = 300

	action_a ={
		name = "ACTIONNAME3689A"			#Subjugate Non-Mongols Harshly#
		command = { type = revoltrisk which = 120 value = 10 }
		command = { type = revolt which = 446 } # Kazan
		command = { type = revolt which = 446 }
		command = { type = revolt which = 446 }
		command = { type = revolt which = 447 } # Tambow
		command = { type = revolt which = 447 }
		command = { type = revolt which = 463 } # Crimea
		command = { type = revolt which = 463 }
		command = { type = revolt which = 466 } # Azow
		command = { type = revolt which = 466 }
		command = { type = revolt which = 457 } # Astrakhan
		command = { type = revolt which = 457 }
		command = { type = stability value = -6 }
		command = { type = vp  value = 300 }
	}
	action_b ={
		name = "ACTIONNAME3689B"			#Buy the Non-Mongols off#		
		command = { type = revoltrisk which = 120 value = 3 }
		command = { type = treasury value = -1500 }
		command = { type = inflation value = 15 }
		command = { type = stability value = -4 }
	}
}
 
Status
Not open for further replies.