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

Tom Morrison

Sergeant
Aug 15, 2020
50
10
Hi!

This is a short one: At 11:33 PM On January 24th, 1939 the Chilean city of Chillan was hit with an 8.3 magnitude earthquake. In the nearby town of Concepcion, over 90 percent of the homes were destroyed. Between 30,000 and 50,000 people perished as a result of the quake, which was the deadliest in Chile's history. These towns straddle the border between Santiago and Puerto Montt, so I divided the infrastructure damage between them and reflected the economic loss as a loss of resources.

Have fun and game on!

#########################################################################
# Earthquake!
#########################################################################

event = {
id = 37393
random = no
country = CHL

name = "Earthquake!"
desc = "At 11:33 PM On January 24th, 1939 the Chilean city of Chillan was hit with an 8.3 magnitude earthquake. In the nearby town of Concepcion, over 90 percent of the homes were destroyed. Between 30,000 and 50,000 people perished as a result of the quake, which was the deadliest in Chile's history."
style = 0
picture = "ruins"

trigger = { random = 5 }

date = { day = 13 month = january year = 1939 }
offset = 1
deathdate = { day = 3 month = february year = 1939 }

action_a = {
name = "A Tragedy!"
command = { type = manpowerpool value = -4 }

# The damage shall be represented as loss of infrastructure and resources.
# Chillan and Concepcion straddle the border between Santiago and Puerto Montt, so I divided the damage between them.
command = { type = construct which = infrastructure where = 840 value = -1 } # Santiago
command = { type = construct which = infrastructure where = 836 value = -1 } # Puerto Montt

command = { type = energypool value = -600 }
command = { type = metalpool value = -600 }
command = { type = oilpool value = -600 }
command = { type = rarematerialspool value = -600 }
command = { type = supplies value = -450 }
}
}
 
  • 1
Reactions: