• 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.
The IC and Infra for supplies would be a good flavor event, not incredibly useful (how many battles will be fought in Alaska in this period ;)), but interesting nonetheless.

As for ministers for Debs and LaFollette, I'll do some research on that.

For now, at least, can we use 'shadow government' ministers, a la HoI?

Steele
 
Ok... This isn't a comprehensive list, and I had to make some assumptions, but...

Eugene V. Debs' ministers:
Foreign: Emil Seiden
Armaments: Daniel DeLeon
Security: Fred Warren
Intelligence: Abraham Cahan
Chief of Staff: William Haywood

Chief's of service: For these we should either use whoever held the post before, or use Shadow Government ministers without real names, or pick a top-ranking general at random.

Robert LaFollette's ministers
Foreign: Burton Wheeler
Armaments: Samuel Gompers
Security: Victor Berger
Intelligence: Edward Scripp
Chiels of Staff and services: Same as for Debs, above.

Steele
 
Thanks very much.

Like in the standard HOI, the Security Minister is the head of the FBI. I found the heads of the services, so there isn't any concern in that respect.

I don't think that the 'no change' option should be removed, as this would discount the possibility that a president would want to stay on for years and years, like FDR would go on to do.
 
Perhaps you could replace 'no change' with the previos president. Although, I suppose that would require extra events for the later elections...

On the other hand, the two term precedent was very respected. FDR was the sole 'violator' of this precedent, but it wasn't impossible, just unlikely. FDR was just a popular guy.

Nevermind, leave it in, just have it as the last (third, or fourth) option.

EDIT: I was under the impression that the Minister of Security was the Attorney General... I suppose it doesn't really matter.

Steele
 
IIRC unlike WWII most of the shipping used to carry US soldiers over to France were British ships. So would it be appropriate, since the game mechanics do not allow you to transport allies on your Transport Units, to have an event that gives the US say 5 transports (similiar to the C.O.R.E. event that gives GB destroyers)?
 
Originally posted by shdwknightx
IIRC unlike WWII most of the shipping used to carry US soldiers over to France were British ships. So would it be appropriate, since the game mechanics do not allow you to transport allies on your Transport Units, to have an event that gives the US say 5 transports (similiar to the C.O.R.E. event that gives GB destroyers)?

Yes I think so - at the cost of some British supplies though. :)

Poppy.jpg
 
That wouldn't be a bad idea. But by mid 1918, there were thousands of Liberty Ships as well.

Maybe another event which gives the US 5 more transports at a cost of another 200 supplies a little later.

Steele
 
Revised American election events - socialists included :)

Code:
#####################################################################
# 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 = -5 }
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 = -5 }
command = { type = warentry value = 5 }
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 = -5 }
command = { type = warentry value = 5 }
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 = -5 }
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 = { }
}

action_d = {
name = "Elect Eugene V. Debs (Socialist)"
command = { type = dissent value = -5 }
command = { type = warentry value = -5 }
command = { type = headofstate which = 58089 }
command = { type = headofgovernment which = 58090 }
command = { type = foreignminister which = 58091 }
command = { type = armamentminister which = 58092 }
}
}

#####################################################################
# 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 = -5 }
command = { type = warentry value = 5 }
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 = -5 }
command = { type = warentry value = -5 }
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 = { }
}

action_d = {
name = "Elect Robert M. LaFollette (Socialist/Progressive)"
command = { type = dissent value = -5 }
command = { type = warentry value = -5 }
command = { type = headofstate which = 58087 }
command = { type = headofgovernment which = 58088 }
command = { type = foreignminister which = 58093 }
command = { type = armamentminister which = 58094 }
}
}
 
Code:
#British Merchantmen
##############

event = {
country = USA
id = XXXXX
random = no
style = 0
name = "British Merchantmen"
desc = "The British merchant fleet did most of the work ferrying American mem and materiel to Europe."

trigger = {
        war = { country = BRI country = GER }
NOT = {
        war = { country = USA country = BRI }
        alliance = {country = USA country = GER }
}
}

date = { day = 1 month = january year = 1914 }
deathdate = { day = 30 month = december year = 1924}

action_a = { 
name = "Excellent"
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }

}

}

How's this? I need an event ID.

Steele
 
Last edited:
Code:
#Liberty Ships
##############

event = {
country = USA
id = XXXXX
random = no
style = 0
name = "Liberty Ships"
desc = "When production was in full swing, hundreds of new 'Liberty Ships' joined the American waer effort."

trigger = {
OR = {
        war = { country = USA country = GER }
        war = { country = USA country = BRI }
}
}

date = { day = 1 month = january year = 1914 }
deathdate = { day = 30 month = december year = 1924}

action_a = { 
name = "Excellent"
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = supplies value = -200 }


}

}

Another event ID is needed.

Steele
 
Last edited:
Code:
#The Alaska Railroad
##############

event  = {
country = USA
id = XXXXX
random = no
style = 0
name = "The Alaska Railroad"
desc = "Authorized in 1914 and completed in 1918, the Alaska Railroad made it possible to move supplies around the huge territory more effeciently."

date = { day = 1 month = june year = 1918 }

action_a = {
name = "Excellent"
command = { type = infrastructure which = [2*] value = 20 }
command = { type = supplies value = -200 }
}

}

I'm not sure if '2' is the only province that ought to be affected by this. And I need another event ID. What system are we using?

Steele
 
Originally posted by Steele
Code:
#British Merchantmen
##############

event = {
country = USA
id = XXXXX
random = no
style = 0
name = "British Merchantmen"
desc = "The British merchant fleet did most of the work ferrying American mem and materiel to Europe."

trigger = {
        war = { country = BRI country = GER }
NOT = {
        war = { country = USA country = BRI }
        alliance = {country = USA country = GER }
}
}

date = { day = 1 month = january year = 1914 }
deathdate = { day = 30 month = december year = 1924}

action_a = { 
name = "Excellent"
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }

}

}

How's this? I need an event ID.

Steele

Looks good but in the description I think that should be men not mem.
 
Originally posted by Shadow Knight
Looks good but in the description I think that should be men not mem.

But that would diminish the contributions of all the American mem who sufffered in the trenches. ;)

Good point.

Code:
#British Merchantmen
##############

event = {
country = USA
id = XXXXX
random = no
style = 0
name = "British Merchantmen"
desc = "The British merchant fleet did most of the work ferrying American men and materiel to Europe."

trigger = {
        war = { country = BRI country = GER }
NOT = {
        war = { country = USA country = BRI }
        alliance = {country = USA country = GER }
}
}

date = { day = 1 month = january year = 1914 }
deathdate = { day = 30 month = december year = 1924}

action_a = { 
name = "Excellent"
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }

}

}

Steele
 
Code:
#Liberty Ships
##############

event = {
country = USA
id = 58420
random = no
style = 0
name = "Liberty Ships"
desc = "When production was in full swing, hundreds of new 'Liberty Ships' joined the American war effort."

trigger = {
OR = {
        war = { country = USA country = GER }
        war = { country = USA country = BRI }
}
}

date = { day = 1 month = january year = 1914 }
deathdate = { day = 30 month = december year = 1924}

action_a = { 
name = "Excellent"
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = supplies value = -200 }


}

}
Code:
#British Merchantmen
##############

event = {
country = USA
id = 58421
random = no
style = 0
name = "British Merchantmen"
desc = "The British merchant fleet did most of the work ferrying American men and materiel to Europe."

trigger = {
        war = { country = BRI country = GER }
NOT = {
        war = { country = USA country = BRI }
        alliance = {country = USA country = GER }
}
}

date = { day = 1 month = january year = 1914 }
deathdate = { day = 30 month = december year = 1924}

action_a = { 
name = "Excellent"
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }
command = { type = add_division which = [transport0] value = [none] }

}

}
Code:
#The Alaska Railroad
##############

event  = {
country = USA
id = 58422
random = no
style = 0
name = "The Alaska Railroad"
desc = "Authorized in 1914 and completed in 1918, the Alaska Railroad made it possible to move supplies around the huge territory more effeciently."

date = { day = 1 month = june year = 1918 }

action_a = {
name = "Excellent"
command = { type = infrastructure which = [2] value = 20 }
command = { type = supplies value = -200 }
}

}

Steele
 
Last edited:
Code:
# Charlie Chaplin's Shoulder Arms
##############

event = {
country = USA
id = 58423
random = no
style = 0
name = "Charlie Chaplin's Shoulder Arms"
desc = "Released in October of 1918, Shoulder Arms was a wildly popular movie, in support of the American war effort."

date = { day = 1 month = october year = 1918 }

action_a = {
name = "Hilarious"
command = { type = dissent value = -3 }
command = { type = warentry which = [USA] value = 3 }
}

}

How about this as well?

Steele
 
Code:
# First Traffic Light
##############

event = {
country = USA
id = 58424
random = no
style = 0
name = "The First Traffic Light"
desc = "Installed in Detroit in 1920 by a police officer, the first traffic light was made from red, green, and amber railroad signals, and about $40 worth of wires."

date = { day = 1 month = january year = 1920 }

action_a = {
name = "Excellent"
command = { type = infrastructure which = [116] value = 10 }
}

}
Code:
# Henry Ford's Peace Ship
##############

event = {
country = USA
id = 58425
random = no
style = 0
name = "Henry Ford's Peace Ship"
desc = "On 4 December, 1915, industrialist and automaker Henry Ford chartered a ship, the Oskar II, to ferry some pacafists to Europe, in hopes of reaching an Armistice Ultimately, it was an expensive failure."

date = { day = 4 month = december year = 1915 }

action_a = {
name = "Most unfortunate."
command = { type = warentry which = [USA] value = -5 }
}

}
Code:
# Prohibition
##############

event = {
country = USA
id = 58426
random = no
style = 0
name = "Prohibition"
desc = "Prohibition, 'That Noble Experiment,' was an attempt by the United States Government to ban all production, importation, and comsumption of alcohol in the country. It was wildly unpopular."

date = { day = 1 month = june year = 1919 }

action_a = {
name = "Most unfortunate."
command = { type = dissent = 10 }
}

}
Code:
# Women's Suffrage
##############

event = {
country = USA
id = 58427
random = no
style = 0
name = "Women's Suffrage"
desc = "The Nineteenth Amendment to the US Constitution granted suffrage to all citizens of the country, regardless of sex. Giving women the vote was the result of a lengthy struggle by the so-called 'Suffragettes.'"

date = { day = 1 month = june year = 1920 }

action_a = {
name = "Excellent."
command = { type = dissent = -5 }
}

}

What do you think of these?

Steele
 
Last edited: