• 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.
Aug 5, 2005
679
0
(february/october revolutions, weimarer republik etc.), do they need to be modeled too?
Reply With Quote
They are included, although the game crashes after the October Revolution (at least in the 1917 scenario).
I will get around to it, but I suggest you first get to election events for major countries (make sure they don't already exist in this file)
 

Allenby

Custom User Title
8 Badges
Apr 4, 2003
7.170
5
  • Europa Universalis IV
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Hearts of Iron II: Beta
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
bip said:
Ok, I will start doing it. I will do election events for major countries first and if it goes well i will proceed with the others.
And what about the revolutionary changes across Europe after the Great War (february/october revolutions, weimarer republik etc.), do they need to be modeled too?

No, just democratic elections and changes of government. :)

You might want to start with France - I will send you a PM with the details.
 
Aug 5, 2005
679
0
Found bug in events that made all French events Polish intervention on unworkable.
Am almost done with the undescribably tedious task of figuring out what numbers to put where and then putting them there.
Version 0.6 of events will most likely be done in an hour or so.
 
Jul 5, 2004
1.300
0
I have made a few events for Spain. I hope it helps. They aren't related to war, but i expect you can use them.

EVT_52001_NAME;The Crisis of 1917;;;;;;;;;;X
EVT_52001_DESC;Although the neutrality has brought great benefits to Spain, many sectors of the country are displeased. The Army complains because the promotions of the military in Africa are limited, and has created the 'Juntas de Defensa' to force the goverment. In the meanwhile, the republican and socialist opposition has formed an Assembly of Representatives in Barcelona, demanding a change of government and the end of the political system of the Restoration. In addition, a general strike has been called for by the anarchist union CNT and the socialist union UGT. The problems accumulate for our government and we must use the army in order to prevent them from causing a revolution.;;;;;;;;;;X
ACTIONNAME52001A;We must to stop them!;;;;;;;;;;X

spanishstriketv1.jpg


Code:
##############################################
#The Crisis of 1917
##############################################

event = {
	id = 52001
	random = no
	country = SPA
	name = "EVT_52001_NAME" 
	desc = "EVT_52001_DESC"

      	picture = "spanishstrike"
	style = 0

	trigger = { 		
	        atwar = no		
                government = democratic
	} 	

	date = { day = 1 month = August year = 1917 }

	action_a = { 
        name = "ACTIONNAME52001A"
        command = { type = headofgovernment which = 52023 } # Manuel Garcia Prieto
        command = { type = foreignminister which = 52046 } # Alvarez de Figueroa
        command = { type = armamentminister which = 52067 } # Juan Ventosa
        command = { type = ministerofsecurity which = 52097 } # Manuel Garcia Prieto	
        command = { type = chiefofstaff which = 52127 } # Juan De la Cierva y Peñafiel
   	command = { type = dissent value = 10 }
        }
}

EVT_52002_NAME;Assassination of Eduardo Dato;;;;;;;;;;X
EVT_52002_DESC;The President of the Goverment, Eduardo Dato, has been assassinated tonight. He was shot from a sidecar motorcycle at the Puerta del Sol in Madrid by three anarchists, Pedro Matehu, Juan Casanellas and Luis Nicolau. A new crisis has begun, while the country and the Conservative Party loses one of its greatest politicians.;;;;;;;;;;X
ACTIONNAME52002A;May he rest in peace.;;;;;;;;;;X

datoassasinationah6.jpg


Code:
##############################################
#Assasination of Eduardo Dato
##############################################

event = {
	id = 52002
	random = no
	country = SPA
	name = "EVT_52002_NAME" 
	desc = "EVT_52002_DESC"

      	picture = "datoassasination"
	style = 0

	trigger = { 		
 		random = 95
                headofgovernment = 52002
                government = democratic
	} 	

	date = { day = 7 month = march year = 1921 }

	action_a = { 
        name = "ACTIONNAME52002A"
	command = { type = sleepminister which = 52002 } # Eduardo Dato
        command = { type = headofgovernment which = 52025 } # Manuel Allende de Salazar
        command = { type = foreignminister which = 52003 } # Salvador Bermudez de Castro
        command = { type = armamentminister which = 52072 } # Manuel Arguelles y Arguelles
        command = { type = ministerofsecurity which = 52104 } # Gabino Bullagal	
        command = { type = chiefofstaff which = 52133 } # Luis Marichalar y Monreal
   	command = { type = dissent value = 5 }
        }
}

EVT_52003_NAME;The Rif War;;;;;;;;;;X
EVT_52003_DESC;In 1912, by the Treaty of Fez, Spain had been awarded the mountainous zones around Melilla and Ceuta, in Morocco. The two zones had few, if any, roads and were separated by the Bay of Alhucemas, making communications and development difficult. The Rifain tribes resisted the Spanish occupation right from the start, and there were occasional skirmishes between the rifains, led by Ahmad Al-Raisuni, and the Spanish Army. In 1919 the Rif is in relative peace. But, as of lately, the rifains have taken up arms again. Mohammed Ben Abdelkrim Al-Jattabi, a former spanish civil servant, has united all the tribes and has begun to attack us. We must end the rebellion and pacify all Spanish Morocco.;;;;;;;;;;X
ACTIONNAME52003A;New problems in Africa.;;;;;;;;;;X

rifwarrb8.jpg


Code:
##############################################
#The Rif War and Disaster of Annual
##############################################

event = {
	id = 52003
	random = no
	country = SPA
	name = "EVT_52003_NAME" 
	desc = "EVT_52003_DESC"

      	picture = "Rifwar"
	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 = 1 month = february year = 1919 }

	action_a = { 
        name = "ACTIONNAME52003A"
	command = { type = province_revoltrisk which = 957 value = 25 }
	command = { type = province_revoltrisk which = 955 value = 50 }
	command = { type = province_revoltrisk which = 954 value = 50 }
        command = { type = headofgovernment which = 52002 } # Eduardo Dato
        command = { type = foreignminister which = 52003 } # Salvador Bermudez de Castro
        command = { type = armamentminister which = 52004 } # Gabino Bullagal
        command = { type = ministerofsecurity which = 52103 } #	Joaquin Fernandez Prida	
        command = { type = chiefofstaff which = 52132 } # José Villaba y Riquelme
        }
}

EVT_52004_NAME;The Disaster of Annual;;;;;;;;;;X
EVT_52004_DESC;In 1920, the spanish commissioner General Dámaso Berenguer, decided to conquer the eastern territory of the Rif from Jibala tribes. During that year, he grabbed territories west of Melilla. In May 1921, General Manuel Fernández Silvestre, General Commander of Melilla, managed to advance to Annual, where he established a fortified line to defend the front line. We're being informed now that the Rifain rebels have atacked some of those positions, surrounding Silvestre's troups in Annual, causing all the front to crumbe. After a long siege, our army has been defeated and even General Silvestre has died. The few troops that managed to escape have tried to flee to Melilla, but a big part of them have been trapped in Monte Arruit. There, General Navarro, Silvestre's second in command, has surrenderd to the Rifains, who, despite that, have assaulted the Spanish fort, killing most of our soldiers. The rest of our army had to take shelter in Melilla, where Adb El-Krim's troops have now arrived, and now, the rebels are in control of all the Rif. The news have shocked public opinion, and it's estimated that 20.000 soldiers have been killed. In addition, the new government has ordered General Picasso to investigate the causes of this defeat, which has caused big unrest in the Army.;;;;;;;;;;X
ACTIONNAME52004A;A terrible defeat!;;;;;;;;;;X

annualdisasterod6.jpg


Code:
event = {
	id = 52004
	random = no
	country = SPA
	name = "EVT_52004_NAME" 
	desc = "EVT_52004_DESC"

      	picture = "Annualdisaster"
	style = 0

	trigger = { 		
	        atwar = no
 		random = 95
                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 = "ACTIONNAME52004A"
	command = { type = sleepleader which = 52037 }# Silvestre
	command = { type = province_revoltrisk which = 957 value = 75 }
	command = { type = province_revoltrisk which = 955 value = 100 }
	command = { type = province_revoltrisk which = 954 value = 100 }
        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 }
        }
}

EVT_52005_NAME;The Dictatorship of Primo de Rivera;;;;;;;;;;X
EVT_52005_DESC;The fear of anarchist terrorism or a proletarian revolution, and the rise of nationalisms has ended up causing great unrest amongst the civilians and the military. Miguel Primo de Rivera, Captain General of Catalonia, with the support of the army, the landowners, the trade unions and Catalan entrepreneurs, among others, has orchestrated a coup d'etat, after emitting a manifesto blaming the problems of Spain on the parliamentary system. The King has backed the General, and has appointed him Prime Minister. Primo de Rivera has proceeded to suspend the Constitution, and assume absolute powers as a dictator, abolishing all other parties.;;;;;;;;;;X
ACTIONNAME52005A;Accept the military government.;;;;;;;;;;X
ACTIONNAME52005B;Don't accept the military government.;;;;;;;;;;X

primoriveradictatorshipzi8.jpg


Code:
##############################################
#The dictatorship of Primo de Rivera
##############################################

event = {
	id = 52005
	random = no
	country = SPA
	name = "EVT_52005_NAME" 
	desc = "EVT_52005_DESC"

      	picture = "primoriveradictatorship"
	style = 0

	trigger = { 		
	        atwar = no
                dissent = 5	
                OR = {
                     headofstate = 52001
                     headofstate = 52011
                }  #Alfonso XIII or Alfonso XIV
                government = democratic
	} 	

	date = { day = 12 month = september year = 1923 }

	action_a = { 
        name = "ACTIONNAME52005A"
	ai_chance = 99
        command = { type = set_domestic which = democratic value = 3 }
        command = { type = set_domestic which = political_left value = 2 }
        command = { type = domestic which = freedom value = -2 }
        command = { type = domestic which = defense_lobby value = 2 }
        command = { type = domestic which = interventionism value = 1 }
        command = { type = headofgovernment which = 52029 } # Miguel Primo de Rivera
        command = { type = foreignminister which = 52055 } # Miguel Primo de Rivera
        command = { type = armamentminister which = 52080 } # Antonio Mayandia
        command = { type = ministerofintelligence which = 52192} # Militar Shadow
        command = { type = ministerofsecurity which = 52108 } #	Severiano Martinez Anido	
        command = { type = chiefofstaff which = 52137 } # Juan O' Donnell
   	command = { type = dissent value = -30 }
        }

	action_b = { 
        name = "ACTIONNAME52005B"
	ai_chance = 1
   	command = { type = dissent value = 20 }
        }
}
 
Last edited:

unmerged(43127)

Captain
Apr 14, 2005
408
0
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? :)
 
Last edited:
Jul 5, 2004
1.300
0
Oksel said:
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...
Good work, but i think it could decrease the interventionism.

Oksel said:
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...

I think its a great what-if. But maybe it should have some conditions to fire the event. Spain should be conservative, PA,FA or NS. In WW1 Spain was divided between the conservatives, sided with the germans, and the progressive party sided with the allies. The Progressive Party hadn't entered the war. And the IA almost always should choice neutrality.

Oksel said:
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...

Good, but the spanish legion has been always an elite force. It should create a guards division. Millan Astray should be his commander although he isn't included in the leaders list because in 1920 was only a colonel.

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 }	
        }
}

I haven't liberated Morroco because IMHO the Rif and Morocco aren't equal. The Rif was inhabited by berber tribes as in the algerian Cabilia. Before the spanish occupation, the rif was partially dominated by the Sultan of Morocco but not totally. It's true that Adb El-Krim wanted to liberate all Morocco but the Rif War was more a tribal war or guerrilla war than a conventional war. The Rif doesn't exist in the mod, and i think the war could be represented better by partisans because liberate Morocco and give them only one or two provinces (Ceuta shouldn't be part of the independient Rif because this province was better controled by the spaniards) will make them too weak and easy to defeat. And it wasn't so easy, the war lasted until 1927 and Abd El Krim was defeated only cause the french and the spanish had united forces.

P.D: Republic of the Rifhttp://www.worldstatesmen.org/Morocco.htm#Rif
. It shouldn't be the same as Morocco on the mod, but i don't think it worth wasting one tag.
 
Last edited:
Jul 5, 2004
1.300
0
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.

Your text explains better what happened. I think both could be merged...

EVT_52002_NAME;Assassination of Eduardo Dato;;;;;;;;;;X
EVT_52002_DESC;The Prime Minister, Eduardo Dato, has been assassinated tonight when he returned home from the Senate. 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. A new crisis has begun, while the country and the Conservative Party loses one of its greatest leaders.;;;;;;;;;;X
ACTIONNAME52002A;May he rest in peace.;;;;;;;;;;X
 

unmerged(43127)

Captain
Apr 14, 2005
408
0
I agree with you Wenck on everything else, but Morocco already exists in the Mod and has a tag MOR and events id's 33501- but you are right they shouldn't have all the provinces at the beginning. Later on they'll be in war with France too and the Rif republic can expand. But the Rif Republic really existed 1921-1926 and it had a flag, emblem, money, ministers, leaders... if you check the ministers and leaders threads you'll find them. And I don't think it's a waste of tag because it will make the game interesting for the player who plays with Spain. All other events should be done exactly as you said.
 
Last edited:

Viden

Kurt's Best AAR Reader
93 Badges
Jun 25, 2006
8.747
75
  • Rome: Vae Victis
  • Iron Cross
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis III Complete
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Nemesis
  • Europa Universalis III
  • Cities in Motion
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Arsenal of Democracy
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
Really, it was the something like "Confederated republic of Rif tribes". In the beginning, the Rif Republic was only some tribes united versus a common enemy, after Annual disaster, Adbd el-Krim tries to create and independent state. Then, we should put partisans before the Annual disaster, then create the Rif Republic.
 

unmerged(43127)

Captain
Apr 14, 2005
408
0
Ok

Viden said:
Really, it was the something like "Confederated republic of Rif tribes". In the beginning, the Rif Republic was only some tribes united versus a common enemy, after Annual disaster, Adbd el-Krim tries to create and independent state. Then, we should put partisans before the Annual disaster, then create the Rif Republic.

Ok, that's a good idea and they would be in provinces 954 and 955. Then we should change the event Rif War (52005) like this:
command = { type = province_revoltrisk which = 957 value = 50 }
command = { type = province_revoltrisk which = 955 value = 100 }
command = { type = province_revoltrisk which = 954 value = 100 }

But I am not sure about these commands, maybe we could use { type = civil_war which = } command...

Changes made to event Negotiations with Germany, thanks lees.
 
Last edited:
Jul 5, 2004
1.300
0
Oksel said:
I agree with you Wenck on everything else, but Morocco already exists in the Mod and has a tag MOR and events id's 33501- but you are right they shouldn't have all the provinces at the beginning. Later on they'll be in war with France too and the Rif republic can expand. But the Rif Republic really existed 1921-1926 and it had a flag, emblem, money, ministers, leaders... if you check the ministers and leaders threads you'll find them. And I don't think it's a waste of tag because it will make the game interesting for the player who plays with Spain. All other events should be done exactly as you said.

Yes, Morocco exists but the Republic of Rif doesn't and i think liberating Morocco instead of Rif isn't very historically accurate.

I'll try to make a list of changes as soon as i can.
 
Jul 5, 2004
1.300
0
Oksel said:
Ok, that's a good idea and they would be in provinces 954 and 955. Then we should change the event Rif War (52005) like this:
command = { type = province_revoltrisk which = 957 value = 50 }
command = { type = province_revoltrisk which = 955 value = 100 }
command = { type = province_revoltrisk which = 954 value = 100 }

But I am not sure about these commands, maybe we could use { type = civil_war which = } command...

Changes made to event Negotiations with Germany, thanks lees.

The Rif War event already has this commands, and it works. Take a look on the spanish-american war events. In this scenario the revoltrisk for cuba and the Phillipines is set by this command.
 
Last edited:
Jul 5, 2004
1.300
0
Spanish events changes... (1st part)

Ok, lets go...

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 = { type = domestic which = interventionism value = -1 }                          
	    } 	
	}


#####################################
#Negotiations with Germany
#####################################

