Code:
[color=white]
### USA Robber Baron Event 1 - by aprof ###
event = {
id = 304001
random = no
country = USA
name = "Wall Street Shenanigans"
desc = "The recent financial panic has been traced to the speculative buying and selling of watered stock by Jay Gould and Jim Fisk, directors of the Erie Railroad."
style = 0
trigger = {
NOT = {atwar = CSA }
technology = 5302 #Railroad level 2
}
date = {day = 1 month = january year = 1869 }
offset = 30
deathdate = {day = 30 month = december year = 1870 }
action_a = {
name = "There ought to be a law"
command = { type = trigger which = 304002} #allows event 2 - "State Laws Ineffective"
command = { type = pop_consciousness which = capitalist value = 1 }
command = { type = pop_consciousness which = aristocrat value = 1 }
}
action_b = {
name = "Tsk, tsk!"
command = { type = trigger which = 304003} #allows event 3 - "Railroads Buy Influence in State Capitals"
command = { type = pop_consciousness which = farmer value = 1 }
command = { type = pop_consciousness which = laborer value = 1 }
}
}
[/color]
Code:
[color=white]
### USA Robber Baron Event 2 - by aprof ###
event = {
id = 304002
random = no
country = USA
name = "State Laws Ineffective"
desc = "Legislation in Illinois and New York has failed to regulate the practices of rebates and pooling used by larger railroads to bankrupt smaller ones."
style = 0
trigger = {
technology = 5302 #Railroad level 2
}
date = {day = 1 month = july year = 1871 }
offset = 30
deathdate = {day = 30 june = december year = 1872 }
action_a = {
name = "So what can you do?"
command = { type = trigger which = 304004 } #allows event 4 - "Railroad Bribery Scandals in Federal Government"
command = { type = pop_consciousness which = farmer value = 1 }
command = { type = pop_consciousness which = laborer value = 1 }
}
action_b = {
name = "We need a national commission."
command = { type = trigger which = 304005 } #allows event 5 - "Railroads Take it to Court"
command = { type = pop_consciousness which = capitalist value = 1 }
command = { type = pop_consciousness which = aristocrat value = 1 }
}
}
[/color]
Code:
[color=white]
### USA Robber Baron Event 3 - by aprof ###
event = {
id = 304003
random = no
country = USA
name = "Railroads Buy Influence in State Capitals"
desc = "Scandal rocks the nation with the news that railroad magnates have been regularly paying legislators for passage or rejection of bills."
style = 0
trigger = {
technology = 5302 #Railroad level 2
}
date = {day = 1 month = july year = 1871 }
offset = 30
deathdate = {day = 30 month = june year = 1872 }
action_a = {
name = "I'm shocked! Shocked, I say!"
command = { type = trigger which = 304004 } #allows event 4 - "Railroad Bribery Scandals in Federal Goverment"
command = { type = pop_consciousness which = farmer value = 1 }
command = { type = pop_consciousness which = laborer value = 1 }
}
}
[/color]
Code:
[color=white]
### USA Robber Baron Event 4 - by aprof ###
event = {
id = 304004
random = no
country = USA
name = "Railroad Bribery Scandals in Federal Government"
desc = "The same influence peddling that has been found at the state level has now made its way to Congress. Bribery of congressmen for their votes on legislation has become standard practice for the rail barons."
style = 0
trigger = {
technology = 5302 #Railroad level 2
}
date = {day = 1 month = january year = 1873 }
offset = 30
deathdate = {day = 30 month = december year = 1874 }
action_a = {
name = "We need to regulate the railroads!"
command = { type = trigger which = 304006 } #allows event 6 - "Interstate Commerce Act Passes"
command = { type = pop_consciousness which = farmer value = 1 }
command = { type = pop_consciousness which = laborer value = 1 }
command = { type = pop_dominant_issue which = farmer value = interventionism }
command = { type = pop_dominant_issue which = laborer value = interventionism }
}
}
[/color]
Code:
[color=white]
### USA Robber Baron Event 5 - by aprof ###
event = {
id = 304005
random = no
country = USA
name = "Railroads Take It to Court"
desc = "The railroads use considerable skill to have the concept that rights granted to individuals under the constitution can be applied to corporations but are not applicable to unions, churches, small businesses nor governments."
style = 0
trigger = {
technology = 5302 #Railroad level 2
}
date = {day = 1 month = january year = 1886 }
offset = 30
deathdate = {day = 30 month = december year = 1886 }
action_a = {
name = "We need a national commission."
command = { type = trigger which = 304006 } #allows event 6 - "Interstate Commerce Act Passes"
command = { type = capitalist_bonus value = 2 } #
command = { type = aristocrat_bonus value = 2 } #
}
}
[/color]
Code:
[color=white]
### USA Robber Baron Event 6 - by aprof ###
event = {
id = 304006
random = no
country = USA
name = "Interstate Commerce Act Passes"
desc = "Congress passes the Interstate Commerce Act and forms a commission to regulate the railroads."
style = 0
trigger = {
technology = 5302 #Railroad level 2
}
date = {day = 1 month = january year = 1887 }
offset = 30
deathdate = {day = 30 month = december year = 1887 }
action_a = {
name = "Hooray!"
command = { type sleep_party which = 14100} #sleeps 'Republicans'
command = { type sleep_party which = 14101} #sleeps 'Democrats'
command = { type wake_party which = 14109} #wakes 'Republican Party'
command = { type wake_party which = 14110} #wakes 'Democratic Party'
command = { type = pop_consciousness which = farmer value = -2 }
command = { type = pop_consciousness which = laborer value = -2 }
command = { type = pop_consciousness which = capitalist value = 1 }
command = { type = pop_consciousness which = aristocrat value = 1 }
command = { type = pop_dominant_issue which = farmer value = interventionism }
command = { type = pop_dominant_issue which = laborer value = interventionism }
}
}
[/color]
Last edited: