#Electical Power Dam#
#By KwangTiger#
event = {
ID = 31000
Trigger = {}
random = no
country = SUZ
name = "Hydroelectric Dam"
desc = "A Portugese dam, built in Mozambique during the end of the colonial era, had been run by South Africa to power South Africa, and then re-sell the electricity to Mozambique, Botswana, Zimbabwe, and other neigboring countries. While this provided a cushy power supply for South Africa, it only hurt its impovershed neighbors. Occasionally, this was called into question. Sir, this is one of those times."
style = 5
date = { day = 1 month = january year = 2002 }
offset = 0
deathdate = {day = 1 month = january year = 2003 }
action_A = { #Keep Everything Normal#
name = "Keep everying as it is"
command = { type = stability value = 1 }
command = { type = trigger which = 31001 } #Mozambique event#
command = { type = treasury value = 200 } #Re-Selling of Electricity#
}
Action_b = { #Hand it over to Mozambique#
name = "Give it to Mozambique"
command = { type = stability value = -2 }
command = { type = trigger which = 31002 } #Mozambique Event#
command = { type = infra value = -500 } #Loss of cheap power#
command = { type = treasury value = 50 } #Some money from sale, but not much#
}
}