Completed updating the Bulgaria file, which meant adding some new events from A4K and changing the dates for the existing Kingdom of Bulgaria sequence. Also made changes to the monarch and leader files.
Added a new series of events for dysentry, kindly replicated for every province by MichaelM. It's pretty simple but took up about 2700 ids. Here it is for Sitka.
# Note that the trigger conditions are there only to reduce the chance that all of these events will happen in the first century of the game. By having war or low stab as a condition, some provinces may never experience this event and the rest of the events ought to be smoothed out through time.
Code:
#
# 1 -- Sitka
#
event = {
id = 805000
random = no
province = 1
trigger = {
NOT = { religion = pagan }
OR = {
atwar = yes
NOT = { stability = 2 }
}
}
name = "Dysentery and Plague in Sitka"
desc = "The region of Sitka has been overwhelmed with dysentery and plague. We can only pray for an end to this scourge."
date = { year = 1419 }
offset = 20000
deathdate = { year = 1820 }
action_a = {
name = "Boil the sheets! Kill the rats!"
command = { type = provincetax which = 1 value = -2 }
command = { type = provincemanpower which = 1 value = -2 }
command = { type = population which = 1 value = -500 }
command = { type = infra value = -50 }
command = { type = trade value = -50 }
}
}
event = {
id = 805001
random = no
province = 1
trigger = { event = 805000 }
name = "The Scourge of Plague Ends in Sitka"
desc = "With prayer, and a dry spring and summer, good health has returned to the people of Sitka."
date = { year = 1419 }
offset = 1000
deathdate = { year = 1820 }
action_a = {
name = "Excellent"
command = { type = provincetax which = 1 value = 2 }
command = { type = provincemanpower which = 1 value = 2 }
}
}