
Originally Posted by
gigau
There is a seismic region, that is used to trigger earthquakes, not just in the colonies.
It isn't though.
Code:
# 950001 - Earthquakes
province_event = {
id = 950001
trigger = {
OR = {
region = southern_europe
region = asia_minor
region = caucasus_caspian
region = middle_east
#FB region = north_africa
region = persian_region
region = indonesian_region
region = far_east
region = mesoamerica
region = colombia
region = andean
}
NOT = { has_province_modifier = sismic_chaos }
}
mean_time_to_happen = {
months = 50000
modifier = {
factor = 2.0
region = southern_europe
}
modifier = {
factor = 1.5
region = asia_minor
}
modifier = {
factor = 1.25
region = caucasus_caspian
}
modifier = {
factor = 1.5
region = middle_east
}
modifier = {
factor = 1.75
region = north_africa
}
modifier = {
factor = 1.35
region = persian_region
}
}
title = "EVTNAME950001" # Earthquake in $PROVINCENAME$
While I'm here, is there any particular reason that the eastern coast of Australia is included in the (currently unused) seismic region? I did some research initially to complain about it being there but instead I'd like to complain why the western coast isn't included. Western Australia is further from the fault line but tends to have larger quakes.