Sounds good, other than a small (maybe -5 or -10 supplies) supply decrease, or a minor +1 dissent what do you propose. A chain for the US to go to war with Mexico? (I always thought we should have access to the Gulf of California.)
Shadow Knight said:Sounds good, other than a small (maybe -5 or -10 supplies) supply decrease, or a minor +1 dissent what do you propose. A chain for the US to go to war with Mexico? (I always thought we should have access to the Gulf of California.)
Well we could do this:Allenby said:I don't have any proposals I'm afraid, that's why I'm asking the question.Technically, they should go to war with Mexico, but I fear they may utterly crush them with a 100 division army.
There's also the possibility that the Mexican civil war might still be on - but would the United States deal with a person like Huerta?
Well since you proposed and I went to all that hardwork to flesh it out. The honors yours.Allenby said:Looks good! Do you want to do this, or shall I?![]()
# The raid on New Mexico
event = {
country = U07
id = 61004
random = no
style = 0
name = "The raid on New Mexico"
desc = "Because the American government is staunch in its support for the
Carrancistas, Francisco 'Pancho' Villa wants to launch a retaliatory raid
against the United States and has chosen Columbus in New Mexico as a
prime target, after an arms dealer in the town cheated him out of some
money. Additionally, Villa wishes to target El Paso after hearing rumours that
20 Mexicans were burnt alive when arrested by the police and soaked in
Kerosene, although it is not certain whether it was an accident or not. Villa
and his followers are resolute in their desire to make a demonstration against
the United States, and are willing to take on the United States army if
necessary."
trigger = {
NOT = { exists = MEX }
NOT = {
war = { country = GER country = USA } #Villa wouldn't attack a fully militarised America
}
}
date = { day = 9 month = march year = 1916 }
action_a = {
name = "Raid Columbus, New Mexico"
command = { type = trigger which = 58003 }
}
action_b = {
name = "Raid Columbus, New Mexico and then El Paso, Texas"
command = { type = trigger which = 58004 }
command = { type = war which = USA }
command = { type = dissent value = -5 }
}
action_c = {
name = "Don't antagonise the Yankee imperialists"
command = { type = sleepevent which = 58003 }
command = { type = sleepevent which = 58004 }
command = { type = dissent value = 3 }
}
}
# 'Pancho' Villa raids New Mexico
event = {
country = USA
id = 58003
random = no
style = 0
name = "'Pancho' Villa raids New Mexico"
desc = "The Mexican revolutionary, Francisco 'Pancho' Villa has launched a
raid on Columbus, New Mexico with 400 mounted troops. Arriving at 4:45am,
Villa's men attacked an army barracks, shot randomly into houses and also
raided a hotel, killing seventeen people in the process. There are demands
that the United States react with celerity after this outrageous act of
violence - a punitive expedition into Mexican territory is already being
organised under the command of Brigadier-General John J. 'Blackjack'
Pershing."
# Triggered by Rev. Mexican 61004
action_a = {
name = "Pursue him"
command = { type = supplies value = -3000 }
command = { type = set_leader_skill which = 58200 value = 5 } #Pershing
}
}
# 'Pancho' Villa raids New Mexico and Texas
event = {
country = USA
id = 58004
random = no
style = 0
name = "'Pancho' Villa raids New Mexico and Texas"
desc = "The Mexican revolutionary, Francisco 'Pancho' Villa has launched a
raid on Columbus, New Mexico with 400 mounted troops. Arriving at 4:45am,
Villa's men attacked an army barracks, shot randomly into houses and also
raided a hotel, killing seventeen people in the process. Additionally, a
seperate force descended upon El Paso, Texas, where Villa's forces shot
wantomly, killing thirty-two civilians. There are demands that the United
States react with celerity after this outrageous act of violence - many see it
as an act of war, and a force is being prepared to invade Mexico in emulation
of the armies of Winfield Scott and Zachary Taylor, seventy years before."
# Triggered by Rev. Mexican 61004
action_a = {
name = "War!"
command = { type = dissent value = -5 }
command = { type = supplies value = -3000 }
command = { type = set_leader_skill which = 58200 value = 5 } #Pershing
}
}
# Death of a pidgeon
event = {
id = 58005
random = no
country = USA
style = 0
trigger = {
exists = USA
}
date = { day = 1 month = september year = 1914 }
name = "Death of a pidgeon"
desc = "EVT_58005_DESC"
action_a = {
name = "The most tragic day in American history since the assassination of Lincoln"
command = { type = dissent value = 1 }
}
}