• 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.
Dec 2, 2005
505
0
Ministers
Democrat
x;Head of State;Hubert Humphrey;64;SL;Die-hard Reformer;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Humphrey.jpg
x;Head of Government;Edmund Muskie;68;SL;Ambitious Union Boss;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Muskie.jpg
x;Foreign Minister;Edmund Muskie;68;SL;Apologetic Clerk;High;Unknown;x
x;Minister of Armament;Walt Whitman Rostow;Laissez-Faire Capitalist;high;unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Rostow.jpg
x;Minister of Security;J Edgar Hoover;53;SL;Crime Fighter;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/e8059165.jpg
*Remainder are the Same as Republicans*

Republican
x;Head of State;Richard M. Nixon;60;ML;Ruthless Powermonger;High;unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/RichardNixon.jpg
x;Head of Government;Spiro Agnew;68;ML;Political Protege;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/SpiroAgnew.jpg
x;Foreign Minister;William P. Rogers;68;ML;Apologetic Clerk;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/WillamPRogers.jpg
x;Minister of Armament;David M Kennedy;68;ML;Laissez-Faire Capitalist;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/DavidMKennedy.jpg
x;Minister of Security;John N. Mitchell;68;ML;Backstabber;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/JohnNMitchell.jpg
x;Minister of Intelligence;Richard Helms;66;ML;Political Specialist;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/RichardHelms.jpg
x;Chief of Staff;William Westmoreland;68;ML;68;School of Mass Combat;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Westmoreland.jpg
x;Chief of Army;William Westmoreland;68;ML;Decisive Battle Doctrine;High;Unknown;x
x;Chief of Navy;Thomas Moorer;67;ML;Power Projection Doctrine;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Moorer.jpg
x;Chief of Airforce;John P. McConnell;64;ML;Carpet Bombing Doctrine;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/McConnell.jpg


American Independence
x;Head of State;George C. Wallace;68;SC;Power-Hungry Demagogue;High;unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/GeorgeC.jpg
x;Head of Government;Curtis LeMay;68;SC;Old Air Marshal;Very High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/CurtissLemay.jpg
x;Foreign Minister;John Sparkman;53;ML;Iron-Fisted Brute;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/JohnSparkman.jpg
x;Minister of Armaments;Strom Thurmond;53;SC;Laissez-Faire Capitalist;Very High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/StromThurmond.jpg
x;Minister of Security;John McClellan;53;ML;Silent Lawyer;Very High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/JohnMcClellan.jpg
x;Chief of Airforce;Curtis Lemay;53;SC;Carpet Bombing Doctrine;Very High;Unknown;x
*Remainder are the same as Republicans

will work on it more later...
 
Last edited:
Code:
#
#The Cold War - US Events
#
#Written by Tiger_of_Malaysia
#
###################################
# The 1968 US Election
###################################
event = {
	id =
	random = no
	country = USA

	trigger = {
		government = democratic
		headofstate = "Lyndon B. Johnson"
	}	

	name =
	desc =
	style = 0
	picture = "1968_US_Election"

	date = { day = 5 month = november year = 1968 }

	action_a = {
		name = "" # The Democratic Party is Victorious
		ai_chance = 40
		command = { type = headofstate which = "Hubert Humphrey"}
		command = { type = headofgovernment which = "Edmund Muskie"}
		command = { type = foreignminister which = "Edmund Muskie"}
		command = { type = ministerofarmament which = "Walt Whitman Rostow"}
		command = { type = ministerofsecurity which = "J. Edgar Hoover"}
		command = { type = dissent value = 10}
		command = { type = domesticwhich = political_left value = 2}
		command = { type = domesticwhich = proffesional_army value = -1}
		command = { type = domesticwhich = interventionism value = 1}
		}
	action_b = {
		name = "" # The Republican Party is Victorious
		ai chance = 50
		command = { type = headofstate which = "Richard M. Nixon"}
		command = { type = headofgovernment which = "Spiro Agnew"}
		command = { type = foreignminister which = "William P. Rogers"}
		command = { type = ministerofarmament which = "David M. Kennedy"}
		command = { type = ministerofsecurity which = "John N. Mitchell"}
		command = { type = ministerofintellegence which = "Richard Helms"}
		command = { type = chiefofstaff which = "William Westmoreland"}
		command = { type = chiefofarmy which = "William Westmoreland"}
		command = { type = chiefofnavy which = "Thomas Moorer"}
		command = { type = chiefofairforce which = "John P McConnel"}
		command = { type = domesticwhich = political_left value = -2}
		command = { type = domesticwhich = interventionism value = -1}
		command = { type = dissent value = -3}
		}
	action_c = {
		name = "" # The American Independence Party is Victorious
		ai chance = 10
		command = { type = headofstate which = "George C. Wallace"}
		command = { type = headofgovernment which = "Curtis LeMay"}
		command = { type = foreignminister which = "John Sparkman"}
		command = { type = ministerofarmament which = "Strom Thurmond"}
		command = { type = ministerofsecurity which = "John McClellan"}
		command = { type = chiefofairforce which = "Curtis LeMay"}
		command = { type = dissent value = 20}
		command = { type = domesticwhich = political left value = -6}
		command = { type = domesticwhich = interventionism value = 4}
		command = { type = domesticwhich = defense_lobby = 3}
		command = { type = domesticwhich = democratic = -1}
		command = { type = domesticwhich = freedom = -4}
		}
}
 
Last edited:
Alternative History 1968 #1
(If Nixon is In the White House)

Republican
x;Head of State;Nelson Rockefeller;60;ML;Benevolent Gentleman;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Rockefeller.jpg
x;Head of Government;Raymond P. Shafer;68;ML;Silent Workhorse;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Shafer.jpg
x;Foreign Minister;George H. W. Bush;68;ML;Great Compromiser;High;Unknown;x
*Can anyone find a photo of him from around this era?
x;Minister of Armament;Henry Kissinger;68;ML;Strategic Air Proponent;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/Kissinger.jpg
x;Minister of Security;Elliot Richardson;68;ML;Crime Fighter;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/EliotRichardson.jpg
*remaining ministers do not change*

Democratic
x;Head of State;Robert F. Kennedy;60;SL;Benevolent Gentleman;Medium;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/RobertF.jpg
x;Foreign Minister;McGeorge Bundy;61;SL;Ideological Crusader;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/McGeorgeBundy.jpg
x;Minister of Security;Thurgood Marshall;67;SL;Compassionate Gentlemen;High;Unknown;x
http://img.photobucket.com/albums/v119/Doubled_Duce/ThurgoodMarshall.jpg
Will Work on it more later
 
Last edited: