• 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.
Keioel,
The file is called colonial_release.txt ,and even though I disagree somewhat with the concept I've kept it, and actually added a few more--Japan gets hit with dissent if it releases puppets in Indochina while Vichy France still exists. Japan was not actually granted sovereignty by the Vichy administration. What they got was military access. I believe that it is transferred to Japan to allow the AI to work right. They only granted Independence to Vietnam late in the war after Vichy collapsed and the Japanese wanted some other way to keep order. I also have a huge penalty if Nationalist China releases Communist Vietnam, but it's not in that file.

Samilou,
I suspect the game engine is somehow unable to adequately simulate a global thermonuclear war. Thanks for the heads-up on the "nuclear ICBMs" not working as designed. The only way to instantaneously get everything done right would be to code dormant units in the scenario file. But this would only work if the nation exists at the scenario start. If a nation created later were to start a nuclear war there would be no way to handle that. I may end up doing something like a scripted event destroying IC and manpower in the recipient country. The best thing for now is probably to make sure that any war after the Korean War does not go to World War 3.
 
Numerous AOD events sleep the wrong tech team--here's why. The AOD developers were EXTREMELY careless with the tech teams. They renumbered many of them but never bothered to check on the events to correct them accordingly. So what's happening is that the event sleeps the old team number which now belongs to a different team. The only real answer is to restore the original numbering scheme. I fixed the Soviet teams recently but haven't gotten around to checking some of the others. It's a vanilla issue.
 
Wow..that was nice of them...I just changed the number to the right tech team and reloaded from an earlier save.

Numerous AOD events sleep the wrong tech team--here's why. The AOD developers were EXTREMELY careless with the tech teams. They renumbered many of them but never bothered to check on the events to correct them accordingly. So what's happening is that the event sleeps the old team number which now belongs to a different team. The only real answer is to restore the original numbering scheme. I fixed the Soviet teams recently but haven't gotten around to checking some of the others. It's a vanilla issue.
 
Coal Done pt1.

Code:
###1Mt of Coal = 1 unit of energy
###Australia Coal Fields/Production = 260Mt (2000), 430Mt (2010)
###Bowen Basin, Queensland; Discovered:????(xxx production); Est Production:100Mt/yr(2000), 180Mt/yr(2010)
event = {
	id = 2803300
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 1944
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1944 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 20 where = energy }
	}
}
event = {
	id = 2803301
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 1954
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1954 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 20 where = energy }
	}
}
event = {
	id = 2803302
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 1964
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1964 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 20 where = energy }
	}
}
event = {
	id = 2803303
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 1974
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1974 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 20 where = energy }
	}
}
event = {
	id = 2803304
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 1984
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1984 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 20 where = energy }
	}
}
event = {
	id = 2803305
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 1998
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1998 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 40 where = energy }
	}
}
event = {
	id = 2803306
	random = no

	trigger = {
		random = 10
		control = { province = 1698 data = -1 }
		year = 2008
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2008 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1698 value = 40 where = energy }
                command = { type = province_keypoints which = 1698 value = 1 }
	}
}
###Hunter Valley, New South Wales; Discovered:????(xxx production); Est Production:100Mt/yr(2000), 180Mt/yr(2010)
event = {
	id = 2803307
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 1948
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1948 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 20 where = energy }
	}
}
event = {
	id = 2803308
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 1958
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1958 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 20 where = energy }
	}
}
event = {
	id = 2803309
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 1968
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1968 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 20 where = energy }
	}
}
event = {
	id = 2803310
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 1978
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1978 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 20 where = energy }
	}
}
event = {
	id = 2803311
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 1988
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1988 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 20 where = energy }
	}
}
event = {
	id = 2803312
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 2002
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2002 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 40 where = energy }
	}
}
event = {
	id = 2803313
	random = no

	trigger = {
		random = 10
		control = { province = 1724 data = -1 }
		year = 2010
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2010 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1724 value = 40 where = energy }
                command = { type = province_keypoints which = 1724 value = 1 }
	}
}
###Latrobe Valley, Victoria; Discovered:????(xxx production); Est Production:60Mt/yr(2000)
event = {
	id = 2803314
	random = no

	trigger = {
		random = 10
		control = { province = 1730 data = -1 }
		year = 1950
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1950 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1730 value = 20 where = energy }
	}
}
event = {
	id = 2803315
	random = no

	trigger = {
		random = 10
		control = { province = 1730 data = -1 }
		year = 1970
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1970 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1730 value = 20 where = energy }
	}
}
event = {
	id = 2803316
	random = no

	trigger = {
		random = 10
		control = { province = 1730 data = -1 }
		year = 1990
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1990 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1730 value = 20 where = energy }
	}
}
###China Coal Fields/Production = 1000Mt (2000), 3000Mt (2010)
###Anhui Province; Discovered:????(xxx production); Est Production:40Mt/yr(2000), 130Mt/yr(2010)
event = {
	id = 2803317
	random = no

	trigger = {
		random = 10
		control = { province = 1221 data = -1 }
		year = 1955
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1955 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1221 value = 20 where = energy }
	}
}
event = {
	id = 2803318
	random = no

	trigger = {
		random = 10
		control = { province = 1222 data = -1 }
		year = 1975
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1975 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1222 value = 20 where = energy }
	}
}
event = {
	id = 2803319
	random = no

	trigger = {
		random = 10
		control = { province = 1222 data = -1 }
		year = 2005
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2005 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1222 value = 20 where = energy }
	}
}
event = {
	id = 2803320
	random = no

	trigger = {
		random = 10
		control = { province = 1222 data = -1 }
		year = 2004
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2004 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1222 value = 20 where = energy }
	}
}
event = {
	id = 2803321
	random = no

	trigger = {
		random = 10
		control = { province = 1223 data = -1 }
		year = 2007
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2007 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1223 value = 50 where = energy }
	}
}
###Guizhou Province; Discovered:????(xxx production); Est Production:80Mt/yr(2000), 240Mt/yr(2010) 
event = {
	id = 2803322
	random = no

	trigger = {
		random = 10
		control = { province = 1262 data = -1 }
		year = 1962
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1962 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1262 value = 40 where = energy }
	}
}
event = {
	id = 2803323
	random = no

	trigger = {
		random = 10
		control = { province = 1364 data = -1 }
		year = 1982
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1982 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1364 value = 40 where = energy }
	}
}
event = {
	id = 2803324
	random = no

	trigger = {
		random = 10
		control = { province = 1364 data = -1 }
		year = 2002
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2002 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1364 value = 60 where = energy }
	}
}
event = {
	id = 2803325
	random = no

	trigger = {
		random = 10
		control = { province = 1365 data = -1 }
		year = 2010
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2010 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1365 value = 100 where = energy }
	}
}
###Hebei Province; Discovered:????(xxx production); Est Production:40Mt/yr(2000), 130Mt/yr(2010) 1210 – 1213
event = {
	id = 2803326
	random = no

	trigger = {
		random = 10
		control = { province = 1210 data = -1 }
		year = 1970
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1970 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1210 value = 20 where = energy }
	}
}
event = {
	id = 2803327
	random = no

	trigger = {
		random = 10
		control = { province = 1211 data = -1 }
		year = 1990
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1990 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1211 value = 20 where = energy }
	}
}
event = {
	id = 2803328
	random = no

	trigger = {
		random = 10
		control = { province = 1212 data = -1 }
		year = 2000
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2000 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1212 value = 40 where = energy }
	}
}
event = {
	id = 2803329
	random = no

	trigger = {
		random = 10
		control = { province = 1213 data = -1 }
		year = 2009
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2009 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1213 value = 50 where = energy }
	}
}
###Heilongjiang Province; Discovered:????(xxx production); Est Production:40Mt/yr(2000), 130Mt/yr(2010) 1375
event = {
	id = 2803330
	random = no

	trigger = {
		random = 10
		control = { province = 1375 data = -1 }
		year = 1964
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1964 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1375 value = 20 where = energy }
	}
}
event = {
	id = 2803331
	random = no

	trigger = {
		random = 10
		control = { province = 1375 data = -1 }
		year = 1974
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1974 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1375 value = 20 where = energy }
	}
}
event = {
	id = 2803332
	random = no

	trigger = {
		random = 10
		control = { province = 1375 data = -1 }
		year = 2004
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2004 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1375 value = 40 where = energy }
	}
}
event = {
	id = 2803333
	random = no

	trigger = {
		random = 10
		control = { province = 1375 data = -1 }
		year = 2008
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2008 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1375 value = 50 where = energy }
	}
}
###Henan Province; Discovered:????(xxx production); Est Production:40Mt/yr(2000), 130Mt/yr(2010) 1228 – 1232
event = {
	id = 2803334
	random = no

	trigger = {
		random = 10
		control = { province = 1228 data = -1 }
		year = 1978
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1978 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1228 value = 20 where = energy }
	}
}
event = {
	id = 2803335
	random = no

	trigger = {
		random = 10
		control = { province = 1229 data = -1 }
		year = 1988
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1988 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1229 value = 20 where = energy }
	}
}
event = {
	id = 2803336
	random = no

	trigger = {
		random = 10
		control = { province = 1230 data = -1 }
		year = 2001
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2001 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1230 value = 40 where = energy }
	}
}
event = {
	id = 2803337
	random = no

	trigger = {
		random = 10
		control = { province = 1231 data = -1 }
		year = 2005
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2005 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1231 value = 30 where = energy }
	}
}
event = {
	id = 2803338
	random = no

	trigger = {
		random = 10
		control = { province = 1232 data = -1 }
		year = 2008
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2008 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1232 value = 20 where = energy }
	}
}
###Inner Mongolia Province; Discovered:????(xxx production); Est Production:220Mt/yr(2000), 650Mt/yr(2010) 1207, 1208, 1439
event = {
	id = 2803339
	random = no

	trigger = {
		random = 10
		control = { province = 1207 data = -1 }
		year = 1960
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1960 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1207 value = 70 where = energy }
	}
}
event = {
	id = 2803340
	random = no

	trigger = {
		random = 10
		control = { province = 1208 data = -1 }
		year = 1975
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1975 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1208 value = 70 where = energy }
	}
}
event = {
	id = 2803341
	random = no

	trigger = {
		random = 10
		control = { province = 1208 data = -1 }
		year = 1990
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1990 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1208 value = 80 where = energy }
	}
}
event = {
	id = 2803342
	random = no

	trigger = {
		random = 10
		control = { province = 1208 data = -1 }
		year = 2001
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2001 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1208 value = 130 where = energy }
                command = { type = province_keypoints which = 1208 value = 2 }
	}
}
event = {
	id = 2803343
	random = no

	trigger = {
		random = 10
		control = { province = 1207 data = -1 }
		year = 2003
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2003 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1207 value = 150 where = energy }
                command = { type = province_keypoints which = 1207 value = 1 }
	}
}
event = {
	id = 2803344
	random = no

	trigger = {
		random = 10
		control = { province = 1439 data = -1 }
		year = 2006
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2006 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1439 value = 150 where = energy }
                command = { type = province_keypoints which = 1439 value = 1 }
	}
}
###Liaoning Province; Discovered:????(xxx production); Est Production:40Mt/yr(2000), 130Mt/yr(2010) 1396, 1389
event = {
	id = 2803345
	random = no

	trigger = {
		random = 10
		control = { province = 1396 data = -1 }
		year = 1974
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1974 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1396 value = 40 where = energy }
	}
}
event = {
	id = 2803346
	random = no

	trigger = {
		random = 10
		control = { province = 1396 data = -1 }
		year = 2004
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2004 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1396 value = 40 where = energy }
	}
}
event = {
	id = 2803347
	random = no

	trigger = {
		random = 10
		control = { province = 1389 data = -1 }
		year = 2007
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2004 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1389 value = 50 where = energy }
	}
}
###Shaanxi Province; Discovered:????(xxx production); Est Production:220Mt/yr(2000), 650Mt/yr(2010) 1209, 1225, 1226
event = {
	id = 2803348
	random = no

	trigger = {
		random = 10
		control = { province = 1209 data = -1 }
		year = 1963
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1963 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1209 value = 70 where = energy }
	}
}
event = {
	id = 2803349
	random = no

	trigger = {
		random = 10
		control = { province = 1225 data = -1 }
		year = 1978
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1978 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1225 value = 70 where = energy }
	}
}
event = {
	id = 2803350
	random = no

	trigger = {
		random = 10
		control = { province = 1225 data = -1 }
		year = 1993
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1993 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1225 value = 80 where = energy }
	}
}
event = {
	id = 2803351
	random = no

	trigger = {
		random = 10
		control = { province = 1225 data = -1 }
		year = 2002
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2002 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1225 value = 130 where = energy }
                command = { type = province_keypoints which = 1225 value = 2 }
	}
}
event = {
	id = 2803352
	random = no

	trigger = {
		random = 10
		control = { province = 1209 data = -1 }
		year = 2004
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2004 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1209 value = 150 where = energy }
                command = { type = province_keypoints which = 1209 value = 1 }
	}
}
event = {
	id = 2803353
	random = no

	trigger = {
		random = 10
		control = { province = 1226 data = -1 }
		year = 2007
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2007 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1226 value = 150 where = energy }
                command = { type = province_keypoints which = 1226 value = 1 }
	}
}
### Province; Discovered:????(xxx production); Est Production:220Mt/yr(2000), 650Mt/yr(2010) 1270 – 1272
event = {
	id = 2803354
	random = no

	trigger = {
		random = 10
		control = { province = 1270 data = -1 }
		year = 1967
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1967 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1270 value = 70 where = energy }
	}
}
event = {
	id = 2803355
	random = no

	trigger = {
		random = 10
		control = { province = 1271 data = -1 }
		year = 1982
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1982 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1271 value = 70 where = energy }
	}
}
event = {
	id = 2803356
	random = no

	trigger = {
		random = 10
		control = { province = 1271 data = -1 }
		year = 1996
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1996 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1271 value = 80 where = energy }
	}
}
event = {
	id = 2803357
	random = no

	trigger = {
		random = 10
		control = { province = 1271 data = -1 }
		year = 2003
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2003 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1271 value = 130 where = energy }
                command = { type = province_keypoints which = 1271 value = 2 }
	}
}
event = {
	id = 2803358
	random = no

	trigger = {
		random = 10
		control = { province = 1270 data = -1 }
		year = 2005
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2005 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1270 value = 150 where = energy }
                command = { type = province_keypoints which = 1270 value = 1 }
	}
}
event = {
	id = 2803359
	random = no

	trigger = {
		random = 10
		control = { province = 1272 data = -1 }
		year = 2008
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2008 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1272 value = 150 where = energy }
                command = { type = province_keypoints which = 1272 value = 1 }
	}
}
###Shandong Province; Discovered:????(xxx production); Est Production:40Mt/yr(2000), 130Mt/yr(2010) 1214 – 1216
event = {
	id = 2803360
	random = no

	trigger = {
		random = 10
		control = { province = 1214 data = -1 }
		year = 1971
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1971 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1214 value = 20 where = energy }
	}
}
event = {
	id = 2803361
	random = no

	trigger = {
		random = 10
		control = { province = 1214 data = -1 }
		year = 1991
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1991 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1214 value = 20 where = energy }
	}
}
event = {
	id = 2803362
	random = no

	trigger = {
		random = 10
		control = { province = 1215 data = -1 }
		year = 2001
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2001 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1215 value = 40 where = energy }
	}
}
event = {
	id = 2803363
	random = no

	trigger = {
		random = 10
		control = { province = 1216 data = -1 }
		year = 2010
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2010 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1216 value = 50 where = energy }
	}
}
###Russia Coal Fields/Production = 350Mt (2000), 550Mt (2010)
###Kuznetsk Basin; Discovered:????(xxx production); Est Production:300Mt/yr(2000)
event = {
	id = 2803364
	random = no

	trigger = {
		random = 10
		control = { province = 1546 data = -1 }
		year = 1947
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1947 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1546 value = 50 where = energy }
	}
}
event = {
	id = 2803365
	random = no

	trigger = {
		random = 10
		control = { province = 1546 data = -1 }
		year = 1957
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1957 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1546 value = 50 where = energy }
                command = { type = province_keypoints which = 1546 value = 1 }
	}
}
event = {
	id = 2803366
	random = no

	trigger = {
		random = 10
		control = { province = 1546 data = -1 }
		year = 1967
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1967 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1546 value = 50 where = energy }
	}
}
event = {
	id = 2803367
	random = no

	trigger = {
		random = 10
		control = { province = 1546 data = -1 }
		year = 1977
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1977 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1546 value = 50 where = energy }
                command = { type = province_keypoints which = 1546 value = 1 }
	}
}
event = {
	id = 2803368
	random = no

	trigger = {
		random = 10
		control = { province = 1546 data = -1 }
		year = 1987
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1987 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1546 value = 100 where = energy }
                command = { type = province_keypoints which = 1546 value = 1 }
	}
}
###Kansk-Achunsky Basin; Discovered:????(xxx production); Est Production:50Mt/yr(2000), 100Mt/yr(2010)
event = {
	id = 2803369
	random = no

	trigger = {
		random = 10
		control = { province = 1560 data = -1 }
		year = 1976
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1976 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1560 value = 50 where = energy }
	}
}
event = {
	id = 2803370
	random = no

	trigger = {
		random = 10
		control = { province = 1560 data = -1 }
		year = 2006
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2006 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1560 value = 50 where = energy }
                command = { type = province_keypoints which = 1560 value = 1 }
	}
}
###Yakutia Basin; Discovered:????(xxx production); Est Production:100Mt/yr(2010)
event = {
	id = 2803371
	random = no

	trigger = {
		random = 10
		control = { province = 1409 data = -1 }
		year = 2009
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2009 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1409 value = 100 where = energy }
                command = { type = province_keypoints which = 1409 value = 1 }
	}
}
###Poland Coal Fields/Production = 160Mt (2000)
###Silesia Basin; Discovered:????(xxx production); Est Production:160Mt/yr(2000)
event = {
	id = 2803372
	random = no

	trigger = {
		random = 10
		control = { province = 482 data = -1 }
		year = 1951
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1951 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 482 value = 40 where = energy }
	}
}
event = {
	id = 2803373
	random = no

	trigger = {
		random = 10
		control = { province = 482 data = -1 }
		year = 1971
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1971 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 482 value = 40 where = energy }
	}
}
event = {
	id = 2803374
	random = no

	trigger = {
		random = 10
		control = { province = 473 data = -1 }
		year = 1961
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1961 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 473 value = 40 where = energy }
	}
}
event = {
	id = 2803375
	random = no

	trigger = {
		random = 10
		control = { province = 473 data = -1 }
		year = 1981
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1981 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 473 value = 40 where = energy }
	}
}
###Kazakhstan Coal Fields/Production = 100Mt (1990)
###Ekibastuz coal basin (Pavlodar province); Discovered:????(xxx production); Est Production:100Mt/yr(1990)
event = {
	id = 2803376
	random = no

	trigger = {
		random = 10
		control = { province = 1551 data = -1 }
		year = 1951
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1951 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1551 value = 20 where = energy }
	}
}
event = {
	id = 2803377
	random = no

	trigger = {
		random = 10
		control = { province = 1551 data = -1 }
		year = 1961
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1961 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1551 value = 20 where = energy }
	}
}
event = {
	id = 2803378
	random = no

	trigger = {
		random = 10
		control = { province = 1551 data = -1 }
		year = 1971
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1971 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1551 value = 20 where = energy }
	}
}
event = {
	id = 2803379
	random = no

	trigger = {
		random = 10
		control = { province = 1551 data = -1 }
		year = 1981
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1981 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1551 value = 20 where = energy }
	}
}
event = {
	id = 2803380
	random = no

	trigger = {
		random = 10
		control = { province = 1551 data = -1 }
		year = 1988
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1988 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1551 value = 20 where = energy }
                command = { type = province_keypoints which = 1551 value = 1 }
	}
}
###Columbia Coal Fields/Production = 75Mt (2000)
###El Cerrejón Coal Mine; Discovered:????(xxx production); Est Production:75Mt/yr(2000)
event = {
	id = 2803381
	random = no

	trigger = {
		random = 10
		control = { province = 803 data = -1 }
		year = 1970
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1970 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 803 value = 30 where = energy }
	}
}
event = {
	id = 2803382
	random = no

	trigger = {
		random = 10
		control = { province = 803 data = -1 }
		year = 1986
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1986 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 803 value = 45 where = energy }
	}
}
Coal done. :D 1Mt/yr = 1 energy. Total coal energy ~4000 by 2000 & ~6000 by 2010 due to massive increase in Chinese production (2000MT all by itself). Even with those figures @ rate of consumption US & China wont run out until ~2030, therefore outside our scope. Where possible actual mines are mentioned, otherwise generic expansion figures are noted.

Rares left :wacko:
 
Coal Done pt2.

Code:
###India Coal Fields/Production = 530Mt (2000)
###1458; Discovered:????(xxx production); Est Production:130Mt/yr(2000)
event = {
	id = 2803383
	random = no

	trigger = {
		random = 10
		control = { province = 1458 data = -1 }
		year = 1956
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1956 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1458 value = 25 where = energy }
	}
}
event = {
	id = 2803384
	random = no

	trigger = {
		random = 10
		control = { province = 1458 data = -1 }
		year = 1966
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1966 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1458 value = 25 where = energy }
	}
}
event = {
	id = 2803385
	random = no

	trigger = {
		random = 10
		control = { province = 1458 data = -1 }
		year = 1976
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1976 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1458 value = 25 where = energy }
	}
}
event = {
	id = 2803386
	random = no

	trigger = {
		random = 10
		control = { province = 1458 data = -1 }
		year = 1986
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1986 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1458 value = 25 where = energy }
	}
}
event = {
	id = 2803387
	random = no

	trigger = {
		random = 10
		control = { province = 1458 data = -1 }
		year = 1996
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1996 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1458 value = 30 where = energy }
	}
}
###1459; Discovered:????(xxx production); Est Production:130Mt/yr(2000)
event = {
	id = 2803388
	random = no

	trigger = {
		random = 10
		control = { province = 1459 data = -1 }
		year = 1955
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1955 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1459 value = 25 where = energy }
	}
}
event = {
	id = 2803389
	random = no

	trigger = {
		random = 10
		control = { province = 1459 data = -1 }
		year = 1965
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1965 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1459 value = 25 where = energy }
	}
}
event = {
	id = 2803390
	random = no

	trigger = {
		random = 10
		control = { province = 1459 data = -1 }
		year = 1975
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1975 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1459 value = 25 where = energy }
	}
}
event = {
	id = 2803391
	random = no

	trigger = {
		random = 10
		control = { province = 1459 data = -1 }
		year = 1985
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1985 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1459 value = 25 where = energy }
	}
}
event = {
	id = 2803392
	random = no

	trigger = {
		random = 10
		control = { province = 1459 data = -1 }
		year = 1995
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1995 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1459 value = 30 where = energy }
	}
}
###1460; Discovered:????(xxx production); Est Production:130Mt/yr(2000)
event = {
	id = 2803393
	random = no

	trigger = {
		random = 10
		control = { province = 1460 data = -1 }
		year = 1960
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1960 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1460 value = 25 where = energy }
	}
}
event = {
	id = 2803394
	random = no

	trigger = {
		random = 10
		control = { province = 1460 data = -1 }
		year = 1970
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1970 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1460 value = 25 where = energy }
	}
}
event = {
	id = 2803395
	random = no

	trigger = {
		random = 10
		control = { province = 1460 data = -1 }
		year = 1980
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1980 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1460 value = 25 where = energy }
	}
}
event = {
	id = 2803396
	random = no

	trigger = {
		random = 10
		control = { province = 1460 data = -1 }
		year = 1990
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1990 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1460 value = 25 where = energy }
	}
}
event = {
	id = 2803397
	random = no

	trigger = {
		random = 10
		control = { province = 1460 data = -1 }
		year = 2000
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2000 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1460 value = 30 where = energy }
	}
}
###1461; Discovered:????(xxx production); Est Production:130Mt/yr(2000)
event = {
	id = 2803398
	random = no

	trigger = {
		random = 10
		control = { province = 1461 data = -1 }
		year = 1953
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1953 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1461 value = 25 where = energy }
	}
}
event = {
	id = 2803399
	random = no

	trigger = {
		random = 10
		control = { province = 1461 data = -1 }
		year = 1963
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1963 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1461 value = 25 where = energy }
	}
}
event = {
	id = 2803400
	random = no

	trigger = {
		random = 10
		control = { province = 1461 data = -1 }
		year = 1973
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1973 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1461 value = 25 where = energy }
	}
}
event = {
	id = 2803401
	random = no

	trigger = {
		random = 10
		control = { province = 1461 data = -1 }
		year = 1983
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1983 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1461 value = 25 where = energy }
	}
}
event = {
	id = 2803402
	random = no

	trigger = {
		random = 10
		control = { province = 1461 data = -1 }
		year = 1993
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1993 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1461 value = 30 where = energy }
	}
}
###South Africa Coal Fields/Production = 250Mt (2000)
###1119; Discovered:????(xxx production); Est Production:80Mt/yr(2000)
event = {
	id = 2803403
	random = no

	trigger = {
		random = 10
		control = { province = 1119 data = -1 }
		year = 1948
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1948 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1119 value = 20 where = energy }
	}
}
event = {
	id = 2803404
	random = no

	trigger = {
		random = 10
		control = { province = 1119 data = -1 }
		year = 1958
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1958 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1119 value = 20 where = energy }
	}
}
event = {
	id = 2803405
	random = no

	trigger = {
		random = 10
		control = { province = 1119 data = -1 }
		year = 1968
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1968 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1119 value = 20 where = energy }
	}
}
event = {
	id = 2803406
	random = no

	trigger = {
		random = 10
		control = { province = 1119 data = -1 }
		year = 1978
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1978 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1119 value = 20 where = energy }
	}
}
###1120; Discovered:????(xxx production); Est Production:80Mt/yr(2000)
event = {
	id = 2803407
	random = no

	trigger = {
		random = 10
		control = { province = 1120 data = -1 }
		year = 1953
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1953 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1120 value = 20 where = energy }
	}
}
event = {
	id = 2803408
	random = no

	trigger = {
		random = 10
		control = { province = 1120 data = -1 }
		year = 1963
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1963 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1120 value = 20 where = energy }
	}
}
event = {
	id = 2803409
	random = no

	trigger = {
		random = 10
		control = { province = 1120 data = -1 }
		year = 1973
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1973 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1120 value = 20 where = energy }
	}
}
event = {
	id = 2803410
	random = no

	trigger = {
		random = 10
		control = { province = 1120 data = -1 }
		year = 1983
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1983 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1120 value = 20 where = energy }
	}
}
###1121; Discovered:????(xxx production); Est Production:80Mt/yr(2000)
event = {
	id = 2803411
	random = no

	trigger = {
		random = 10
		control = { province = 1121 data = -1 }
		year = 1957
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1957 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1121 value = 20 where = energy }
	}
}
event = {
	id = 2803412
	random = no

	trigger = {
		random = 10
		control = { province = 1121 data = -1 }
		year = 1967
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1967 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1121 value = 20 where = energy }
	}
}
event = {
	id = 2803413
	random = no

	trigger = {
		random = 10
		control = { province = 1121 data = -1 }
		year = 1977
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1977 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1121 value = 20 where = energy }
	}
}
event = {
	id = 2803414
	random = no

	trigger = {
		random = 10
		control = { province = 1121 data = -1 }
		year = 1987
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1987 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1121 value = 20 where = energy }
	}
}
###Indonesia Coal Fields/Production = 180Mt (2000), 230Mt (2010)
###1649; Discovered:????(xxx production); Est Production:45Mt/yr(2000)
event = {
	id = 2803415
	random = no

	trigger = {
		random = 10
		control = { province = 1649 data = -1 }
		year = 1984
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1984 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1649 value = 45 where = energy }
	}
}
###1641; Discovered:????(xxx production); Est Production:50Mt/yr(2000)
event = {
	id = 2803416
	random = no

	trigger = {
		random = 10
		control = { province = 1641 data = -1 }
		year = 2004
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2004 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1641 value = 50 where = energy }
	}
}
###1643; Discovered:????(xxx production); Est Production:45Mt/yr(2000)
event = {
	id = 2803417
	random = no

	trigger = {
		random = 10
		control = { province = 1643 data = -1 }
		year = 1994
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1994 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1643 value = 45 where = energy }
	}
}
###1358; Discovered:????(xxx production); Est Production:45Mt/yr(2000)
event = {
	id = 2803418
	random = no

	trigger = {
		random = 10
		control = { province = 1358 data = -1 }
		year = 1974
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1974 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1358 value = 45 where = energy }
	}
}
###1359; Discovered:????(xxx production); Est Production:45Mt/yr(2000)
event = {
	id = 2803419
	random = no

	trigger = {
		random = 10
		control = { province = 1359 data = -1 }
		year = 1967
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1967 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 1359 value = 45 where = energy }
	}
}
###USA Coal Fields/Production = 1060Mt (2000)
###Black Thunder Coal Mine, WY, USA; Discovered:????(1977 production); Est Production:340Mt/yr(2000) 90/340
event = {
	id = 2803420
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1977
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1977 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 90 where = energy }
	}
}
###Cordero Rojo Coal Mine, WY, USA; Discovered:????(1993 production); Est Production:340Mt/yr(2000) 126/340
event = {
	id = 2803421
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1993
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1993 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 36 where = energy }
                command = { type = province_keypoints which = 704 value = 1 }
	}
}
###Belle Ayr Mine, WY, USA; Discovered:????(1972 production); Est Production:340Mt/yr(2000) 154/340
event = {
	id = 2803422
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1972
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1972 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 28 where = energy }
	}
}
###Eagle Butte Mine, WY, USA; Discovered:????(1978 production); Est Production:340Mt/yr(2000) 174/340
event = {
	id = 2803423
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1978
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1978 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 20 where = energy }
	}
}
###Rawhide Mine, WY, USA; Discovered:????(1978 production); Est Production:340Mt/yr(2000) 191/340
event = {
	id = 2803424
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1977
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1977 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 17 where = energy }
	}
}
###Jacobs Ranch Mine, WY, USA; Discovered:????(1980 production); Est Production:340Mt/yr(2000) 230/340
event = {
	id = 2803425
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1980
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1980 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 39 where = energy 
                command = { type = province_keypoints which = 704 value = 1 }
	}
}
###WY Misc Expansions, USA; Discovered:????(1990 production); Est Production:340Mt/yr(2000) 280/340
event = {
	id = 2803426
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1990
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1990 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 50 where = energy 
	}
}
###WY Misc Expansions #2, USA; Discovered:????(1998 production); Est Production:340Mt/yr(2000) 340/340
event = {
	id = 2803427
	random = no

	trigger = {
		random = 10
		control = { province = 704 data = -1 }
		year = 1998
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1998 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 704 value = 60 where = energy 
                command = { type = province_keypoints which = 704 value = 1 }
	}
}
###West Virginia, USA; Discovered:????(??? production); Est Production:160Mt/yr(2000) 
event = {
	id = 2803428
	random = no

	trigger = {
		random = 10
		control = { province = 630 data = -1 }
		year = 1955
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1955 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 630 value = 60 where = energy 
	}
}
event = {
	id = 2803429
	random = no

	trigger = {
		random = 10
		control = { province = 630 data = -1 }
		year = 1975
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1975 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 630 value = 60 where = energy 
	}
}
event = {
	id = 2803430
	random = no

	trigger = {
		random = 10
		control = { province = 630 data = -1 }
		year = 1995
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1995 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 630 value = 40 where = energy 
	}
}
###Kentucky, USA; Discovered:????(??? production); Est Production:130Mt/yr(2000)
event = {
	id = 2803431
	random = no

	trigger = {
		random = 10
		control = { province = 640 data = -1 }
		year = 1965
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1965 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 640 value = 40 where = energy 
	}
}
event = {
	id = 2803432
	random = no

	trigger = {
		random = 10
		control = { province = 641 data = -1 }
		year = 1974
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1974 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 641 value = 40 where = energy 
	}
}
event = {
	id = 2803433
	random = no

	trigger = {
		random = 10
		control = { province = 640 data = -1 }
		year = 1984
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1984 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 640 value = 40 where = energy 
	}
}
###PA, USA; Discovered:????(??? production); Est Production:75Mt/yr(2000)
event = {
	id = 2803434
	random = no

	trigger = {
		random = 10
		control = { province = 614 data = -1 }
		year = 1970
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1970 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 614 value = 40 where = energy 
	}
}
event = {
	id = 2803435
	random = no

	trigger = {
		random = 10
		control = { province = 614 data = -1 }
		year = 1990
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1990 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 614 value = 35 where = energy 
	}
}
###TX, USA; Discovered:????(??? production); Est Production:50Mt/yr(2000)
event = {
	id = 2803436
	random = no

	trigger = {
		random = 10
		control = { province = 715 data = -1 }
		year = 1963
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1963 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 715 value = 25 where = energy 
	}
}
event = {
	id = 2803437
	random = no

	trigger = {
		random = 10
		control = { province = 717 data = -1 }
		year = 1969
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1969 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 717 value = 25 where = energy 
	}
}
###Montana, USA; Discovered:????(??? production); Est Production:38Mt/yr(2000)
event = {
	id = 2803438
	random = no

	trigger = {
		random = 10
		control = { province = 772 data = -1 }
		year = 1971
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1971 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 772 value = 19 where = energy 
	}
}
event = {
	id = 2803439
	random = no

	trigger = {
		random = 10
		control = { province = 772 data = -1 }
		year = 1991
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1991 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 772 value = 19 where = energy 
	}
}
###Illinois, USA; Discovered:????(??? production); Est Production:33Mt/yr(2000)
event = {
	id = 2803440
	random = no

	trigger = {
		random = 10
		control = { province = 626 data = -1 }
		year = 1953
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1953 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 626 value = 20 where = energy 
	}
}
event = {
	id = 2803441
	random = no

	trigger = {
		random = 10
		control = { province = 626 data = -1 }
		year = 1962
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1962 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 626 value = 13 where = energy 
	}
}
###Virginia, USA; Discovered:????(??? production); Est Production:33Mt/yr(2000)
event = {
	id = 2803442
	random = no

	trigger = {
		random = 10
		control = { province = 639 data = -1 }
		year = 1951
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1951 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 639 value = 20 where = energy 
	}
}
event = {
	id = 2803443
	random = no

	trigger = {
		random = 10
		control = { province = 639 data = -1 }
		year = 1979
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1979 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 639 value = 13 where = energy 
	}
}
###North Dakota, USA; Discovered:????(??? production); Est Production:32Mt/yr(2000)
event = {
	id = 2803444
	random = no

	trigger = {
		random = 10
		control = { province = 698 data = -1 }
		year = 1950
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1950 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 698 value = 20 where = energy 
	}
}
event = {
	id = 2803445
	random = no

	trigger = {
		random = 10
		control = { province = 698 data = -1 }
		year = 1979
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1979 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 698 value = 12 where = energy 
	}
}
###Colorado, USA; Discovered:????(??? production); Est Production:29Mt/yr(2000)
event = {
	id = 2803446
	random = no

	trigger = {
		random = 10
		control = { province = 706 data = -1 }
		year = 1983
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1983 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 706 value = 20 where = energy 
	}
}
event = {
	id = 2803447
	random = no

	trigger = {
		random = 10
		control = { province = 706 data = -1 }
		year = 1999
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1999 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 706 value = 9 where = energy 
	}
}
###Indiana, USA; Discovered:????(??? production); Est Production:28Mt/yr(2000)
event = {
	id = 2803448
	random = no

	trigger = {
		random = 10
		control = { province = 627 data = -1 }
		year = 1973
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1973 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 627 value = 20 where = energy 
	}
}
event = {
	id = 2803449
	random = no

	trigger = {
		random = 10
		control = { province = 627 data = -1 }
		year = 2010
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 2010 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 627 value = 8 where = energy 
	}
}
###New Mexico, USA; Discovered:????(??? production); Est Production:27Mt/yr(2000)
event = {
	id = 2803450
	random = no

	trigger = {
		random = 10
		control = { province = 725 data = -1 }
		year = 1967
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1967 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 725 value = 10 where = energy 
	}
}
event = {
	id = 2803451
	random = no

	trigger = {
		random = 10
		control = { province = 725 data = -1 }
		year = 1997
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1997 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 725 value = 17 where = energy 
	}
}
###Utah, USA; Discovered:????(??? production); Est Production:27Mt/yr(2000)
event = {
	id = 2803452
	random = no

	trigger = {
		random = 10
		control = { province = 732 data = -1 }
		year = 1961
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1961 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 732 value = 20 where = energy 
	}
}
event = {
	id = 2803453
	random = no

	trigger = {
		random = 10
		control = { province = 732 data = -1 }
		year = 1941
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1941 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 732 value = 7 where = energy 
	}
}
###Ohio, USA; Discovered:????(??? production); Est Production:22Mt/yr(2000)
event = {
	id = 2803454
	random = no

	trigger = {
		random = 10
		control = { province = 628 data = -1 }
		year = 1949
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1949 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 628 value = 22 where = energy 
	}
}
###Alabama, USA; Discovered:????(??? production); Est Production:29Mt/yr(2000)
event = {
	id = 2803455
	random = no

	trigger = {
		random = 10
		control = { province = 672 data = -1 }
		year = 1948
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1948 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 672 value = 20 where = energy 
	}
}
event = {
	id = 2803456
	random = no

	trigger = {
		random = 10
		control = { province = 672 data = -1 }
		year = 1975
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1975 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 672 value = 9 where = energy 
	}
}
###Arizona, USA; Discovered:????(??? production); Est Production:13Mt/yr(2000)
event = {
	id = 2803457
	random = no

	trigger = {
		random = 10
		control = { province = 730 data = -1 }
		year = 1960
	}

	name = AI_EVENT
	desc = AI_EVENT
	style = 0	
	
	date = { day = 1 month = january year = 1960 }
	offset = 10
	deathdate = { day = 29 month = december year = 2099 }

	action_a = {
		name = "Ok"
		command = { type = add_prov_resource which = 730 value = 13 where = energy 
	}
}
pt2 as posts are closed to more than 50k characters :rolleyes:
 
Where are the triggers for the Allied Surrender I found the ones for a negotiated surrender for both the US and England but not if they're allied together.
 
One step this mod might use is to tweak the build priority (more IC and infrastructure!) for all nations in the world, ensuring that they use these new resources, and do not spam so much infantry. Increased numbers of oilconsuming units may also better reflect the growing value of oil in the world, albeit one might argue that it was mostly civilian demand that truly had an impact on this.

Perhaps one can also simulate oil demand by not adding too much resource discovery events about rare materials, and then encourage the AI and player to build synthetic materials plants (simulating less dependance on natural materials and increased usage of plastics or artificial rubber), with further build priority tweaks and more favourable conversion techs.

I would consider cutting down manpower growth using events, for nations at peace, perhaps creating defcon level system affected by global and regional stability, which will steer manpower growth to a certain level.
 
Last edited:
One step this mod might use is to tweak the build priority (more IC and infrastructure!) for all nations in the world, ensuring that they use these new resources, and do not spam so much infantry. Increased numbers of oilconsuming units may also better reflect the growing value of oil in the world, albeit one might argue that it was mostly civilian demand that truly had an impact on this.

Perhaps one can also simulate oil demand by not adding too much resource discovery events about rare materials, and then encourage the AI and player to build synthetic materials plants (simulating less dependance on natural materials and increased usage of plastics or artificial rubber), with further build priority tweaks and more favourable conversion techs.

I would consider cutting down manpower growth using events, for nations at peace, perhaps creating defcon level system affected by global and regional stability, which will steer manpower growth to a certain level.

What I see happening is several fold. First of as u mentioned a IC/infra priority. Second MUCH increased IC & supply cost of units throughout the decades as expensive electronics become the norm on the battlefield (marginal increases of return).. im thinking at least 30% cost increase per decade.

Some sort of demobilization modifier would be nice or maybe somehow tie the military spending modifier with the peacetime mod?
 
I've just released 0.15. The resource stuff you added, IceHawk is not in there yet but I expect to put it into 0.16
What I'm considering is a re-worked peacetime IC mod. There are some modifiers normally only used for ministers that I believe can be tweaked to make an improved peacetime IC routine. The reduction in peacetime IC can be coupled with an increase in resource production factors so that the majors can still supply their units. Over the long term I'll have to take a look at ai files to see if they can be set to produce things like infrastructure and radar stations more. For many nations, such as India, Japan, and Sweden, an ordinary peacetime IC mod would be entirely appropriate.

One of the things I've done with 0.15 is to make some of the minister types more cold-war relevant and also useful. The same kind of changes can, I believe, be made with a nation as a whole or even through the tech tree.
For small nations am considering further cuts in IC coupled with free money and free supplies. In reality these nations bought their equipment from the majors, with the exception of the infantry, which was made with their own manpower and training time, but weapons from abroad.

The Cuban Revolution is now portrayed if you play that far. Would like some testing to verify that there are no remaining Korean War bugs.

One possibility for ships is accident events. It would be nice to retire the older units but I have no way of determining the age of a unit for triggering purposes.

Another idea is to couple a peacetime mod with relations.
 
Last edited:
I've just released 0.15. The resource stuff you added, IceHawk is not in there yet but I expect to put it into 0.16
Sure np as rares still need be added for obvious balance issues. For anyone whos looking to go gung-ho anyways Ive posted a tutorial earlier in the thread to include these.

What I'm considering is a re-worked peacetime IC mod. There are some modifiers normally only used for ministers that I believe can be tweaked to make an improved peacetime IC routine. The reduction in peacetime IC can be coupled with an increase in resource production factors so that the majors can still supply their units. Over the long term I'll have to take a look at ai files to see if they can be set to produce things like infrastructure and radar stations more. For many nations, such as India, Japan, and Sweden, an ordinary peacetime IC mod would be entirely appropriate.
Sounds interesting! Do consider though my proposal regarding exponential unit costs. In the end I think play testing for game balance will iron this out.

Re economic growth I believe an even specific ai file which would increase ic/infra/building production would be very helfull. It would be nice to see East Germany build massive airbases, radar sites & AA during the cold war, or China ignore their military in favor of massive IC/infra production during the 90s on. :)

One of the things I've done with 0.15 is to make some of the minister types more cold-war relevant and also useful. The same kind of changes can, I believe, be made with a nation as a whole or even through the tech tree.
Interesting! Care to elaborate on this a little if possible?

One possibility for ships is accident events. It would be nice to retire the older units but I have no way of determining the age of a unit for triggering purposes.
Could that be done by model #? Like say all great war naval units retired by 1950, etc?
 
Last edited:
There's a file called "minister_modifiers.txt" in the db\ministers folder. You can actually mod the effect of a given minister personality. The biggest change I made was with "Old General". The reason for this is that many governments have a ceremonial head of state with the real power in the hands of the head of government, so this type of head of government is given a bit more punch-military benefit but some unpopularity, much like a milder version of "Resigned Generalissimo" and "Die-hard Reformer" toned down a bit and rolled into one--a little bit of a warmonger. Since Chiang Kai-Shek is an old general this might help the Chinese just a bit in their war with Japan. Most of the recent Israeli Prime Ministers would be best described as "Old General", I think everyone from Rabin onward was a retired general.

The tc_mod is already used for both ministers and technologies. There are options to use more of these "minister mods" for things other than minister types.
 
Hickz,
Do you have a savegame just prior to the crash to upload so I can research the bug? You can do the most recent autosave.

Where are the triggers for the Allied Surrender I found the ones for a negotiated surrender for both the US and England but not if they're allied together.
There is no surrender event if the US and UK are allied. You have to annex one of them first or write your own event. I think the faith of the US and UK in each other was one of the prime motivating factors keeping them in the war. Even so, the surrender events suck anyway. I'd go for total conquest and puppetry if in your position.
 
hickz
1) The mechanized infantry dependency is a legitimate bug
2) I was able to reproduce the other issue but suspect the problem was with your cheating method. It might be producing values that the program cannot handle. It's much easier to just mod the research speed in misc.txt and then just fire an event to give yourself a research mod value of 2000% on top of that.
Also update to the latest version (0.15) please.
 
Keep in mind that no matter what you do you cannot research anything in less than 5 days. So make your cheat just enough to accomplish that.
 
Another, this time small question nomonhan

Re compatibility with other generic mods, ie Tech Team mods or Fall of the Dragon. Is there a possibility of somehow including these into the CWE? or would we have to do this manually?
 
K I'll just go for total conquest then puppet and release US so I can eventually have another go at them and the S.U.

No need to be compatible with Fall of the Dragon as this is far more comprehensive with it's inclusion of several CCIP items and Nomonhan's tweaks. However, I know the armageddon one could be with some tweaking by the user.