Spanish events
Ok, Wenck great work, but I have to make a few suggestions:
EVT_52001_NAME;Stay out of the conflict;;;;;;;;;;X
EVT_52001_DESC; King Alfonso XIII and the dynastic parties clung fiercely to neutrality from the moment the conflict between Austro-Hungary and Serbia threatened to become a general European war. Given Spain's relative diplomatic isolation and the obvious unpreparedness of the Spanish army an intervention of Spain at this moment is clearly impossible.;;;;;;;;;;X
ACTIONNAME52001A;We will stay neutral!;;;;;;;;;;X
Code:
Stay out of the conflict
event = {
country = SPA
id = 52001
random = no
style = 0
name = "EVT_52001_NAME"
desc = "EVT_52001_DESC"
trigger = {
atwar = no
war = { country = U11 country = SER }
war = { country = GER country = ENG }
war = { country = GER country = FRA }
war = { country = GER country = RUS }
}
date = { day = 0 month = january year = 1914 }
offset = 30
deathdate = { day = 0 month = january year = 1925 }
action_a = {
name = "ACTIONNAME52001A”
command = { }
}
}
EVT_52002_NAME;Negotiations with Germany;;;;;;;;;;X
EVT_52002_DESC;Unreconciled to the loss of Gibraltar, even after two centuries, Spanish officers eagerly awaited a German victory that would return the lost territory to Spain. During the secret negotiations Germany offered Tangier, Gibraltar, and a free hand in Portugal to the government of Spain in exchange for Spanish involvement in the war on their side.;;;;;;;;;;X
ACTIONNAME52002A;Refuse the German offer;;;;;;;;;;X
ACTIONNAME52002B;Enter the war!;;;;;;;;;;X
Code:
Negotiations with Germany
event = {
country = SPA
id = 52002
random = no
style = 0
name = "EVT_52002_NAME"
desc = "EVT_52002_DESC"
trigger = {
atwar = no
war = { country = GER country = ENG }
}
date = { day = 15 month = january year = 1915 }
offset = 10
deathdate = { day = 15 month = february year = 1915 }
action_a = {
name = "ACTIONNAME52002A”
command = { type = dissent value = 3 }
command = { type = relation which = GER value = -10 }
}
action_b = {
name = "ACTIONNAME52002B”
command = { type = alliance which = GER }
command = { type = war which = ENG }
command = { type = dissent value = 8 }
command = { type = add_division value = infantry }
command = { type = add_division value = infantry }
command = { type = add_division value = infantry }
command = { type = add_division value = cavalry }
command = { type = add_division value = cavalry }
}
}
Now your events The Crisis of 1917 as event 52003, Assassination of Eduardo Dato as event 52004 and The Rif War as event 52005.
EVT_52006_NAME;Formation of the Foreign Legion;;;;;;;;;;X
EVT_52006_DESC; The Spanish Foreign Legion is founded and stationed in North Africa to fight the rebels in Morocco, as a Spanish equivalent to the French Foreign Legion. The Regiment of Foreigners was formed by a royal decree of King Alfonso XIII and recruits, uniforms and regulations will be set by the Minister of War.;;;;;;;;;;X
ACTIONNAME52006A;Great!;;;;;;;;;;X
Code:
Formation of the Foreign Legion
event = {
country = SPA
id = 52006
random = no
style = 0
name = "EVT_52006_NAME"
desc = "EVT_52006_DESC"
trigger = {
atwar = no
event = 52005 # The Rif Uprising
}
date = { day = 28 month = january year = 1920 }
action_a = {
name = "ACTIONNAME52006A”
command = { type = add_division which = militia when = 957 }
}
}
Then your event The Disaster of Annual as event 52007 but here are some changes to this event:
Code:
event = {
id = 52007
random = no
country = SPA
name = "EVT_52007_NAME"
desc = "EVT_52007_DESC"
picture = "Annualdisaster"
style = 0
trigger = {
atwar = no
owned = { province = 954 data = SPA }#Melilla
owned = { province = 955 data = SPA }#Villa Sanjuro
owned = { province = 957 data = SPA }#Ceuta
}
date = { day = 21 month = july year = 1921 }
action_a = {
name = "ACTIONNAME52007A"
command = { type = sleepleader which = 52037 }# Silvestre
command = { type = headofgovernment which = 52022 } # Antonio Maura
command = { type = foreignminister which = 52048 } # Manuel González Hontoria
command = { type = armamentminister which = 52077 } # Francisco Cambó
command = { type = ministerofsecurity which = 52105 } # Rafael Coelho
command = { type = chiefofstaff which = 52127 } # Juan De la Cierva y Peñafiel
command = { type = dissent value = 25 }
command = { type = independence which = MOR value = 1 }
command = { type = removecore which = 957 }
command = { type = removecore which = 955 }
command = { type = removecore which = 954 }
command = { type = secedeprovince which = MOR value = 957 }
command = { type = secedeprovince which = MOR value = 955 }
command = { type = secedeprovince which = MOR value = 954 }
command = { type = trigger which = 33501 }
}
}
And in the end your event The dictatorship of Primo de Rivera as event 52008.
This is my old text event but yours is even better because it gives player a choice:
Conditions in Morocco, increased anarchist and communist terrorism, industrial unrest, and the effects of the postwar economic slump prompted the pronunciamiento that brought a general officer, Miguel Primo de Rivera into office. General Miguel Primo de Rivera launched a successful and bloodless coup d'etat, beginning his dictatorship in Spain. His authoritarian regime has the confidence of the king and the loyalty of the army. He promises that he will stop the riots in Catalunya and the uprising led by Abd-el Krim in Morocco.
And this is my old event text for the Assassination of Eduardo Dato:
The vehicle of the prime minister was in the street of Encarnación in Madrid and was moving towards Arenal ground to straighten way to the address of the prime minister. It was around eight at night. Suddenly a motorcycle with sidecar in the right side, occupied by three individuals, members of the anarchist movement from Barcelona, came near at full speed to the car of Data. When they were sufficiently close, they opened fire. Two of them shot with a pistol in each hand; the other guided the motorcycle. An authentic rain of bullets swept the seat of the prime minister.
##########################
# MORROCO #
##########################
# Morocco is free!
event = {
country = MOR
id = 33501
random = no
style = 0
name = "Morocco is free!"
desc = "Morocco has declared independence and proclaimed the Holy War against Spain!"
# Triggered by Spanish 52007
date = { day = 0 month = august year = 1914 }
offset = 1
deathdate = { day = 0 month = january year = 1925 }
action_a = {
name = "For freedom!"
command = { type = supplies value = 200 }
command = { type = oilpool value = 50 }
command = { type = metalpool value = 50 }
command = { type = energypool value = 100 }
command = { type = rarematerialspool value = 10 }
command = { type = manpowerpool value = 50 }
command = { type = add_division which = militia when = 957 }
command = { type = add_division which = militia when = 954 }
command = { type = add_division which = militia when = 955 }
command = { type = add_division which = militia }
command = { type = add_division which = militia }
command = { type = add_division which = militia }
command = { type = add_division which = militia }
command = { type = war which = SPA }
}
}
So what do you think?
