One limitation of minister-file elections is that you can't specify an exact date, only a year (and in some cases they may not happen at all, e.g. multiplayer reloads). With events you can be specific.
In 1.05 USA WE goes up 1.5% per month assuming no events or other modifiers. (So CG requirements drop 0.6% per month).Originally posted by shdwknightx
IIRC WE goes up 1% each month and other modifiers if Germany (or anybody else too) attacks or does other aggressive stuff.
#######################
# 'Birth of a Nation'
#######################
event = {
country = USA
id = 58550
random = no
style = 0
name = "'Birth of a Nation'"
desc = "D.W. Griffith's motion picture 'Birth of a Nation' has opened in cinemas amidst great controversy because of its apparent approval of racism.
The film - about the American Civil War and ensuing reconstruction - is likely to be boycotted by many, as well as increase racial tensions in the country"
date = { day = 3 month = march year = 1915 }
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "A controversial film"
command = { type = dissent value = 2 }
}
}
#######################
# Panama Canal
#######################
event = {
country = USA
id = 58551
random = no
style = 0
name = "Panama Canal"
desc = "Colonel George Goethals, builder of the Panama Canal has been appointed as the zone's first governor. The canal was opened last October by President Wilson,
who detoned forty tons of dynamite to remove the last obstacle between the Atlantic and Pacific - by pressing a button 4,000 miles away at his desk in the White House."
date = { day = 23 month = january year = 1914 }
deathdate = { day = 0 month = january year = 1924 }
action_a = {
name = "The greatest liberty man has ever taken with nature"
command = { type = dissent value = -2 }
command = { type = infrastructure which = 288 value = 5 }
command = { type = coastal_fort which = 288 value = 2 }
}
}
Originally posted by ptan54
I would love to see the possibility of a Teddy Roosevelt presidency (ie Taft wasnt nominated) but that means starting the mod in 1912.
Are we prepared to do events for those two years? Can include Balkan wars and if we start in July 1911 we can do the Morocco crisis also.....
Should script American AI to focus on industry and electronics from 1914 to Lusitania.
#####################################################################
# 1916 Presidential Election
#####################################################################
event = {
country = USA
id = 58560
random = no
style = 0
name = "1916 Presidential Election"
desc = "The people of the United States go to the polls for the Presidential elections."
trigger = { government = democratic }
date = { day = 5 month = november year = 1916 }
action_a = {
name = "Elect Woodrow Wilson (Democrat)"
command = { type = dissent value = -2 }
command = { type = headofstate which = 58001 }
command = { type = headofgovernment which = 58002 }
command = { type = foreignminister which = 58035 }
command = { type = armamentminister which = 58004 }
}
action_b = {
name = "Elect Charles Evans Hughes (Republican)"
command = { type = dissent value = -2 }
command = { type = headofstate which = 58069 }
command = { type = headofgovernment which = 58070 }
command = { type = foreignminister which = 58036 }
command = { type = armamentminister which = 58039 }
}
action_c = {
name = "No Change"
command = { }
}
}
#####################################################################
# 1920 Presidential Election
#####################################################################
event = {
country = USA
id = 58561
random = no
style = 0
name = "1920 Presidential Election"
desc = "The people of the United States go to the polls for the Presidential elections."
trigger = { government = democratic }
date = { day = 5 month = november year = 1920 }
action_a = {
name = "Elect Warren G. Harding (Republican)"
command = { type = dissent value = -2 }
command = { type = headofstate which = 58031 }
command = { type = headofgovernment which = 58033 }
command = { type = foreignminister which = 58036 }
command = { type = armamentminister which = 58039 }
}
action_b = {
name = "Elect James M. Cox (Democrat)"
command = { type = dissent value = -2 }
command = { type = headofstate which = 58071 }
command = { type = headofgovernment which = 58072 }
command = { type = foreignminister which = 58075 }
command = { type = armamentminister which = 58004 }
}
action_c = {
name = "No Change"
command = { }
}
}
#####################################################################
# 1924 Presidential Election
#####################################################################
event = {
country = USA
id = 58562
random = no
style = 0
name = "1924 Presidential Election"
desc = "The people of the United States go to the polls for the Presidential elections."
trigger = { government = democratic }
date = { day = 5 month = november year = 1924 }
action_a = {
name = "Elect Calvin Coolidge (Republican)"
command = { type = dissent value = -2 }
command = { type = headofstate which = 58032 }
command = { type = headofgovernment which = 58034 }
command = { type = foreignminister which = 58037 }
command = { type = armamentminister which = 58040 }
}
action_b = {
name = "Elect John W. Davis (Democrat)"
command = { type = dissent value = -2 }
command = { type = headofstate which = 58073 }
command = { type = headofgovernment which = 58074 }
command = { type = foreignminister which = 58076 }
command = { type = armamentminister which = 58004 }
}
action_c = {
name = "No Change"
command = { }
}
}