• 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.

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
Will probably just end up changing 2020 CAS to that idea for 0.20--my thoughts are that 2020 CAS consists of a triad:
a) mother ship piloted by a human and away from the combat area.
b) UAVs launched from the mother ship
c) the UAVs are equipped with microweapons
In terms of capability I would think it would match the prototype Surveilling Miniature Attack
Cruise Missile (SMACM) Weapon.
http://defense-update.com/products/s/smacm.htm
Size of a small diamater bomb (140 lbs so Huge # can be carried) 250nm(370km) range with 4 LOCAAS self seeking weapons on board. Each LOCAAS in turn has its own 100km range.
Standoff ground pounding COTS swarm.

Have to add for 0.19 three technologies for GPS which I don't have--will be Secret weapons section
1962-Geostationary satellites
1979-International cable TV networks (will help but not completely offset the cost of GPS)
1994-GPS network
Ideas suggested are potential 0.20 material, along with the UAVs
Cool! Hope above mentioned ideas can be fitted in. If you'd like I could write them up np as well.

Any ETA on 0.19? :)
 

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
Yes I already wrote up the 3 I mentioned. I'm in the process of checking pictures. 0.19 will probably be out in a few days.
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
Natural Disaster Events:
been working on this in spare time. Avalanches & Blizzards for now but let me know if it floats your boat. Good flavor events to keep one occupied through the lengthy XX/XXI Century.

avalanche.png
[/IMG]
blizzardn.png

Code:
#############################################
###### Winter of Terror 
#############################################
event = {
         id = 
         random = no
         trigger = {
                   random = 25
		   control = { province = 373 data = -1 }
		   year = 1950
         }
 
         name = "Winter of Terror"
         desc = "Winter of Terror is a term used to describe the three month period during the winter of 1950-1951 when a previously unrecorded number of avalanches took place in the Alps. The series of 649 avalanches killed over 265 persons and caused large amounts of damage to residential and other man-made structures."
         style = 0
         picture = "avalanche"
 
         date = { day = 15 month = december year = 1950 }
         offset = 10
         deathdate = { day = 15 month = march year = 1951 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 373 }
                  command = { type = supplies value = -100 where = 372 }
                  command = { type = dissent value = 1 }
           }
}
#############################################
###### 1954 Blons avalanches 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 373 data = -1 }
		   year = 1954
         }
 
         name = "1954 Blons Avalanche"
         desc = "The Blons avalanche in Austria was one of the worst mass burials by avalanche in recorded history. This happened on February 10 and February 11."
         style = 0
         picture = "avalanche"
 
         date = { day = 10 month = February year = 1954 }
         offset = 1
         deathdate = { day = 12 month = February year = 1954 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 373 }
                  command = { type = dissent value = 1 }
           }
}
#############################################
###### 1962 Huascaran avalanche 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 816 data = -1 }
		   year = 1962
         }
 
         name = "1962 Huascaran Avalanche"
         desc = "A giant avalanche of snow and water caused by a thaw roared down on the town of Ranrahica and several ranches in northwestern Peru Wednesday night and authorities said they feared between 3,000 and 4,000 persons lost their lives. The avalanche rushed down the Huascaran Mountains, ripping up trees, crushing farm houses and sweeping aside livestock in its destructive path. The village of Ranrahica, about 200 miles northwest of Lima and 30 miles north of the commercial center of Huaraz, was feared to have been wiped out."
         style = 0
         picture = "avalanche"
 
         date = { day = 11 month = January year = 1962 }
         offset = 1
         deathdate = { day = 13 month = January year = 1962 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -200 where = 816 }
                  command = { type = dissent value = 2 }
           }
}
#############################################
###### 1970 Huascaran avalanche/earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 816 data = -1 }
		   year = 1970
         }
 
         name = "1970 Huascaran Avalanche"
         desc = "On 31 May 1970, the Ancash earthquake caused a substantial part of the north side of the mountain to collapse. The avalanche mass, an estimated 80 million cubic feet of ice, mud and rock was about half a mile wide and a mile long. It advanced about 11 miles (18 km) at an average speed of 280 to 335 km per hour. burying the towns of Yungay and Ranrahirca under ice and rock, killing more than 20,000 people."
         style = 0
         picture = "avalanche"
 
         date = { day = 31 month = May year = 1970 }
         offset = 1
         deathdate = { day = 4 month = June year = 1970 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 816 }
                  command = { type = dissent value = 4 }
				  command = { type = manpowerpool value = -10 }
           }
}
#############################################
###### 1993 Bayburt Uzengili avalanche
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 450 data = -1 }
		   year = 1993
         }
 
         name = "1993 Bayburt Uzengili Avalanche"
         desc = "The 1993 Bayburt Uzengili avalanche was an avalanche that occurred on January 18, 1993 at around 07:45 local time (05:45 UTC) in Uzengili village of Bayburt Province in north-eastern Turkey. The natural disaster killed 59 people and injured 21, destroying 72 houses"
         style = 0
         picture = "avalanche"
 
         date = { day = 19 month = January year = 1993 }
         offset = 1
         deathdate = { day = 22 month = January year = 1993 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 450 }
                  command = { type = dissent value = 1 }
           }
}
#############################################
###### Kolka-Karmadon rock ice slide
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1849 data = -1 }
		   year = 2002
         }
 
         name = "2002 Kolka-Karmadon rock ice slide"
         desc = "The Kolka-Karmadon rock-ice slide occurred on the northern slope of the Kazbek massif in North Ossetia, Russia on 20 th September, 2002 following a partial collapse of the Kolka Glacier. It started on the north-northeast wall of Dzhimarai-Khokh (4780 m above sea level) and seriously affected the valley of Genaldon and Karmadon. The resulting avalanche and mudflow killed 125 people."
         style = 0
         picture = "avalanche"
 
         date = { day = 20 month = September year = 2002 }
         offset = 1
         deathdate = { day = 22 month = September year = 2002 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 1849 }
                  command = { type = dissent value = 1 }
           }
}
#############################################
###### 2010 Salang avalanches
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1486 data = -1 }
		   year = 2010
         }
 
         name = "2010 Salang Avalanches"
         desc = "The 2010 Salang avalanches consisted of a series of at least 36 avalanches that struck the southern approach to the Salang tunnel, north of Kabul, Afghanistan on February 8 and 9, 2010, burying 3.5 km (2.1 miles) of road, killing at least 172 people and trapping over 2,000 travellers. They were caused by a freak storm in the Hindu Kush mountains located in Afghanistan."
         style = 0
         picture = "avalanche"
 
         date = { day = 8 month = February year = 2010 }
         offset = 1
         deathdate = { day = 11 month = February year = 2010 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 1486 }
                  command = { type = dissent value = 1 }
           }
}
#############################################
###### 2010 Kohistan avalanche
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1482 data = -1 }
		   year = 2010
         }
 
         name = "2010 Kohistan Avalanche"
         desc = "The 2010 Kohistan avalanche occurred in the Kohistan District, North West Frontier Province, Pakistan on February 17, 2010, striking the village of Bagaro Serai and killing up to 102 people. Up to 45 are missing."
         style = 0
         picture = "avalanche"
 
         date = { day = 17 month = February year = 2010 }
         offset = 1
         deathdate = { day = 20 month = February year = 2010 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 1482 }
                  command = { type = dissent value = 1 }
           }
}

#############################################
###### Armistice Day Blizzard
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 691 data = -1 }
		   year = 1940
         }
 
         name = "Armistice Day Blizzard"
         desc = "The Armistice Day Blizzard (or the Armistice Day Storm) took place in the Midwest region of the United States on 11 November (Armistice Day) and 12 November 1940. The intense early-season "Panhandle hook" winter storm cut a 1,000-mile-wide (1600 km) path through the middle of the country from Kansas to Michigan."
         style = 0
         picture = "blizzard"
 
         date = { day = 11 month = November year = 1940 }
         offset = 1
         deathdate = { day = 13 month = November year = 1940 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 691 }
                  command = { type = dissent value = 1 }
           }
}
#############################################
###### 1972 Iran blizzard
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1859 data = -1 }
		   year = 1972
         }
 
         name = "1972 Iran Blizzard"
         desc = "The Iran Blizzard of February 1972 resulted in the deaths of approximately 4,000 people.[1] A week-long period of low temperatures and winter storms, lasting from February 3 to February 9, 1972, dumped more than ten feet (three metres) of snow across rural areas in northwestern, central and southern Iran. This blizzard remains the deadliest in history."
         style = 0
         picture = "blizzard"
 
         date = { day = 3 month = February year = 1972 }
         offset = 2
         deathdate = { day = 9 month = February year = 1972 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -300 where = 1859 }
                  command = { type = dissent value = 3 }
				  command = { type = manpowerpool value = -2 }
           }
}
#############################################
###### Northeastern United States blizzard of 1978
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 600 data = -1 } #Boston
		   year = 1978
         }
 
         name = "Northeastern United States blizzard of 1978"
         desc = "The Northeastern United States blizzard of 1978 was a catastrophic and historic nor'easter that brought blizzard conditions to the New England region of the United States and the New York metropolitan area. Boston received a record 27.1 inches (69 cm) of snow, as did Providence, Rhode Island with 27.6 inches (70 cm) of snow. The storm killed approximately 100 people in the Northeast and injured around 4,500. The storm also caused over US$520 million (US$1.75 billion in present terms) in damage."
         style = 0
         picture = "blizzard"
 
         date = { day = 5 month = February year = 1978 }
         offset = 1
         deathdate = { day = 8 month = February year = 1978 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 600 } #Boston
				  command = { type = money value = -52 where = 600 } #$520 Million in damage
                  command = { type = dissent value = 4 }
           }
}
#############################################
###### 1993 Storm of the Century
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 606 data = -1 } #Washington
		   year = 1993
         }
 
         name = "1993 Storm of the Century"
         desc = "The Storm of the Century, also known as the ’93 Superstorm, or the (Great) Blizzard of 1993, was a large cyclonic storm that occurred on March 12-13, 1993, on the East Coast of North America. It is unique for its intensity, massive size and wide-reaching effect. At its height the storm stretched from Canada towards Central America, but its main impact was on the Eastern United States and Cuba. In the United States, the storm was responsible for 300 deaths and the loss of electric power to over 10 million customers. It is purported to have been directly experienced by nearly 40 percent of the country's population at that time."
         style = 0
         picture = "blizzard"
 
         date = { day = 12 month = March year = 1993 }
         offset = 1
         deathdate = { day = 14 month = March year = 1993 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 606 } #Washington
				  command = { type = money value = -660 where = 606 } #$6.6 Billion dollars in damage
                  command = { type = dissent value = 5 }
           }
}
#############################################
###### 1995 Kazakh Blizzard
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1590 data = -1 } 
		   year = 1995
         }
 
         name = "1995 Kazakh Blizzard"
         desc = "The "1995 Kazakh Blizzard" took place during a massive snow storm in 1995 within the country of Kazakhstan. The 1995 Kazakh was considered to be one of the top 10 items on the world's deadliest blizzards list. The death toll was estimated to have killed 112 people."
         style = 0
         picture = "blizzard"
 
         date = { day = 12 month = January year = 1995 }
         offset = 1
         deathdate = { day = 15 month = January year = 1995 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 1590 } 
                  command = { type = dissent value = 2 }
           }
}
#############################################
###### 2008 Afghanistan blizzard
#############################################
event = {
         id = 
         random = no
         trigger = {
			random = 25
		   control = { province = 1486 data = -1 } 
		   year = 2008
         }
 
         name = "2008 Afghanistan Blizzard"
         desc = "The 2008 Afghanistan blizzard was a fierce and record-breaking blizzard that struck Afghanistan in February 2008. Temperatures fell to a low of -30 C, with up to 180 centimetres of snow in the more mountainous regions, killing at least 926 people. Aid organizations and foreign troops distributed several tons of clothing, blankets, food and fuel in provinces throughout the country and in remote, mountainous villages. The hospitals performed frostbite amputations on at least 100 people across the country, as many walked barefoot in the freezing cold mud and snow. The weather also claimed more than 100,000 sheep and goats, and nearly 315,000 cattle died."
         style = 0
         picture = "blizzard"
 
         date = { day = 1 month = February year = 2008 }
         offset = 5
         deathdate = { day = 28 month = February year = 2008 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -200 where = 1486 } 
                  command = { type = dissent value = 3 }
           }
}
#############################################
###### 2008 Chinese winter storms
#############################################
event = {
         id = 
         random = no
         trigger = {
			random = 25
		   control = { province = 1258 data = -1 } 
		   year = 2008
         }
 
         name = "2008 Chinese Winter Storms"
         desc = "The 2008 Chinese winter storms are a series of winter storm events that affected large portions of southern and central China starting on 25 January 2008 until 6 February 2008. The systems affected most of the area with heavy snows, ice and cold temperatures causing extensive damage and transportation disruption for several thousand travelers. It has become China's worst winter weather in half a century. According to some media sources the storms were directly responsible for at least 129 deaths."
         style = 0
         picture = "blizzard"
 
         date = { day = 25 month = January year = 2008 }
         offset = 1
         deathdate = { day = 6 month = February year = 2008 }

           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1258 } 
				  command = { type = money value = -230 where = 1258 } #151.65 billion Chinese yuan
                  command = { type = dissent value = 5 }
           }
}
Can do earthquakes/tsunamis/hurricanes etc np
 

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
I don't want to do the work but if you're willing to do this OK I'll put it in.
Thanks for the news about 1.06 beta 3. I just found the download. The official AOD team has added a number of ministers. I'll delay release until they are integrated with mine.
So 0.19 will be for 1.06 beta 3
 
Last edited:

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
Cyclones & Hurricanes

From 1920 on so interwar compliant.
hurricanem.png

Code:
### Cyclones ###
#############################################
###### 1922 Swatow typhoon 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1248 data = -1 }
		   year = 1922
         }
 
         name = "1922 Swatow Typhoon"
         desc = "The 1922 Swatow Typhoon was a devastating tropical cyclone that caused thousands of deaths in the Chinese city of Swatow in August 1922. Total fatalities of 50-100,000 people make it one of the deadliest known typhoons in history."
         style = 0
         picture = "hurricane"
 
         date = { day = 27 month = july year = 1922 }
         offset = 2
         deathdate = { day = 3 month = august year = 1922 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1248 }
                  command = { type = dissent value = 5 }
		  command = { type = manpowerpool value = -50 }
           }
}
#############################################
###### 1970 Bhola cyclone 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1285 data = -1 }
		   year = 1970
         }
 
         name = "1970 Bhola Cyclone"
         desc = "The 1970 Bhola cyclone was a devastating tropical cyclone that struck East Pakistan (now Bangladesh) and India's West Bengal on November 12, 1970. It was the deadliest tropical cyclone ever recorded, and one of the deadliest natural disasters in modern times. Up to 500,000 people lost their lives in the storm, primarily as a result of the storm surge that flooded much of the low-lying islands of the Ganges Delta."
         style = 0
         picture = "hurricane"
 
         date = { day = 7 month = november year = 1970 }
         offset = 2
         deathdate = { day = 13 month = november year = 1970 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1285 }
		  command = { type = money value = -49 where = 1285 } #$490 Million in damage
                  command = { type = dissent value = 8 }
		  command = { type = manpowerpool value = -250 }
           }
}
#############################################
###### Super Typhoon Nina 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1229 data = -1 }
		   year = 1975
         }
 
         name = "Super Typhoon Nina"
         desc = "Super Typhoon Nina was a short-lived but intense super typhoon that caused catastrophic damage and loss of life in China after causing the Banqiao Dam to collapse. Over 100,000 people died because of the resulting floods, making it one of the deadliest tropical cyclones recorded in history. The collapse of the dam due to heavy floods also caused a string of smaller dams to collapse, adding more damage by the typhoon."
         style = 0
         picture = "hurricane"
 
         date = { day = 30 month = july year = 1975 }
         offset = 2
         deathdate = { day = 6 month = august year = 1975 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1229 }
		  command = { type = money value = -120 where = 1229 } #$1.2 Billion in damage
                  command = { type = dissent value = 6 }
		  command = { type = manpowerpool value = -50 }
           }
}
#############################################
###### 1991 Bangladesh cyclone
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1285 data = -1 }
		   year = 1991
         }
 
         name = "1991 Bangladesh Cyclone"
         desc = "The 1991 Bangladesh cyclone was among the deadliest tropical cyclones on record. On the night of 29 April 1991 a powerful tropical cyclone struck the Chittagong district of southeastern Bangladesh with winds of around 250 km/h (155 mph). The storm forced a 6 metre (20 ft) storm surge inland over a wide area, killing at least 138,000 people and leaving as many as 10 million homeless."
         style = 0
         picture = "hurricane"
 
         date = { day = 24 month = april year = 1991 }
         offset = 2
         deathdate = { day = 30 month = april year = 1991 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -900 where = 1285 }
		  command = { type = money value = -170 where = 1285 } #$1.7 Billion in damage
                  command = { type = dissent value = 7 }
		  command = { type = manpowerpool value = -70 }
           }
}
#############################################
###### Cyclone Nargis
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1297 data = -1 }
		   year = 2008
         }
 
         name = "Cyclone Nargis"
         desc = "Cyclone Nargis, was a strong tropical cyclone that caused the worst natural disaster in the recorded history of Myanmar. The cyclone made landfall in the country on May 2, 2008, causing catastrophic destruction and at least 138,000 fatalities."
         style = 0
         picture = "hurricane"
 
         date = { day = 27 month = april year = 2008 }
         offset = 2
         deathdate = { day = 3 month = may year = 2008 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1297 }
		  command = { type = money value = -1000 where = 1297 } #$10 Billion in damage
                  command = { type = dissent value = 8 }
		  command = { type = manpowerpool value = -70 }
           }
}
### US Hurricanes ###
#############################################
###### 1926 Miami Hurricane
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 650 data = -1 }
		   year = 1926
         }
 
         name = "1926 Miami Hurricane"
         desc = "The 1926 Miami Hurricane (or Great Miami Hurricane) was a Category 4 hurricane that devastated Miami in September 1926. The storm also caused significant damage in the Florida Panhandle, the U.S. state of Alabama, and the Bahamas. The storm's enormous regional economic impact helped end the Florida land boom of the 1920s and pushed the region on an early start into the Great Depression."
         style = 0
         picture = "hurricane"
 
         date = { day = 11 month = september year = 1926 }
         offset = 2
         deathdate = { day = 22 month = september year = 1926 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 650 }
		  command = { type = money value = -10 where = 650 } #$100 million in damage
                  command = { type = dissent value = 2 }
           }
}
#############################################
###### 1928 Okeechobee hurricane
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 650 data = -1 }
		   year = 1928
         }
 
         name = "1928 Okeechobee hurricane"
         desc = "The Okeechobee hurricane, or San Felipe Segundo hurricane, was a deadly hurricane that struck the Leeward Islands, Puerto Rico, the Bahamas, and Florida in September of the 1928 Atlantic hurricane season. It was the second recorded hurricane to reach Category 5 status on the Saffir-Simpson Hurricane Scale in the Atlantic basin after the 1924 Cuba hurricane; as of 2010, it remained the only recorded hurricane to strike Puerto Rico at Category 5 strength, and one of the ten most intense ever recorded to make landfall in the United States."
         style = 0
         picture = "hurricane"
 
         date = { day = 6 month = september year = 1928 }
         offset = 2
         deathdate = { day = 20 month = september year = 1928 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 650 }
		  command = { type = money value = -10 where = 650 } #$100 million in damage
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -2 }
           }
}
#############################################
###### New England Hurricane of 1938
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 600 data = -1 } #Boston
		   year = 1938
         }
 
         name = "New England Hurricane of 1938"
         desc = "The New England Hurricane of 1938 was the first major hurricane to strike New England since 1869. The storm formed near the coast of Africa in September of the 1938 Atlantic hurricane season, becoming a Category 5 hurricane on the Saffir-Simpson Hurricane Scale before making landfall as a Category 3 hurricane on Long Island on September 21. The hurricane was estimated to have killed between 682 and 800 people, damaged or destroyed over 57,000 homes, and caused property losses estimated at US$306 million."
         style = 0
         picture = "hurricane"
 
         date = { day = 10 month = september year = 1938 }
         offset = 2
         deathdate = { day = 22 month = september year = 1938 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -200 where = 600 }
		  command = { type = money value = -31 where = 600 } #$306 million in damage
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -1 }
           }
}
#############################################
###### 1944 Cuba–Florida hurricane
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 649 data = -1 } 
		   year = 1944
         }
 
         name = "1944 Cuba–Florida Hurricane"
         desc = "The 1944 Cuba–Florida hurricane was a large, intense Category 3 hurricane that affected western Cuba and Florida. The eleventh tropical cyclone, seventh hurricane, and third major hurricane of the season developed over the southern Caribbean Sea on October 12. It intensified to a hurricane on October 13, attained its peak on October 17, and struck Pinar del Río with gusts in excess of 160 mph (260 km/h). The hurricane accelerated, and it struck southwest Florida near Sarasota on October 19."
         style = 0
         picture = "hurricane"
 
         date = { day = 12 month = october year = 1944 }
         offset = 2
         deathdate = { day = 23 month = october year = 1944 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -100 where = 649 }
		  command = { type = money value = -1 where = 649 } #$10 million in damage
                  command = { type = dissent value = 2 }
           }
}
#############################################
###### Hurricane Donna
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 651 data = -1 } 
		   year = 1960
         }
 
         name = "Hurricane Donna"
         desc = "Hurricane Donna in the 1960 Atlantic hurricane season was a Cape Verde-type hurricane which moved across the Leeward Islands, Puerto Rico, Hispanola, Cuba, The Bahamas, and every state on the East Coast of the United States. Hurricane Donna holds the record for retaining major hurricane status (Category 3 or greater on the Saffir-Simpson Hurricane Scale) in the Atlantic Basin for the longest period of time. For nine days, September 2 to September 11, Donna consistently had maximum sustained winds of at least 115 mph (185 km/h)."
         style = 0
         picture = "hurricane"
 
         date = { day = 29 month = august year = 1960 }
         offset = 2
         deathdate = { day = 14 month = september year = 1960 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 651 }
		  command = { type = money value = -90 where = 651 } #$900 million in damage
                  command = { type = dissent value = 2 }
           }
}
#############################################
###### Hurricane Camille
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 679 data = -1 }
		   year = 1969
         }
 
         name = "Hurricane Camille"
         desc = "Hurricane Camille was the third and strongest tropical cyclone and second hurricane during the 1969 Atlantic hurricane season. The second of three catastrophic Category 5 hurricanes to make landfall in the United States during the 20th century (the others being 1935's Labor Day hurricane and 1992's Hurricane Andrew), which it did near the mouth of the Mississippi River on the night of August 17, Camille was the only Atlantic hurricane to exhibit officially recorded sustained wind speeds of at least 190 miles per hour (310 km/h) until Allen equaled that number in 1980, and remains the only Atlantic hurricane in recorded history to make landfall with wind speeds at or above such level."
         style = 0
         picture = "hurricane"
 
         date = { day = 14 month = august year = 1969 }
         offset = 2
         deathdate = { day = 22 month = august year = 1969 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 679 }
		  command = { type = money value = -142 where = 679 } #$1.42 billion in damage
                  command = { type = dissent value = 3 }
           }
}
#############################################
###### Hurricane Andrew
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 651 data = -1 }
		   year = 1992
         }
 
         name = "Hurricane Andrew"
         desc = "Hurricane Andrew was the third category 5 hurricane to make landfall in the United States, after the Labor Day Hurricane of 1935 and Hurricane Camille in 1969. Andrew was the first named storm and only major hurricane of the otherwise inactive 1992 Atlantic hurricane season. During Andrew's duration it struck the northwestern Bahamas, southern Florida at Homestead (south of Miami), and southwest Louisiana around Morgan City in August.[1] Andrew caused $26.5 billion in damage ($41.5 billion 2011 USD), with most of that damage cost in south Florida, which it struck at Category 5 strength."
         style = 0
         picture = "hurricane"
 
         date = { day = 16 month = august year = 1992 }
         offset = 2
         deathdate = { day = 28 month = august year = 1992 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -2000 where = 651 }
		  command = { type = money value = -2650 where = 651 } #$26.5 billion in damage
                  command = { type = dissent value = 6 }
           }
}
#############################################
###### Hurricane Katrina
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 680 data = -1 }
		   year = 2005
         }
 
         name = "Hurricane Katrina"
         desc = "Hurricane Katrina of the 2005 Atlantic hurricane season was the costliest natural disaster, as well as one of the five deadliest hurricanes, in the history of the United States. Among recorded Atlantic hurricanes, it was the sixth strongest overall. At least 1,836 people died in the actual hurricane and in the subsequent floods, making it the deadliest U.S. hurricane since the 1928 Okeechobee hurricane; total property damage was estimated at $81 billion (2005 USD), nearly triple the damage wrought by Hurricane Andrew in 1992."
         style = 0
         picture = "hurricane"
 
         date = { day = 23 month = august year = 2005 }
         offset = 2
         deathdate = { day = 30 month = august year = 2005 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -4000 where = 680 }
		  command = { type = money value = -4100 where = 680 } #$81 billion in damage (halved & rest in supplies and dissent as 8000$ is pricy.
                  command = { type = dissent value = 10 }
           }
}
 

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
If you're going to do disasters then you'll need to work up something related to the Dust Bowl with several years impact--probably a negative free money thing
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
If you're going to do disasters then you'll need to work up something related to the Dust Bowl with several years impact--probably a negative free money thing
Actually I was thinking about this & a few other major long term effects like the 1920 flu epidemic or the 50s asian flu etc. Probably negative pop growth in that case to factor in lower manpower for now. Dust Bowl makes sense with a money modifier.

For short term disasters like earthquakes etc im using dissent to simulate outrage but also infrastructure damage. There is no command yet that I know of do lower a provinces infrastructure or resource/IC production. Even then id have to do that for multiple provinces in cases like hurricanes - too complicated overall
Ill have earthquakes next
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
Earthquakes

Just checking, 0.19 was delayed untill integration with Beta 3. Correct?
Yep, I gather about a week probably?

earthquake.png

Code:
###### Earthquakes
#############################################
###### 1920 Haiyuan earthquake 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1273 data = -1 }
		   year = 1920
         }
 
         name = "1920 Haiyuan Earthquake"
         desc = "1920 Haiyuan earthquake, was an earthquake that occurred on December 16, 1920. The epicenter was in Haiyuan County, Ningxia Province, China. It was also called the 1920 Gansu earthquake because Ningxia was a part of Gansu Province when the earthquake occurred. The earthquake hit at local time 20:06:53, reportedly 7.8 on the Richter magnitude scale, followed by a series of aftershocks for three years. Today's Chinese media claim the earthquake as of magnitude 8.5, although the scale is not specified. It caused total destruction (XII - the maximum intensity on the Mercalli scale) in the Lijunbu-Haiyuan-Ganyanchi area. Total casualty was reported as 235,502 according to the Catalog of Damaging Earthquakes in the World."
         style = 0
         picture = "earthquake"
 
         date = { day = 16 month = december year = 1920 }
         offset = 1
         deathdate = { day = 20 month = december year = 1920 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 1273 }
                  command = { type = dissent value = 8 }
		  command = { type = manpowerpool value = -120 }
           }
}
#############################################
###### 1923 Great Kantō earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1185 data = -1 }
		   year = 1923
         }
 
         name = "1923 Great Kantō Earthquake"
         desc = "The 1923 Great Kantō earthquake struck the Kantō plain on the Japanese main island of Honshū at 11:58:44 am JST on September 1, 1923. Varied accounts hold that the duration of the earthquake was between 4 and 10 minutes. The Kantō quake killed between 100,000 and 140,000 people, making it the deadliest earthquake ever to strike Japan. The quake had a magnitude of 7.9 on the Richter scale, with its focus deep beneath Izu Ōshima Island in Sagami Bay."
         style = 0
         picture = "earthquake"
 
         date = { day = 1 month = september year = 1923 }
         offset = 1
         deathdate = { day = 5 month = september year = 1923 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1185 }
                  command = { type = dissent value = 6 }
		  command = { type = manpowerpool value = -70 }
           }
}
#############################################
###### 1927 Gulang earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1443 data = -1 }
		   year = 1927
         }
 
         name = "1923 Great Kantō Earthquake"
         desc = "The 1927 Gulang earthquake occurred at 6:32 a.m. on 22 May (22:32 UTC on 21 May). This 7.6 magnitude event had an epicenter near Gulang, Gansu in China. There were more than 40,900 casualties. It was felt up to 700 km away."
         style = 0
         picture = "earthquake"
 
         date = { day = 22 month = may year = 1927 }
         offset = 1
         deathdate = { day = 26 month = may year = 1927 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1443 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 1932 Changma earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1441 data = -1 }
		   year = 1932
         }
 
         name = "1932 Changma Earthquake"
         desc = "The 1932 Changma earthquake occurred at 10:04:27 local time on 25 December. It had an estimated magnitude of 7.6 on the surface wave magnitude scale and a maximum felt intensity of X (Intense) on the Mercalli intensity scale. 1167 houses were destroyed, 275 people died and a further 320 were injured."
         style = 0
         picture = "earthquake"
 
         date = { day = 25 month = december year = 1932 }
         offset = 1
         deathdate = { day = 30 month = december year = 1932 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1441 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -35 }
           }
}
#############################################
###### 1934 Bihar earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1471 data = -1 }
		   year = 1934
         }
 
         name = "1934 Bihar Earthquake"
         desc = "The 1934 Bihar earthquake was one of the worst earthquakes in India's history. Some 30,000 people were said to have died. Munger and Muzaffarpur were completely destroyed. This 8.4 magnitude earthquake occurred on January 15, 1934 at around 2:13 PM (I.S.T.) and caused widespread damage in the northern Bihar and in Nepal. The epicentre for this event was located in the eastern Nepal about 240 km away from Kathmandu."
         style = 0
         picture = "earthquake"
 
         date = { day = 15 month = january year = 1934 }
         offset = 1
         deathdate = { day = 20 month = january year = 1934 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1471 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### 1935 Balochistan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1482 data = -1 }
		   year = 1935
         }
 
         name = "1935 Balochistan Earthquake"
         desc = "The 1935 Balochistan Earthquake occurred on May 31, 1935 at 3:02am at Quetta, Balochistan, British India (now part of Pakistan). The earthquake had a magnitude of 7.7 Mw and anywhere between 30,000 and 60,000 people died from the impact. This ranks as one of the deadliest earthquakes that hit South Asia. The quake was centred 4.0 kilometres South West of Ali Jaan, Balochistan, British India."
         style = 0
         picture = "earthquake"
 
         date = { day = 31 month = may year = 1935 }
         offset = 1
         deathdate = { day = 5 month = june year = 1935 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1482 }
                  command = { type = dissent value = 5 }
		  command = { type = manpowerpool value = -30 }
           }
}
#############################################
###### 1939 Chillán earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 856 data = -1 }
		   year = 1939
         }
 
         name = "1939 Chillán Earthquake"
         desc = "The 1939 Chillán earthquake was a major earthquake in south-central Chile. It is currently the single earthquake that has caused the most deaths in Chile. The earthquake occurred on 24 January 1939 and had an intensity of 8.3 in the Richter scale. The death toll was around 50,000, compared to the 2,000 of the Great Chilean Earthquake of 1960."
         style = 0
         picture = "earthquake"
 
         date = { day = 24 month = january year = 1939 }
         offset = 1
         deathdate = { day = 28 month = january year = 1939 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 856 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -25 }
           }
}
#############################################
###### 1939 Erzincan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 856 data = -1 }
		   year = 1939
         }
 
         name = "1939 Erzincan Earthquake"
         desc = "The Erzincan earthquake of 1939 was a major natural disaster that hit the province of Erzincan in eastern Turkey at 1:57 am (GMT 11:57 pm) on December 27, 1939. The earthquake of seven violent shocks, the biggest one measuring 8.2 on the Richter scale, was the most powerful one to strike Turkey in recent history.
The first stage of the earthquake killed about 8,000 people. The next day, it was reported that the death toll had risen to 20,000. An emergency relief operation began. By the end of the year, 32,962 had died due to more earthquakes and several floods. So extensive was the damage to Erzincan city that its old site was entirely abandoned and a new town was founded a little further to the north."
         style = 0
         picture = "earthquake"
 
         date = { day = 26 month = december year = 1939 }
         offset = 1
         deathdate = { day = 31 month = december year = 1939 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 856 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### 1944 San Juan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 843 data = -1 }
		   year = 1944
         }
 
         name = "1944 San Juan Earthquake"
         desc = "The 1944 San Juan earthquake took place in the province of San Juan, in the center-west area of Argentina, a region highly prone to seismic events. This moderate to strong earthquake (estimated moment magnitudes range from 6.7 to 7.8) destroyed a large part of San Juan, the provincial capital, and killed 10,000 of its inhabitants, 10% of its population at the time. One third of the province population became homeless. It is acknowledged as the worst natural disaster in Argentine history."
         style = 0
         picture = "earthquake"
 
         date = { day = 15 month = january year = 1944 }
         offset = 1
         deathdate = { day = 20 month = january year = 1944 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 843 }
                  command = { type = dissent value = 2 }
		  command = { type = manpowerpool value = -5 }
           }
}
#############################################
###### 1948 Ashgabat earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1490 data = -1 }
		   year = 1948
         }
 
         name = "1948 Ashgabat earthquake"
         desc = "The 1948 Ashgabat earthquake, at a magnitude 7.3 Mw, occurred on 6 October 1948 near Ashgabat, Turkmenistan (then Soviet Union). The earthquake is considered to be the 6th deadliest earthquake in the history of humankind. Due to censorship by the national government, the Ashgabat Earthquake was not much reported in USSR media. The scholars tend to agree that ban on publicity of the extent of earthquake casualties and damages did not allow the Soviet government to allocate enough financial resources to adequitely respond to disaster. A news release on 9 December 1988 advised that the correct death toll was 110,000, equivalent to almost 10% of the Turkmen SSR's population at the time."
         style = 0
         picture = "earthquake"
 
         date = { day = 5 month = october year = 1948 }
         offset = 1
         deathdate = { day = 10 month = october year = 1948 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1490 }
                  command = { type = dissent value = 5 }
		  command = { type = manpowerpool value = -55 }
           }
}
#############################################
###### 1949 Khait earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1428 data = -1 }
		   year = 1949
         }
 
         name = "1949 Khait Earthquake"
         desc = "The 1949 Khait (Hoit) earthquake occurred at 09:45 local time on 10 July in the Gharm Oblast region of Tajikistan. It had a magnitude of 7.4 and triggered a series of landslides that together led to 7,200 deaths. The Khait or Hoit landslide occurred on July 10, 1949 in the Khait district in the Gharm Oblast in the Tajikistan, then part of the Soviet Union. The landslide was triggered by the 1949 Khait earthquake and buried 33 villages and has by some estimates killed 28,000 people."
         style = 0
         picture = "earthquake"
 
         date = { day = 10 month = july year = 1949 }
         offset = 1
         deathdate = { day = 15 month = july year = 1949 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1428 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -18 }
           }
}
#############################################
###### 1960 Agadir earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 966 data = -1 }
		   year = 1960
         }
 
         name = "1960 Agadir Earthquake"
         desc = "The 1960 Agadir earthquake took place on February 29, 1960, at 23:40 local time. It was the most destructive and deadliest earthquake in Moroccan history with a magnitude of 5.7 Mw, killing around 15,000 people (about a third of the city's population of the time) and wounding another 12,000. At least 35,000 people were left homeless. Despite its moderate magnitude, the earthquake's shallow focus and proximity to the major city of Agadir made it very destructive."
         style = 0
         picture = "earthquake"
 
         date = { day = 29 month = february year = 1960 }
         offset = 1
         deathdate = { day = 5 month = march year = 1960 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 966 }
                  command = { type = dissent value = 2 }
		  command = { type = manpowerpool value = -8 }
           }
}
#############################################
###### 1962 Bou'in-Zahra earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1788 data = -1 }
		   year = 1962
         }
 
         name = "1962 Bou'in-Zahra Earthquake"
         desc = "The 1962 Bou'in-Zahra earthquake occurred on September 1, 1962, in the settlement of Bou'in-Zahra, Qazvin Province, Iran. 12,225 fatalities resulted from the massive, magnitude 7.1 earthquake.
Qazvin Province lies in an area of Iran that experiences large earthquakes. The 1962 event originated on one of many faults in the area, called the Ipak Fault. Believed to have been reactivated multiple times, the fault is extensive and could still pose a threat to locals. 12,225 fatalities resulted from the earthquake."
         style = 0
         picture = "earthquake"
 
         date = { day = 1 month = september year = 1962 }
         offset = 1
         deathdate = { day = 5 month = september year = 1962 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1788 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -6 }
           }
}
#############################################
###### 1968 Dasht-e Bayaz and Ferdows earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1496 data = -1 }
		   year = 1968
         }
 
         name = "1968 Dasht-e Bayaz and Ferdows Earthquake"
         desc = "Dasht-e Bayaz and Ferdows Earthquake, were two successive earthquakes, which hit Dashte Bayaz, Kakhk and Ferdows, Iran. The first earthquake occurred on August 31, 1968, measuring 7.3 on the Richter scale and destroyed 5 villages totally in the Dasht-e Bayaz area, and at least half of the buildings in another 6 villages from Kakhk to Sarayan. After that, a strong aftershock, measuring 6.4 on the Richter scale, on September 1 destroyed Ferdows. More than 175 villages were destroyed or damaged in this earthquake."
         style = 0
         picture = "earthquake"
 
         date = { day = 31 month = august year = 1968 }
         offset = 1
         deathdate = { day = 5 month = september year = 1968 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1496 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -6 }
           }
}
#############################################
###### 1970 Tonghai earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1305 data = -1 }
		   year = 1970
         }
 
         name = "1970 Tonghai Earthquake"
         desc = "The 1970 Tonghai earthquake occurred on 4 January 1970 in Tonghai, China. The rupture originated on the local Yunnan Province’s Red River fault, which had not experienced an earthquake above magnitude 7 since 1700. The earthquake had a magnitude of 7.7 and killed at least 15,000 people, making it one of the deadliest in the history of China. The tremor caused between US$5 to $25 million in damage, felt over an area of 8,781 km (5,456 miles). In Hanoi, North Vietnam, almost 483 km (300 miles) from the epicenter, victims left their homes as the rupture rumbled through the city."
         style = 0
         picture = "earthquake"
 
         date = { day = 4 month = january year = 1970 }
         offset = 1
         deathdate = { day = 10 month = january year = 1970 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1305 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -7 }
           }
}
#############################################
###### 1970 Ancash earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 816 data = -1 }
		   year = 1970
         }
 
         name = "1970 Ancash Earthquake"
         desc = "The 1970 Ancash earthquake or Great Peruvian Earthquake was an undersea earthquake that occurred on May 31 of that year. Combined with a resultant landslide, it was the worst catastrophic natural disaster ever recorded in the history of Peru. The earthquake affected the Peruvian regions of Ancash and La Libertad. The epicenter of the earthquake was located 35 km off the coast of Casma and Chimbote on the Pacific Ocean, where the Nazca Plate is being subducted by the South American Plate. It had a magnitude of 7.9 to 8.0 on the Richter scale and an intensity of up to 8 on the Mercalli scale. The reported death toll from the earthquake and avalanche totaled 74,194 people, although some estimates place it as high as 80,000. About 25,600 went missing and 143,331 were injured. Over 1,000,000 people were left homeless and other 3,000,000 were affected."
         style = 0
         picture = "earthquake"
 
         date = { day = 31 month = may year = 1970 }
         offset = 1
         deathdate = { day = 5 month = june year = 1970 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 816 }
                  command = { type = dissent value = 6 }
		  command = { type = manpowerpool value = -50 }
           }
}
#############################################
###### 1976 Guatemala earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 757 data = -1 }
		   year = 1976
         }
 
         name = "1976 Guatemala Earthquake"
         desc = "The 1976 Guatemala earthquake struck on February 4, 1976 at 03:01:43 local time. It was a 7.5 Mw earthquake, centered in the Motagua Fault, about 160 km northeast of Guatemala City, Guatemala. The quake's hypocenter was located at a depth of 5 km near the town of Los Amates in the department of Izabal.
Cities throughout the country suffered damage, and most adobe type houses in the outlying areas of Guatemala City were completely destroyed. The earthquake struck during the early morning (at 3:01 am, local time) when most people were asleep. This contributed to the high death toll of 23,000. Approximately 76,000 were injured, and many thousands left homeless. Some of areas went without electricity and communications for days."
         style = 0
         picture = "earthquake"
 
         date = { day = 4 month = february year = 1976 }
         offset = 1
         deathdate = { day = 10 month = february year = 1976 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 757 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### 1976 Tangshan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1203 data = -1 }
		   year = 1976
         }
 
         name = "1976 Tangshan Earthquake"
         desc = "The Tangshan Earthquake also known as the Great Tangshan Earthquake, was a natural disaster that occurred on July 28, 1976. It is believed to be the largest earthquake of the 20th century by death toll. The epicenter of the earthquake was near Tangshan in Hebei, People's Republic of China, an industrial city with approximately one million inhabitants. The number of deaths initially reported by the Chinese government was 655,000, but this number has since been stated to be around 240,000 to 255,000. A further 164,000 people were recorded as being severely injured. The earthquake came in between a series of political events involving the Communist Party of China, ultimately leading to the expulsion of the ruling Gang of Four by Mao's chosen successor Hua Guofeng. In traditional Chinese thought, natural disasters are seen as a precursor of dynastic change. The earthquake hit in the early morning, at 03:42:53.8 local time, and lasted 23 seconds. Chinese government official sources state a magnitude of 7.8 on the Richter magnitude scale, though some sources listed it as high as 8.2. It was followed by a major 7.8 magnitude aftershock some 16 hours later, increasing the death toll."
         style = 0
         picture = "earthquake"
 
         date = { day = 28 month = july year = 1976 }
         offset = 1
         deathdate = { day = 2 month = august year = 1976 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1500 where = 1203 }
		  command = { type = money value = -1540 where = 754 } #$10 billion yuan
                  command = { type = dissent value = 10 }
		  command = { type = manpowerpool value = -120 }
           }
}
#############################################
###### 1978 Tabas earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1501 data = -1 }
		   year = 1978
         }
 
         name = "1978 Tabas Earthquake"
         desc = "The 1978 Tabas earthquake was a huge earthquake measuring 7.8 on the Richter scale which struck on September 16, 1978 in central Iran. The death toll was approximately 15,000 and the worst damage was to the town Tabas, which was at the epicentre of the quake and completely flattened. 40 villages within a 30 miles (48 km) radius were damaged. All the town's doctors were reported to have died, leaving civilians to treat others. All water and electricity was cut from Tabas, along with phone lines. The nearest accessible place to gain water was the town of Ferdows, a three hour drive away."
         style = 0
         picture = "earthquake"
 
         date = { day = 16 month = september year = 1978 }
         offset = 1
         deathdate = { day = 20 month = september year = 1978 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 1501 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -7 }
           }
}
#############################################
###### 1985 Mexico City earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 754 data = -1 }
		   year = 1985
         }
 
         name = "1985 Mexico City Earthquake"
         desc = "The 1985 Mexico City earthquake, a magnitude 8.1 earthquake that struck Mexico on 19 September 1985 in the morning at 7:19 local time, caused the deaths of about 10,000 people and serious damage in the nation's capital. The complete seismic event consisted of four quakes. A pre-event quake of magnitude 5.2 occurred on 28 May 1985. The main and most powerful shock occurred 19 September, followed by two aftershocks: one on 20 September 1985 of magnitude 7.5 and the fourth occurring seven months later on 30 April 1986 of magnitude 7.0. The quakes were located off the Mexican Pacific coast, more than 350 km away, but due to strength of the quake and the fact that Mexico City sits on an old lakebed, Mexico City suffered major damage. The event caused between three and four billion USD in damage as 412 buildings collapsed and another 3,124 were seriously damaged in the city. While the number is in dispute, the most-often cited number of deaths is an estimated 10,000 people but experts agreed that it could be up to 40,000."
         style = 0
         picture = "earthquake"
 
         date = { day = 19 month = september year = 1985 }
         offset = 1
         deathdate = { day = 25 month = september year = 1985 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 754 }
		  command = { type = money value = -300 where = 754 } #$3 billion in damage
                  command = { type = dissent value = 7 }
		  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 1988 Spitak earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1856 data = -1 }
		   year = 1988
         }
 
         name = "1988 Spitak Earthquake"
         desc = "The Spitak Earthquake (also called Leninakan Earthquake and Gyumri Earthquake) was a tremor with a magnitude of 6.9, that took place on December 7, 1988 at 11:41 local time in the Spitak region of Armenia, then part of the Soviet Union. The earthquake killed at least 25,000 people; geologists and earthquake engineering experts laid the blame on the poorly built support structures of apartments and other buildings built during the "stagnation" era of Leonid Brezhnev."
         style = 0
         picture = "earthquake"
 
         date = { day = 7 month = december year = 1988 }
         offset = 1
         deathdate = { day = 14 month = december year = 1988 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1856 }
		  command = { type = money value = -200 where = 1856 } 
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -14 }
           }
}
#############################################
###### 1990 Manjil-Rudbar earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1787 data = -1 }
		   year = 1990
         }
 
         name = "1990 Manjil-Rudbar Earthquake"
         desc = "The Manjil-Rudbar Earthquake occurred at 00:30:09 on June 21, 1990. It caused widespread damage in areas within a one hundred kilometer radius of the epicenter near the City of Rasht and about two hundred kilometers northwest of Tehran. The cities of Rudbar, Manjil, and Lushan and 700 villages were destroyed, and over three hundred villages were affected. There was $200,000,000 not only in damage but in health care in damage in Gilan and Zanjan provinces southwest of the Caspian Sea. 100,000 adobe houses sustained major damage or collapsed resulting in forty thousand fatalities, and sixty thousand injured. 500,000 people were left homeless."
         style = 0
         picture = "earthquake"
 
         date = { day = 21 month = june year = 1990 }
         offset = 1
         deathdate = { day = 26 month = june year = 1990 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1787 }
		  command = { type = money value = -20 where = 1787 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 1999 İzmit earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 439 data = -1 }
		   year = 1999
         }
 
         name = "1999 İzmit Earthquake"
         desc = "The 1999 İzmit earthquake was a 7.6 magnitude earthquake that struck northwestern Turkey on August 17, 1999, at about 3:02am local time. The event lasted for 37 seconds, killing around 17 thousand people and leaving approximately half a million people homeless. The nearby city of Izmit was very badly damaged."
         style = 0
         picture = "earthquake"
 
         date = { day = 17 month = august year = 1999 }
         offset = 1
         deathdate = { day = 22 month = august year = 1999 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 439 }
		  command = { type = money value = -150 where = 439 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -9 }
           }
}
#############################################
###### 2001 Gujarat earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1466 data = -1 }
		   year = 2001
         }
 
         name = "2001 Gujarat earthquake"
         desc = "The 2001 Gujarat earthquake occurred on January 26, 2001, India's 51st Republic Day, at 08:46 AM local time and lasted for over two minutes. The epicentre was about 9 km south-southwest of the village of Chobari in Bhachau Taluka of Kutch District of Gujarat, India. The earthquake reached a magnitude of between 7.6 and 7.7 on the moment magnitude scale and had a maximum felt intensity of X (Intense) on the Mercalli intensity scale. The quake killed around 20,000 people (including 18 in South eastern Pakistan), injured another 167,000 and destroyed nearly 400,000 homes."
         style = 0
         picture = "earthquake"
 
         date = { day = 26 month = january year = 2001 }
         offset = 1
         deathdate = { day = 26 month = january year = 2001 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1466 }
		  command = { type = money value = -100 where = 1466 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -10 }
           }
}
#############################################
###### 2003 Bam earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1497 data = -1 }
		   year = 2003
         }
 
         name = "2003 Bam earthquake"
         desc = "The 2003 Bam earthquake was a major earthquake that struck Bam and the surrounding Kerman province of southeastern Iran at 1:56 AM UTC on Friday, December 26, 2003. The most widely accepted estimate for the magnitude of the earthquake is a moment magnitude (Mw) of 6.6; estimated by the United States Geological Survey. The earthquake was particularly destructive, with the death toll amounting to 26,271 people and injuring an additional 30,000. The effects of the earthquake were exacerbated by the use of mud brick as the standard construction medium; many of the area's structures did not comply with earthquake regulations set in 1989."
         style = 0
         picture = "earthquake"
 
         date = { day = 26 month = december year = 2003 }
         offset = 1
         deathdate = { day = 1 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1497 }
		  command = { type = money value = -120 where = 1497 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -13 }
           }
}
#############################################
###### 2005 Kashmir earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1475 data = -1 }
		   year = 2005
         }
 
         name = "2005 Kashmir Earthquake"
         desc = "The 2005 Kashmir Earthquake was a major earthquake centered in Pakistan-administered Kashmir known as Azad Kashmir, near the city of Muzaffarabad, affecting Gilgit-Baltistan and Khyber Pakhtunkhwa province of Pakistan. It occurred at 08:52:37 Pakistan Standard Time on 8 October 2005. It registered a moment magnitude of 7.6 making it similar in size to the 1906 San Francisco earthquake, the 1935 Quetta earthquake, the 2001 Gujarat earthquake, and the 2009 Sumatra earthquakes. As of 8 November, the government of Pakistan's official death toll was 75,000. The earthquake also affected countries in the surrounding region where tremors were felt in Tajikistan, western China; while officials say nearly 1,400 people also died in Indian-administered Kashmir and four people in Afghanistan. The severity of the damage caused by the earthquake is attributed to severe upthrust, coupled with poor construction."
         style = 0
         picture = "earthquake"
 
         date = { day = 8 month = october year = 2005 }
         offset = 1
         deathdate = { day = 12 month = october year = 2005 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1200 where = 1475 }
		  command = { type = money value = -400 where = 1475 }
                  command = { type = dissent value = 8 }
		  command = { type = manpowerpool value = -40 }
           }
}
#############################################
###### 2008 Sichuan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1281 data = -1 }
		   year = 2008
         }
 
         name = "2008 Sichuan earthquake"
         desc = "The 2008 Sichuan earthquake or the Great Sichuan Earthquake was a deadly earthquake that measured at 8.0 Ms and 7.9 Mw occurred at 14:28:01.42 CST on May 12, 2008 in Sichuan province of China and killed at least 68,000 people. The earthquake left about 4.8 million people homeless,[16] though the number could be as high as 11 million. Approximately 15 million people lived in the affected area. It was the deadliest earthquake to hit China since the 1976 Tangshan earthquake, which killed at least 240,000 people, and the strongest since the 1950 Chayu earthquake in the country, which registered at 8.5 on Richter magnitude scale. It is the 21st deadliest earthquake of all time."
         style = 0
         picture = "earthquake"
 
         date = { day = 12 month = may year = 2008 }
         offset = 1
         deathdate = { day = 16 month = may year = 2008 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1200 where = 1281 }
		  command = { type = money value = -400 where = 1281 }
                  command = { type = dissent value = 7 }
		  command = { type = manpowerpool value = -35 }
           }
}
#############################################
###### 2010 Haiti Earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 892 data = -1 }
		   year = 2010
         }
 
         name = "2010 Haiti Earthquake"
         desc = "The 2010 Haiti earthquake was a catastrophic magnitude 7.0 Mw earthquake, with an epicentre near the town of Léogâne, approximately 25 km (16 miles) west of Port-au-Prince, Haiti's capital. The earthquake occurred at 16:53 local time on Tuesday, 12 January 2010. By 24 January, at least 52 aftershocks measuring 4.5 or greater had been recorded. An estimated three million people were affected by the quake; the Haitian government reported that an estimated 316,000 people had died, 300,000 had been injured and 1,000,000 made homeless. The death toll has also been suggested to be much lower at somewhere between 92,000 and 220,000, with around 1.5 million to 1.8 million homeless. The government of Haiti also estimated that 250,000 residences and 30,000 commercial buildings had collapsed or were severely damaged."
         style = 0
         picture = "earthquake"
 
         date = { day = 12 month = january year = 2010 }
         offset = 1
         deathdate = { day = 16 month = january year = 2010 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -2000 where = 892 }
		  command = { type = money value = -800 where = 892 }
                  command = { type = dissent value = 14 }
		  command = { type = manpowerpool value = -100 }
           }
}
#############################################
###### 2004 Indian Ocean earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1355 data = -1 }
		   year = 2004
         }
 
         name = "2004 Indian Ocean earthquake"
         desc = "The 2004 Indian Ocean earthquake was an undersea megathrust earthquake that occurred at 00:58:53 UTC on Sunday, December 26, 2004, with an epicentre off the west coast of Sumatra, Indonesia. The quake itself is known by the scientific community as the Sumatra-Andaman earthquake. The resulting tsunami is given various names, including the 2004 Indian Ocean tsunami, South Asian Tsunami, Indonesian Tsunami, and Boxing Day Tsunami. The earthquake was caused by subduction and triggered a series of devastating tsunamis along the coasts of most landmasses bordering the Indian Ocean, killing over 230,000 people in fourteen countries, and inundating coastal communities with waves up to 30 meters (100 feet) high. It was one of the deadliest natural disasters in recorded history. Indonesia was the hardest hit, followed by Sri Lanka, India, and Thailand. With a magnitude of between 9.1 and 9.3, it is the third largest earthquake ever recorded on a seismograph. This earthquake had the longest duration of faulting ever observed, between 8.3 and 10 minutes. It caused the entire planet to vibrate as much as 1 cm (0.4 inches) and triggered other earthquakes as far away as Alaska. Its hypocenter was between Simeulue and mainland Indonesia."
         style = 0
         picture = "earthquake"
 
         date = { day = 12 month = january year = 2004 }
         offset = 1
         deathdate = { day = 16 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1355 }
		  command = { type = money value = -600 where = 1355 }
                  command = { type = dissent value = 10 }
		  command = { type = manpowerpool value = -70 } #Damage to Indonesia only, rest will be modeled as tsunamis.
           }
}
 

Lyrecryer

Back by Unpopular Demand!
85 Badges
Feb 27, 2010
2.074
13
  • Cities: Skylines - After Dark
  • Rome: Vae Victis
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Sword of the Stars
  • Crusader Kings II: Horse Lords
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Victoria 2
  • 500k Club
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cradle of Civilization
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: No Step Back
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Prison Architect
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV
  • Crusader Kings III: Royal Edition
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Third Rome
  • Surviving Mars
  • Europa Universalis III Complete
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis III Complete
  • Europa Universalis 4: Emperor
Yep, I gather about a week probably?

earthquake.png

Code:
###### Earthquakes
#############################################
###### 1920 Haiyuan earthquake 
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1273 data = -1 }
		   year = 1920
         }
 
         name = "1920 Haiyuan Earthquake"
         desc = "1920 Haiyuan earthquake, was an earthquake that occurred on December 16, 1920. The epicenter was in Haiyuan County, Ningxia Province, China. It was also called the 1920 Gansu earthquake because Ningxia was a part of Gansu Province when the earthquake occurred. The earthquake hit at local time 20:06:53, reportedly 7.8 on the Richter magnitude scale, followed by a series of aftershocks for three years. Today's Chinese media claim the earthquake as of magnitude 8.5, although the scale is not specified. It caused total destruction (XII - the maximum intensity on the Mercalli scale) in the Lijunbu-Haiyuan-Ganyanchi area. Total casualty was reported as 235,502 according to the Catalog of Damaging Earthquakes in the World."
         style = 0
         picture = "earthquake"
 
         date = { day = 16 month = december year = 1920 }
         offset = 1
         deathdate = { day = 20 month = december year = 1920 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 1273 }
                  command = { type = dissent value = 8 }
		  command = { type = manpowerpool value = -120 }
           }
}
#############################################
###### 1923 Great Kantō earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1185 data = -1 }
		   year = 1923
         }
 
         name = "1923 Great Kantō Earthquake"
         desc = "The 1923 Great Kantō earthquake struck the Kantō plain on the Japanese main island of Honshū at 11:58:44 am JST on September 1, 1923. Varied accounts hold that the duration of the earthquake was between 4 and 10 minutes. The Kantō quake killed between 100,000 and 140,000 people, making it the deadliest earthquake ever to strike Japan. The quake had a magnitude of 7.9 on the Richter scale, with its focus deep beneath Izu Ōshima Island in Sagami Bay."
         style = 0
         picture = "earthquake"
 
         date = { day = 1 month = september year = 1923 }
         offset = 1
         deathdate = { day = 5 month = september year = 1923 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1185 }
                  command = { type = dissent value = 6 }
		  command = { type = manpowerpool value = -70 }
           }
}
#############################################
###### 1927 Gulang earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1443 data = -1 }
		   year = 1927
         }
 
         name = "1923 Great Kantō Earthquake"
         desc = "The 1927 Gulang earthquake occurred at 6:32 a.m. on 22 May (22:32 UTC on 21 May). This 7.6 magnitude event had an epicenter near Gulang, Gansu in China. There were more than 40,900 casualties. It was felt up to 700 km away."
         style = 0
         picture = "earthquake"
 
         date = { day = 22 month = may year = 1927 }
         offset = 1
         deathdate = { day = 26 month = may year = 1927 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1443 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 1932 Changma earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1441 data = -1 }
		   year = 1932
         }
 
         name = "1932 Changma Earthquake"
         desc = "The 1932 Changma earthquake occurred at 10:04:27 local time on 25 December. It had an estimated magnitude of 7.6 on the surface wave magnitude scale and a maximum felt intensity of X (Intense) on the Mercalli intensity scale. 1167 houses were destroyed, 275 people died and a further 320 were injured."
         style = 0
         picture = "earthquake"
 
         date = { day = 25 month = december year = 1932 }
         offset = 1
         deathdate = { day = 30 month = december year = 1932 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1441 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -35 }
           }
}
#############################################
###### 1934 Bihar earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1471 data = -1 }
		   year = 1934
         }
 
         name = "1934 Bihar Earthquake"
         desc = "The 1934 Bihar earthquake was one of the worst earthquakes in India's history. Some 30,000 people were said to have died. Munger and Muzaffarpur were completely destroyed. This 8.4 magnitude earthquake occurred on January 15, 1934 at around 2:13 PM (I.S.T.) and caused widespread damage in the northern Bihar and in Nepal. The epicentre for this event was located in the eastern Nepal about 240 km away from Kathmandu."
         style = 0
         picture = "earthquake"
 
         date = { day = 15 month = january year = 1934 }
         offset = 1
         deathdate = { day = 20 month = january year = 1934 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1471 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### 1935 Balochistan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1482 data = -1 }
		   year = 1935
         }
 
         name = "1935 Balochistan Earthquake"
         desc = "The 1935 Balochistan Earthquake occurred on May 31, 1935 at 3:02am at Quetta, Balochistan, British India (now part of Pakistan). The earthquake had a magnitude of 7.7 Mw and anywhere between 30,000 and 60,000 people died from the impact. This ranks as one of the deadliest earthquakes that hit South Asia. The quake was centred 4.0 kilometres South West of Ali Jaan, Balochistan, British India."
         style = 0
         picture = "earthquake"
 
         date = { day = 31 month = may year = 1935 }
         offset = 1
         deathdate = { day = 5 month = june year = 1935 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1482 }
                  command = { type = dissent value = 5 }
		  command = { type = manpowerpool value = -30 }
           }
}
#############################################
###### 1939 Chillán earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 856 data = -1 }
		   year = 1939
         }
 
         name = "1939 Chillán Earthquake"
         desc = "The 1939 Chillán earthquake was a major earthquake in south-central Chile. It is currently the single earthquake that has caused the most deaths in Chile. The earthquake occurred on 24 January 1939 and had an intensity of 8.3 in the Richter scale. The death toll was around 50,000, compared to the 2,000 of the Great Chilean Earthquake of 1960."
         style = 0
         picture = "earthquake"
 
         date = { day = 24 month = january year = 1939 }
         offset = 1
         deathdate = { day = 28 month = january year = 1939 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 856 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -25 }
           }
}
#############################################
###### 1939 Erzincan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 856 data = -1 }
		   year = 1939
         }
 
         name = "1939 Erzincan Earthquake"
         desc = "The Erzincan earthquake of 1939 was a major natural disaster that hit the province of Erzincan in eastern Turkey at 1:57 am (GMT 11:57 pm) on December 27, 1939. The earthquake of seven violent shocks, the biggest one measuring 8.2 on the Richter scale, was the most powerful one to strike Turkey in recent history.
The first stage of the earthquake killed about 8,000 people. The next day, it was reported that the death toll had risen to 20,000. An emergency relief operation began. By the end of the year, 32,962 had died due to more earthquakes and several floods. So extensive was the damage to Erzincan city that its old site was entirely abandoned and a new town was founded a little further to the north."
         style = 0
         picture = "earthquake"
 
         date = { day = 26 month = december year = 1939 }
         offset = 1
         deathdate = { day = 31 month = december year = 1939 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 856 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### 1944 San Juan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 843 data = -1 }
		   year = 1944
         }
 
         name = "1944 San Juan Earthquake"
         desc = "The 1944 San Juan earthquake took place in the province of San Juan, in the center-west area of Argentina, a region highly prone to seismic events. This moderate to strong earthquake (estimated moment magnitudes range from 6.7 to 7.8) destroyed a large part of San Juan, the provincial capital, and killed 10,000 of its inhabitants, 10% of its population at the time. One third of the province population became homeless. It is acknowledged as the worst natural disaster in Argentine history."
         style = 0
         picture = "earthquake"
 
         date = { day = 15 month = january year = 1944 }
         offset = 1
         deathdate = { day = 20 month = january year = 1944 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 843 }
                  command = { type = dissent value = 2 }
		  command = { type = manpowerpool value = -5 }
           }
}
#############################################
###### 1948 Ashgabat earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1490 data = -1 }
		   year = 1948
         }
 
         name = "1948 Ashgabat earthquake"
         desc = "The 1948 Ashgabat earthquake, at a magnitude 7.3 Mw, occurred on 6 October 1948 near Ashgabat, Turkmenistan (then Soviet Union). The earthquake is considered to be the 6th deadliest earthquake in the history of humankind. Due to censorship by the national government, the Ashgabat Earthquake was not much reported in USSR media. The scholars tend to agree that ban on publicity of the extent of earthquake casualties and damages did not allow the Soviet government to allocate enough financial resources to adequitely respond to disaster. A news release on 9 December 1988 advised that the correct death toll was 110,000, equivalent to almost 10% of the Turkmen SSR's population at the time."
         style = 0
         picture = "earthquake"
 
         date = { day = 5 month = october year = 1948 }
         offset = 1
         deathdate = { day = 10 month = october year = 1948 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1490 }
                  command = { type = dissent value = 5 }
		  command = { type = manpowerpool value = -55 }
           }
}
#############################################
###### 1949 Khait earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1428 data = -1 }
		   year = 1949
         }
 
         name = "1949 Khait Earthquake"
         desc = "The 1949 Khait (Hoit) earthquake occurred at 09:45 local time on 10 July in the Gharm Oblast region of Tajikistan. It had a magnitude of 7.4 and triggered a series of landslides that together led to 7,200 deaths. The Khait or Hoit landslide occurred on July 10, 1949 in the Khait district in the Gharm Oblast in the Tajikistan, then part of the Soviet Union. The landslide was triggered by the 1949 Khait earthquake and buried 33 villages and has by some estimates killed 28,000 people."
         style = 0
         picture = "earthquake"
 
         date = { day = 10 month = july year = 1949 }
         offset = 1
         deathdate = { day = 15 month = july year = 1949 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1428 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -18 }
           }
}
#############################################
###### 1960 Agadir earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 966 data = -1 }
		   year = 1960
         }
 
         name = "1960 Agadir Earthquake"
         desc = "The 1960 Agadir earthquake took place on February 29, 1960, at 23:40 local time. It was the most destructive and deadliest earthquake in Moroccan history with a magnitude of 5.7 Mw, killing around 15,000 people (about a third of the city's population of the time) and wounding another 12,000. At least 35,000 people were left homeless. Despite its moderate magnitude, the earthquake's shallow focus and proximity to the major city of Agadir made it very destructive."
         style = 0
         picture = "earthquake"
 
         date = { day = 29 month = february year = 1960 }
         offset = 1
         deathdate = { day = 5 month = march year = 1960 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 966 }
                  command = { type = dissent value = 2 }
		  command = { type = manpowerpool value = -8 }
           }
}
#############################################
###### 1962 Bou'in-Zahra earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1788 data = -1 }
		   year = 1962
         }
 
         name = "1962 Bou'in-Zahra Earthquake"
         desc = "The 1962 Bou'in-Zahra earthquake occurred on September 1, 1962, in the settlement of Bou'in-Zahra, Qazvin Province, Iran. 12,225 fatalities resulted from the massive, magnitude 7.1 earthquake.
Qazvin Province lies in an area of Iran that experiences large earthquakes. The 1962 event originated on one of many faults in the area, called the Ipak Fault. Believed to have been reactivated multiple times, the fault is extensive and could still pose a threat to locals. 12,225 fatalities resulted from the earthquake."
         style = 0
         picture = "earthquake"
 
         date = { day = 1 month = september year = 1962 }
         offset = 1
         deathdate = { day = 5 month = september year = 1962 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1788 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -6 }
           }
}
#############################################
###### 1968 Dasht-e Bayaz and Ferdows earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1496 data = -1 }
		   year = 1968
         }
 
         name = "1968 Dasht-e Bayaz and Ferdows Earthquake"
         desc = "Dasht-e Bayaz and Ferdows Earthquake, were two successive earthquakes, which hit Dashte Bayaz, Kakhk and Ferdows, Iran. The first earthquake occurred on August 31, 1968, measuring 7.3 on the Richter scale and destroyed 5 villages totally in the Dasht-e Bayaz area, and at least half of the buildings in another 6 villages from Kakhk to Sarayan. After that, a strong aftershock, measuring 6.4 on the Richter scale, on September 1 destroyed Ferdows. More than 175 villages were destroyed or damaged in this earthquake."
         style = 0
         picture = "earthquake"
 
         date = { day = 31 month = august year = 1968 }
         offset = 1
         deathdate = { day = 5 month = september year = 1968 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -400 where = 1496 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -6 }
           }
}
#############################################
###### 1970 Tonghai earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1305 data = -1 }
		   year = 1970
         }
 
         name = "1970 Tonghai Earthquake"
         desc = "The 1970 Tonghai earthquake occurred on 4 January 1970 in Tonghai, China. The rupture originated on the local Yunnan Province’s Red River fault, which had not experienced an earthquake above magnitude 7 since 1700. The earthquake had a magnitude of 7.7 and killed at least 15,000 people, making it one of the deadliest in the history of China. The tremor caused between US$5 to $25 million in damage, felt over an area of 8,781 km (5,456 miles). In Hanoi, North Vietnam, almost 483 km (300 miles) from the epicenter, victims left their homes as the rupture rumbled through the city."
         style = 0
         picture = "earthquake"
 
         date = { day = 4 month = january year = 1970 }
         offset = 1
         deathdate = { day = 10 month = january year = 1970 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1305 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -7 }
           }
}
#############################################
###### 1970 Ancash earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 816 data = -1 }
		   year = 1970
         }
 
         name = "1970 Ancash Earthquake"
         desc = "The 1970 Ancash earthquake or Great Peruvian Earthquake was an undersea earthquake that occurred on May 31 of that year. Combined with a resultant landslide, it was the worst catastrophic natural disaster ever recorded in the history of Peru. The earthquake affected the Peruvian regions of Ancash and La Libertad. The epicenter of the earthquake was located 35 km off the coast of Casma and Chimbote on the Pacific Ocean, where the Nazca Plate is being subducted by the South American Plate. It had a magnitude of 7.9 to 8.0 on the Richter scale and an intensity of up to 8 on the Mercalli scale. The reported death toll from the earthquake and avalanche totaled 74,194 people, although some estimates place it as high as 80,000. About 25,600 went missing and 143,331 were injured. Over 1,000,000 people were left homeless and other 3,000,000 were affected."
         style = 0
         picture = "earthquake"
 
         date = { day = 31 month = may year = 1970 }
         offset = 1
         deathdate = { day = 5 month = june year = 1970 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 816 }
                  command = { type = dissent value = 6 }
		  command = { type = manpowerpool value = -50 }
           }
}
#############################################
###### 1976 Guatemala earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 757 data = -1 }
		   year = 1976
         }
 
         name = "1976 Guatemala Earthquake"
         desc = "The 1976 Guatemala earthquake struck on February 4, 1976 at 03:01:43 local time. It was a 7.5 Mw earthquake, centered in the Motagua Fault, about 160 km northeast of Guatemala City, Guatemala. The quake's hypocenter was located at a depth of 5 km near the town of Los Amates in the department of Izabal.
