• 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.

unmerged(37496)

Private
Jan 5, 2005
21
0
I was playing with the ideal of explaning the reasons for the sliders in the diplomatic screen. So I created a few events to show up for different slider values. After a while I add more events and this is what the result is below.

This gives the game more of a political-game flavor than just war game.
The purpose was to create an ideological flavor to the game and to see whether I followed the theories in practice. Sometimes I had to be practical and not just follow the political theories. Have fun. You don't have to have a degree in political science. I made all of the events self-explanatory with game instructions.

Add events in a file in events folder and use db/events.txt to call on that file.
I will add more events in the future. List some ideals that I can use.

The events are not interactive so feel free to change them when collisions exists.

Please no debates on the information content. This is just a information structure for the game.

I could not send it all, this is only a sample. If you want the whole thing, let me know by consensus. I have many more 200 events of the same nature.

I call these events for Party Committee Pressure. What a political party commitee would propose for party goals to a country with certain ideologies.

event = {
id = 1298
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 5 }
OR = {
ideology = leninist
ideology = left_wing_radical
}

}

name = "Party Committee Pressure: Authoritarian"
desc = "Prohibit wealth corruption and greed. Reduce supply and consumption levels to allow the people to live accordingly to meet their basic needs only."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1297
random = no
persistent = yes
trigger = {
ai = no
NOT = {
domestic = { type = democratics value = 8 }
}
OR = {
ideology = market_liberal
ideology = left_wing_radical
ideology = social_liberal
}

}

name = "Party Committee Pressure: Democratic"
desc = "Prohibit tax on consumption to reduce consumption surplus. Keep the wealth to those sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1296
random = no
persistent = yes
trigger = {
ai = no
NOT = {
domestic = { type = democratics value = 4 }
}
OR = {
ideology = social_democrat
ideology = social_liberal
ideology = market_liberal
ideology = social_conservative
}

}

name = "Party Committee Pressure: Democratic"
desc = "Prohibit confiscation of enemy property to reduce supply surplus. Maintain supply levels. Keep the wealth to those sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1295
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 4 }
OR = {
ideology = stalinist
ideology = leninist
ideology = left_wing_radical
ideology = paternal_autocrat
ideology = fascist
ideology = nazi
}

}

name = "Party Committee Pressure: Authoritarian"
desc = "Promote confiscation of enemy property to reduce supply surplus. Redistribute the wealth to other sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1294
random = no
persistent = yes
trigger = {
ai = no
NOT = {
domestic = { type = democratics value = 4 }
domestic = { type = free_market value = 9 }
}

OR = {
ideology = social_conservative
ideology = market_liberal
}

}

name = "Party Committee Pressure: Democratic"
desc = "Prohibit tax on property to reduce supply surplus. Keep the wealth to those sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1293
random = no
persistent = yes
trigger = {
ai = no
NOT = {
domestic = { type = democratics value = 5 }
domestic = { type = free_market value = 8 }
}
OR = {
ideology = social_conservative
ideology = market_liberal
ideology = fascist
ideology = nazi
}

}

name = "Party Committee Pressure: Democratic"
desc = "Prohibit tax on production to reduce production surplus. Keep the wealth to those sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1290
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 8 }
domestic = { type = free_market value = 8 }
OR = {
ideology = left_wing_radical
ideology = social_democrat
ideology = social_liberal
}

}

name = "Party Committee Pressure: Authoritarian"
desc = "Promote tax on production to reduce production surplus. Redistribute the wealth to other sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1291
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 6 }
domestic = { type = free_market value = 9 }
OR = {
ideology = stalinist
ideology = leninist
ideology = left_wing_radical
ideology = social_democrat
ideology = social_liberal
}

}

name = "Party Committee Pressure: Authoritarian"
desc = "Promote tax on property to reduce supply surplus. Redistribute the wealth to other sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1292
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 9 }
domestic = { type = free_market value = 7 }
OR = {
ideology = fascist
ideology = nazi
ideology = paternal_autocrat
ideology = social_conservative
}

}

name = "Party Committee Pressure: Authoritarian"
desc = "Promote tax on consumption to reduce consumption surplus. Redistribute the wealth to other sectors."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1289
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 1 }
OR = {
ideology = fascist
ideology = nazi
}

}

name = "Party Committee Pressure: Closed Society"
desc = "Military Persecution: Promote safety, security and order by doing away with opposition via purges, disenfranchisement and concentration camps. Promote control of opposition. Move towards authoritarian, closed society and central planning. Move towards standing army."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1351
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 1 }
OR = {
ideology = fascist
ideology = nazi
}

}

name = "Party Committee Pressure: Closed Society"
desc = "Military Persecution: Promote safety, security and order by having martial law to do away with opposition. Create a secret police force to provide anti-partisan activity and cover the rear areas. Move towards authoritarian, closed society and central planning. Move towards standing army."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1350
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 1 }
OR = {
ideology = stalinist
ideology = leninist
}

}

name = "Party Committee Pressure: Closed Society"
desc = "Party Persecution: Promote safety, security and order by doing away with opposition via purges, disenfranchisement and concentration camps. Promote control of opposition. Move towards authoritarian, closed society and central planning. Move away from standing army."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1288
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = democratics value = 3 }
domestic = { type = freedom value = 4 }

OR = {
ideology = fascist
ideology = leninist
ideology = left_wing_radical
ideology = paternal_autocrat
}

}

name = "Party Committee Pressure: Closed Society"
desc = "Persecution and Repression: Promote safety, security and order by doing away with opposition via deportation or exile. Promote control of opposition."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1349
random = no
persistent = yes
trigger = {
ai = no
OR = {
NOT = {
domestic = { type = democratics value = 3 }
}
NOT = {
domestic = { type = freedom value = 4 }
}
}

OR = {
ideology = social_democrat
ideology = social_liberal
}

}

name = "Party Committee Pressure: Open Society"
desc = "Prohibit abuses of governments against citizens or aliens. Promote reduction of deportation, ethnic cleansning, torture, etc. Prohibit control of opposition. Promote impartial justice system. Move toward drafted army."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1287
random = no
persistent = yes
trigger = {
ai = no
NOT = {
domestic = { type = freedom value = 8 }
}
OR = {
ideology = market_liberal
ideology = social_liberal
}

}

name = "Party Committee Pressure: Open Society"
desc = "Promote foreign exchanges in culture, trade, education and research. Move towards open society."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1285
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = freedom value = 4 }
domestic = { type = free_market value = 3 }
OR = {
ideology = stalinist
ideology = nazi
}

}

name = "Party Committee Pressure: High Production"
desc = "Promote full production. Coerce the people to work to reach economic prosperity, even if consumption is reduced."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1286
random = no
persistent = yes
trigger = {
ai = no
domestic = { type = freedom value = 4 }
domestic = { type = free_market value = 5 }
OR = {
ideology = nazi
ideology = fascist
}

}

name = "Party Committee Pressure: High Production"
desc = "Promote full production. Coerce the foreign people to labor camps to reach economic prosperity and reduce their consumption."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}
event = {
id = 1171
random = no
persistent = yes
trigger = {
ai = no
NOT = {
domestic = { type = defense_lobby value = 8 }
}
OR = {
ideology = stalinist
ideology = fascist
}

}

name = "Party Committee Pressure: Hawk Lobby"
desc = "Create defenses for show of force along borders against enemy. Move towards Hawks."
picture = "politician"
style = 0

date = { day = 1 month = january year = 1935 }
offset = 720
deathdate = { day = 1 month = january year = 1949 }

action_a = {
name = "Party Goals"
command = { type = dissent value = 0 }

}
}



Over

(Just my contribution for making such a great game.)

My Motto: Learn and Play at the Same Time.