• 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.
I would be very happy if you make any use of them. Sorry for my english.

Polish events for Austro-Hungary (all hist. accurate)


***EVENT #1 (DECEMBER 1914)***

The Poles want to help us fighting the Russia. They wish to create their national army with polish structures and leaders. Also, it's not a secret that they want little autonomy after winning the war. Remember that their leader, Piłsudzki is desperate to fight for the freedom of Poland. If you won't let him fight the Russia and promise some benefits, he wil decide to fight whith other enemies of Rzeczpospolita!

decision #1 HISTORICAL!
let them create:
new unit- I. Brygada Legionów (historical it included three infantry regiments)
new leader- Piłsudski (mjr. general, skills-4)

decision #2
don't let them create:
effect: partisans activity in polish provinces or only one (Kraków for example)




***EVENT #2 (MAY 1915)***

The Poles want to build up their military force.

decision #1 HISTORICAL!
let them build up:
new units- II. Brygada Legionów (3 regiments)
III. Brygada Legionów (same as second brigade)
new leaders- Haller (mjr. general, skills-3)
Grzesicki (mjr. general, skills-1)

decision #2
don't let them build up:
happiness changed by 2%






***EVENT #3 (2 JULY 1917)***

Our leaders tells you that it's dangerous to let the Poles build their forces whitout better control of them. They should promise that they won't fight in the future for complete freedom of their country and that they will stay loyal. They should promise that they will fight for glory of Franz Joseph.


decision #1 HISTORICAL!
They should promise:
end of service: Piłsudski
Haller
Grzesicki
decision #2
They shouldn't promise:
(this decision launches next event which will occure after defeating Russia)



***LAST EVENT***

Poles wants their land. Their fought loyal by your side. Now they demand some award.

decision #1
Give them nothing:
national disidence change 2%

decision #2
Give them something:
small Poland as a puppet of A-H

(eventually) decision #3
Give them full autonomy


What do you think about it???
 
Seylanov said:
Oh, and can anyone get to converting Austria-Hungary?

Done, austriahungary.txt converted

# Include:
# Hungary - http://www.europa-universalis.com/forum/showpost.php?p=4792340&postcount=246

##########################
# AUSTRIA-HUNGARY #
##########################

# Assassination of Franz Ferdinand

event = {
country = U11
id = 3001
random = no
style = 0
picture = "sarajevo"

name = "EVT_3001_NAME"
desc = "EVT_3001_DESC"

trigger = {
atwar = no
exists = GER
exists = SER
exists = RUS
alliance = { country = GER country = U11 }
NOT = {
puppet = { country = SER country = U11 }
puppet = { country = SER country = GER }
puppet = { country = SER country = RUS }
}
}

date = { day = 27 month = june year = 1914 }

action_a = {
#Ask for German support.
name = "ACTIONNAME3001A" # Triggers German 21001
ai_chance = 90
command = { type = sleepminister which = 3071 } #Franz Ferdinand
command = { type = sleepleader which = 3197 } #Franz Ferdinand
command = { type = sleepevent which = 3371 } #Franz Ferdinand comes to the throne
}

action_b = {
#Do nothing about it.
name = "ACTIONNAME3001B"
ai_chance = 10
command = { type = dissent value = 20 }
command = { type = sleepevent which = 21001 }
command = { type = sleepevent which = 3371 } #Franz Ferdinand comes to the throne
command = { type = sleepminister which = 3071 } #Franz Ferdinand
command = { type = sleepleader which = 3197 } #Franz Ferdinand
command = { type = chiefofarmy which = 3072 } #Schemua appointed
command = { type = chiefofstaff which = 3073 } #Schemua appointed
######command = { type = trigger which = 62150 } # Balkans #1
}
}

# The 'Blank Cheque'

event = {
country = U11
id = 3002
random = no
style = 0
picture = "blank-cheque"

name = "EVT_3002_NAME"
desc = "EVT_3002_DESC"

# Triggered by German 21001

action_a = {
#Send the ultimatum.
name = "ACTIONNAME3002A" # Triggers Serbian 50001
command = { type = dissent value = -5 }
command = { type = sleepevent which = 50003 }
}
action_b = {
#Declare war!
name = "ACTIONNAME3002B"
command = { type = dissent value = 15 }
command = { type = trigger which = 50003 }
command = { type = sleepevent which = 50001 }
command = { type = war which = SER }
}
}

# Serbia rejects the ultimatum

event = {
country = U11
id = 3003
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3003_NAME"
desc = "EVT_3003_DESC"

# Triggered by Russian 48001

action_a = {
#Declare war!
name = "ACTIONNAME3003A"
ai_chance = 95
command = { type = dissent value = -5 }
command = { type = war which = SER }
command = { type = sleepevent which = 50005 }
######command = { type = trigger which = 62149 } #Notification of war - August 1914
}
action_b = {
#Back down
name = "ACTIONNAME3003B"
ai_chance = 5
command = { type = dissent value = 20 }
command = { type = trigger which = 50005 }
######command = { type = trigger which = 62150 } # Balkans #1
command = { type = chiefofarmy which = 3072 } #Schemua appointed
command = { type = chiefofstaff which = 3073 } #Schemua appointed
}
}

# Germany doesn't support us

event = {
country = U11
id = 3004
random = no
style = 0
picture = "blank-cheque"

name = "EVT_3004_NAME"
desc = "EVT_3004_DESC"

# Triggered by German 21001

action_a = {
#Don't go further
name = "ACTIONNAME3004A"
command = { type = dissent value = 5 }
command = { type = sleepevent which = 50002 }
command = { type = sleepevent which = 50004 }
######command = { type = trigger which = 62150 } # Balkans #1
}
action_b = {
#Leave the alliance and send the ultimatum
name = "ACTIONNAME3004B" # Triggers Serbian 50002
command = { type = dissent value = 15 }
command = { type = leave_alliance }
command = { type = sleepevent which = 50004 }
}
action_c = {
#Leave the alliance and declare war!
name = "ACTIONNAME3004C"
command = { type = dissent value = 15 }
command = { type = trigger which = 50004 }
command = { type = sleepevent which = 50002 }
command = { type = leave_alliance }
command = { type = war which = SER }
}
}

# Serbia rejects the ultimatum

event = {
country = U11
id = 3005
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3005_NAME"
desc = "EVT_3005_DESC"

# Triggered by Russian 48002

action_a = {
#Declare war!
name = "ACTIONNAME3005A"
command = { type = dissent value = 5 }
command = { type = war which = SER }
command = { type = sleepevent which = 50005 }
######command = { type = trigger which = 62153 } # Balkans #5
}
action_b = {
#Take the ultimatum back
name = "ACTIONNAME3005B"
command = { type = dissent value = 15 }
command = { type = trigger which = 50005 }
######command = { type = trigger which = 62150 } # Balkans #1
command = { type = chiefofarmy which = 3072 } #Schemua appointed
command = { type = chiefofstaff which = 3073 } #Schemua appointed
}
}

# Serbia accepts the ultimatum

event = {
country = U11
id = 3006
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3006_NAME"
desc = "EVT_3006_DESC"

# Triggered by Serbian 50001

action_a = {
#Great!
name = "ACTIONNAME3006A"
command = { type = dissent value = -20 }
command = { type = make_puppet which = SER }
######command = { type = trigger which = 62152 } # Balkans #3
}
}

# Serbia accepts the ultimatum

event = {
country = U11
id = 3007
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3007_NAME"
desc = "EVT_3007_DESC"

# Triggered by Serbian 50002

action_a = {
#Great!
name = "ACTIONNAME3007A"
command = { type = dissent value = -30 }
command = { type = make_puppet which = SER }
######command = { type = trigger which = 62152 } # Balkans #3
}
}

# The Matscheko Memorandum

event = {
country = U11
id = 3008
random = no
style = 0
picture = "serbia1"

name = "EVT_3008_NAME"
desc = "EVT_3008_DESC"

trigger = {
NOT = { alliance = { country = SER country = U11 } }
NOT = { war = { country = SER country = U11 } }
alliance = { country = GER country = U11 }
}

date = { day = 14 month = june year = 1914 }
offset = 9
deathdate = { day = 24 month = june year = 1914 }

action_a = {
#Serbia must be encircled, isolated and crushed
ai_chance = 95
name = "ACTIONNAME3008A"
command = { type = addcore which = 453 }
command = { type = addcore which = 451 }
command = { type = addcore which = 452 }
command = { type = addcore which = 418 }
command = { type = addcore which = 415 }
command = { type = addcore which = 413 }
command = { type = addcore which = 414 }
command = { type = domestic which = interventionism value = 1 }
}
action_b = {
#We mean the Serbs no harm
ai_chance = 5
name = "ACTIONNAME3008B"
command = { type = domestic which = interventionism value = -1 }
#Sleep July Crisis event chain?
}
}


# Serbia unilaterally rejects the ultimatum

event = {
country = U11
id = 3013
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3013_NAME"
desc = "EVT_3013_DESC"

# Triggered by Russian 48001

action_a = {
#This is unexpected!
name = "ACTIONNAME3013A"
command = { }
}
}

# # Serbia unilaterally rejects the ultimatum
#
event = {
country = U11
id = 3019
random = no
style = 0

name = "EVT_3008_NAME"
desc = "EVT_3008_DESC"

trigger = {
event = 3013
}

date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "ACTIONNAME3008A"
command = { type = relation which = SER value = -100 }
command = { type = war which = SER }
command = { type = sleepevent which = 50005 }
command = { type = trigger which = 62151 } # Balkans Code #2
}
action_b = {
name = "ACTIONNAME3008B"
command = { type = dissent value = 20 }
command = { type = relation which = SER value = 20 }
command = { type = trigger which = 50005 }
#command = { type = trigger which = 62150 } # Balkans Code #1
}
}

# Serbia unilaterally rejects the ultimatum

event = {
country = U11
id = 3014
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3014_NAME"
desc = "EVT_3014_DESC"

trigger = {
event = 3013
}

date = { day = 4 month = august year = 1914 }

action_a = {
name = "ACTIONNAME3014A"
command = { type = dissent value = -25 }
command = { type = war which = SER }
command = { type = sleepevent which = 50005 }
######command = { type = trigger which = 62151 } #Balkans2
}
}

# Serbia unilaterally rejects the ultimatum

event = {
country = U11
id = 3009
random = no
style = 0
picture = "austrian-ultimatum"

name = "EVT_3009_NAME"
desc = "EVT_3009_DESC"

# Triggered by Russian 48002

action_a = {
#Declare war!
name = "ACTIONNAME3009A"
command = { type = dissent value = -5 }
command = { type = war which = SER }
command = { type = sleepevent which = 50005 }
######command = { type = trigger which = 62151 } # Balkans #2
}
action_b = {
#Take the ultimatum back
name = "ACTIONNAME3009B"
command = { type = dissent value = 10 }
command = { type = trigger which = 50005 }
######command = { type = trigger which = 62150 } # Balkans #1
command = { type = chiefofarmy which = 3072 } #Schemua appointed
command = { type = chiefofstaff which = 3073 } #Schemua appointed
}
}


# Habsburg claims to Serbia

event = {
country = U11
id = 3010
random = no
style = 0

name = "Habsburg claims to Serbia"
desc = "Finally, the long awaited war with Serbia has started. There can only be one victor in this struggle for mastery over the Balkans - either the Monarchy exerts complete control over the South Slavs, or we collapse in the face of Pan-Slavism."

trigger = {
war = { country = U11 country = SER }
exists = SER
}

date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Onward to victory!"
command = { type = addcore which = 453 }
command = { type = addcore which = 451 }
command = { type = addcore which = 452 }
command = { type = addcore which = 418 }
command = { type = addcore which = 415 }
command = { type = addcore which = 413 }
command = { type = addcore which = 414 }
}
}


# Habsburg claims to Serbia vetoed

event = {
country = U11
id = 3011
random = no
style = 0

name = "Habsburg claims to Serbia vetoed"
desc = "The Magyars are vehemently opposed to the annexation of Serbia, as this would reduce their power within the Dual Monarchy. Serbia is thus kept under military occupation but not part of the Empire proper."

trigger = {
OR = {
NOT = { exists = SER }
event = 50402
event = 50405
}
}

date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "For the sake of Dualism."
command = { type = removecore which = 453 }
command = { type = removecore which = 451 }
command = { type = removecore which = 452 }
command = { type = removecore which = 418 }
command = { type = removecore which = 415 }
command = { type = removecore which = 413 }
command = { type = removecore which = 414 }
}
}

# Bulgarian claims to Macedonia

event = {
country = U11
id = 3012
random = no
style = 0

name = "Bulgarian claims to Macedonia"
desc = "As a reward for their righteous solidarity, some members of the Reichstag have proposed that we grant Macedonia to Bulgaria."

trigger = {
NOT = { exists = SER }
alliance = { country = U11 country = BUL }
}

date = { day = 1 month = december year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "A reward for our Bulgarian allies!"
command = { type = removecore which = 414 }
command = { type = secedeprovince which = BUL value = 414 }
command = { type = removecore which = 413 }
command = { type = secedeprovince which = BUL value = 413 }
command = { type = trigger which = 8004 }
}
}

# End of the siege of Przemysl

event = {
country = U11
id = 3015
random = no
style = 0

name = "EVT_22202_NAME"
desc = "EVT_22202_DESC"

trigger = {
control = { province = 489 data = RUS } #Przemysl
}

date = { day = 22 month = march year = 1915 }

action_a = {
name = "ACTIONNAME22202A"
command = { type = dissent value = 15 }
command = { type = supplies value = -200 }
command = { type = trigger which = 48017 }
}
}

# Habsburg claims to Montenegro

event = {
country = U11
id = 3016
random = no
style = 0

name = "Habsburg claims to Montenegro"
desc = "Montenegro has decided to cast in their lot with Pan-Slavism. They will soon learn the folly of their mistake!"

trigger = {
war = { country = U11 country = MTN }
}

date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Onward to victory!"
command = { type = addcore which = 389 }
}
}


# Habsburg claims to Montenegro vetoed

event = {
country = U11
id = 3017
random = no
style = 0

name = "Habsburg claims to Montenegro vetoed"
desc = "The Magyars are vehemently opposed to the annexation of Montenegro, as this would reduce their power within the Dual Monarchy. Montenegro is thus kept under military occupation but not part of the Empire proper."

trigger = {
NOT = { exists = MTN }
owned = { province = 753 data = U11 }
}

date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "For the sake of Dualism."
command = { type = removecore which = 389 }
}
}

# Serbia annexed

event = {
country = U11
id = 3018
random = no
style = 0

name = "Serbia annexed"
desc = "With the defeat of the Entente powers, are no more. We are now free to impose whatever conditions we please upon the instigators of this war, and to deal the final blow to Pan-Slavism. Serbia and Montenegro must be annexed into the Empire!"

trigger = {
NOT = {
war = { country = U11 country = SER }
alliance = { country = U11 country = SER }
war = { country = U11 country = RUS }
OR = {
event = 3212 # Puppeted by Germany after Sixtus fails
event = 3212 # Sixtus peace
}
}
exists = SER
OR = {
event = 50476 # Serbia defeated (Britain as leader)
event = 50477 # Serbia defeated (France as leader)
}
}

date = { day = 0 month = august year = 1916 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "Hurrah!"
command = { type = inherit which = SER }
command = { type = inherit which = MTN }
}
}


# A bribe to Italy?

event = {
country = U11
id = 3020
random = no
style = 0
picture = "italy"

name = "EVT_3020_NAME"
desc = "EVT_3020_DESC"

trigger = {
alliance = { country = GER country = U11 }
war = { country = RUS country = U11 }
owned = { province = 371 data = U11 }
#supplies = 3000
NOT = {
alliance = { country = ITA country = GER }
alliance = { country = ITA country = U11 }
alliance = { country = ITA country = FRA }
war = { country = ITA country = U11 }
}
}

date = { day = 15 month = april year = 1915 }
offset = 1
deathdate = { day = 15 month = april year = 1916 }

action_a = {
name = "ACTIONNAME3020A"
#Offer them money
command = { type = trigger which = 27020 }
command = { type = sleepevent which = 27021 }
command = { type = sleepevent which = 27022 }
command = { type = supplies value = -3000 }
}
action_b = {
#We can do without Italian 'help'
name = "ACTIONNAME3020B" # Triggers Italian 27021
command = { type = sleepevent which = 27020 }
command = { type = sleepevent which = 27022 }
}
action_c = {
#Offer them land
name = "ACTIONNAME3020C"
command = { type = trigger which = 27022 }
command = { type = sleepevent which = 27020 }
command = { type = sleepevent which = 27021 }
command = { type = dissent value = 5 }
}
}

# Seceding the Südtirol to Italy

event = {
country = U11
id = 3021
random = no
style = 0
picture = "italy-tyrol"

name = "EVT_3021_NAME"
desc = "EVT_3021_DESC"

# Triggered by Italian 27022

action_a = {
#A heavy price
name = "ACTIONNAME3021A"
command = { type = secedeprovince which = ITA value = 371 }
command = { type = dissent value = 15 }
}
}

# Russian Army captures Prague

event = {
country = U11
id = 3022
random = no
style = 0

name = "Russian Army captures Prague"
desc = "Prague, capital of the Kingdom of Bohemia, is now in Russian hands. The Czech inhabitants eagerly welcomed their Russian liberators in a touching show of Slavic brotherhood, by voluntarily destroying the accursed Skoda factory in the city."

# Triggered by Russian 48070

action_a = {
name = "Disaster"
command = { type = dissent value = 5 }
}
}

# Russian Army captures Budapest

event = {
country = U11
id = 3023
random = no
style = 0

name = "Russian Army captures Budapest"
desc = "Budapest, capital of the Kingdom of Hungary, is now in Russian hands. Magyar and German defenders were swept aside with ease by the glorious Russian army, which now parades across the Chain, Liberty and Elizabeth bridges."

# Triggered by Russian 48071

action_a = {
name = "Disaster"
command = { type = dissent value = 5 }
}
}

# Russian Army captures Budapest

event = {
country = U11
id = 3024
random = no
style = 0

name = "Russian Army captures Vienna"
desc = "Vienna, capital of the capital of the Habsburg Empire, is now in Russian hands. The splendidly uniformed troops of the Kaiser put up virtually no resistance as the invincible Russian army steamrolled into the city. Habsburg flags have been torn down, and the Russian Eagle now adorns the walls of the Hofburg."

# Triggered by Russian 48072

action_a = {
name = "Disaster"
command = { type = dissent value = 10 }
}
}

# Unrest in Rumania

event = {
country = U11
id = 3025
random = no
style = 0

name = "Unrest in Rumania"
desc = "Recent difficulties have hampered the Austro-Hungarian war effort, and have encouraged ethnic groups to make moves towards independence. Recent military turnarounds have created a gulf of hatred within Honved units between Rumanians and Magyars. Sensing the empire's imminent collapse, Rumanian nationalists in Transylvania, Bukovnia and the Banat have roused the local population into open rebellion against Habsburg rule."

trigger = {
random = 5
alliance = { country = GER country = U11 }
war = { country = RUS country = U11 }
NOT = {
alliance = { country = U11 country = FRA }
alliance = { country = U11 country = ROM }
alliance = { country = FRA country = ROM }
war = { country = U11 country = ROM }
war = { country = GER country = ROM }
exists = ROM

}
OR = {
event = 3021
lost_national = { country = U11 value = 80 }
}
}

date = { day = 15 month = april year = 1915 }
offset = 30
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Crush them!"
command = { type = dissent value = 5 }
command = { type = manpowerpool value = -200 }
command = { type = province_manpower which = 498 value = -1 }
command = { type = province_manpower which = 496 value = -1 }
command = { type = province_manpower which = 495 value = -1 }
command = { type = province_manpower which = 427 value = -1 }
command = { type = province_manpower which = 428 value = -1 }
command = { type = province_manpower which = 427 value = -1 }
command = { type = province_manpower which = 429 value = -1 }
command = { type = province_manpower which = 430 value = -1 }
command = { type = province_revoltrisk which = 498 value = 30 }
command = { type = province_revoltrisk which = 496 value = 30 }
command = { type = province_revoltrisk which = 495 value = 30 }
command = { type = province_revoltrisk which = 427 value = 30 }
command = { type = province_revoltrisk which = 428 value = 30 }
command = { type = province_revoltrisk which = 429 value = 30 }
command = { type = province_revoltrisk which = 430 value = 30 }
command = { type = sleepevent which = 3026 }
}

action_b = {
name = "Grant concessions"
command = { type = independence which = ROM value = 1 }
command = { type = trigger which = 3027 }
command = { type = secedeprovince which = ROM value = 498 }
command = { type = secedeprovince which = ROM value = 496 }
command = { type = secedeprovince which = ROM value = 495 }
command = { type = secedeprovince which = ROM value = 427 }
command = { type = secedeprovince which = ROM value = 428 }
command = { type = secedeprovince which = ROM value = 429 }
command = { type = secedeprovince which = ROM value = 430 }
command = { type = sleepevent which = 3026 }
}
}

# Unrest in Rumania

event = {
country = U11
id = 3026
random = no
style = 0

name = "Unrest in Rumania"
desc = "Recent difficulties have hampered the Austro-Hungarian war effort, and have encouraged ethnic groups to make moves towards independence. Recent military turnarounds have created a gulf of hatred within Honved units between Rumanians and Magyars. Sensing the empire's imminent collapse, Rumanian nationalists in Transylvania, Bukovnia and the Banat have roused the local population into open rebellion against Habsburg rule."

trigger = {
exists = ROM
random = 5
alliance = { country = GER country = U11 }
war = { country = RUS country = U11 }
NOT = {
alliance = { country = U11 country = FRA }
alliance = { country = U11 country = ROM }
alliance = { country = FRA country = ROM }
war = { country = U11 country = ROM }
war = { country = GER country = ROM }
}
OR = {
event = 3021
lost_national = { country = U11 value = 8 }
}
}

date = { day = 15 month = april year = 1915 }
offset = 30
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Crush them!"
command = { type = dissent value = 5 }
command = { type = manpowerpool value = -200 }
command = { type = province_manpower which = 498 value = -1 }
command = { type = province_manpower which = 496 value = -1 }
command = { type = province_manpower which = 495 value = -1 }
command = { type = province_manpower which = 427 value = -1 }
command = { type = province_manpower which = 428 value = -1 }
command = { type = province_manpower which = 429 value = -1 }
command = { type = province_manpower which = 430 value = -1 }
command = { type = province_revoltrisk which = 498 value = 30 }
command = { type = province_revoltrisk which = 496 value = 30 }
command = { type = province_revoltrisk which = 495 value = 30 }
command = { type = province_revoltrisk which = 427 value = 30 }
command = { type = province_revoltrisk which = 428 value = 30 }
command = { type = province_revoltrisk which = 429 value = 30 }
command = { type = province_revoltrisk which = 430 value = 30 }
command = { type = sleepevent which = 3025 }
}

action_b = {
name = "Grant concessions"
command = { type = secedeprovince which = ROM value = 498 }
command = { type = secedeprovince which = ROM value = 496 }
command = { type = secedeprovince which = ROM value = 495 }
command = { type = secedeprovince which = ROM value = 427 }
command = { type = secedeprovince which = ROM value = 428 }
command = { type = secedeprovince which = ROM value = 429 }
command = { type = secedeprovince which = ROM value = 430 }
command = { type = sleepevent which = 3025 }
}
}
 
And the second part of the same archive
# Rumanian Autonomy

event = {
country = U11
id = 3027
random = no
style = 0

name = "Rumanian Autonomy"
desc = "The government in Vienna has granted Rumania considerable autonomy within the Austro-Hungarian Empire"

action_a = {
name = "Okay"
command = { type = removecore which = 498 }
command = { type = removecore which = 496 }
command = { type = removecore which = 495 }
command = { type = removecore which = 427 }
command = { type = removecore which = 428 }
command = { type = removecore which = 429 }
command = { type = removecore which = 439 }
command = { type = make_puppet which = ROM }
}
}

# Unrest in Bohemia and Slovakia

event = {
country = U11
id = 3028
random = no
style = 0

name = "Unrest in Bohemia and Slovakia"
desc = "Recent difficulties have hampered the Austro-Hungarian war effort, and have encouraged ethnic groups to make moves towards independence. Sensing the empire's imminent collapse, Czech and Slovak nationalists have roused the local population into open rebellion against Habsburg rule."

trigger = {
random = 5
alliance = { country = GER country = U11 }
war = { country = RUS country = U11 }
NOT = {
alliance = { country = U11 country = FRA }
}
OR = {
event = 3021
lost_national = { country = U11 value = 8 }
}
}

date = { day = 15 month = april year = 1915 }
offset = 30
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Crush them!"
command = { type = dissent value = 5 }
command = { type = manpowerpool value = -200 }
command = { type = province_manpower which = 471 value = -1 }
command = { type = province_manpower which = 470 value = -1 }
command = { type = province_manpower which = 466 value = -1 }
command = { type = province_manpower which = 472 value = -1 }
command = { type = province_manpower which = 469 value = -1 }
command = { type = province_manpower which = 468 value = -1 }
command = { type = province_manpower which = 467 value = -1 }
command = { type = province_manpower which = 474 value = -1 }
command = { type = province_manpower which = 475 value = -1 }
command = { type = province_manpower which = 476 value = -1 }
command = { type = province_manpower which = 478 value = -1 }
command = { type = province_manpower which = 477 value = -1 }
command = { type = province_manpower which = 490 value = -1 }
command = { type = province_manpower which = 499 value = -1 }
command = { type = province_revoltrisk which = 471 value = 30 }
command = { type = province_revoltrisk which = 470 value = 30 }
command = { type = province_revoltrisk which = 466 value = 30 }
command = { type = province_revoltrisk which = 472 value = 30 }
command = { type = province_revoltrisk which = 469 value = 30 }
command = { type = province_revoltrisk which = 468 value = 30 }
command = { type = province_revoltrisk which = 467 value = 30 }
command = { type = province_revoltrisk which = 474 value = 30 }
command = { type = province_revoltrisk which = 475 value = 30 }
command = { type = province_revoltrisk which = 476 value = 30 }
command = { type = province_revoltrisk which = 478 value = 30 }
command = { type = province_revoltrisk which = 477 value = 30 }
command = { type = province_revoltrisk which = 490 value = 30 }
command = { type = province_revoltrisk which = 499 value = 30 }
}

action_b = {
name = "Grant concessions"
command = { type = independence which = CZE value = 1 when = 0 }
command = { type = removecore which = 471 }
command = { type = removecore which = 470 }
command = { type = removecore which = 466 }
command = { type = removecore which = 472 }
command = { type = removecore which = 469 }
command = { type = removecore which = 468 }
command = { type = removecore which = 467 }
command = { type = removecore which = 474 }
command = { type = removecore which = 475 }
command = { type = removecore which = 476 }
command = { type = removecore which = 478 }
command = { type = removecore which = 477 }
command = { type = removecore which = 490 }
command = { type = removecore which = 499 }
command = { type = trigger which = 3029 }
}
}

# Czech and Slovak Autonomy

event = {
country = U11
id = 3029
random = no
style = 0

name = "Czech and Slovak Autonomy"
desc = "The government in Vienna has granted the Czech and Slovak peoples in the crownlands of St Wenceslas considerable autonomy within the Austro-Hungarian Empire"

action_a = {
name = "Okay"
command = { type = make_puppet which = CZE }
command = { type = secedeprovince which = CZE value = 471 }
command = { type = secedeprovince which = CZE value = 470 }
command = { type = secedeprovince which = CZE value = 466 }
command = { type = secedeprovince which = CZE value = 472 }
command = { type = secedeprovince which = CZE value = 469 }
command = { type = secedeprovince which = CZE value = 468 }
command = { type = secedeprovince which = CZE value = 467 }
command = { type = secedeprovince which = CZE value = 474 }
command = { type = secedeprovince which = CZE value = 475 }
command = { type = secedeprovince which = CZE value = 476 }
command = { type = secedeprovince which = CZE value = 478 }
command = { type = secedeprovince which = CZE value = 477 }
command = { type = secedeprovince which = CZE value = 490 }
command = { type = secedeprovince which = CZE value = 499 }
}
}

# Unrest in Galicia

event = {
country = U11
id = 3030
random = no
style = 0

name = "Unrest in Galicia"
desc = "Recent difficulties have hampered the Austro-Hungarian war effort, and have encouraged ethnic groups to make moves towards independence. Recent military turnarounds have shattered the morale of the Polish Legion. Sensing the empire's imminent collapse, Polish nationalists in Galicia have roused the local population into open rebellion against Habsburg rule."

trigger = {
random = 5
alliance = { country = GER country = U11 }
war = { country = RUS country = U11 }
NOT = {
exists = POL
alliance = { country = U11 country = FRA }
}
OR = {
event = 3021
lost_national = { country = U11 value = 8 }
}
}

date = { day = 15 month = april year = 1915 }
offset = 30
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Crush them!"
command = { type = dissent value = 5 }
command = { type = manpowerpool value = -200 }
command = { type = province_manpower which = 479 value = -1 }
command = { type = province_manpower which = 489 value = -1 }
command = { type = province_manpower which = 500 value = -1 }
command = { type = province_manpower which = 501 value = -1 }
command = { type = province_revoltrisk which = 479 value = 30 }
command = { type = province_revoltrisk which = 489 value = 30 }
command = { type = province_revoltrisk which = 500 value = 30 }
command = { type = province_revoltrisk which = 501 value = 30 }
}

action_b = {
name = "Grant concessions"
command = { type = independence which = POL value = 1 when = 0 }
command = { type = removecore which = 479 }
command = { type = removecore which = 489 }
command = { type = removecore which = 500 }
command = { type = removecore which = 501 }
command = { type = trigger which = 3031 }
}
}

# Polish Autonomy

event = {
country = U11
id = 3031
random = no
style = 0

name = "Polish Autonomy"
desc = "The government in Vienna has granted the Polish people of Galicia considerable autonomy within the Austro-Hungarian Empire"

action_a = {
name = "Okay"
command = { type = make_puppet which = POL }
command = { type = secedeprovince which = POL value = 479 }
command = { type = secedeprovince which = POL value = 489 }
command = { type = secedeprovince which = POL value = 500 }
command = { type = secedeprovince which = POL value = 501 }
}
}
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
######################################
# Tributary Poland

event = {
country = U11
id = 3200
random = no
style = 0

name = "EVT_3200_NAME"
desc = "EVT_3200_DESC"

trigger = {
event = 74107
exists = POL
}

date = { day = 2 month = december year = 1917 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "ACTIONNAME3200A"
command = { type = make_puppet which = POL }
command = { type = alliance which = POL }
}
}

# Tributary Byelorussia

event = {
country = U11
id = 3201
random = no
style = 0

name = "EVT_3201_NAME"
desc = "EVT_3201_DESC"

trigger = {
event = 74108
exists = BLR
}

date = { day = 2 month = december year = 1917 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "ACTIONNAME3201A"
command = { type = make_puppet which = BLR }
command = { type = alliance which = BLR }
}
}

# Tributary Ukraine

event = {
country = U11
id = 3202
random = no
style = 0

name = "EVT_3202_NAME"
desc = "EVT_3202_DESC"

trigger = {
event = 74109
exists = POL
}

date = { day = 2 month = december year = 1917 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }

action_a = {
name = "ACTIONNAME3202A"
command = { type = make_puppet which = UKR }
command = { type = alliance which = UKR }
}
}

# Annex Poland?

event = {
country = U11
id = 3209
random = no
style = 0

name = "Annex Poland?"
desc = "As there are many Poles in the Austro-Hungarian Empire, and as much of Poland was once part of the Austrian Empire, the Kaiser is considering annexing our puppet Poland into the Habsburg realm. The Magyars, however, are bitterly opposed to increasing the number of Slavs in the Empire, and would be most unhappy if we were to annex Poland."

trigger = {
exists = POL
event = 3200
}

date = { day = 1 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1924 }

action_a = {
name = "We will respect the concerns of Budapest."
command = { type = dissent value = -3 }
}

action_b = {
name = "Austria Est Imperare Orbi Universo!"
command = { type = trigger which = 67004 }
command = { type = dissent value = 10 }
}
}

#####################################################################
# The Sixtus Affair
#####################################################################
event = {
country = U11
id = 3210
random = no
style = 0

name = "The Sixtus Affair"
desc = "EVT_3210_DESC"

trigger = {
alliance = { country = U11 country = GER }
war = { country = U11 country = FRA }
war = { country = U11 country = ITA }
OR = {
control = { province = 518 data = FRA } #Lille


control = { province = 518 data = ENG } #Lille
}


control = { province = 56 data = FRA } #Paris
control = { province = 54 data = FRA } #Amiens
control = { province = 64 data = FRA } #Rheims
control = { province = 364 data = FRA } #Marseilles
control = { province = 370 data = ITA } #Milano
control = { province = 531 data = ITA } #Torino
control = { province = 163 data = RUS } #Tsaritsyn (Stalingrad)
}

date = { day = 24 month = march year = 1917 }

action_a = {
name = "It is our only hope"
command = { }
}

action_b = {
name = "We dare not anger Germany"
command = { type = dissent value = 5 }
command = { type = sleepevent which = 20423 }
}
}

#####################################################################
# The Entente desires peace
#####################################################################
event = {
country = U11
id = 3211
random = no
style = 0

name = "The Entente desires peace"
desc = "The Entente have agreed to negotiate with us. We can hope for the best."

#Triggered by France event 20423 option a

action_a = {
name = "The war will be over soon."
command = {}
}
}

#####################################################################
# We are humiliated!
#####################################################################
event = {
country = U11
id = 3212
random = no
style = 0

name = "We are humiliated!"
desc = "France has exposed our peace overtures to the world press! Germany has demanded full control over our military, and we have no choice but to accept for the sake of the alliance."

#Triggered by German 21460

action_a = {
name = "Alas!"
command = { type = dissent value = 20 }
}
}

#####################################################################
# Peace!
#####################################################################
event = {
country = U11
id = 3213
random = no
style = 0

name = "Peace!"
desc = "France has agreed to all our proposals! We are saved!"

#Triggered by France 20423 option b

action_a = {
name = "Peace!"
command = { type = peace which = FRA value = 1 }
command = { type = leave_alliance }
command = { type = end_mastery which = SER }
command = { type = set_domestic which = democratic value = 10 }
command = { type = addcore which = 374 }
command = { type = addcore which = 376 } #München
command = { type = addcore which = 375 } #Nürnberg
command = { type = addcore which = 312 } #Würzburg
command = { type = addcore which = 473 } #Oppeln
command = { type = addcore which = 482 } #Breslau
}
}

#####################################################################
# Serbia, Montenegro, and Romania regain independence
#####################################################################

event = {
country = U11
id = 3214
random = no
style = 0
name = "Austria-Hungary defeated: Serbia, Montenegro and Romania regain independence"
desc = "Serbia, Montenegro, and Romania have regained independence after the earlier Austrian annexation."

trigger = {
event = 3213
}

date = { day = 1 month = january year = 1914 }
offset = 1
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Serbian, Montenegrin and Romanian independence"
command = { type = independence which = SER value = 0 }
command = { type = independence which = MTN value = 0 }
command = { type = independence which = ROM value = 0 }
}
}

#####################################################################
# Serbia enlarged
#####################################################################

event = {
country = U11
id = 3215
random = no
style = 0
name = "Austria-Hungary defeated: Greater Serbia"
desc = "A confederation of Slavic peoples - Serbs, Bosnians, Albanians, and Montenegrins, has emerged as per the Sixtus Peace settlement The King of Serbia will rule this greater South Slav Kingdom."

trigger = {
exists = SER
event = 3214
}

date = { day = 1 month = january year = 1914 }
offset = 1
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Greater Serbia"
command = { type = secedeprovince which = SER value = 388 }
command = { type = secedeprovince which = SER value = 387 }
command = { type = secedeprovince which = SER value = 383 }
command = { type = secedeprovince which = SER value = 385 }
command = { type = secedeprovince which = SER value = 386 }
command = { type = removecore which = 388 }
command = { type = removecore which = 387 }
command = { type = removecore which = 383 }
command = { type = removecore which = 385 }
command = { type = removecore which = 386 }
command = { type = trigger which = 50010 }
}
}

#####################################################################
# Romania enlarged
#####################################################################

event = {
country = U11
id = 3216
random = no
style = 0
name = "Austria-Hungary defeated: Transylvania, Bukovina and the Banat to Romania"
desc = "Romania has received Transylvania, Bukovina and Banat from Austria-Hungary as per the Sixtus Peace settlement."

trigger = {
alliance = { country = ROM country = FRA }
event = 3214
}

date = { day = 1 month = january year = 1914 }
offset = 1
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Greater Romania"
command = { type = secedeprovince which = ROM value = 498 }
command = { type = secedeprovince which = ROM value = 496 }
command = { type = secedeprovince which = ROM value = 495 }
command = { type = secedeprovince which = ROM value = 427 }
command = { type = secedeprovince which = ROM value = 428 }
command = { type = secedeprovince which = ROM value = 429 }
command = { type = secedeprovince which = ROM value = 430 }
command = { type = removecore which = 498 }
command = { type = removecore which = 496 }
command = { type = removecore which = 495 }
command = { type = removecore which = 427 }
command = { type = removecore which = 428 }
command = { type = removecore which = 429 }
command = { type = removecore which = 439 }
command = { type = trigger which = 47800 }
}
}

#####################################################################
# Trentino to Italy
#####################################################################

event = {
country = U11
id = 3217
random = no
style = 0
name = "Austria-Hungary defeated: Trentino to Italy"
desc = "Now that Austria-Hungary has made peace with the Entente, the process of Italian unification has finally been perfected with the acquisition of the Italian Trentino."

trigger = {
event = 3213
}

date = { day = 1 month = january year = 1914 }
offset = 1
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Trentino to Italy"
command = { type = secedeprovince which = ITA value = 371 }
command = { type = secedeprovince which = ITA value = 378 }
command = { type = removecore which = 371 }
command = { type = removecore which = 378 }
command = { type = trigger which = 27808 }
}
}

# The German Mediterranean Squadron sails with the Monarchy

event = {
country = U11
id = 3350
random = no
style = 0

name = "EVT_3350_NAME"
desc = "EVT_3350_DESC"

# Triggered by German 21350 / 21351

action_a = {
name = "ACTIONNAME3350A"
command = { type = gain_tech which = 3270 } ################################ Should be replaced with naval tech
command = { type = gain_tech which = 3420 } ################################ Should be replaced with naval tech
command = { type = gain_tech which = 3090 } ################################ Should be replaced with naval tech
command = { type = supplies value = -200 }
command = { type = set_domestic which = political_left value = -10 }
}
}

# Death of Franz Josef (Karl succeeds)

event = {
country = U11
id = 3370
random = no
style = 0

name = "EVT_3370_NAME"
desc = "EVT_3370_DESC"

trigger = {
event = 3001 #Assassination of Franz Ferdinand has happened
}

date = { day = 21 month = november year = 1916 }

action_a = {
name = "ACTIONNAME3370A"
command = { type = dissent value = 3 }
command = { type = sleepminister which = 3001 } #Franz Josef
command = { type = headofstate which = 3031 } #Karl
}
}

# Death of Franz Josef (Franz Ferdinand succeeds)

event = {
country = U11
id = 3371
random = no
style = 0

name = "EVT_3371_NAME"
desc = "EVT_3371_DESC"

trigger = {
NOT = { event = 3001 } #Assassination of Franz Ferdinand has not happened
}

date = { day = 21 month = november year = 1916 }

action_a = {
name = "ACTIONNAME3371A"
command = { type = dissent value = 3 }
command = { type = sleepminister which = 3001 } #Franz Josef
command = { type = headofstate which = 3071 } #Franz Ferdinand
}
}


# Food riots in Vienna

event = {
country = U11
id = 3220
random = no
style = 0

name = "Food riots in Vienna"
desc = "The hungry people of Vienna have rioted in the streets as a result of the shortage of food. The police have been deployed to keep order and the Austro-Hungarian government has taken steps relieve the city's people of their difficulties."

trigger = {
control = { province = 463 data = U11 }
dissent = 3
alliance = { country = GER country = U11 }
war = { country = FRA country = U11 }
war = { country = ENG country = U11 }
}

date = { day = 1 month = november year = 1916 }
offset = 720
deathdate = { day = 1 month = january year = 1924 }

action_a = {
name = "Calamity!"
command = { type = dissent value = 10 }
}
}

# Economic Strain

event = {
country = U11
id = 3221
random = no
style = 0

name = "The Economy Collapses"
desc = "The war has taken its toll on the Austro-Hungarian economy, which is now suffering from decreasing production, unrest amongst workers and rising prices. The Austro-Hungarian government has been forces to bring in more controls to regulate the country's haywire economy, but it is felt that even such drastic measures will not stop the rot."

trigger = {
dissent = 3
alliance = { country = GER country = U11 }
war = { country = FRA country = U11 }
war = { country = ENG country = U11 }
}

date = { day = 1 month = november year = 1916 }
offset = 720
deathdate = { day = 1 month = january year = 1924 }

action_a = {
name = "Calamity!"
command = { type = supplies value = -10000 }
command = { type = oilpool value = -10000 }
command = { type = metalpool value = -10000 }
command = { type = energypool value = -10000 }
command = { type = rarematerialspool value = -10000 }
command = { type = construct which = ic where = -1 value = -2 }
command = { type = construct which = ic where = -1 value = -2 }
command = { type = construct which = ic where = -1 value = -2 }
command = { type = dissent value = 10 }
}
}

Should i start with another country's events?
 
Thanks i think i'm going to continue with ottoman empire events.

About the AustroHungarian events i forgot to post this for event_text.csv
EVT_22202_NAME;End of the siege of Przemysl;;;;;;;;;;;x
EVT_22202_DESC;The city of Przemysl has always been of immense strategic importance to the Dual Monarchy, acting as a symbol of Austrian power in Galicia, and situated near the Austro-Russian border. Realising that it would be under threat in the case of a Russian invasion, Franz Conrad, the Austrian commander in chief added seven layers of defences to the fortifications. An offensive at the beginning of the war by the Russian army saw the city sucessfully surrounded and besieged. Ultimately the siege could not be lifted, and to the Russians, the capture of Przemysl symbolised the breaking of the Austro Hungarian Empire's power.;;;;;;;;;;;;x
ACTIONNAME22202A;We were not fast enough;;;;;;;;;;;x
 
I'd do Britain as the biggest one.
Remember, I already converted all the events, and the only one I'm having trouble with is Britain as the "Abyssinian Christians" event is unconvertable.
OK, here's the download link for all the events.
It has all the events (except Abyssinian Christians and a few Latin American coups) converted, but not up to the same standard as on this forum.
The idea is, that you download this and base your event files off it.
Meaning you make changes where they are required, but you don't have to convert every event in the file.
Current problems:
1) none of the allignment tags have been changed (unless the event was converted by people on this forum)
2) the game is dead set against both industry and infrastructure commands, no idea why. Look over that.
3) Some Latin American coups have not been converted due to a lack of ministers that they prescribe for, the rest have been given shadow governments.
4) Abyssinian Christians is completely excluded.
No idea what it is, but that event refuses to either work or be #ed out.
Otherwise, every event for every nation is converted, whether due to me or the people on this forum.
They have been randomly tested and all that have been tested work so far, but again, they are far from perfect.
Oh, just to make it clear: I incorporated anything I could find in this thread to the events.
 
Could you add, edit or consider this events for Austro-Hungary? The IDs are wrong and maybe there is few errors in this list but it will make the gameplay far more historical accurate. Please consider this...


# # Polish Legion
#
# event = {
# country = U11
# id = 00001
# random = no
# style = 0
#
# name = "The Poles wants to create their army"
# desc = "The Poles wants to help us fighting the Russia. They wish to create their national army with polish structures and leaders. Also, it's not a secret that they want little autonomy after winning the war. Their leader Pilsudzki is desperate to fight for the freedom of Poland. If you won't let him fight the Russia and promise some benefits, he wil decide to fight together whith enemies of Austro-Hungarian empire!"
#
# trigger = {
# war = { country = RUS country = U11 }
# }
#
# date = { day = 1 month = december year = 1914 }
# offset = ?
# deathdate = { day = 1 month = january year = 1915 }
#
# action_a = {
# name = "Let them create"
#
# command = { type = add_division value = infantry }
#
# command = { type = supplies value = -100 }
#
# }
# action_b = {
# name = "Not a chance!"
# command = { type = dissent value = 2 }
# }
# }
#
# # Build up of Polish Legion
#
# event = {
# country = U11
# id = 00002
# random = no
# style = 0
#
# name = "The Poles want to build up their military force"
# desc = "The Poles want to build up their military force"
#
# Triggered by Austro-Hungarian 00001 option a
#
#
# trigger = {
# war = { country = RUS country = U11 }
# }
#
# date = { day = 1 month = may year = 1915 }
# offset = ?
# deathdate = { day = 1 month = june year = 1915 }
#
# action_a = {
# name = "Let them build up"
#
# command = { type = add_division value = infantry }
#
# command = { type = add_division value = infantry }
#
# command = { type = supplies value = -200 }
#
# }
# action_b = {
# name = "That's enough!"
# command = { type = dissent value = 2 }
# }
# }
#
# # Polish Legion promise
#
# event = {
# country = U11
# id = 00003
# random = no
# style = 0
#
# name = "Polish Legion promise"
# desc = "Our leaders tells you that it's dangerous to let the Poles build their forces whitout better control of them. They should promise that they won't fight in the future for complete freedom of their country and that they will stay loyal. They should promise that they will fight for glory of Franz Jozef."
#
# Triggered by Austro-Hungarian 00001 option a
#
#
# trigger = {
# war = { country = RUS country = U11 }
# }
#
# date = { day = 2 month = july year = 1917 }
# offset = ?
# deathdate = { day = 1 month = august year = 1917 }
#
# action_a = {
# name = "They should promise"
#
# command = { type = dissent value = 5 }
# command = { type = sleepleader which = 00001 } #Pilsudski
# command = { type = sleepleader which = 00002 } #Haller
# }
# action_b = {
# name = "They shouldn't promise"
#
# }
# }
#
# # Award for Poland
#
# event = {
# country = U11
# id = 00004
# random = no
# style = 0
#
# name = "The Poles wants autonomy"
# desc = "Poles wants their land. Their fought loyal by your side. Now they demand some award."
#
# Triggered by Austro-Hungarian 00003 option b
#
# trigger = {
# war = { country = RUS country = U11 }
# }
#
# date = { day = 1 month = december year = 1914 }
# offset = ?
# deathdate = { day = 1 month = january year = 1915 }
#
# action_a = {
# name = "Give them nothing!"
#
#
#
# }
# action_b = {
# name = "Give them something"
# }
# }
#
# # Polish Autonomy
#
# event = {
# country = U11
# id = 00005
# random = no
# style = 0
#
# name = "Polish Autonomy"
# desc = "The government in Vienna has granted the Polish people of Galicia considerable autonomy within the Austro-Hungarian Empire"
#
# Triggered by Austro-Hungarian 00004 option b
#
# action_a = {
# name = "Okay"
# command = { type = make_puppet which = POL }
# }
# }
#
# # Unrest in Galicia
#
# event = {
# country = U11
# id = 00006
# random = no
# style = 0
#
# name = "Unrest in Galicia"
# desc = "Recent difficulties have hampered the Austro-Hungarian war effort, and have encouraged ethnic groups to make moves towards independence. Recent military turnarounds have shattered the morale of the Polish Legion. Sensing the empire's imminent collapse, Polish patriots in Galicia have roused the local population into open rebellion against Habsburg rule."
#
# Triggered by Austro-Hungarian 00004 option a
#
# action_a = {
# name = "Crush them!"
# command = { type = dissent value = 5 }
# command = { type = manpowerpool value = -200 }
# command = { type = province_manpower which = 479 value = -1 }
# command = { type = province_manpower which = 489 value = -1 }
# command = { type = province_manpower which = 500 value = -1 }
# command = { type = province_manpower which = 501 value = -1 }
# command = { type = province_revoltrisk which = 479 value = 30 }
# command = { type = province_revoltrisk which = 489 value = 30 }
# command = { type = province_revoltrisk which = 500 value = 30 }
# command = { type = province_revoltrisk which = 501 value = 30 }
# }
#
# action_b = {
# name = "Grant concessions"
# command = { type = independence which = POL value = 1 when = 0 }
# command = { type = removecore which = 479 }
# command = { type = removecore which = 489 }
# command = { type = removecore which = 500 }
# command = { type = removecore which = 501 }
# command = { type = trigger which = 3031 }
# }
# }
#
#
#
 
Not to nitpick, but fighting for the glory of Franz Josef a year after his death seems a little strange ;)
And I'll put in the events if given the mod team's approval, as all the previously new events have gotten. Oh, try getting rid of the #s and clean the events up.
 
Here's another for A-H. Is it good???

#Future of Czechs and Slovaks

event = {
country = U11
id = 00000
random = no
style = 0
name = "Czech and Slovak traitors"
desc = "Today Czech and Slovak politics in Pittsburgh decided to create own and common state after our defeat. United States made guarantess on their independence. However, it's imposible that our mighty imperial army will fail and it's not a problem for us."

trigger = {
war = { country = USA country = U11 }
war = { country = FRA country = U11 }
war = { country = ENG country = U11 }
}

date = { day = 30 month = may year = 1918 }
offset = 0
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "We will win this war!"
}
action_b = {
name = "Lets give them autonomy anyway"
command = { type = make_puppet which = CZE }
command = { type = secedeprovince which = CZE value = 471 }
command = { type = secedeprovince which = CZE value = 470 }
command = { type = secedeprovince which = CZE value = 466 }
command = { type = secedeprovince which = CZE value = 472 }
command = { type = secedeprovince which = CZE value = 469 }
command = { type = secedeprovince which = CZE value = 468 }
command = { type = secedeprovince which = CZE value = 467 }
command = { type = secedeprovince which = CZE value = 474 }
command = { type = secedeprovince which = CZE value = 475 }
command = { type = secedeprovince which = CZE value = 476 }
command = { type = secedeprovince which = CZE value = 478 }
command = { type = secedeprovince which = CZE value = 477 }
command = { type = secedeprovince which = CZE value = 490 }
command = { type = secedeprovince which = CZE value = 499 }
}
}

#Czechoslovakian independence

event = {
country = U11
id = 00002
random = no
style = 0
name = "Czechoslovakian independence"
desc = "Now is the time to approve the Czechoslovakian treaty from Pittsburgh."

Triggered by Austro-Hungarian 00001 option a

trigger = {
NOT = { war = { country = USA country = U11 } }
}
NOT = { war = { country = FRA country = U11 } }
}
NOT = { war = { country = ENG country = U11 } }
}
date = { day = 1 month = june year = 1918 }
offset = 0
deathdate = { day = 1 month = january year = 1925 }

action_a = {
name = "Give them what they want"
command = { type = independence which = CZE value = 1 when = 0 }
command = { type = removecore which = 471 }
command = { type = removecore which = 470 }
command = { type = removecore which = 466 }
command = { type = removecore which = 472 }
command = { type = removecore which = 469 }
command = { type = removecore which = 468 }
command = { type = removecore which = 467 }
command = { type = removecore which = 474 }
command = { type = removecore which = 475 }
command = { type = removecore which = 476 }
command = { type = removecore which = 478 }
command = { type = removecore which = 477 }
command = { type = removecore which = 490 }
command = { type = removecore which = 499 }
command = { type = trigger which = 3029 }
}
action_b = {
name = "No way!"
command = { type = dissent value = 5 }
command = { type = manpowerpool value = -200 }
command = { type = province_manpower which = 471 value = -1 }
command = { type = province_manpower which = 470 value = -1 }
command = { type = province_manpower which = 466 value = -1 }
command = { type = province_manpower which = 472 value = -1 }
command = { type = province_manpower which = 469 value = -1 }
command = { type = province_manpower which = 468 value = -1 }
command = { type = province_manpower which = 467 value = -1 }
command = { type = province_manpower which = 474 value = -1 }
command = { type = province_manpower which = 475 value = -1 }
command = { type = province_manpower which = 476 value = -1 }
command = { type = province_manpower which = 478 value = -1 }
command = { type = province_manpower which = 477 value = -1 }
command = { type = province_manpower which = 490 value = -1 }
command = { type = province_manpower which = 499 value = -1 }
command = { type = province_revoltrisk which = 471 value = 30 }
command = { type = province_revoltrisk which = 470 value = 30 }
command = { type = province_revoltrisk which = 466 value = 30 }
command = { type = province_revoltrisk which = 472 value = 30 }
command = { type = province_revoltrisk which = 469 value = 30 }
command = { type = province_revoltrisk which = 468 value = 30 }
command = { type = province_revoltrisk which = 467 value = 30 }
command = { type = province_revoltrisk which = 474 value = 30 }
command = { type = province_revoltrisk which = 475 value = 30 }
command = { type = province_revoltrisk which = 476 value = 30 }
command = { type = province_revoltrisk which = 478 value = 30 }
command = { type = province_revoltrisk which = 477 value = 30 }
command = { type = province_revoltrisk which = 490 value = 30 }
command = { type = province_revoltrisk which = 499 value = 30 }
}
}
 
I'm sorry, but I'm not the one in charge of the events.
If you gain approval from a mod team member, I'll be more than happy to include these events, but since I'm only converting the officialy supported ones now, I won't include yours.
That said Version 2 of the events is uploaded[/url]
In this one, I fixed the Abyssinian Christians event.
Hopefully tommorow I will procede with the creation of the remaining shadow governments and the conversion of political allignment commands.
 
Probably the last event from me and this time United Kingdom. Should I post all this stuff here? Maybe it's not a proper place?


#U.K. Miliatry service act

event = {
country = ENG
id = 00000
random = no
style = 0
name = "Mandatory military service"
desc = "The Act of January 1916 specified that men from the ages of 18 to 41 were liable to be called-up for service unless they were married (or widowed with children), or else served in one of a number of reserved professions (usually industrial but which also included clergymen)."

trigger = {
war = { country = ENG country = GER }
}

date = { day = 1 month = january year = 1916 }
offset = 0
deathdate = { day = 1 month = february year = 1916 }

action_a = {
name = "We need them"
command = { type = manpowerpool value = 300 }
command = { type = dissent value = 10 }
}
action_b = {
name = "Let them stay home"
command = { type = dissent value = -10 }
}
}
 
I think a dissent hit of 10 for conscription is too much. That level of dissent would indicate massive strikes, desertion in the ranks and riots in the streets... I'd suggest 1 or 2 dissent at most, but also a slider shift of 2 towards Drafted Army.
 
Remember that UK army had never before mandatory conscription. I think that it was a great shock for the nation. Ok, dissent should be 3 or 4. Furthermore, the mandatory military service act came in five versions. This is the first one. The last one was announced after German spring offensive in 1918. In fifth version UK army wanted everybody from 17 to 51.
 
Firstly, conscription hardly came as a big surprise: it was preceded by measures such as the National Register and the Derby Scheme.

Secondly, many elements of society actively welcomed conscription, because it meant that the burden of the war would be shared by the entire country, instead of only sections of it.

As for active opposition to conscription: well, the Labour Party conference opposed it (although it was careful to express support for the rest of the war effort) and mandated Labour ministers to withdraw from Asquith's coalition government - but Henderson and the others were unwilling to do so and in the end they stayed in government.

There were also conscientious objectors, who organised under the banner of the No Conscription Fellowship (NCF) which published a weekly newsletter. In total, 16,000 people declined to serve in the armed forces during the war, of whom just 1,300 refused all forms of alternative or non-combatant duty. (Compared to 5,704,400 who did serve)

The only noteworthy popular demonstrations were in favour of conscription, not against it. The April 1916 meeting of the NCF was beseiged by a hostile crowd accusing them of being unpatriotic shirkers.

In general, popular reaction to conscription was, in the words of historian Arthur Marwick, "accepted as a hard necessity; at least it offered solid evidence that a genuine equality of sacrifice was at last being imposed."

In other words, really not a huge cause of dissent.
 
I've converted ottoman.txt events and added an event for a Egyptian revolt instigated by the ottomans:
Code:
### Include event - 'An alliance with France?', early 1914, with random factor

### Include - deterioration of railway network
				
	########################## 			
	# OTTOMAN EMPIRE         # 			
	########################## 			
				
	# Brazilian Battleship 'Rio de Janeiro'
	# [Later the Turkish 'Sultan Osman I';British 'Agincourt'] 			
				
	event = { 			
	    country = OTT 			
	    id = 41001 			
	    random = no 			
	    style = 0 			
	    #picture = 
	
				
	    name = "EVT_41001_NAME" 			
	    desc = "EVT_41001_DESC" 			
				
	    trigger = { 			
	        exists = BRA 			
	        NOT = { 			
	            war = { country = GER country = BRA } 			
	            war = { country = GER country = OTT } 			
	            war = { country = ENG country = BRA } 			
	            war = { country = ENG country = OTT } 			
	        } 			
	    } 			
				
	    date = { day = 9 month = january year = 1914 } 			
	    offset = 7 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41001A" 	#Buy the ship. The Ottoman Empire needs a powerful navy		
	        command = { type = supplies value = -2000 } 			
	        command = { type = trigger which = 7001 } 			
	    } 			
	    action_b = { 			
	        name = "ACTIONNAME41001B" 	#No, it is too expensive		
	        command = { type = trigger which = 7002 } 			
	    } 			
	} 			
				
	# Ottoman Battleship 'Sultan Osman I' is complete
	# [Previously the Brazilian 'Rio de Janeiro';Later the British 'Agincourt']  			
				
	event = { 			
	    country = OTT 			
	    id = 41002 			
	    random = no 			
	    style = 0 
	    #picture = 			
				
	    name = "EVT_41002_NAME" 			
	    desc = "EVT_41002_DESC" 			
				
	    trigger = {			
	        NOT = { 			
	            event = 7002 			
	            event = 56351 			
	        } 			
	        random = 25 			
	    } 			
				
	    date = { day = 9 month = August year = 1914 } 			
	    offset = 10 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
    	action_a = { 			
	        name = "ACTIONNAME41002A"
	        command = { type = relation which = ENG value = 25 } 			
		command = { type = activate_division which = 20111 value = 499 where = 11 when = 0 } 			 			
	    } 			
	} 			
				
	# Ottoman Battleship 'Sultan Osman I' is seized 			
				
	event = { 			
	    country = OTT 			
	    id = 41003 			
	    random = no 			
	    style = 0
	    #picture = 			
				
	    name = "EVT_41003_NAME" 			
	    desc = "EVT_41003_DESC" 			
				
	    # Triggered by British 56351 			
				
	    action_a = { 			
	        name = "ACTIONNAME41003A" # Triggers Ottoman 41010 			
	        command = { type = relation which = ENG value = -75 }
		command = { type = domestic which = interventionism value = 1 }	 			
	    } 			
	} 			
				
	# Ottoman Battleship 'Reshadieh' is complete
	# [Later the British 'Erin']			
				
	event = { 			
	    country = OTT 			
	    id = 41004 			
	    random = no 			
	    style = 0
	    #picture = 			
				
	    name = "EVT_41004_NAME" 			
	    desc = "EVT_41004_DESC" 			
				
	    trigger = { 			
	        NOT = { 			
	            war = { country = OTT country = ENG } 			
	        } 			
	    } 			
				
	    date = { day = 19 month = August year = 1914 } 			
	    offset = 10 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41004A"
	        command = { type = relation which = ENG value = 25 } 			
		command = { type = activate_division which = 18000 value = 498 where = 11 when = 0 }			
	    } 			
	} 			
				
	# Ottoman Battleship 'Reshadieh' is seized 			
				
	event = { 			
	    country = OTT 			
	    id = 41005 			
	    random = no 			
	    style = 0
	    #picture = 			
				
	    name = "EVT_41005_NAME" 			
	    desc = "EVT_41005_DESC" 			
				
	    # Triggered by British 56352 			
				
	    action_a = { 			
	        name = "ACTIONNAME41005A" # Triggers Ottoman 41010 			
	        command = { type = relation which = ENG value = -75 }
		command = { type = domestic which = interventionism value = 1 }			
	    } 			
	} 			
				
	# Chilean Battleship 'Almirante Latorre'
	# [Later the British 'Canada']			
				
	event = { 			
	    country = OTT 			
	    id = 41006 			
	    random = no 			
	    style = 0
	    #picture = 			
				
	    trigger = { 			
	        exists = CHL 			 			
	        NOT = { 			
	            war = { country = GER country = CHL } 			
	            war = { country = GER country = OTT } 			
	            war = { country = ENG country = CHL } 			
	            war = { country = ENG country = OTT } 			
	        } 			
	    } 			
				
	    date = { day = 29 month = january year = 1914 } 			
	    offset = 7 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    name = "EVT_41006_NAME" 			
	    desc = "EVT_41006_DESC" 			
				
	    action_a = { 			
	        name = "ACTIONNAME41006A" 			
	        command = { type = trigger which = 9001 } 			
	    } 			
	    action_b = { 			
	        name = "ACTIONNAME41006B" 			
	        command = { type = sleepevent which = 56354 } 			
	        command = { type = sleepevent which = 41007 } 			
	        command = { type = sleepevent which = 41008 } 			
		} 		
	} 			
				
	# The ex-'Almirante Latorre' is complete 			
				
	event = { 			
	    country = OTT 			
	    id = 41007 			
	    random = no 			
	    style = 0 
	    #picture =			
				
	    name = "EVT_41007_NAME" 			
	    desc = "EVT_41007_DESC" 			
				
	    trigger = { 			
	        event = 9002 			
	        random = 25 			
	    } 			
				
	    date = { day = 13 month = August year = 1914 } 			
	    offset = 10 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41007A"
	        command = { type = relation which = ENG value = 25 } 
		command = { type = add_corps value = naval where = 11 }
		command = { type = add_division value = battleship when = 2 }			 			
	        command = { type = sleepevent which = 56354 } 			
	        command = { type = supplies value = -2000 } 			
	    } 			
	} 			
				
	# The ex-'Almirante Latorre' is seized 			
				
	event = { 			
	    country = OTT 			
	    id = 41008 			
	    random = no 			
	    style = 0 
	    #picture =			
			
	    name = "EVT_41008_NAME" 			
	    desc = "EVT_41008_DESC" 			
				
	    # Triggered by British 56354 			
				
	    action_a = { 			
	        name = "ACTIONNAME41008A" 			
	        command = { type = relation which = ENG value = -75 }
		command = { type = domestic which = interventionism value = 1 } 			
	    } 			
	}

	# Destruction of the Mittelmeerdivision			
				
	event = { 			
	    country = OTT 			
	    id = 41009 			
	    random = no 			
	    style = 0
	    #picture =  			
				
	    name = "EVT_41009_NAME" 			
	    desc = "EVT_41009_DESC" 			
				
	    trigger = {
		random = 25 			
	        OR = { 			
	            event = 21350 #Fate of the German Mittelmeerdivision			
	            event = 21351 			
	        } 						
	    } 			
				
	    date = { day = 15 month = august year = 1914 } 		
	    offset = 2 		
	    deathdate = { day = 0 month = january year = 1925 }  			
				
	    action_a = { 			
	        name = "ACTIONNAME41009A" 			
	        command = { type = trigger which = 21352 } 			
	    } 			
	} 			
				
	# Secret alliance negotiations with Germany 			
				
	event = { 			
	    country = OTT			
	    id = 41010 			
	    random = no 			
	    style = 0
	    #picture = 			
				
	    name = "EVT_41010_NAME" 			
	    desc = "EVT_41010_DESC"			
	
	    # Triggered by GER 21027			
				
	    action_a = {
		#Sign an agreement with Germany 			
	        name = "ACTIONNAME41010A" 			
	        command = { type = relation which = GER value = 50 } 			
	    } 			
	    action_b = {
		#Maintain strict neutrality  			
	        name = "ACTIONNAME41010B"
	        command = { type = sleepevent which = 21351 } 			
	    } 			
	} 

					
	# The German Mediterranean Squadron arrives in Constantinople 			
				
	event = { 			
	    country = OTT 			
	    id = 41011 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41011_NAME" 			
	    desc = "EVT_41011_DESC" 			
				
	    trigger = {
		NOT = { event = 41009 } 			
	        OR = { 			
	            event = 21350 #Fate of the German Mittelmeerdivision			
	            event = 21351 			
	        } 						
	    }

	    date = { day = 15 month = august year = 1914 } 		
	    offset = 2 		
	    deathdate = { day = 0 month = january year = 1925 }  			
				
	    action_a = { 			
	        name = "ACTIONNAME41011A" 	#Two new ships for the Turkish Navy
	        command = { type = relation which = GER value = 25 }		
	        command = { type = supplies value = -200 } 			
		command = { type = add_corps which = "Mittelmeerdivision" value = naval when = 41134 where = 409 }
		command = { type = activate_division which = 11000 value = 407 where = 409 when = 0 }
		command = { type = activate_division which = 11000 value = 408 where = 409 when = 0 }  			
	    } 			
	} 			
				
	# The Ottoman decision for war 			
				
	event = { 			
	    country = OTT 			
	    id = 41012 			
	    random = no 			
	    style = 0
	    #picture =  			
				
	    name = "EVT_41012_NAME" 			
	    desc = "EVT_41012_DESC" 			
			
	    trigger = { 			
	        event = 41011 			
	        NOT = { 			
	            alliance = { country = OTT country = GER } 			
	        } 			
	    } 			
				
	    date = { day = 28 month = october year = 1914 } 			
	    offset = 1 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41012A" 	#Souchon bombards the Russian coast		
	        command = { type = alliance which = GER } 						
	    } 

	    action_b = { 			
	        name = "ACTIONNAME41012B"	#Ignore our agreement with Germany: remain neutral	
	        command = { type = relation which = GER value = -75 }
	        command = { type = relation which = ENG value = 25 }
	        command = { type = relation which = FRA value = 25 }
	        command = { type = relation which = RUS value = 25 } 						
	    }		
	} 			
				
	# Enter the war? 
				
	event = { 			
	    country = OTT 			
	    id = 41013 			
	    random = no 			
	    style = 0
	    #picture =  			
				
	    name = "EVT_41013_NAME" 			
	    desc = "EVT_41013_DESC" 			
				
	    trigger = { 			
	        war = { country = GER  country = RUS } 			
	        NOT = {			
		    alliance = { country = FRA country = OTT }	 	
	            alliance = { country = GER country = OTT } 			
	        } 			
	    } 			
				
	    date = { day = 0 month = december year = 1914 } 			
	    offset = 1 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = {
		ai_chance = 50 			
	        name = "ACTIONNAME41013A" 			
	        command = { type = alliance which = GER } 			
	    } 			
	    action_b = {
		ai_chance = 50 			
	        name = "ACTIONNAME41013B" 			
	        command = { type = dissent value = 5 } 			
	    } 			
	} 			
				
	# Abyssinia and Islam			
				
	event = { 			
	    country = OTT 			
	    id = 41014 			
	    random = no 			
	    style = 0 			
				
	    name = "Abyssinia and Islam" 			
	    desc = "EVT_41014_DESC" 			
				
	    trigger = {			
		alliance = { country = ITA country = FRA }		
		alliance = { country = ITA country = ENG } 		
	        war = { country = GER  country = ENG }			
	        war = { country = GER  country = FRA }			
	        war = { country = OTT  country = ENG }			
		event = 41201 #Jihad		
		control = { province = 1205 data = OTT } #Jerusalem is Turkish		
	        NOT = {			
		    alliance = { country = FRA country = OTT }	 	
	            alliance = { country = ENG country = OTT }			
	            alliance = { country = FRA country = ETH }			
	            alliance = { country = ENG country = ETH }			
	            alliance = { country = GER country = ETH }			
	            alliance = { country = OTT country = ETH }	 		
	        } 			
	    } 			
				
	    date = { day = 1 month = october year = 1915 }  			
				
	    action_a = { 			
	        name = "Spread the Jihad to the Horn of Africa" 			
	        command = { type = trigger which = 18001 }			
		command = { type = supplies value = -500 } 		
	    } 			
            action_b = { 			
	        name = "Lij Iyasu cannot be relied upon" 			
	        command = { } 			
	    } 			
	} 			
				
	# Lawrence of Arabia			
				
	event = { 			
	    country = OTT 			
	    id = 41015 			
	    random = no 			
	    style = 0 			
				
	    name = "Lawrence of Arabia" 			
	    desc = "EVT_22203DESC" 			
				
	    trigger = {			
		alliance = { country = U03 country = FRA }		
		alliance = { country = U03 country = ENG } 		
	        war = { country = OTT country = U03 }			
	        war = { country = GER country = FRA }			
	        war = { country = OTT country = ENG }			
		control = { province = 1276 data = U03 }		
		control = { province = 1275 data = OTT }		
		event = 25007 #Arab Revolt		
	        NOT = {			
		    alliance = { country = FRA country = OTT }	 	
	            alliance = { country = ENG country = OTT }			
	            alliance = { country = U03 country = OTT } 			
	        } 			
	    } 			
				
	    date = { day = 1 month = january year = 1914 }			
	    offset = 75			
	    deathdate = { day = 29 month = december year = 1924 }  			
				
	    action_a = { 			
	        name = "What a nuisance" 			
	        command = { type = construct which = infrastructure where = 1796 value = -8 } #Amman 			
	    } 			
	} 			
				
	# Constantinople falls			
				
	event = { 			
	    country = OTT 			
	    id = 41016			
	    random = no 			
	    style = 0 			
				
	    name = "Constantinople falls" 			
	    desc = "Constantinople, held since 1453 by the Ottoman Empire, the great city of the Islamic world, a barrier between Orient and Occident, East and West, has fallen.  Of such great religious significance, the news of its fall will boost morale in Russia, and the Entente as a whole.  With the loss of the capital and the centre of the Empire's communications, Turkey's ability to wage the war has been severely hampered." 			
				
	    trigger = { 			
	        war = { country = GER country = FRA }			
	        war = { country = OTT country = ENG }			
	        war = { country = OTT country = RUS }			
	        war = { country = OTT country = FRA }			
		alliance = { country = GER country = OTT }		
		NOT = { control = { province = 409 data = OTT } }		
	        NOT = {			
		    alliance = { country = FRA country = OTT }	 	
	            alliance = { country = ENG country = OTT }			
	            alliance = { country = RUS country = OTT } 			
	        } 			
	    } 			
				
	    date = { day = 1 month = january year = 1914 }			
	    offset = 1			
	    deathdate = { day = 29 month = december year = 1924 }  			
				
	    action_a = { 			
	        name = "Disaster!" 			
	        command = { type = dissent value = 10 } 			
	    } 			
	}			
				
	# The Defection of Jaafar Pasha			
			
	event = { 			
	    country = OTT 			
	    id = 41017			
	    random = no 			
	    style = 0 			
				
	    name = "The Defection of Jaafar Pasha" 			
	    desc = "A Baghdadi officer, Jaafar Pasha, who has had distinguished service in both the Turkish and German armies has chosen to defect to the cause of the Arab revolt.  Now in Cairo after a brief period in Cyrenaica, Jaafar negotiated his release from captivity from the British by swearing allegiance to King Hussein.  Able to speak eight languages and renowned as a capable officer, his loss his a blow to the Ottoman Empire's presitge." 			
				
	    trigger = {			
	        control = { province = 1823 data = ENG }			
	        control = { province = 903 data = ENG }			
	        war = { country = OTT country = U03 }			
	        war = { country = OTT country = ENG }			
	        } 			
				
	    date = { day = 1 month = january year = 1914 }			
	    offset = 1			
	    deathdate = { day = 29 month = december year = 1924 }  			
				
	    action_a = { 			
	        name = "Traitor!" 			
	        command = { type = sleepleader which = 41128 } #Jaafar			
	        command = { type = dissent value = 2 }			
	    } 			
	}			
				
	# The Mesopotamian Campaign			
				
	event = { 			
	    country = OTT 			
	    id = 41018			
	    random = no 			
	    style = 0 			
				
	    name = "The Mesopotamian Campaign" 			
	    desc = "Now that the Ottoman Empire is at war with Great Britain, it is expected by Constantinople that Mesopotamia will become the scene of conflict.  This is due in part by the belief that the British will act quickly to protect their oil supplies, emmanating from Abadan.  Additionally, the British may advance in Mesopotamia to gain the favour of the Arab tribes within the Ottoman Empire." 			
				
	    trigger = {			
	        control = { province = 1822 data = ENG } #Kuwait			
	        control = { province = 1823 data = OTT } #Basra			
	        war = { country = OTT country = ENG }			
		alliance = { country = GER country = OTT }		
	        } 			
				
	    date = { day = 1 month = january year = 1914 }			
	    offset = 30			
	    deathdate = { day = 1 month = january year = 1925 }  			
				
	    action_a = { 			
	        name = "Okay" 			
	        command = { type = construct which = infrastructure where = 1823 value = 34 }			
	    } 			
	}			
				
	# Completing the Berlin-to-Baghdad Railway			
				
	event = { 			
	    country = OTT			
	    id = 41020			
	    random = no 			
	    style = 0 			
				
	    name = "Completing the Berlin-to-Baghdad Railway: Tell Ebiad-Ras el Ain" 			
	    desc = "EVT_22204DESC" 			
	   			
	    trigger = {			
		war = { country = GER country = ENG }		
		war = { country = OTT country = ENG }		
		alliance = { country = OTT country = GER }		
		control = { province = 1861 data = OTT }		
		event = 21565		
	    } 			
				
	    date = { day = 1 month = march year = 1915 } 			
	    offset = 3			
	    deathdate = { day = 30 month = july year = 1924 }			
				
	    action_a = { 			
	        name = "Build it" 			
	        command = { type = construct which = infrastructure where = 1861 value = 5 } 			
	        command = { type = dissent value = 2 }			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41021 }
		command = { type = relation which = GER value = 20 }		
	    } 			
	    action_b = { 			
	        name = "This is German imperialism!" 			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41021 }		
		command = { type = sleepevent which = 21566 }
		command = { type = relation which = GER value = -30 }		
	    } 			
	} 			
				
	# Completing the Berlin-to-Baghdad Railway			
				
	event = { 			
	    country = OTT			
	    id = 41021			
	    random = no 			
	    style = 0 			
				
	    name = "Completing the Berlin-to-Baghdad Railway: Tell Ebiad-Ras el Ain" 			
	    desc = "EVT_22204DESC" 			
	   			
	    trigger = {			
		war = { country = GER country = ENG }		
		war = { country = OTT country = ENG }		
		alliance = { country = OTT country = GER }		
		control = { province = 1864 data = OTT }		
		event = 21565		
	    } 			
				
	    date = { day = 1 month = march year = 1915 } 			
	    offset = 3			
	    deathdate = { day = 30 month = july year = 1924 }			
				
	    action_a = {			
	        name = "This is German imperialism!" 			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41020 }		
		command = { type = sleepevent which = 21566 }
		command = { type = relation which = GER value = -30 }		
	    } 			
	 			
	    action_b = { 			
	        name = "Build it" 			
	        command = { type = construct which = infrastructure where = 1864 value = 5 } 			
	        command = { type = dissent value = 2 }			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41020 }
		command = { type = relation which = GER value = 20 }		
	    }			
	}			
				
	# Completing the Berlin-to-Baghdad Railway			
				
	event = { 			
	    country = OTT			
	    id = 41022			
	    random = no 			
	    style = 0 			
				
	    name = "Completing the Berlin-to-Baghdad Railway: Nisibin-Samara" 			
	    desc = "EVT_22204DESC" 			
	   			
	    trigger = {			
		war = { country = GER country = ENG }		
		war = { country = OTT country = ENG }		
		alliance = { country = OTT country = GER }		
		control = { province = 1865 data = OTT }		
		event = 21566		
	    } 			
				
	    date = { day = 1 month = march year = 1915 } 			
	    offset = 3			
	    deathdate = { day = 30 month = july year = 1924 }			
				
	    action_a = { 			
	        name = "Build it" 			
	        command = { type = construct which = infrastructure where = 1865 value = 5 } 			
	        command = { type = dissent value = 2 }			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41023 }
		command = { type = relation which = GER value = 20 }		
	    } 			
	    action_b = { 			
	        name = "This is German imperialism!" 			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41023 }		
		command = { type = sleepevent which = 21566 }
		command = { type = relation which = GER value = -30 }		
	    } 			
	} 			
				
	# Completing the Berlin-to-Baghdad Railway			
				
	event = { 			
	    country = OTT			
	    id = 41023			
	    random = no 			
	    style = 0 			
				
	    name = "Completing the Berlin-to-Baghdad Railway: Nisibin-Samara" 			
	    desc = "EVT_22204DESC" 			
	   			
	    trigger = {			
		war = { country = GER country = ENG }		
		war = { country = OTT country = ENG }		
		alliance = { country = OTT country = GER }		
		control = { province = 1866 data = OTT }		
		event = 21566		
	    } 			
				
	    date = { day = 1 month = march year = 1915 } 			
	    offset = 3			
	    deathdate = { day = 30 month = july year = 1924 }			
				
	    action_a = {			
	        name = "This is German imperialism!" 			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41022 }		
		command = { type = sleepevent which = 21566 }
		command = { type = relation which = GER value = -30 }		
	    } 			
	 			
	    action_b = { 			
	        name = "Build it" 			
	        command = { type = construct which = infrastructure where = 1866 value = 5 } 			
	        command = { type = dissent value = 2 }			
	        command = { type = supplies value = 5000 }			
		command = { type = sleepevent which = 41022 }
		command = { type = relation which = GER value = 20 }		
	    }			
	}			
				
	# The Taurus-Amanus Link			
				
	event = { 			
	    country = OTT			
	    id = 41024			
	    random = no 			
	    style = 0 			
				
	    name = "The Taurus-Amanus Link" 			
	    desc = "EVT_22205DESC" 			
	   			
	    trigger = {			
		war = { country = OTT country = ENG }		
		alliance = { country = OTT country = GER }		
		control = { province = 445 data = OTT }		
	    } 			
				
	    date = { day = 1 month = january year = 1917 } 			
	    offset = 210			
	    deathdate = { day = 1 month = august year = 1917 }			
				
	    action_a = {			
	        name = "Install a narrow-gauge link"			
	        command = { type = construct which = infrastructure where = 445 value = 5 } 			
	        command = { type = supplies value = -7500 }			
	    }			
				
	    action_b = {			
	        name = "Install a standard-gauge link" 			
	        command = { type = construct which = infrastructure where = 445 value = 10 } 			
	        command = { type = supplies value = -15000 }			
	    }			
	 			
	    action_c = { 			
	        name = "It is too expensive" 			
	        command = { }			
	    }			
	}			
				
	# Mehmed V dies			
				
	event = { 			
	    country = OTT			
	    id = 41025			
	    random = no 			
	    style = 0 			
				
	    name = "Mehmed V dies" 			
	    desc = "The Sultan of Turkey, Mehmed V, has died.  He owed his rule to the Committee of Union and Progress, and consequently, was little more than a puppet whose actions and decisions were guided by the C.U.P.  His successor is his brother - the politically astute Mehmed VI." 			
				
	    date = { day = 28 month = june year = 1918 }			
	    offset = 1			
	    deathdate = { day = 1 month = august year = 1918 }			
				
	    action_a = { 			
	        name = "May he rest in peace" 			
	        command = { type = dissent value = 3 } 			
	        command = { type = sleepminister which = 41001 } 			
	        command = { type = headofstate which = 41041 }			
	        } 			
	}			
				
	# The explosion at Haidar Pasha station			
				
	event = { 			
	    country = OTT			
	    id = 41026			
	    random = no 			
	    style = 0 			
				
	    name = "The explosion at Haidar Pasha station" 			
	    desc = "Constantinople's principle train station at Haidar Pasha on the Bosporus has been rocked by a huge explosion, caused either by the hasty handling of ordnance or the efforts of British agents.  Considerable amounts of ammunition and oil have been lost in the inferno, hampering the war effort in the process." 			
	   			
	    trigger = {			
		war = { country = OTT country = ENG }		
		alliance = { country = OTT country = GER }		
		control = { province = 409 data = OTT } #Constantinople		
		random = 50		
	    } 			
				
	    date = { day = 6 month = september year = 1917 } 			
	    offset = 1			
	    deathdate = { day = 7 month = september year = 1917 }			
				
	    action_a = {			
	        name = "A catastrophe for the Ottoman war effort"			
	        command = { type = supplies value = -75000 }			
	        command = { type = oilpool value = -75000 }			
	        command = { type = dissent value = 6 }			
	    }			
	}			
				
				
	# The British Advance on Baghdad			
				
	event = { 			
	    country = OTT			
	    id = 41027			
	    random = no 			
	    style = 0 			
				
	    name = "The British Advance on Baghdad" 			
	    desc = "The recent capture of Nasiriyah, on the Euphrates and Amara, on the Tigris, has prompted the British government to consider the possibility of capturing Baghdad.  Turkey's prestige among the Arab peoples has diminished as a result"			
				
	    trigger = {			
				
	        war = { country = OTT country = ENG }			
	        war = { country = OTT country = FRA }			
	        alliance = { country = OTT country = GER }			
		control = { province = 1866 data = ENG }		
	    }			
				
	    date = { day = 3 month = may year = 1915 }			
	    offset = 3			
	    deathdate = { day = 1 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "We must defend Baghdad!"			
	        command = { type = construct which = infrastructure where = 1865 value = 5 }			
	    }			
	}			
				
	# Declare Holy War? 

	#'No' option should result in less DI			
				
	event = { 			
	    country = OTT 			
	    id = 41200 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41200_NAME" 			
	    desc = "EVT_41200_DESC" 			
				
	    trigger = { 			
	        war = { country = ENG country = OTT }			
		alliance = { country = GER country = OTT } 		
	    } 			
				
	    date = { day = 0 month = january year = 1914 } 			
	    offset = 25			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41200A" 			
	        command = { type = supplies value = -50 }  			
	        command = { type = trigger which = 41201 }			
	        command = { type = trigger which = 44001 } 			
	        command = { type = sleepminister which = 41009 } 			
	        command = { type = chiefofnavy which = 41058 }			
		command = { type = sleepleader which = 41133 }		
	    } 			
				
	    action_b = { 			
	        name = "ACTIONNAME41200B" 			
	        command = { type = dissent value = 3 } 			
	        command = { type = sleepminister which = 41009 } 			
	        command = { type = chiefofnavy which = 41058 }			
		command = { type = sleepleader which = 41133 } 		
	    } 			
	} 			
				
	# Holy War declared 			
				
	event = { 			
	    country = OTT 			
	    id = 41201 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41201_NAME" 			
	    desc = "EVT_41201_DESC" 			
				
	    # Triggered by Ottoman 41200 			
				
	    action_a = { 			
	        name = "ACTIONNAME41201A" 			
	        command = { } 			
	    } 			
	} 			
				
	# Instigate unrest in Egypt			
				
	event = { 			
	    country = OTT 			
	    id = 41202 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41202_NAME" 			
	    desc = "EVT_41202_DESC" 			
				
	    trigger = { 			
	        event = 41201 			
	        control = { province = 1801 data = OTT }
		control = { province = 1800 data = OTT } 
		control = { province = 900 data = OTT }			
	    } 			
				
	    date = { day = 0 month = january year = 1914 } 			
	    offset = 1  			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41202A" 			
	        command = { type = supplies value = -50 } 			
	        command = { type = trigger which = 56303 }
		command = { type = trigger which = 41019 }
		} 			
	    action_b = { 			
	        name = "ACTIONNAME41202B" 			
	        command = { type = dissent value = 2 } 			
	    } 			
	}

	event = {
	    country = ENG
	    id = 41019 
	    random = no
	    style = 0

	    name = "Unrest in Egypt instigated."
	    desc = "The Ottomans have succesfully instigated riots in Egypt, Egyptians are revolting against our control !"

	    date = { day = 0 month = january year = 1914 }
	    offset = 1
	    deathdate = { day = 0 month = january year = 1925 }

	    trigger = { 
		event = 41202
		}

	    action_a = {
		name = "Damned those Ottomans !"
		command = { type = province_revoltrisk which = 901 value = 30 }
		command = { type = province_revoltrisk which = 4 value = 30 } 			
		command = { type = province_revoltrisk which = 903 value = 30 }
		command = { type = province_revoltrisk which = 902 value = 30 }
		command = { type = province_revoltrisk which = 904 value = 30 }
		command = { type = province_revoltrisk which = 905 value = 30 }
		command = { type = province_revoltrisk which = 906 value = 30 }
		command = { type = province_revoltrisk which = 909 value = 30 }
		command = { type = province_revoltrisk which = 907 value = 30 }
		command = { type = province_revoltrisk which = 912 value = 30 }
		command = { type = province_revoltrisk which = 1024 value = 15 }
		command = { type = province_revoltrisk which = 1020 value = 15 }
		command = { type = province_revoltrisk which = 1023 value = 15 }
		command = { type = province_revoltrisk which = 1025 value = 15 }
		command = { type = province_revoltrisk which = 1026 value = 15 }
		command = { type = province_revoltrisk which = 1022 value = 15 }
		command = { type = province_revoltrisk which = 1029 value = 15 }
		}
	    }
				
	##############################################			
	# Tributary Georgia 			
				
	event = { 			
	    country = OTT 			
	    id = 41207 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41207_NAME" 			
	    desc = "EVT_41207_DESC" 			
				
	    trigger = { 			
	        event = 74110 			
	        exists = GEO			
	    } 			
				
	    date = { day = 2 month = december year = 1917 } 			
	    offset = 1 			
	    deathdate = { day = 0 month = january year = 1925 }  			
				
	    action_a = { 			
	        name = "ACTIONNAME41207A" 			
	        command = { type = make_puppet which = GEO } 			
	        command = { type = alliance which = GEO } 			
	    } 			
	} 			
				

	# Tributary Armenia 			
			
	event = { 			
	    country = OTT 			
	    id = 41208 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41208_NAME" 			
	    desc = "EVT_41208_DESC" 			
				
	    trigger = { 			
	        event = 74111 			
	        exists = ARM			
	    } 			
				
	    date = { day = 2 month = december year = 1917 } 			
	    offset = 1 			
	    deathdate = { day = 0 month = january year = 1925 }  			
				
	    action_a = { 			
	        name = "ACTIONNAME41208A" 			
	        command = { type = make_puppet which = ARM } 			
	        command = { type = alliance which = ARM } 			
	    } 			
	} 			
				
	# Tributary Azerbaijan 			
				
	event = { 			
	    country = OTT 			
	    id = 41209 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41209_NAME" 			
	    desc = "EVT_41209_DESC" 			
				
	    trigger = { 			
	        event = 74112 			
	        exists = AZB			
	    } 			
				
	    date = { day = 2 month = december year = 1917 } 			
	    offset = 1 			
	    deathdate = { day = 0 month = january year = 1925 }  			
				
	    action_a = { 			
	        name = "ACTIONNAME41209A" 			
	        command = { type = make_puppet which = AZB } 			
	        command = { type = alliance which = AZB } 			
	    } 			
	} 			
				
				
	# Counter-government in Angora 			
				
	event = { 			
	    country = OTT 			
	    id = 41300 			
	    random = no 			
	    style = 0 			
				
	    name = "EVT_41300_NAME" 			
	    desc = "EVT_41300_DESC" 			
				
	    trigger = { 			
	        event = 41804 			
	    } 			
				
	    date = { day = 23 month = april year = 1920 } 			
	    offset = 30 			
	    deathdate = { day = 0 month = january year = 1925 } 			
				
	    action_a = { 			
	        name = "ACTIONNAME41300A" 			
	        command = { type = headofstate which = 41011 } 			
	        command = { type = headofgovernment which = 41012 } 			
	        command = { type = foreignminister which = 41013 } 			
	        command = { type = armamentminister which = 41014 } 			
	        command = { type = ministerofsecurity which = 41015 } 			
	        command = { type = ministerofintelligence which = 41016 } 			
	        command = { type = chiefofstaff which = 41017 } 			
	        command = { type = chiefofarmy which = 41018 } 			
	        command = { type = chiefofnavy which = 41019 } 			
	        command = { type = chiefofair which = 41020 } 			
	        command = { type = set_domestic which = political_left value = -10 }			
		command = { type = add_division which = infantry }		
		command = { type = add_division which = infantry }		
		command = { type = add_division which = infantry }		
		command = { type = add_division which = infantry }		
		command = { type = add_division which = infantry }		
		command = { type = add_division which = infantry }		
		command = { type = add_division which = infantry }		
		command = { type = sleepleader which = 41102 } #Enver		
	    } 			
	    action_b = { 			
	        name = "ACTIONNAME41300B" 			
	        command = { type = set_domestic which = political_left value = 5 } 			
	        command = { type = setflag which = sultan1 } 			
	    } 			
	}			
				
	# War with Greece			
				
	event = { 			
	    country = OTT 			
	    id = 41301			
	    random = no 			
	    style = 0 			
				
	    name = "War with Greece" 			
	    desc = "The Greek government has decided to destroy the Turkish nationalist movement at birth.  The Turkish people must now prepare to go to war and expel the Greeks from Anatolia." 			
				
	    # Triggered by 22200 			
				
	    action_a = { 			
	        name = "War!" 			
	        command = { type = war which = GRE } 			
	        command = { type = supplies value = 2000 } 			
	    }  			
	}			
				
	#####################################################################			
	# Turkey and Germany at war			
	#####################################################################			
				
	event = {			
	country = OTT			
	id = 41100			
	random = no			
	style = 0			
	name = "Turkey and Germany at war"			
	desc = "Turkey and Germany are now at war"			
				
	trigger = {			
	war = { country = OTT country = GER } 			
	}			
				
	date = { day = 1 month = january year = 1914 }			
	offset = 3 			
	deathdate = { day = 0 month = january year = 1924 }			
				
	action_a = {			
				
	name = "Okay" 			
	command = { type = sleepleader which = 41103 }			
	command = { type = sleepleader which = 41104 }			
	command = { type = sleepleader which = 41117 }			
	command = { type = sleepleader which = 41134 }			
	command = { type = sleepleader which = 41135 }			
	command = { type = sleepleader which = 41136 }			
	command = { type = sleepleader which = 41137 }			
	command = { type = sleepminister which = 41059 }			
	}			
	}
 
So make this conscription act in five versions. The dissent change will be 1 but five times. Additionally, make manpower initial value in "Island's" provinces 0 or 1 in the biggest one (London). Every release of this act will change the manpower value of provinces. Only the fifth one will make manpower in Irish provinces (like historical). It's a bit problematic event because it would be accurate to change the colonial, canadian, australian, indian etc., etc., manpower growth too and who want to write such an event (five times!)?!?!