The realm rejoices as Paradox Interactive announces the launch of Crusader Kings III, the latest entry in the publisher’s grand strategy role-playing game franchise. Advisors may now jockey for positions of influence and adversaries should save their schemes for another day, because on this day Crusader Kings III can be purchased on Steam, the Paradox Store, and other major online retailers.
I will be working on Election related Events for USA and Germany, and possibly other nations. The US alone will have over 70 Presidential Election events from 1992-2008, allowing for a multitude of candidates, elections, etc. Germany will have at between 6 and 26, I am still working on planning them.
All potential US Presidential Candidates, over the 1992-2008 period:
Republicans:
George H. W. Bush
Patrick Buchanan
Dan Quayle
Colin Powell
George W. Bush
John McCain
Mitt Romney
Fred Thompson
Mike Huckabee
Ron Paul
Democrats:
Bill Clinton
Paul Tsongas
Jerry Brown
Al Gore
John Kerry
Howard Dean
John Edwards
Hillary Clinton
Barack Obama
Independents:
Ross Perot
I can add that in. Can you provide me with more information? Wikipedia?
event = {
id = 2000
random = no
country = GER
name = "Assassination attempt on Wolfgang Schäuble"
desc = "On October 12th, 1990, an assassination attempt was made on Minister of the Interior Wolfgang Schäuble, who was campaigning in Oppenau. Although the attack would confine Schauble to a wheelchair for the rest of his life, he survived and has remained active in German politics for over twenty years."
style = 0
picture = "Schauble_Wolfgang_Large"
date = { day = 12 month = october year = 1990 }
action_a = {
name = "Wolfgang Schäuble survives"
ai_chance = 90
}
action_b = {
name = "Wolfgang Schäuble dies"
ai_chance = 10
command = { type = sleepminister which = 5 }
}
}
So will Ralph Nader be included in the US elections?
Not true. Here's a very good example proving you wrong. Just have a random trigger.Looks good. The only problem is that AoD doesn't support percentage options, like the option A having a 10% chance of sleepminister and 90% chance of survival... but, this is as close as we can get.
event = {
id = 397
random = no
country = CZE
style = 0
trigger = {
random = 80
government = communist
}
date = { year = 1948 month = march day = 11 }
offset = 1
deathdate = { year = 1948 month = march day = 12 }
name = "EVT_397_NAME"
desc = "EVT_397_DESC"
picture = "minister_died"
action_a = {
name = "OK"
command = { type = set_domestic which = democratic value = 2 }
command = { type = set_domestic which = political_left value = 10 }
command = { type = headofstate which = 24042 }
command = { type = headofgovernment which = 24147 }
command = { type = foreignminister which = 24063 }
command = { type = armamentminister which = 24154 }
command = { type = ministerofsecurity which = 24156 }
command = { type = ministerofintelligence which = 24158 }
command = { type = sleepminister which = 24055 }
}
}
event = {
id = 2003
random = no
country = GER
name = "Klaus Kinkel, new Foreign Minister"
desc = "On May 18th, 1992, Hans-Dietrich Genscher, citing health reasons, resigned as Foreign Minister and was replaced by Klaus Kinkel of the Free Democratic Party (FDP). "
style = 0
picture = "Kinkel_Klaus_Large"
date = { day = 18 month = may year = 1992 }
action_a = {
name = "Ok"
command = { type = foreignminister which = 14 }
command = { type = sleepminister which = 3 }
}
}
Code:event = { id = 2003 random = no country = GER name = "Klaus Kinkel, new Foreign Minister" desc = "On May 18th, 1992, Hans-Dietrich Genscher, citing health reasons, resigned as Foreign Minister and was replaced by Klaus Kinkel of the Free Democratic Party (FDP). " style = 0 picture = "Kinkel_Klaus_Large" date = { day = 18 month = may year = 1992 } action_a = { name = "Ok" command = { type = foreignminister which = 14 } command = { type = sleepminister which = 3 } } }