Cities throughout the country suffered damage, and most adobe type houses in the outlying areas of Guatemala City were completely destroyed. The earthquake struck during the early morning (at 3:01 am, local time) when most people were asleep. This contributed to the high death toll of 23,000. Approximately 76,000 were injured, and many thousands left homeless. Some of areas went without electricity and communications for days."
         style = 0
         picture = "earthquake"
 
         date = { day = 4 month = february year = 1976 }
         offset = 1
         deathdate = { day = 10 month = february year = 1976 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 757 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -15 }
           }
}
#############################################
###### 1976 Tangshan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1203 data = -1 }
		   year = 1976
         }
 
         name = "1976 Tangshan Earthquake"
         desc = "The Tangshan Earthquake also known as the Great Tangshan Earthquake, was a natural disaster that occurred on July 28, 1976. It is believed to be the largest earthquake of the 20th century by death toll. The epicenter of the earthquake was near Tangshan in Hebei, People's Republic of China, an industrial city with approximately one million inhabitants. The number of deaths initially reported by the Chinese government was 655,000, but this number has since been stated to be around 240,000 to 255,000. A further 164,000 people were recorded as being severely injured. The earthquake came in between a series of political events involving the Communist Party of China, ultimately leading to the expulsion of the ruling Gang of Four by Mao's chosen successor Hua Guofeng. In traditional Chinese thought, natural disasters are seen as a precursor of dynastic change. The earthquake hit in the early morning, at 03:42:53.8 local time, and lasted 23 seconds. Chinese government official sources state a magnitude of 7.8 on the Richter magnitude scale, though some sources listed it as high as 8.2. It was followed by a major 7.8 magnitude aftershock some 16 hours later, increasing the death toll."
         style = 0
         picture = "earthquake"
 
         date = { day = 28 month = july year = 1976 }
         offset = 1
         deathdate = { day = 2 month = august year = 1976 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1500 where = 1203 }
		  command = { type = money value = -1540 where = 754 } #$10 billion yuan
                  command = { type = dissent value = 10 }
		  command = { type = manpowerpool value = -120 }
           }
}
#############################################
###### 1978 Tabas earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1501 data = -1 }
		   year = 1978
         }
 
         name = "1978 Tabas Earthquake"
         desc = "The 1978 Tabas earthquake was a huge earthquake measuring 7.8 on the Richter scale which struck on September 16, 1978 in central Iran. The death toll was approximately 15,000 and the worst damage was to the town Tabas, which was at the epicentre of the quake and completely flattened. 40 villages within a 30 miles (48 km) radius were damaged. All the town's doctors were reported to have died, leaving civilians to treat others. All water and electricity was cut from Tabas, along with phone lines. The nearest accessible place to gain water was the town of Ferdows, a three hour drive away."
         style = 0
         picture = "earthquake"
 
         date = { day = 16 month = september year = 1978 }
         offset = 1
         deathdate = { day = 20 month = september year = 1978 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -800 where = 1501 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -7 }
           }
}
#############################################
###### 1985 Mexico City earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 754 data = -1 }
		   year = 1985
         }
 
         name = "1985 Mexico City Earthquake"
         desc = "The 1985 Mexico City earthquake, a magnitude 8.1 earthquake that struck Mexico on 19 September 1985 in the morning at 7:19 local time, caused the deaths of about 10,000 people and serious damage in the nation's capital. The complete seismic event consisted of four quakes. A pre-event quake of magnitude 5.2 occurred on 28 May 1985. The main and most powerful shock occurred 19 September, followed by two aftershocks: one on 20 September 1985 of magnitude 7.5 and the fourth occurring seven months later on 30 April 1986 of magnitude 7.0. The quakes were located off the Mexican Pacific coast, more than 350 km away, but due to strength of the quake and the fact that Mexico City sits on an old lakebed, Mexico City suffered major damage. The event caused between three and four billion USD in damage as 412 buildings collapsed and another 3,124 were seriously damaged in the city. While the number is in dispute, the most-often cited number of deaths is an estimated 10,000 people but experts agreed that it could be up to 40,000."
         style = 0
         picture = "earthquake"
 
         date = { day = 19 month = september year = 1985 }
         offset = 1
         deathdate = { day = 25 month = september year = 1985 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 754 }
		  command = { type = money value = -300 where = 754 } #$3 billion in damage
                  command = { type = dissent value = 7 }
		  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 1988 Spitak earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1856 data = -1 }
		   year = 1988
         }
 
         name = "1988 Spitak Earthquake"
         desc = "The Spitak Earthquake (also called Leninakan Earthquake and Gyumri Earthquake) was a tremor with a magnitude of 6.9, that took place on December 7, 1988 at 11:41 local time in the Spitak region of Armenia, then part of the Soviet Union. The earthquake killed at least 25,000 people; geologists and earthquake engineering experts laid the blame on the poorly built support structures of apartments and other buildings built during the "stagnation" era of Leonid Brezhnev."
         style = 0
         picture = "earthquake"
 
         date = { day = 7 month = december year = 1988 }
         offset = 1
         deathdate = { day = 14 month = december year = 1988 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1856 }
		  command = { type = money value = -200 where = 1856 } 
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -14 }
           }
}
#############################################
###### 1990 Manjil-Rudbar earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1787 data = -1 }
		   year = 1990
         }
 
         name = "1990 Manjil-Rudbar Earthquake"
         desc = "The Manjil-Rudbar Earthquake occurred at 00:30:09 on June 21, 1990. It caused widespread damage in areas within a one hundred kilometer radius of the epicenter near the City of Rasht and about two hundred kilometers northwest of Tehran. The cities of Rudbar, Manjil, and Lushan and 700 villages were destroyed, and over three hundred villages were affected. There was $200,000,000 not only in damage but in health care in damage in Gilan and Zanjan provinces southwest of the Caspian Sea. 100,000 adobe houses sustained major damage or collapsed resulting in forty thousand fatalities, and sixty thousand injured. 500,000 people were left homeless."
         style = 0
         picture = "earthquake"
 
         date = { day = 21 month = june year = 1990 }
         offset = 1
         deathdate = { day = 26 month = june year = 1990 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1787 }
		  command = { type = money value = -20 where = 1787 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -20 }
           }
}
#############################################
###### 1999 İzmit earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 439 data = -1 }
		   year = 1999
         }
 
         name = "1999 İzmit Earthquake"
         desc = "The 1999 İzmit earthquake was a 7.6 magnitude earthquake that struck northwestern Turkey on August 17, 1999, at about 3:02am local time. The event lasted for 37 seconds, killing around 17 thousand people and leaving approximately half a million people homeless. The nearby city of Izmit was very badly damaged."
         style = 0
         picture = "earthquake"
 
         date = { day = 17 month = august year = 1999 }
         offset = 1
         deathdate = { day = 22 month = august year = 1999 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 439 }
		  command = { type = money value = -150 where = 439 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -9 }
           }
}
#############################################
###### 2001 Gujarat earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1466 data = -1 }
		   year = 2001
         }
 
         name = "2001 Gujarat earthquake"
         desc = "The 2001 Gujarat earthquake occurred on January 26, 2001, India's 51st Republic Day, at 08:46 AM local time and lasted for over two minutes. The epicentre was about 9 km south-southwest of the village of Chobari in Bhachau Taluka of Kutch District of Gujarat, India. The earthquake reached a magnitude of between 7.6 and 7.7 on the moment magnitude scale and had a maximum felt intensity of X (Intense) on the Mercalli intensity scale. The quake killed around 20,000 people (including 18 in South eastern Pakistan), injured another 167,000 and destroyed nearly 400,000 homes."
         style = 0
         picture = "earthquake"
 
         date = { day = 26 month = january year = 2001 }
         offset = 1
         deathdate = { day = 26 month = january year = 2001 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -500 where = 1466 }
		  command = { type = money value = -100 where = 1466 }
                  command = { type = dissent value = 3 }
		  command = { type = manpowerpool value = -10 }
           }
}
#############################################
###### 2003 Bam earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1497 data = -1 }
		   year = 2003
         }
 
         name = "2003 Bam earthquake"
         desc = "The 2003 Bam earthquake was a major earthquake that struck Bam and the surrounding Kerman province of southeastern Iran at 1:56 AM UTC on Friday, December 26, 2003. The most widely accepted estimate for the magnitude of the earthquake is a moment magnitude (Mw) of 6.6; estimated by the United States Geological Survey. The earthquake was particularly destructive, with the death toll amounting to 26,271 people and injuring an additional 30,000. The effects of the earthquake were exacerbated by the use of mud brick as the standard construction medium; many of the area's structures did not comply with earthquake regulations set in 1989."
         style = 0
         picture = "earthquake"
 
         date = { day = 26 month = december year = 2003 }
         offset = 1
         deathdate = { day = 1 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -600 where = 1497 }
		  command = { type = money value = -120 where = 1497 }
                  command = { type = dissent value = 4 }
		  command = { type = manpowerpool value = -13 }
           }
}
#############################################
###### 2005 Kashmir earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1475 data = -1 }
		   year = 2005
         }
 
         name = "2005 Kashmir Earthquake"
         desc = "The 2005 Kashmir Earthquake was a major earthquake centered in Pakistan-administered Kashmir known as Azad Kashmir, near the city of Muzaffarabad, affecting Gilgit-Baltistan and Khyber Pakhtunkhwa province of Pakistan. It occurred at 08:52:37 Pakistan Standard Time on 8 October 2005. It registered a moment magnitude of 7.6 making it similar in size to the 1906 San Francisco earthquake, the 1935 Quetta earthquake, the 2001 Gujarat earthquake, and the 2009 Sumatra earthquakes. As of 8 November, the government of Pakistan's official death toll was 75,000. The earthquake also affected countries in the surrounding region where tremors were felt in Tajikistan, western China; while officials say nearly 1,400 people also died in Indian-administered Kashmir and four people in Afghanistan. The severity of the damage caused by the earthquake is attributed to severe upthrust, coupled with poor construction."
         style = 0
         picture = "earthquake"
 
         date = { day = 8 month = october year = 2005 }
         offset = 1
         deathdate = { day = 12 month = october year = 2005 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1200 where = 1475 }
		  command = { type = money value = -400 where = 1475 }
                  command = { type = dissent value = 8 }
		  command = { type = manpowerpool value = -40 }
           }
}
#############################################
###### 2008 Sichuan earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1281 data = -1 }
		   year = 2008
         }
 
         name = "2008 Sichuan earthquake"
         desc = "The 2008 Sichuan earthquake or the Great Sichuan Earthquake was a deadly earthquake that measured at 8.0 Ms and 7.9 Mw occurred at 14:28:01.42 CST on May 12, 2008 in Sichuan province of China and killed at least 68,000 people. The earthquake left about 4.8 million people homeless,[16] though the number could be as high as 11 million. Approximately 15 million people lived in the affected area. It was the deadliest earthquake to hit China since the 1976 Tangshan earthquake, which killed at least 240,000 people, and the strongest since the 1950 Chayu earthquake in the country, which registered at 8.5 on Richter magnitude scale. It is the 21st deadliest earthquake of all time."
         style = 0
         picture = "earthquake"
 
         date = { day = 12 month = may year = 2008 }
         offset = 1
         deathdate = { day = 16 month = may year = 2008 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1200 where = 1281 }
		  command = { type = money value = -400 where = 1281 }
                  command = { type = dissent value = 7 }
		  command = { type = manpowerpool value = -35 }
           }
}
#############################################
###### 2010 Haiti Earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 892 data = -1 }
		   year = 2010
         }
 
         name = "2010 Haiti Earthquake"
         desc = "The 2010 Haiti earthquake was a catastrophic magnitude 7.0 Mw earthquake, with an epicentre near the town of Léogâne, approximately 25 km (16 miles) west of Port-au-Prince, Haiti's capital. The earthquake occurred at 16:53 local time on Tuesday, 12 January 2010. By 24 January, at least 52 aftershocks measuring 4.5 or greater had been recorded. An estimated three million people were affected by the quake; the Haitian government reported that an estimated 316,000 people had died, 300,000 had been injured and 1,000,000 made homeless. The death toll has also been suggested to be much lower at somewhere between 92,000 and 220,000, with around 1.5 million to 1.8 million homeless. The government of Haiti also estimated that 250,000 residences and 30,000 commercial buildings had collapsed or were severely damaged."
         style = 0
         picture = "earthquake"
 
         date = { day = 12 month = january year = 2010 }
         offset = 1
         deathdate = { day = 16 month = january year = 2010 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -2000 where = 892 }
		  command = { type = money value = -800 where = 892 }
                  command = { type = dissent value = 14 }
		  command = { type = manpowerpool value = -100 }
           }
}
#############################################
###### 2004 Indian Ocean earthquake
#############################################
event = {
         id = 
         random = no
         trigger = {
		   control = { province = 1355 data = -1 }
		   year = 2004
         }
 
         name = "2004 Indian Ocean earthquake"
         desc = "The 2004 Indian Ocean earthquake was an undersea megathrust earthquake that occurred at 00:58:53 UTC on Sunday, December 26, 2004, with an epicentre off the west coast of Sumatra, Indonesia. The quake itself is known by the scientific community as the Sumatra-Andaman earthquake. The resulting tsunami is given various names, including the 2004 Indian Ocean tsunami, South Asian Tsunami, Indonesian Tsunami, and Boxing Day Tsunami. The earthquake was caused by subduction and triggered a series of devastating tsunamis along the coasts of most landmasses bordering the Indian Ocean, killing over 230,000 people in fourteen countries, and inundating coastal communities with waves up to 30 meters (100 feet) high. It was one of the deadliest natural disasters in recorded history. Indonesia was the hardest hit, followed by Sri Lanka, India, and Thailand. With a magnitude of between 9.1 and 9.3, it is the third largest earthquake ever recorded on a seismograph. This earthquake had the longest duration of faulting ever observed, between 8.3 and 10 minutes. It caused the entire planet to vibrate as much as 1 cm (0.4 inches) and triggered other earthquakes as far away as Alaska. Its hypocenter was between Simeulue and mainland Indonesia."
         style = 0
         picture = "earthquake"
 
         date = { day = 12 month = january year = 2004 }
         offset = 1
         deathdate = { day = 16 month = january year = 2004 }
 
           action_a = {
                  name = "Horrible News!"
                  command = { type = supplies value = -1000 where = 1355 }
		  command = { type = money value = -600 where = 1355 }
                  command = { type = dissent value = 10 }
		  command = { type = manpowerpool value = -70 } #Damage to Indonesia only, rest will be modeled as tsunamis.
           }
}

I hate to say this but will the Japan earthquake be included?
 

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
I hate to say this but will the Japan earthquake be included?

Ill include it but id like to wait for more accurate damage assessment & find out how the nuclear crisis is handled. If anyone has ideas how to model nuclear meltdowns, that would be appreciated.
 

T.j. Arnold

Ex-Patriot
118 Badges
Nov 11, 2010
3.930
835
  • Hearts of Iron IV: No Step Back
  • 500k Club
  • Pride of Nations
  • Victoria: Revolutions
  • Victoria 2
  • Victoria 2: Heart of Darkness
  • Victoria 3 Sign Up
  • East India Company Collection
  • Victoria 2 A House Divided Beta
  • Victoria 2: A House Divided
  • Europa Universalis: Rome
  • Rome Gold
  • For The Glory
  • Hearts of Iron IV: Field Marshal
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Imperator: Rome - Magna Graecia
  • Europa Universalis IV: Call to arms event
  • Europa Universalis III Complete
  • Heir to the Throne
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV
  • Divine Wind
  • Sengoku
  • Hearts of Iron II: Armageddon
  • Hearts of Iron III Collection
  • Darkest Hour
  • Iron Cross
  • Arsenal of Democracy
  • Hearts of Iron Anthology
  • Hearts of Iron: The Card Game
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • For the Motherland
  • Crusader Kings III
  • Semper Fi
  • Europa Universalis III Complete
  • Mount & Blade: Warband
  • War of the Roses
  • Steel Division: Normand 44 Sign-up
  • Crusader Kings II
  • Magicka
  • Supreme Ruler: Cold War
  • Supreme Ruler 2020
  • Diplomacy
For Japan, couldn't you just simply delete nuclear facilities? In addition, other countries could have events such as -Goods for relief effort.

Also, what's your guy's plan once Darkest Hour comes out in a few days? Will you guys switch gears to that? It DOES only go until the early 60's, if I understand correctly.
 
Last edited:

iceHawk

Captain
29 Badges
Feb 4, 2005
352
8
  • Surviving Mars
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Arsenal of Democracy
  • Steel Division: Normandy 44
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • 500k Club
  • Supreme Ruler: Cold War
  • Victoria: Revolutions
  • Europa Universalis IV
For Japan, couldn't you just simply delete nuclear facilities? In addition, other countries could have events such as -Goods for relief effort.
Yes but have to factor in that player/ai might not build any nuclear plants in japan. Also would be nice to model an actual nuclear detonation by event if possible. Thinking of what can be done for now...
Also, what's your guy's plan once Darkest Hour comes out in a few days? Will you guys switch gears to that? It DOES only go until the early 60's, if I understand correctly.

I think from what nomonhan mentioned CORE & CWE will be sticking to AoD, at least for now. So far tried & true while IC had issues & DH is all talk-for now anyhow. From what I gather the current 1950s-60s tech tree extension in DH seems to be a copy of CWE for HOI2 actually (im assuming with nomonhan's permission if so). Were obviously way ahead of that. 0.19 CWE for AOD will have, for all intents & purposes, the most realistic tech tree of any post WWII mod for HOI2 & her clones :D
 

T.j. Arnold

Ex-Patriot
118 Badges
Nov 11, 2010
3.930
835
  • Hearts of Iron IV: No Step Back
  • 500k Club
  • Pride of Nations
  • Victoria: Revolutions
  • Victoria 2
  • Victoria 2: Heart of Darkness
  • Victoria 3 Sign Up
  • East India Company Collection
  • Victoria 2 A House Divided Beta
  • Victoria 2: A House Divided
  • Europa Universalis: Rome
  • Rome Gold
  • For The Glory
  • Hearts of Iron IV: Field Marshal
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Imperator: Rome - Magna Graecia
  • Europa Universalis IV: Call to arms event
  • Europa Universalis III Complete
  • Heir to the Throne
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV
  • Divine Wind
  • Sengoku
  • Hearts of Iron II: Armageddon
  • Hearts of Iron III Collection
  • Darkest Hour
  • Iron Cross
  • Arsenal of Democracy
  • Hearts of Iron Anthology
  • Hearts of Iron: The Card Game
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • For the Motherland
  • Crusader Kings III
  • Semper Fi
  • Europa Universalis III Complete
  • Mount & Blade: Warband
  • War of the Roses
  • Steel Division: Normand 44 Sign-up
  • Crusader Kings II
  • Magicka
  • Supreme Ruler: Cold War
  • Supreme Ruler 2020
  • Diplomacy
Iron Cross would have been good, had it not been translated by a five year old.
By far, the worst "Engrish" I've seen in a game.
I don't know, from what I've seen and talked about with some of the devs, they seem serious about this one. Darkest Hour shouldn't end up being HoI3.
 

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
DH thankfully did not make Iron Cross's mistake of ramming their own ideas down your throat without backward compatibility. The DH team has its own ideas about what HOI2 should be but make them into a mod. You can still with minor changes play all the classic mods and my approach to DH will be to use the classic setup and map as the base and not the new one.

As I understand things Iron Cross may turn out to be worthwhile in conjunction with DH, because it should be installable as a mod, not a program overwrite. It does not work well with AoD.

DH IMO will be a good program but unless they make major changes I will NOT be switching to it. I've managed to get my old tech tree to work on that platform and gave them permission to use my work. However, they made their own tech tree (using some of my ideas) as they want to cover the time period 1890-1965. Because of the complexity of modern weaponry, I don't think it would be a good idea to switch to it UNLESS they do things like add user definable weaponry and the vast range of new systems that AoD added.

I AM going to release my "Cold War Classic" for Darkest Hour, whose primary benefit will be to enable play to 1970 WITHOUT subjecting your computer to risks inherent in unofficial no-time limit patches.

I will continue to use AoD as the primary platform. However a port of the Interwars Extension is very likely. If I extend DH play it will be to 1990 or 1999 only.
 
Last edited:

ozman2

General
4 Badges
Nov 30, 2005
1.843
1
  • Arsenal of Democracy
  • 500k Club
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Expansion Pass
When 0.19 comes out you can do German translation. I've added an enormous amount of techs, so I think it best to wait until then.

One issue I'm having (don't know if I've mentioned this before) is the absolutely horrendous nature of every minister file I've looked at that is USSR-related. I've done Azerbaidjan, Armenia, and Georgia, and I'm working out Ukraine as I write. I have thus far found every file I've looked at riddled with people who died before or shortly after 1936 (but who maybe useful in a 1919 extension), completely unverifiable people, characters taken out of novels, people with wrong ideologies, etc. Since these entities exist in 1919 and would probably continue to exist all the way to 1936 in the alternate 1919-36 scenario where Germany "wins" I think it's important to have the right people. Any volunteers to help me?
 

bestmajor

Field Marshal
40 Badges
Jun 5, 2008
3.003
89
  • Crusader Kings II
  • Pillars of Eternity
  • Mount & Blade: Warband
  • Semper Fi
  • Majesty 2
  • Iron Cross
  • Heir to the Throne
  • Hearts of Iron III
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis III
  • East India Company
  • Crusader Kings II: The Old Gods
  • Darkest Hour
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Achtung Panzer
  • Europa Universalis IV: Mare Nostrum
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Rise of Prussia
  • Europa Universalis IV: El Dorado
  • Europa Universalis III: Collection
  • Cities: Skylines
  • 500k Club
  • Europa Universalis IV
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
nomonhan,

no volunteer here for alt history leaders but i think you should ask for a subforum here (in case you intend to stay) or at DH forums. there you can ask for eg country/timeframe/situation/leader - ministers (eg 36-45/pro german ukraine/leaders) and volunteers will probably show up.

just searching leaders/ministers for UKR isnt enough IMO as everything depends on the situation this country is in (eg vanilla UKR combines SOV, POL, and german leaders and politicians which are all real - its just completely de-contextualized).

as for AZB leaders this is a weird combination of turkish, german and soviet leaders and as there was no AZB historically i doubt you'll find a satisfying amount of persons for whatever timeframe.

just in case you have problems to ID people - i cant promise anything but i do have a huge collection for many nations from HoI1 times, so i might have a few you're searching for.

EDIT: the most annoying thing is that leaders do not dissapear anyway. so either you wait until this is fixed by AoD devs, or you can write tons of sleep leader events.
 
Last edited:

T.j. Arnold

Ex-Patriot
118 Badges
Nov 11, 2010
3.930
835
  • Hearts of Iron IV: No Step Back
  • 500k Club
  • Pride of Nations
  • Victoria: Revolutions
  • Victoria 2
  • Victoria 2: Heart of Darkness
  • Victoria 3 Sign Up
  • East India Company Collection
  • Victoria 2 A House Divided Beta
  • Victoria 2: A House Divided
  • Europa Universalis: Rome
  • Rome Gold
  • For The Glory
  • Hearts of Iron IV: Field Marshal
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Imperator: Rome - Magna Graecia
  • Europa Universalis IV: Call to arms event
  • Europa Universalis III Complete
  • Heir to the Throne
  • Europa Universalis III
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV
  • Divine Wind
  • Sengoku
  • Hearts of Iron II: Armageddon
  • Hearts of Iron III Collection
  • Darkest Hour
  • Iron Cross
  • Arsenal of Democracy
  • Hearts of Iron Anthology
  • Hearts of Iron: The Card Game
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • For the Motherland
  • Crusader Kings III
  • Semper Fi
  • Europa Universalis III Complete
  • Mount & Blade: Warband
  • War of the Roses
  • Steel Division: Normand 44 Sign-up
  • Crusader Kings II
  • Magicka
  • Supreme Ruler: Cold War
  • Supreme Ruler 2020
  • Diplomacy
What's the timeline on .19, then? I can tell you must be oftly close. Will the Suez Crisis, Six-Day War, or the Yom Kippur War be completed?

Israel, IMHO needs to be bumped slightly. To defeat Palestine in 1949, it almost requires an additional troop to be built, which can take almost a year due to infrastructure. I think an event should spark similar to the Greek Civil War where-in foreign aide arrives in terms of troops (they received foreign armor).
It's almost impossible to build troops, and the country is easily dominated by an Arab alliance, when in reality, at least by 1960, they were a force to be reckoned with, especially aerially. I don't know if this means to add more IC, etc..
 
Last edited: