• 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.
Why not use the Selective Service Act as a manpower event? It was signed into law on September 16, 1940...it would provide the US with a manpower boost however the war is proceeding. I'm not sure of its popularity, but you could have a minor dissent increase to reflect some of the Republican opposition to the law.

event = {
id = 322006
random = no
country = USA

name = "Selective Service Act"
desc = "Millions of American men register for military service."
style = 0

date = { day = 16 month = september year = 1940 }
offset = 1

action_a = {
name = "OK"
command = { type = manpowerpool value = 1000 }
command = { type = dissent value = 1 }
}
}
 
Originally posted by Mettermrck
Why not use the Selective Service Act as a manpower event? It was signed into law on September 16, 1940...it would provide the US with a manpower boost however the war is proceeding. I'm not sure of its popularity, but you could have a minor dissent increase to reflect some of the Republican opposition to the law.

event = {
id = 322006
random = no
country = USA

name = "Selective Service Act"
desc = "Millions of American men register for military service."
style = 0

date = { day = 16 month = september year = 1940 }
offset = 1

action_a = {
name = "OK"
command = { type = manpowerpool value = 1000 }
command = { type = dissent value = 1 }
}
}

Instead of having it activate on a date, how about have it activate due to a world wide event? You never know what is going to happen in HoI. The US might have been in the war in 1939, so this event would not make much sense to fire 1 year after they are in war. How about have it fire off when Paris falls, as this act was ratified a few months after it fell? So, if Paris falls in 1939, then the US will get it in 1939 (just like what would have happened should Germany had been more successful earlier then historically).
 
Originally posted by McNaughton
Instead of having it activate on a date, how about have it activate due to a world wide event? You never know what is going to happen in HoI. The US might have been in the war in 1939, so this event would not make much sense to fire 1 year after they are in war. How about have it fire off when Paris falls, as this act was ratified a few months after it fell? So, if Paris falls in 1939, then the US will get it in 1939 (just like what would have happened should Germany had been more successful earlier then historically).

Good point. I guess you could just rename one of your events as Selective Service, for some historical flavor. Can an event be tied to war entry %?
 
Originally posted by Mettermrck
Why not use the Selective Service Act as a manpower event? It was signed into law on September 16, 1940...it would provide the US with a manpower boost however the war is proceeding. I'm not sure of its popularity, but you could have a minor dissent increase to reflect some of the Republican opposition to the law.

event = {
id = 322006
random = no
country = USA

name = "Selective Service Act"
desc = "Millions of American men register for military service."
style = 0

date = { day = 16 month = september year = 1940 }
offset = 1

action_a = {
name = "OK"
command = { type = manpowerpool value = 1000 }
command = { type = dissent value = 1 }
}
}

How about this? This is basically a merger of my Paris Falls Manpower event and your Selective Service Manpower Event.

Code:
###################################
# Manpower: Selective Service Act #
###################################

event = { 
	id = 322004
	random = no
	country = USA

	trigger = { 
		atwar = no
		control = { province = 527 data = GER } #Paris
		}
	}

	name = "Selective Service Act"
	desc = "Millions of American men register for military service."
	style = 0

	date = { day = 18 month = august year = 1938 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 2000 }
			command = { type = dissent value = 2 }
	}
}
 
Originally posted by McNaughton
How about this? This is basically a merger of my Paris Falls Manpower event and your Selective Service Manpower Event.

I like it. The only thing I can point is, the fall of Paris should not be the only trigger used for the Selective Service Act. As an example...I've had Japan swallow China, while Germany was fighting WWI-style in Europe. I would still think the Selective Service Act would be enacted. So you can add the Kiri Pact as a trigger. I think that would be the only other major trigger. And then just have the event occur at the latest by 42-43 if neither of the events occur.
 
Originally posted by Mettermrck
I like it. The only thing I can point is, the fall of Paris should not be the only trigger used for the Selective Service Act. As an example...I've had Japan swallow China, while Germany was fighting WWI-style in Europe. I would still think the Selective Service Act would be enacted. So you can add the Kiri Pact as a trigger. I think that would be the only other major trigger. And then just have the event occur at the latest by 42-43 if neither of the events occur.

Good idea! I will look into the exact requirements so everything you stated will be in it.
 
Re: US Manpower Events

Originally posted by McNaughton
Like in Bolt's scenario, I lowered the starting Manpower pool to 340.

I added these two events.

Code:
##############################
# Manpower: War Mobilization #
##############################

event = { 
	id = 322005
	random = no
	country = USA

	trigger = { 
		war = yes 
		}
	}

	name = "WAR!"
	desc = "Millions volunteer or are conscripted for military service."
	style = 0

	date = { day = 18 month = august year = 1938 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 5000 }
			command = { type = dissent value = -5 }
	}
}

They start with 340, and each year gain 365.

By 1940 they should have gained 1480mp through natural growth, leaving them with 1820 total manpower (including starting manpower and natural growth).

When Paris falls, they gain 2000 manpower (showing expansion of the US armed forces that ocurred soon after the Fall of France).

When war is declared they get 5000 manpower (representing the massive influx of avalible men through volunteers, but primarily through conscription).

By 1945 (after starting, events and natural growth) the US should have access to about 11 000 manpower points. I have not calculated the manpower of existing 1936 US Forces (Air/Land/Navy), but it is not going to be very large.

why you put in this event this:
"date = { day = 18 month = august year = 1938 } "
and if the US is attacked early?
what happens?

i also have a problem with your events about Italy, the "Lybia falls!" trigger in the first week of the game... so i changed the date to 1940, but it is not the best solution... :(
 
I think that this event does not work because I messed up the trigger. Instead of WAR = YES, it should be ATWAR = YES. This is probably why it triggers in 1938. Also, the trigger date should be changed to 1938-47.

I am going to check over all of my events, just to make sure there are no little problems like this. I will send over any revised events.
 
Originally posted by McNaughton
I think that this event does not work because I messed up the trigger. Instead of WAR = YES, it should be ATWAR = YES. This is probably why it triggers in 1938. Also, the trigger date should be changed to 1938-47.

I am going to check over all of my events, just to make sure there are no little problems like this. I will send over any revised events.
yes, i have already changed that ;)
but it wont stop the invasion of the german player in the beggining of the game (a lot of players do that against Canada and the US because of their tiny armies).
So, i am saying that should be changed to this:
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1947 }

so, as soon as the US is at wat, this will trigger. :D

maybe a third event will be good that add 7000 MP ( the sum of boths) and then send to sleep the other two events. This events will trigger if the US receives a DoW from someone from 1936 to '38 ;)
 
How about something like this? If the US is ever attacked before France falls, then they will skip over the first two events and jump right into the third (that gives them all of the manpower the first two would give them). They would also fire from 1936-47, if their requirements are met. I made sure that EITHER event 1&2 OR event 3 fire, never a combination of all 3.

Code:
###################################
# Manpower: Selective Service Act #
###################################

event = { 
	id = 322004
	random = no
	country = USA

	trigger = { 
		atwar = no
		control = { province = 527 data = GER } #Paris
		}
	}

	name = "Selective Service Act"
	desc = "Millions of American men register for military service."
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 2000 }
			command = { type = dissent value = 2 }
	}
}

##############################
# Manpower: War Mobilization #
##############################

event = { 
	id = 322005
	random = no
	country = USA

	trigger = { 
		atwar = yes 
		event = 322004 #Selective Service Act
		}
	}

	name = "WAR!"
	desc = "Millions volunteer or are conscripted for military service."
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 5000 }
			command = { type = dissent value = -5 }
			command = { type = type = sleepevent which = 322006 }
	}
}

####################################
# Manpower: Early War Mobilization #
####################################

event = { 
	id = 322006
	random = no
	country = USA

	trigger = { 
		atwar = yes 
		NOT = { event = 322004 } #Selective Service Act
		}
	}

	name = "WAR!"
	desc = "Millions volunteer or are conscripted for military service."
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 7000 }
			command = { type = dissent value = -5 }
			command = { type = type = sleepevent which = 322004 }
	}
}
 
Re: Re: US Manpower Events

Originally posted by Generalisimo
i also have a problem with your events about Italy, the "Lybia falls!" trigger in the first week of the game... so i changed the date to 1940, but it is not the best solution... :(

I have tried this, and this works. It is triggered any time from 1936-47 ONLY IF the 3 territories are not controlled by Italy (thereby one or more of their enemies control them)

Code:
###########################
# Manpower: Fall of Libya #
###########################

event = { 
	id = 462006
	random = no
	country = ITA

	trigger = {
		NOT = {
		control = { province = 1085 = -1 } #Tripoli not controlled by Italy
		control = { province = 1097 = -1 } #Tobruk not controlled by Italy
		control = { province = 1087 = -1 } #Sirt not controlled by Italy
		}
	}

	name = "Libya Falls"
	desc = "With the fall of Libya Italy increases conscripton to prepare for the inevitable invasion of Southern Europe by the Allies."
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 600 } # Tripoli
	}
}
 
Manpower: Selective Service Act

I don't know how to do this but the Manpower: Selective Service Act event needs to be delayed 3 - 4 months after the event. This did not ocur imeadiately, also in the best of all worlds it would be a 90 day delay and then a 1% chance per day of occuring per day.
 
Re: Manpower: Selective Service Act

Originally posted by Kevin Mc Carthy
I don't know how to do this but the Manpower: Selective Service Act event needs to be delayed 3 - 4 months after the event. This did not ocur imeadiately, also in the best of all worlds it would be a 90 day delay and then a 1% chance per day of occuring per day.
that will make it split it in two events... and what we will gain from it???:confused:
i think for game purpose, it works good that way. :D
 
I've been thinking of the American industrial buildup leading up to World War 2. As it stands now, the US begins with around 900 IC and remains there unless of course it wins new territory. Yet in 1936, the US was still going through social change and wasn't the "arsenal of democracy" yet. I propose to reduce initial US IC, whether down to 750 or 800 I'm not sure. Then, through a series of events, you can add the IC back in.

1936 - Roosevelt Reelected - "Second New Deal"
A. Industrial Expansion +50IC, +5 dissent
B. Commercial Investment +25IC, +3 dissent
C. Limited Spending +10IC, no change in dissent.

Alf Landon Elected - "A Just and Proper Deal"
A. It's not the government's place to regulate industry, +5IC, -2 dissent
B. We need a little business expansion +15 IC, +2 dissent

1940 - Roosevelt Reelected - "Revisions of the Neutrality Act"
A. Loosen restrictions on munitions exports +25IC, +2 dissent
B. Remove almost all restrictions on munitions +50IC, +5 dissent
C. Maintain embargos on arms exports +5IC?, -2 dissent

Alf Landon Reelected - "Homeland Act"
A. Tighten arms embargos - no IC increase, -5 dissent
B. Maintain arms embargos - +5IC?, -3 dissent
C. Loosen some of the restrictions, +15IC, +2 dissent

Al Smith/Wendell Wilkie Elected - "Neutrality Act Reform"
A. Loosen restrictions on munitions exports +20IC +2 dissent
B. Maintain embargos on arms exports +5IC?, -2 dissent

Robert Taft - "Prosperity For the People"
A. No business expansion -2 dissent
B. Industry must be made to serve the people -10IC, -5 dissent
C. It can't be helped - a little expansion +10IC, +3 dissent


1941 - President Roosevelt - "Arsenal of Democracy"
A. Pledge material aid to the Allies - +75IC +1 dissent
B. Provide limited aid to Allied belligerents +25IC
C. Avoid domestic backlash - no more foreign aid -3 dissent

Alf Landon - "Our Boys Will Stay Home"
A. Absolutely no aid to belligerents! -3 dissent
B. Pledge normal trading to all belligerents +10 IC, +1 dissent
C. Offer quiet aid to Allies +20IC, +2 dissent

Al Smith/Wendell Wilkie - "Armory of Freedom"
A. We'll do what we can +20IC, +3 dissent
B. Provide steady stream of aid to Allies +40IC, +5 dissent
C. Too risky to provide aid -3 dissent

Depending on event IDs, you can add more such domestic events. If Roosevelt keeps winning, the US will become a strong industrial power, while Landon would limit US expansion, and Al Smith and Wilkie would be more moderate. I mainly want to see if you guys think the concept is promising before I do any scripting.
 
Last edited:
I like it. Link it with a rewrite of Lend-Lease (for Allies but also USSR and China) where amounts are affected by these choices - quite possibly down to zero - and I'll be very happy :D
 
Ok, I coded all of the events, leaving the tag IDs up to the powers that be. :) Steel, some of the more extreme choices do "sleep" the Lend-Lease event and severely decrease war entry, so alternate Presidents will likely keep the US out of war for much longer. Feel free to study the code and see if it's technically correct and if it looks balanced. I drew it up with a IC decrease of -150 for 1936. I was debating between adding it back in to specific provinces or just doing it random. The code is currently random.

###################################
# Manpower: IC return to USA #
# by Mettermrck #
# 322008 to 322018 #
###################################

event = {
id = 322008
random = no
country = USA
trigger = { headofgovernment = 6035 }

name = "Second New Deal"
desc = "Although passed in 1935, it was not until Roosevelt’s election victory in 1936 that the legislation of his ‘Second New Deal’ was considered permanent. Including the Works Progress Administration, National Labor Relations Act, and the Social Security Act, this program was designed to boost production and put the great masses of unemployed to work. A mixed success, it did help restore the confidence of the American public as it eased its way out of the Great Depression."

style = 0
date = { day = 1 month = january year = 1937 }
offset = 90

action_a = {
name = "Full program of industrial, commercial, and social reform"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 121 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = industry which = 192 value = 5 }
command = { type = industry which = 122 value = 5 }
command = { type = industry which = 125 value = 5 }
command = { type = industry which = 177 value = 5 }
command = { type = industry which = 178 value = 5 }
command = { type = dissent value = 5 }
}
action_b = {
name = "Limit reforms to commercial investments"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 121 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = dissent value = 3 }
}
action_c = {
name = "Limited Spending"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = warentry = USA value = -5 }
}
}

event = {
id = 322009
random = no
country = USA
trigger = { headofgovernment = 6053 }

name = "A Just and Proper Deal"
desc = "The Republicans were eager after their electoral victory in 1936 to dismantle Roosevelt’s social legislation. Fearing a public backlash, they chose their course with care, debating between gradual removal of each provision of the New Deal, or whether to eliminate the entire package in one bill of repeal. Pundits dubbed it the ‘Just and Proper Deal’, and it spelled the end of Roosevelt’s legacy. Nervous investors watched carefully to see what the economic implications were. President Alf Landon proposed the first of the bills in early 1937."

style = 0
date = { day = 1 month = january year = 1937 }
offset = 90

action_a = {
name = "It’s Not the Government’s Place to Regulate Industry – Full Repeal!"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = dissent value = -2 }
command = { type = warentry = USA value = -30 }
}
action_b = {
name = "We need a little business expansion – Gradual Rollback"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 121 value = 5 }
command = { type = dissent value = 2 }
command = { type = warentry = USA value = -15 }
}
}

event = {
id = 322010
random = no
country = USA
trigger = { headofgovernment = 6035 }

name = "Revisions of the Neutrality Act"
desc = "Roosevelt spent his second term revising the terms of the restrictive Neutrality Acts of the early 1930s, trying to slowly prepare American business for conflicts that were looming in Europe and Asia. The adjustments to the neutrality laws permitted some forms of munitions exports, albeit less than Roosevelt had hoped for. In the end, munitions forms were satisfied with an opportunity to increase their profits by shipping more arms overseas. Roosevelt’s reelection victory in 1940 made this transition complete."
style = 0
date = { day = 1 month = january year = 1940 }
offset = 90

action_a = {
name = "Maintain the looser restrictions on munitions exports"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = industry which = 203 value = 5 }
command = { type = industry which = 204 value = 5 }
command = { type = industry which = 217 value = 5 }
command = { type = dissent value = 2 }
}
action_b = {
name = "Go Further – remove almost all restrictions on munitions exports"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = industry which = 203 value = 5 }
command = { type = industry which = 204 value = 5 }
command = { type = industry which = 217 value = 5 }
command = { type = industry which = 117 value = 5 }
command = { type = industry which = 191 value = 5 }
command = { type = industry which = 193 value = 5 }
command = { type = industry which = 195 value = 5 }
command = { type = industry which = 129 value = 5 }
command = { type = dissent value = 5 }
command = { type = warentry = USA value = 5 }
}
action_c = {
name = "Increased Congressional opposition – restore embargos on arms exports"
command = { type = industry which = 8 value = 5 }
command = { type = dissent value = -2 }
command = { type = warentry = USA value = -10 }
}
}

event = {
id = 322011
random = no
country = USA
trigger = { headofgovernment = 6053 }

name = "The Homeland Act"
desc = "Pleased by his repeal of the New Deal programs in the late 1930’s, isolationists rallied around Alf Landon, leading to a huge reelection victory over his Democratic opponents in 1940. Flush with success, Landon embarked on a new program designed to curb the power of the munitions companies, who were calling for loosening of the restrictive Neutrality Acts. With war looming in Europe, Republicans wanted to keep America out, and arms exports seen as a dangerous way of getting involved in unwanted conflicts. To prevent this, Landon proposed the Homeland Act, a program of restrictions designed to tighten, if not eliminate, arms exports outside of the country."
style = 0
date = { day = 1 month = january year = 1940 }
offset = 90

action_a = {
name = "Pass the act! Tighten arms embargos"
command = { type = dissent value = -5 }
command = { type = warentry = USA value = -20 }
}
action_b = {
name = "Compromise – maintain arms embargos"
command = { type = industry which = 8 value = 5 }
command = { type = dissent value = -3 }
command = { type = warentry = USA value = -5 }
}
action_c = {
name = "Give in to munitions companies – loosen restrictions on munitions exports"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = industry which = 203 value = 5 }
command = { type = dissent value = 2 }
}
}

event = {
id = 322012
random = no
country = USA
trigger = { headofgovernment = 6058 }

name = "Restoration of the Neutrality Acts"
desc = "During the election campaign of 1940, Wendell Wilkie supported foreign policies that many critics pointed out were not much different than Roosevelt’s. To distance himself from his opponent, Wilkie became increasingly critical of Roosevelt as a ‘warmonger’, someone trying to get America into war as soon as possible. The success of this strategy prompted Wilkie to adopt increasingly isolationist positions as his lead in the polls increase. He adopted the famous slogan ‘Repeal Roosevelt’, promising to restore the restrictive Neutrality Acts of the 1930s. Wilkie was elected by a large margin and had to consider fulfilling his promise."
style = 0
date = { day = 1 month = january year = 1940 }
offset = 90

action_a = {
name = "Restore only some of the provisions of the Neutrality Acts – Limited Reform"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = dissent value = 1 }
command = { type = warentry = USA value = -10 }
}
action_b = {
name = "Fulfill campaign promise – restore Neutrality Acts"
command = { type = industry which = 8 value = 5 }
command = { type = dissent value = -3 }
command = { type = warentry = USA value = -20 }
}
action_c = {
name = "It was a rash statement – quietly ignore the issue"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = industry which = 203 value = 5 }
command = { type = dissent value = 3 }
}
}

event = {
id = 322013
random = no
country = USA
trigger = { headofgovernment = 6072 }

name = "Neutrality Act Reform"
desc = "World events of the late 1930s made many Americans question the wisdom of isolationism and the policies of President Landon. The mediocre success of his Just and Fair Deal led many to wish for a return of the progressive Democratic legislation of the early 1930s. Campaigning in favor of an increased American role in world affairs and bringing back some of the New Deal programs, Alfred Smith succeeded in winning a major electoral victory in 1940, defeating Alf Landon and bringing the Democrats back to power. The major part of President Smith’s foreign policy was the reform of the restrictive Neutrality Acts, passed in the early 1930s."
style = 0
date = { day = 1 month = january year = 1940 }
offset = 90

action_a = {
name = "We can’t ignore the world any longer – loosen restrictions on munitions exports"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = industry which = 203 value = 5 }
command = { type = industry which = 204 value = 5 }
command = { type = dissent value = 2 }
}
action_b = {
name = "Concentrate on domestic issues – maintain the Neutrality Acts"
command = { type = industry which = 8 value = 5 }
command = { type = dissent value = -3 }
command = { type = warentry = USA value = -10 }
}
}

event = {
id = 322014
random = no
country = USA
trigger = { headofgovernment = 6067 }

name = "Prosperity for the People"
desc = "The failure of government policies in the late 1930s increased social dissent and kept America firmly out of any foreign involvement. Emboldened by this growth of isolationist sentiment, the Republicans turned to Robert Taft as their Presidential candidate in 1940. Condemning the mistakes of the past and the New Deal, Taft sought to restore public confidence and wealth by going after the corrupt businessmen and magnates who he said ‘were a blot on the American landscape.’ Swept into office on a tide of public enthusiasm, Taft immediately went to work, proposed his first round of legislation, the ‘Prosperity for the People’ program, a series of laws criminalizing bad business behavior, coupled with a program of high protective tariffs and bans on arms exports."
style = 0
date = { day = 1 month = january year = 1940 }
offset = 90

action_a = {
name = "Keep the tycoons in line! Pass the Full Act"
command = { type = dissent value = -2 }
command = { type = warentry = USA value = -20 }
}
action_b = {
name = "Industry must be made to serve the people – Radical Reform"
command = { type = industry which = 122 value = -5 }
command = { type = industry which = 125 value = -5 }
command = { type = dissent value = -5 }
command = { type = warentry = USA value = -10 }
}
action_c = {
name = "We need businessmen for something – Limited Reform"
command = { type = industry which = 8 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = dissent value = 3 }
command = { type = warentry = USA value = -5 }
}
}

event = {
id = 322015
random = no
country = USA
trigger = { headofgovernment = 6035 }

name = "Arsenal of Democracy"
desc = "The growing conflict in Europe convinced President Roosevelt that America had to get involved and bring its industrial power over to the side of the Allies. He explained these concepts in his March, 1941 speech, referring to America as the ‘Arsenal of Democracy’. Through force of will and gradual persuasion, Roosevelt increased American aid to Allied belligerents and slowly convinced more and more of the folks at home that war was inevitable."
style = 0
date = { day = 1 month = march year = 1941 }
offset = 90

action_a = {
name = "Pledge material aid to the Allies"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = industry which = 122 value = 5 }
command = { type = industry which = 125 value = 5 }
command = { type = industry which = 177 value = 5 }
command = { type = industry which = 178 value = 5 }
command = { type = industry which = 181 value = 5 }
command = { type = industry which = 203 value = 5 }
command = { type = industry which = 217 value = 5 }
command = { type = industry which = 125 value = 5 }
command = { type = industry which = 177 value = 5 }
command = { type = industry which = 125 value = 5 }
command = { type = industry which = 177 value = 5 }
command = { type = dissent value = 1 }
}
action_b = {
name = "Provide limited aid to Allied belligerents"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = industry which = 122 value = 5 }
command = { type = warentry = USA value = -5 }
}
action_c = {
name = "Delete the phrase from the speech – Avoid domestic backlash"
command = { type = dissent value = -3 }
command = { type = sleepevent which = 3700 } #No Lend-Lease
command = { type = warentry = USA value = -10 }
}
}

event = {
id = 322016
random = no
country = USA
trigger = { headofgovernment = 6053 }

name = "Our Boys Will Stay Home"
desc = "The growing wars overseas frightened many Americans into calling for increased foreign aid and involvement. Fearing the Democrats taking advantage of the interventionist sentiment, President Landon gave his famous speech of March, 1941, speaking out about the horrors of the war and how America would prosper by staying out of it. To rousing cheers, Landon concluded with his famous line, ‘Let the fools die, for our boys will stay home!"
style = 0
date = { day = 1 month = march year = 1941 }
offset = 90

action_a = {
name = "Absolutely no aid to belligerents!"
command = { type = dissent value = -3 }
command = { type = sleepevent which = 3700 } #No Lend-Lease
command = { type = warentry = USA value = -20 }
}
action_b = {
name = "Pledge normal trading to all belligerents"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = dissent value = 1 }
command = { type = sleepevent which = 3700 } #No Lend-Lease
command = { type = warentry = USA value = -10 }
}
action_c = {
name = "Offer quiet aid to Allies"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = dissent value = 2 }
}
}

event = {
id = 322017
random = no
country = USA
trigger = { headofgovernment = 6058 }

name = "Armory of Freedom"
desc = "History recorded President Wilkie as a reluctant interventionist. Originally supportive of foreign involvement, Wendell Wilkie had used isolationism to get elected. As war broke out overseas, he found himself returning to form and seeing a need for some US involvement. Heavy isolationist opposition made this almost impossible, and things came to a head in March, 1941, when Wilkie gave his famous speech calling on Americans to ‘open their minds and hearts to the troubles of this world, and become the true Armory of Freedom’. It was a speech designed to minimize the backlash his programs of foreign aid would create."
style = 0
date = { day = 1 month = march year = 1941 }
offset = 90

action_a = {
name = "We’ll do what we can"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = dissent value = 3 }
}
action_b = {
name = "Provide steady stream of aid to the Allies"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = industry which = 122 value = 5 }
command = { type = industry which = 125 value = 5 }
command = { type = industry which = 177 value = 5 }
command = { type = industry which = 178 value = 5 }
command = { type = dissent value = 5 }
}
action_c = {
name = "What an awful speech! Too risky to provide aid"
command = { type = dissent value = -3 }
command = { type = sleepevent which = 3700 } #No Lend-Lease
command = { type = warentry = USA value = -20 }
}
}

event = {
id = 322018
random = no
country = USA
trigger = { headofgovernment = 6072 }

name = "Guns For Liberty"
desc = "Throughout his term as President, Alfred Smith found it difficult to pass the programs of social reform and military increases he had proposed. A strong Republican Congress kept him from bringing back any of the New Deal programs of Roosevelt, and his foreign policy was increasingly mocked in government circles. To counteract this rise in isolationism, Smith gave a notable speech in March, 1941, where he called on Americans to dream big, and use America’s prosperity to provide ‘Guns For Liberty’ for the Allies overseas."
style = 0
date = { day = 1 month = march year = 1941 }
offset = 90

action_a = {
name = "Provide limited aid"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = dissent value = 3 }
}
action_b = {
name = "Help our friends! Provide increase aid to Allies"
command = { type = industry which = 112 value = 5 }
command = { type = industry which = 116 value = 5 }
command = { type = industry which = 187 value = 5 }
command = { type = industry which = 188 value = 5 }
command = { type = industry which = 122 value = 5 }
command = { type = dissent value = 5 }
}
action_c = {
name = "We need to get reelected – avoid any foreign aid proposals"
command = { type = dissent value = -3 }
command = { type = sleepevent which = 3700 } #No Lend-Lease
command = { type = warentry = USA value = -20 }
}
}
 
Last edited:
well, i think that the events looks good, but i see a problem.
Currrently the US can prepare for war from 1936... if you give more IC for free that will make them invincible, maybe we could take something from them from the beggining, so they do not use that IC to strenght their warmachine. :D