- Dec 14, 1999
- 18.404
- 38.945
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 }
}
}