event = { 	
	    country = SPA	
	    id = 52002	
	    random = no 	
	    style = 0 	
		
	    name = "EVT_52002_NAME" 		
	    desc = "EVT_52002_DESC"
		
	    trigger = { 	
	       atwar = no
               OR = {
                     ideology = nazi
                     ideology = fascist
                     ideology = paternal_autocrat
                     ideology = social_conservative
                     ideology = market_liberal
               }
               NOT = {
                      dissent = 10
               }
               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”	
                ai_chance = 95
                command = { type = dissent value = 2 }
                command = { type = relation which = GER value = -10 }
	    } 	

            action_b = { 	
	        name = "ACTIONNAME52002B”
                ai_chance = 5	
                command = { type = alliance which = GER } 	
                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 }
	    }
	}	

##############################################
#The Crisis of 1917
##############################################

event = {
	id = 52003
	random = no
	country = SPA
	name = "EVT_52003_NAME" 
	desc = "EVT_52003_DESC"

      	picture = "spanishstrike"
	style = 0

	trigger = { 		
	        atwar = no		
                government = democratic
	} 	

	date = { day = 0 month = August year = 1917 }

	action_a = { 
        name = "ACTIONNAME52003A"
        command = { type = headofgovernment which = 52023 } # Manuel Garcia Prieto
        command = { type = foreignminister which = 52046 } # Alvarez de Figueroa
        command = { type = armamentminister which = 52067 } # Juan Ventosa
        command = { type = ministerofsecurity which = 52097 } # Manuel Garcia Prieto	
        command = { type = chiefofstaff which = 52127 } # Juan De la Cierva y Peñafiel
   	command = { type = dissent value = 10 }
        }
}	

##############################################
#Assasination of Eduardo Dato
##############################################

event = {
	id = 52004
	random = no
	country = SPA
	name = "EVT_52004_NAME" 
	desc = "EVT_52004_DESC"

      	picture = "datoassasination"
	style = 0

	trigger = { 		
 		random = 95
                headofgovernment = 52002
                government = democratic
	} 	

	date = { day = 7 month = march year = 1921 }

	action_a = { 
        name = "ACTIONNAME52004A"
	command = { type = sleepminister which = 52002 } # Eduardo Dato
        command = { type = headofgovernment which = 52025 } # Manuel Allende de Salazar
        command = { type = foreignminister which = 52003 } # Salvador Bermudez de Castro
        command = { type = armamentminister which = 52072 } # Manuel Arguelles y Arguelles
        command = { type = ministerofsecurity which = 52104 } # Gabino Bullagal	
        command = { type = chiefofstaff which = 52133 } # Luis Marichalar y Monreal
   	command = { type = dissent value = 3 }
        }
}	

##############################################
#The Rif War
##############################################

event = {
	id = 52005
	random = no
	country = SPA
	name = "EVT_52005_NAME" 
	desc = "EVT_52005_DESC"

      	picture = "Rifwar"
	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 = 1 month = february year = 1919 }

	action_a = { 
        name = "ACTIONNAME52005A"
	command = { type = province_revoltrisk which = 957 value = 25 }
	command = { type = province_revoltrisk which = 955 value = 50 }
	command = { type = province_revoltrisk which = 954 value = 50 }
        command = { type = headofgovernment which = 52002 } # Eduardo Dato
        command = { type = foreignminister which = 52003 } # Salvador Bermudez de Castro
        command = { type = armamentminister which = 52004 } # Gabino Bullagal
        command = { type = ministerofsecurity which = 52103 } #	Joaquin Fernandez Prida	
        command = { type = chiefofstaff which = 52132 } # José Villaba y Riquelme
        }
}

##############################################
#Formation of the Spanish Foreign Legion (needs Millan Astray leader ID)
##############################################
#
#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_corps which = "Spanish Foreign Legion" #value = land when = 520xx where = 957 }# Millan Astray ID
#		command = { type = add_division which = "La Legión" value =  #}#Guard division
#	    } 	
#}	

##############################################
#The dictatorship of Primo de Rivera
##############################################

event = {
	id = 52007
	random = no
	country = SPA
	name = "EVT_52007_NAME" 
	desc = "EVT_52007_DESC"

      	picture = "primoriveradictatorship"
	style = 0

	trigger = { 		
	        atwar = no
                dissent = 5	
                OR = {
                     headofstate = 52001
                     headofstate = 52011
                }  #Alfonso XIII or Alfonso XIV
                government = democratic
	} 	

	date = { day = 12 month = september year = 1923 }

	action_a = { 
        name = "ACTIONNAME52007A"
	ai_chance = 99
        command = { type = set_domestic which = democratic value = 3 }
        command = { type = set_domestic which = political_left value = 2 }
        command = { type = domestic which = freedom value = -2 }
        command = { type = domestic which = defense_lobby value = 2 }
        command = { type = domestic which = interventionism value = 1 }
        command = { type = headofgovernment which = 52029 } # Miguel Primo de Rivera
        command = { type = foreignminister which = 52055 } # Miguel Primo de Rivera
        command = { type = armamentminister which = 52080 } # Antonio Mayandia
        command = { type = ministerofintelligence which = 52192} # Militar Shadow
        command = { type = ministerofsecurity which = 52108 } #	Severiano Martinez Anido	
        command = { type = chiefofstaff which = 52137 } # Juan O' Donnell
   	command = { type = dissent value = -30 }
        }

	action_b = { 
        name = "ACTIONNAME52007B"
	ai_chance = 1
   	command = { type = dissent value = 20 }
        }
}

"The Crisis of 1917" event is related to the "Juntas de Defensa" crisis, the General Strike of 1917 and the Assembly of Representatives crisis. All in one. I believe it's no necessary to make another event for the "Juntas de Defensa".

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
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
EVT_52003_NAME;The Crisis of 1917;;;;;;;;;;X
EVT_52003_DESC;Although the neutrality has brought great benefits to Spain, many sectors of the country are displeased. The Army complains because the promotions of the military in Africa are limited, and has created the 'Juntas de Defensa' to force the goverment. In the meanwhile, the republican and socialist opposition has formed an Assembly of Representatives in Barcelona, demanding a change of government and the end of the political system of the Restoration. In addition, a general strike has been called for by the anarchist union CNT and the socialist union UGT. The problems accumulate for our government and we must use the army in order to prevent them from causing a revolution.;;;;;;;;;;X
ACTIONNAME52003A;We must to stop them!;;;;;;;;;;X
EVT_52004_NAME;Assassination of Eduardo Dato;;;;;;;;;;X
EVT_52004_DESC;The Prime Minister, Eduardo Dato, has been assassinated tonight when he returned home from the Senate. 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. A new crisis has begun, while the country and the Conservative Party loses one of its greatest leaders.;;;;;;;;;;X
ACTIONNAME52004A;May he rest in peace.;;;;;;;;;;X
EVT_52005_NAME;The Rif War;;;;;;;;;;X
EVT_52005_DESC;In 1912, by the Treaty of Fez, Spain had been awarded the mountainous zones around Melilla and Ceuta, in Morocco. The two zones had few, if any, roads and were separated by the Bay of Alhucemas, making communications and development difficult. The Rifain tribes resisted the Spanish occupation right from the start, and there were occasional skirmishes between the rifains, led by Ahmad Al-Raisuni, and the Spanish Army. In 1919 the Rif is in relative peace. But, as of lately, the rifains have taken up arms again. Mohammed Ben Abdelkrim Al-Jattabi, a former spanish civil servant, has united all the tribes and has begun to attack us. We must end the rebellion and pacify all Spanish Morocco.;;;;;;;;;;X
ACTIONNAME52005A;New problems in Africa.;;;;;;;;;;X
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
EVT_52007_NAME;The Dictatorship of Primo de Rivera;;;;;;;;;;X
EVT_52007_DESC;The fear of anarchist terrorism or a proletarian revolution, and the rise of nationalisms has ended up causing great unrest amongst the civilians and the military. Miguel Primo de Rivera, Captain General of Catalonia, with the support of the army, the landowners, the trade unions and Catalan entrepreneurs, among others, has orchestrated a coup d'etat, after emitting a manifesto blaming the problems of Spain on the parliamentary system. The King has backed the General, and has appointed him Prime Minister. Primo de Rivera has proceeded to suspend the Constitution, and assume absolute powers as a dictator, abolishing all other parties.;;;;;;;;;;X
ACTIONNAME52007A;Accept the military government.;;;;;;;;;;X
ACTIONNAME52007B;Don't accept the military government.;;;;;;;;;;X

EDIT: Added "the Primo de Rivera" event.
 
Last edited:

unmerged(43127)

Captain
Apr 14, 2005
408
0
Good work Wenck!

The problem of the missing leader can be solved:
Code:
Millan Astray;52096;SPA;1919;1935;1935;1935;3;5;0;2;0;5;0;unknown;1919;1935;x

I don't know the proper id for the guard division.

But the Disaster of Annual event is missing! And it's one of the most important ones for Spain and Marocco (Rif).
 
Jul 5, 2004
1.300
0
For Annual and the Rif, I have two options:

First, liberate the Rif using a new tag (the MOR tag is used for Morocco in the 1911 scenario), which triggers an event for the Rif eliminating most of the revolt risk in his provinces. If the Rif is defeated then it will trigger another event to decrease spanish dissent and increase the province_revoltrisk to simulate that the rifain guerrilla countinues (still with Abd El-Krim defeated). It's the only way I could imagine to liberate the Rif, and make it historical, since the Rif has no IC points and it will be too easy for Spain to conquer it.


Code:
#####################################
#Disaster of Annual
#####################################
event = {
	id = 52008
	random = no
 	country = SPA
	name = "EVT_52008_NAME" 
	desc = "EVT_52008_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 = "ACTIONNAME52008A"
	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 =  value = 1 }#Republic of Rif Tag
            command = { type = trigger which = 33501 }	
        }
}

#####################################
# Rif is free!
#####################################

event = {
         id = XXXXX
         country = XXX
         random = no
         style = 0

         name = "The Rif is free!"
         desc = "The Republic of The Rif has declared independence and proclaimed the Holy War against Spain!"

# Triggered by Spanish 52008

         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 = province_revoltrisk which = 957 value = 10 }# Changed to avoid rif guerrilla attacking his own country
	           command = { type = province_revoltrisk which = 955 value = 10 }
	           command = { type = province_revoltrisk which = 954 value = 10 }
                   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 }
         }
} 

#####################################
#The Rif has been defeated!
#####################################
event = {
	id = 52009
	random = no
 	country = SPA
	name = "EVT_52009_NAME" 
	desc = "EVT_52009_DESC"

      	picture = "unknown"
 	style = 0

	trigger = { 		
                 NOT = {	    
                       exists = xxx
                }#The Rif doesn't exists
                event = XXXXX #Liberation of the Rif
	} 	

            date = { day = 0 month = january year = 1921 } 		
	    offset = 15 		
	    deathdate = { day = 0 month = january year = 1925 }  


	action_a = { 
        name = "Victoria!"
	command = { type = province_revoltrisk which = 957 value = 50 }# Ceuta
	command = { type = province_revoltrisk which = 955 value = 75 }# Villa Sanjuro
	command = { type = province_revoltrisk which = 954 value = 75 }# Melilla
   	command = { type = dissent value = -10 }
        }
}

And the second option is increasing the revolt risk of these provinces to 100%, to make partisan uprisings happens constantly, and this way Spain should fight the rifain guerrilla without possibility of eliminate it. It's less complex, more historical, more difficult for Spain than defeat a revolter without IC, and you don't need to use a new tag. Of course, I prefer this one.

Code:
event = {
	id = 52008
	random = no
	country = SPA
	name = "EVT_52008_NAME" 
	desc = "EVT_52008_DESC"

      	picture = "Annualdisaster"
	style = 0

	trigger = { 		
	        atwar = no
 		random = 95
                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 = "ACTIONNAME52008A"
	command = { type = sleepleader which = 52037 }# Silvestre
	command = { type = province_revoltrisk which = 957 value = 75 }
	command = { type = province_revoltrisk which = 955 value = 100 }
	command = { type = province_revoltrisk which = 954 value = 100 }
        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 }
        }
}