• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

unmerged(57996)

Recruit
Jun 13, 2006
1
0
Well... THAT sucked.

Now, this event just seems cruel.

I'm playing as France, and Castile had chosen me rather than Aragon in the first event that leads to the formation of Spain. I thought that this was nice, I don't have to worry about Spain now! After that, I am patiently waiting as the time ticks by, improving my economy. Suddenly I take a HUGE stab hit and go to -3! After I close all the stability messages I am... delighted... to see that the mighty France is now the vassal of Castile. An event had fired that made me their vassals, and I had been given no choice, or even notification.

Is it supposed to be like this? (Also, are France and Castile going to merge?)
 
Last edited:

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
GC64 said:
Now, this event just seems cruel.

I'm playing as France, and Castile had chosen me rather than Aragon in the first event that leads to the formation of Spain. I thought that this was nice, I don't have to worry about Spain now! After that, I am patiently waiting as the time ticks by, improving my economy. Suddenly I take a HUGE stab hit and go to -3! After I close all the stability messages I am... delighted... to see that the mighty France is now the vassal of Castile. An event had fired that made me their vassals, and I had been given no choice, or even notification.

Is it supposed to be like this? (Also, are France and Castile going to merge?)

I don't think so...

This is the event :

Code:
# Wedding at Valladolid #
# by Twoflower and Fodoron #
event = {
	id = 142011
	random = no
	country = CAS
	name = "EVENTNAME142011" #Let's Consummate the Union
	desc = "EVENTHIST142011"

	date = { day = 19 month = october year = 1469 }

	action_a = {
		name = "ACTIONNAME142011A" #Let's unite Castile and Aragon in bed and throne
		command = { type = stability value = -2 }
		command = { type = revoltrisk which = 60 value = 3 } # nobility fights in Castile return
		command = { type = dynastic which = ARG }
	}
	action_b = {
		name = "ACTIONNAME142011B" #I said I preferred the Duke of Guyenne
		command = { type = stability value = 1 }
		[COLOR=YELLOW]command = { type = vassal which = FRA }[/COLOR]
		command = { type = sleepevent which = 142012 } #CAS: Isabel and Fernando Kings of Castile
	}
}

EVENTHIST142011:When Isabel met Fernando at Valladolid it was love at first sight. Fernando had faced many dangers to come to her rescue, crossing in disguise parts of Castile that were hostile to them. The wedding had to proceed quickly to prevent Enrique from interfering, but there remained a problem. Isabel and Fernando were both Trastamara, and being second cousins required a papal dispensation to legally marry. But Juan II of Aragon had not succeeded in obtaining it. Pope Paul II was in good terms with Enrique, and had already granted a papal dispensation for Isabel and Alfonso V of Portugal, also related, and refused to give a second dispensation for the same person. But nothing could stand in the way of love, and a papal dispensation was quickly forged and dated five years before, during the papacy of Pius II. A real dispensation will not be obtained until 1471 with Sixtus IV, and by then the couple already had a daughter. After the wedding night, the sheets were shown to the people to demonstrate that the virgin was no more, in the accepted custom of the time. This demonstration of the consummation of the marriage partially contributed to calm the fears that the unauthorised wedding would precipitate Castile back into the nobility strife that characterized the reign of Enrique IV the impotent. When Enrique denounced the pacts of Guisando, naming his doubtful daughter Juana the heir, Isabel made public a manifest of allegiance to the pacts and to Enrique for as long as he was alive. Enrique, as indecisive as always, did not take any measure, delaying the civil war until his dead. Meanwhile most of the nobility took sides with Juana, even those that had previously challenged her legitimacy to weaken Enrique, as now they opposed the strong monarchy represented by Isabel and Fernando.


I think, that the command is not right, because if Isabel choose the duke of Guyenne, Castille should be a vassal of France, not the contrary...
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
modified event for france, Le tellier and Vauban

former event :
Code:
#Le Tellier and Louvois#
event = {
	id = 3114
	random = no
	country = FRA
	name = "EVENTNAME3114" #Le Tellier and Louvois
	desc = "EVENTHIST3114"
	
	date = { day = 1 month = january year = 1666 }
	offset = 3000
	deathdate = { day = 1 month = january year = 1677 }

	action_a = {
		name = "ACTIONNAME3114A" #These Excellent Military Specialists!
		command = { type = MIL which = 3 value = 576 }
		command = { type = land value = 1000 }
		command = { type = fortress which = -1 value = 1 }
		command = { type = fortress which = -1 value = 1 }
		command = { type = fortress which = -1 value = 1 }
		command = { type = domestic which = OFFENSIVE value = -2 }
		command = { type = domestic which = QUALITY value = 1 }
		command = { type = treasury value = -800 }
	}

}

Code:
#Vauban#
event = {
	id = 5004
	random = no
	country = FRA
	name = "EVENTNAME5004" #Vauban
	desc = "EVENTHIST5004"
	
	date = { day = 1 month = january year = 1681 }
	offset = 360
	deathdate = { day = 29 month = december year = 1682 }

	action_a = {
		name = "OK"
		command = { type = land value = 250 }
		command = { type = domestic which = OFFENSIVE value = -1 } #Added, Annibale#
		command = { type = fortress which = -1 value = 1 } # Random province
		command = { type = fortress which = -1 value = 1 } # Random province
		command = { type = fortress which = -1 value = 1 } # Random province
		command = { type = fortress which = -1 value = 1 } # Random province
	}
}

modifications proposed :
Code:
#Le Tellier and Louvois#
event = {
	id = 3114
	random = no
	country = FRA
	name = "EVENTNAME3114"
	desc = "EVENTHIST3114"
	date = { day = 1 month = january year = 1666 }
	offset = 30
	deathdate = { day = 1 month = january year = 1677 }

	action_a = { 
		name = "ACTIONNAME3114A" #These Excellent Military Specialists!
		command = { type = MIL which = 3 value = 576 }
		command = { type = land value = 1000 }
		command = { type = domestic which = OFFENSIVE value = -1 }
		command = { type = domestic which = QUALITY value = 1 }
		command = { type = domestic which = SERFDOM value = 1 }
	}
}

Code:
#Vauban#
event = {
	id = 5004
	trigger = { 
		owned = { province = 383 data = -1 } #Picardie
		owned = { province = 376 data = -1 } #Champagne
	}
	random = no
	country = FRA
	name = "EVENTNAME5004" #Sébastien le Prestre marquis de Vauban
	desc = "EVENTHIST5004"
	date = { day = 1 month = january year = 1667 }
	offset = 20
	deathdate = { day = 1 month = january year = 1670 }

	action_a = {				
		name = "ACTIONNAME5004A" #Appoint him 
		command = { type = land value = 250 }
		command = { type = domestic which = OFFENSIVE value = -1 } 
		command = { type = fortress which = 426 value = 1 } #Roussillon
		command = { type = fortress which = 383 value = 1 } #Picardie
		command = { type = fortress which = 376 value = 1 } #Champagne
		command = { type = treasury value = -400 }
	}
	action_b = {				
		name = "ACTIONNAME5004B" #Our strategy is offensive
		command = { type = land value = 750 }
		command = { type = domestic which = OFFENSIVE value = 1 } 
		command = { type = ART which = -1 value = 30 }
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 170216 }
	}
}

#Vauban#
event = {
	id = 170216
	trigger = {
		owned = { province = 406 data = -1 } #Dauphiné
	}
	random = no
	country = FRA
	name = "EVENTNAME170216" #Sébastien le Prestre marquis de Vauban
	desc = "EVENTHIST170216"
	date = { day = 1 month = january year = 1672 }
	offset = 20
	deathdate = { day = 1 month = january year = 1685 }

	action_a = {				
		name = "ACTIONNAME170216A" #We trust him 
		command = { type = land value = 250 }
		command = { type = fortress which = 379 value = 1 } #Artois
		command = { type = fortress which = 407 value = 1 } #Dauphiné
		command = { type = treasury value = -250 }
	}
	action_b = {				
		name = "ACTIONNAME170216B" #Our strategy is offensive
		command = { type = land value = 750 } 
		command = { type = ART which = -1 value = 30 }
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 170217 }
	}
}

#Vauban#
event = {
	id = 170217
	trigger = {
		owned = { province = 406 data = -1 } #Provence
	}
	random = no
	country = FRA
	name = "EVENTNAME170217" #Sébastien le Prestre marquis de Vauban
	desc = "EVENTHIST170217"
	date = { day = 1 month = january year = 1685 }
	offset = 20
	deathdate = { day = 1 month = january year = 1700 }

	action_a ={				
		name = "ACTIONNAME170217A" #We trust him
		command = { type = land value = 250 }
		command = { type = fortress which = 374 value = 1 } #Alsace
		command = { type = fortress which = 406 value = 1 } #Provence
		command = { type = treasury value = -250 }
	}
	action_b = {				
		name = "ACTIONNAME170217B" #Our strategy is offensive
		command = { type = land value = 750 } 
		command = { type = ART which = -1 value = 30 }
		command = { type = stability value = -1 }
	}
}

with the same text :
EVENTNAME3114;Le Tellier and Louvois;;;;;;;;;;
EVENTHIST3114;Michel Le Tellier (1603-1685) was the son of a counselor at the Account Chamber. Pinpointed by Prime Minister Cardinal Mazarin, he his named Secretary of War in 1643. He starts the needed reformation of the French army and war administration as minister till 1666 and Chancellor till 1677. His eldest son, François-Michel le Tellier, Marquis de Louvois, also known as 'Louvois' (1641-1691), perfected his achievement and offered his master, Louis XIV, with the largest and best army of the last half of the 17th century.;;;;;;;;;;
ACTIONNAME3114A;These Excellent Military Specialists !;;;;;;;;;;

EVENTNAME5004;Vauban;;;;;;;;;;
EVENTHIST5004;Sébastien Le Prestre de Vauban was a French military engineer who revolutionized the art of siege craft and defensive fortifications. He fought in all of France's wars of Louix XIV's reign (1643-1715) and went on frequent tours around the frontiers redesigning and improving numerous fortifications. His design for the fortification of Landau in Bavaria is sometimes reckoned as his greatest work.;;;;;;;;;;
ACTIONNAME5004A;Appoint him ;;;;;;;;;;
ACTIONNAME5004B;Our strategy is offensive;;;;;;;;;;

EVENTNAME170216;Vauban;;;;;;;;;;
ACTIONNAME170216A;We trust him ;;;;;;;;;;
ACTIONNAME170216B;Our strategy is offensive;;;;;;;;;;

EVENTNAME170217;Vauban;;;;;;;;;;
ACTIONNAME170217A;We trust him ;;;;;;;;;;
ACTIONNAME170217B;Our strategy is offensive;;;;;;;;;;

@Yoda : pas de texte pour les trois dernier car c'est exactement la même chose que le premier event donc je pense qu'il n'y en a pas besoin
 
Last edited:

Bordic

Magister Militum
4 Badges
May 29, 2004
4.482
0
  • Hearts of Iron II: Armageddon
  • Deus Vult
  • For The Glory
  • 500k Club
De-VILLARS said:
modified event for france, Le tellier and Vauban

In your suggested events about Vauban, could you please include comments about which province is going to receive the upgraded fortress?

I would also suggest to include a check owned province in the trigger to verify if one or two (or all) provinces are at least owned by France (Ai expenditure policy! :D ) , in that case you should have also an increased time span in date/deathdate with a slightly increased offset for each event. That is to make sure that the events fire in any case!
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
edited
in the trigger you can see provinces that are normally french, i have added 3 or 4 years for the triggers and reduced the offset (30-->20)

thank you bordic :)
 

Bordic

Magister Militum
4 Badges
May 29, 2004
4.482
0
  • Hearts of Iron II: Armageddon
  • Deus Vult
  • For The Glory
  • 500k Club
De-VILLARS said:
edited
in the trigger you can see provinces that are normally french, i have added 3 or 4 years for the triggers and reduced the offset (30-->20)

thank you bordic :)
In events 170216 and 170217 I'd prefer to check if Alsace and Artois are French provinces instead, as they are less defendable than Dauphiné or Provence but it is just my feeling... ;)
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Bordic said:
In events 170216 and 170217 I'd prefer to check if Alsace and Artois are French provinces instead, as they are less defendable than Dauphiné or Provence but it is just my feeling... ;)
you're right but these province have a high risk to not be french in 1670-1700, so to simule vauban's work, even if france not own Alsace (or other province like artois, roussillon), province like picardie or champagne are better for the triggers
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
proposition of modified "gobelin's event" for france :

Code:
### Gobelins Tapestry Manufacture ###
event = {
	id = 12076
	trigger = { event = 12075 }
	random = no
	country = FRA
	name = "EVENTNAME12076" #Gobelins Tapestry Manufacture
	desc = "EVENTHIST12076"

	date = { day = 1 month = january year = 1662 }
	offset = 30
	deathdate = { day = 29 month = december year = 1662 }

	action_a = {
		name = "ACTIONNAME12076A" #Build the Manufacture
		[COLOR=Yellow]command = { type = cash value = -100 }[/COLOR]
		command = { type = infra value = 500 }
	}
	action_b = {
		name = "ACTIONNAME12076B" #We cannot afford it
		command = { type = infra value = -250 }
	}
}

former choice was :
Code:
	action_a = {
		name = "ACTIONNAME12076A" #Build the Manufacture
		command = { type = cash value = -250 }
		command = { type = infra value = 500 }
 
Last edited:

unmerged(29041)

Amnistiado por viejuno
May 12, 2004
5.496
0
Why would option B make you retrocede in your research? You should not go backwards because you chose not to build something.
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
Action b is not modified by De-Villars. This is how it is currently in AGCEEP. It represents the fact that not investing in the Gobelins should slower infra "research" for some time but without the effect of corresponding DP setting change (not wanted).

The problem discussed here is the balance between choosing A with -250d or with -100d. With -250d in A, it is better to choose B in most cases because it is more "profitable"... but ahistorical !
 
Last edited:

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Modified leaders for france :

Code:
historicalleader = {
	id = { type = 6 id = 049865 }
	category = general
	name = "[COLOR=Yellow]J. de Berwick[/COLOR]" #Jacques de Berwick
	startdate = {
		year = 1704
	}
	deathdate = { month = june
		day = 12
		year = 1734
	}
	rank = 1
	movement = 3
	fire = 3
	shock = 3
	siege = 1
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049805 }
	category = general
	name = "[COLOR=Yellow]P. de Crêvecoeur[/COLOR]"
	startdate = {
		year = 1477 #entered Louis XI’s service #
		month = july
	}
	deathdate = {
		year = 1494 #died early in Italian campaign#
	}
	rank = 2
	movement = 3
	fire = 2
	shock = 3
	siege = 0
	dormant = no
	remark = "victor of Guinegate"
}

Code:
historicalleader = {
	id = { type = 6 id = 049806 }
	category = general
	name = "[COLOR=Yellow]L de la Trémoïlle[/COLOR]" #Louis de la Trémoïlle#
	startdate = {
		year = 1487 #first command at St.Aubin#
	}
	deathdate = {
		year = 1525 #killed at Pavia#
	}
	rank = 3
	movement = 3
	fire = 2
	shock = 3
	siege = 0
	dormant = no
	remark = "victor of St.Aubin, at Fornovo, Marignano, Pavia"
}

Code:
historicalleader = {
	id = { type = 6 id = 049807 }
	category = general
	name = "[COLOR=Yellow]Louis d'Orléans[/COLOR]"
	startdate = {
		year = 1491 #pardoned for role in Breton war#
	}
	deathdate = {
		year = 1498 #became king as Louis XII#
		month = april
		day = 7
	}
	rank = 2
	movement = 2
	fire = 2
	shock = 3
	siege = 0
	dormant = no
	remark = "commanded in Italy"
}

Code:
historicalleader = {
	id = { type = 6 id = 049808 }
	category = general
	name = "[COLOR=Yellow]Odet de Lautrec[/COLOR]"#changed from "Odet de Foix", IB
	startdate = {
		year = 1511
	}
	deathdate = {day = 15
		month = august
		year = 1528
	}
	rank = 2
	movement = 3
	fire = 2
	shock = 3
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049815 }
	category = general
	name = "[COLOR=Yellow]François de Guise[/COLOR]"
	startdate = {
		year = 1552
	}
	deathdate = {
		year = 1562
		month = march
	}
	rank = 1
	movement = 3
	fire = 3
	shock = 4
	siege = 1
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049818 }
	category = general
	name = "[COLOR=Yellow]François de Guise[/COLOR]"
	startdate = {
		year = 1562
		month = march
	}
	deathdate = {
		year = 1563
		month = february
		day = 18
	}
	rank = 1
	movement = 3
	fire = 3
	shock = 4
	siege = 1
	dormant = yes
}

Code:
historicalleader = {
	id = { type = 6 id = 049816 }
	category = general
	name = "[COLOR=Yellow]Condé[/COLOR]"
	startdate = {
		year = 1553
	}
	deathdate = {
		year = 1562
		month = march
	}
	rank = 1
	movement = 4
	fire = 2
	shock = 3
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049819 }
	category = general
	name = "[COLOR=Yellow]Condé[/COLOR]"
	startdate = {
		year = 1562
		month = march
	}
	deathdate = {
		year = 1569
	}
	rank = 1
	movement = 4
	fire = 2
	shock = 3
	siege = 0
	dormant = yes
}

Code:
historicalleader = {
	id = { type = 6 id = 049821 }
	category = general
	name = "[COLOR=Yellow]Henri de Guise[/COLOR]"
	startdate = {
		year = 1574
	}
	deathdate = {
		year = 1588
	}
	rank = 1
	movement = 2
	fire = 2
	shock = 3
	siege = 0
	dormant = yes
	remark = "May be Catholic Rebel"
}

Code:
historicalleader = {
	id = { type = 6 id = 049824 }
	category = monarch
	name = "[COLOR=Yellow]Henri IV[/COLOR]"
	startdate = {
		year = 1589
	}
	deathdate = {
		year = 1596
	}
	rank = 0
	movement = 2
	fire = 3
	shock = 3
	siege = 0
	dormant = yes
}

Code:
historicalleader = {
	id = { type = 6 id = 049826 }
	category = admiral
	name = "[COLOR=Yellow]Claude d'Annebaut[/COLOR]"
	startdate = {
		year = 1544
	}
	deathdate = { day = 2
		month = november
		year = 1552
	}
	rank = 1
	movement = 3
	fire = 2
	shock = 3
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049829 }
	category = explorer
	name = "[COLOR=Yellow]Jacques Cartier[/COLOR]"
	startdate = {
		year = 1534
	}
	deathdate = {
		year = 1542
	}
	rank = 12
	movement = 4
	fire = 2
	shock = 2
	siege = 0
	[COLOR=Yellow]location = 414 #Armor[/COLOR]
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049860 }
	category = conquistador
	name = "[COLOR=Yellow]Buade de Frontenac[/COLOR]"
	startdate = { day = 28
		month = june
		year = 1672
	}
	deathdate = { day = 28
		month = november
		year = 1698
	}
	location = 109
	rank = 14
	movement = 2
	fire = 3
	shock = 3
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049873 }
	category = general
	name = "[COLOR=Yellow]Louis de Montcalm[/COLOR]"
	startdate = {
		year = 1755
	}
	deathdate = { day = 14
		month = september
		year = 1759
	}
	location = 109
	rank = 9
	movement = 4
	fire = 4
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = general
	id = { type = 6 id = 049912 }
	name = "[COLOR=Yellow]Nicolas Oudinot[/COLOR]"
	startdate = {
		year = 1805
	}
	deathdate = {
		year = 1830
	}
	rank = 2
	movement = 3
	fire = 3
	shock = 2
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = general
	id = { type = 6 id = 049908 }
	name = "[COLOR=Yellow]François Lefebvre[/COLOR]"
	startdate = {
		year = 1805
	}
	deathdate = {
		year = 1820
	}
	rank = 2
	movement = 4
	fire = 4
	shock = 3
	siege = 2
	dormant = no
}

Code:
historicalleader = {
	category = general
	id = { type = 6 id = 049905 }
	name = "[COLOR=Yellow]J.B Bessière[/COLOR]" #Jean-Baptiste Bessières#
	startdate = { day = 19
		month = may
		year = 1804
	}
	deathdate = {
		year = 1813
		month = may
		day = 1
	}
	rank = 2
	movement = 4
	fire = 2
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = general
	id = { type = 6 id = 049903 }
	name = "[COLOR=Yellow]Pierre Augereau[/COLOR]"
	startdate = {
		year = 1804
	}
	deathdate = {
		year = 1814
	}
	rank = 2
	movement = 3
	fire = 3
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = general
	id = { type = 6 id = 049900 }
	name = "[COLOR=Yellow]J.B Bernadotte[/COLOR]" #Jean-Baptiste Bernadotte#
	startdate = {
		year = 1804
	}
	deathdate = {
		year = 1810
	}
	rank = 2
	movement = 3
	fire = 3
	shock = 3
	siege = 0
	dormant = no
	remark = "Brigadier general in 1794. Marshal in 1804. Went on to become King of Sweden."
}

Code:
historicalleader = {
	id = { type = 6 id = 049822 }
	category = general
	name = "[COLOR=Yellow]Henri d'Anjou[/COLOR]"
	startdate = {
		year = 1567
	}
	deathdate = {
		year = 1573
	}
	rank = 0
	movement = 2
	fire = 2
	shock = 2
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049823 }
	category = general
	name = "[COLOR=Yellow]François d'Alençon[/COLOR]"
	startdate = {
		year = 1577
	}
	deathdate = {
		year = 1584
	}
	rank = 0
	movement = 2
	fire = 2
	shock = 2
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049843 }
	category = admiral
	name = "[COLOR=Yellow]J. de Maillé-Brézé[/COLOR]" #Jean-Armand de Maillé-Brézé#
	startdate = {
		year = 1640
	}
	deathdate = { month = may
		year = 1646
	}
	rank = 1
	movement = 2
	fire = 3
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049893 }
	category = conquistador
	name = "[COLOR=Yellow]E.V de Bourgmont[/COLOR]" #Etienne Véniard de Bourgmont"#
	startdate = {
		year = 1713
	}
	deathdate = {
		year = 1724
	}
	location = 109
	rank = 18
	movement = 2
	fire = 1
	shock = 1
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = general
	id = { type = 6 id = 049892 }
	name = "[COLOR=Yellow]F.C Kellermann[/COLOR]" #François Christophe Kellermann#
	startdate = {
		year = 1792
	}
	deathdate = {
		year = 1797
	}
	rank = 1
	movement = 3
	fire = 3
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049887 }
	category = explorer
	name = "[COLOR=Yellow]L de Bougainville[/COLOR]" #Louis de Bougainville#
	startdate = {
		year = 1764
	}
	deathdate = {
		year = 1769
	}
	location = 109
	rank = 6
	movement = 4
	fire = 4
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = explorer
	name = "[COLOR=Yellow]A. d'Entrecasteaux[/COLOR]" #Antoine d'Entrecasteaux#
	id = { type = 6 id = 049884 }
	startdate = {
		year = 1791
	}
	deathdate = { day = 20
		month = july
		year = 1793
	}
	rank = 7
	movement = 4
	fire = 2
	shock = 2
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	category = admiral
	id = { type = 6 id = 049881 }
	name = "[COLOR=Yellow]P. de Villeneuve[/COLOR]" #Pierre de Villeneuve#
	startdate = {
		year = 1796
	}
	deathdate = { day = 22
		month = april
		year = 1806
	}
	rank = 1
	movement = 4
	fire = 2
	shock = 2
	siege = 0
	dormant = no
	remark = "Took his own life after Trafalgar."
}

Code:
historicalleader = {
	id = { type = 6 id = 049876 }
	category = admiral
	name = "[COLOR=Yellow]P.A de Suffren[/COLOR]" #Pierre André de Suffren, dit 'le Bailli de Suffren'#
	startdate = {
		year = 1781
	}
	deathdate = { day = 8
		month = december
		year = 1788
	}
	rank = 2
	movement = 5
	fire = 4
	shock = 4
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049875 }
	category = admiral
	name = "[COLOR=Yellow]L. d´Orvilliers[/COLOR]" #Louis d'Orvilliers
	startdate = {
		year = 1764
	}
	deathdate = {
		year = 1778
	}
	rank = 2
	movement = 3
	fire = 3
	shock = 2
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049862 }
	category = admiral
	name = "[COLOR=Yellow]Louis de Toulouse[/COLOR]"
	startdate = {
		year = 1702
	}
	deathdate = {
		year = 1710
	}
	rank = 3
	movement = 3
	fire = 3
	shock = 3
	siege = 0
	dormant = no
}

Code:
historicalleader = {
	id = { type = 6 id = 049857 }
	category = conquistador
	name = "[COLOR=Yellow]Daniel Duluth[/COLOR]"
	startdate = {
		year = 1679
	}
	deathdate = {
		year = 1688
	}
	location = 96
	rank = 15
	movement = 2
	fire = 2
	shock = 3
	siege = 0
	dormant = no
}
 
Last edited:

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
wiande said:
@de villars: you should only let "de machin"
instead of "J. de machin"
imagine W. de Villars !!!

seriously i think the abreviation of the first name is unnecessary and a little uglyyyy
it's the policy of the AGCEEP to put the first name under this form
 

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
I would like to propose several events under Louis XIII.
I think that Louis XIII's was marked by the regency of Marie de Médicis and the numerous plots against Richelieu. But, except the Day of Dupes, there aren't any of these plots and revolts in AGCEEP.

I would like to add these events :

01/01/1611 to 01/01/1612 : Regency of Marie de Médicis, then Appointment of Concini (which would replace event 3118)
15/05/1614 : The treaty of Sainte Ménéhould
24/04/1617 : The assassination of Concini or Louis XIII seize the power
07/08/1620 : The 'drolerie' of Ponts-de-cé
01/06/1626 to 30/08/1626 : The conspiracy of Chalais
30/05/1631 to 30/05/1632 : The plot of Gaston of Orléans
06/07/1641 : The battle of the Marfée (plot of the Count of Soissons and the Duke of Bouillon)
12/06/1642 : The conspiracy of Cinq-Mars

And 2 events a little more favourable to France:

28/01/1635 : The French Academy
01/01/1629 à 31/12/1629 : The code Michau


But before modify or add any event, I would like to modify the sequence of monarchs, which actually is :

02/08/1589 à 14/05/1610 : Henri IV (DIP/ADM/MIL : 9/9/9)
14/05/1610 à 24/04/1617 : Marie de Médicis (DIP/ADM/MIL : 4/2/2)
24/04/1617 à 14/05/1643 : Louis XIII (DIP/ADM/MIL : 6/6/7)
The appointment of Richelieu (event 12059 in 1622) doesn't add any bonus in characteristics


I would like to propose this new sequence for the monarchs:

02/08/1589 à 14/05/1610 : Henri IV (DIP/ADM/MIL : 9/9/9)
14/05/1610 à 24/04/1617 : Louis XIII (Régency of Marie de Medici) (DIP/ADM/MIL : 4/2/2)
14/05/1610 à 24/04/1617 : Louis XIII (Régence of Condé) (DIP/ADM/MIL : 3/3/6) (non historic, see below)
24/04/1617 à 14/05/1643 : Louis XIII (DIP/ADM/MIL : 4/4/7) (dormant, awaken by the Assassination of Concini or Louis XIII seize the power)
The appointment of Richelieu (event 12059 modified, in 1624) will add some bonus in characteristics (DIP/ADM/MIL : +2/+2/+1).

I would increase by one point the military characteristic of Louis XIII (MIL = 8) with Richelieu because France enlarged a lot under his rule (almost as much as under Louis XIV and more than under Henri IV, while they have both 9 in MIL) and he was the last king of France to command himself his armies.

The regency of Condé isn't historical but could be happened. See the event "The regency of Marie de' Medici" below.

That will give:

Code:
# Regency of Henri IV' wife
historicalmonarch = {
	id = { type = 6 id = 049513 }
	name = "Louis XIII (Regency of Marie de' Medici)"
	startdate = {
		day = 14
		month = may
		year = 1610
	}
	deathdate = {
		day = 24
		month = april
		year = 1617
	}
	DIP = 4
	ADM = 2
	MIL = 2
	dormant = no
	remark = "with Concino Concini andand Leonora Galigai"
}

# Regency of Condé (non historic)
historicalmonarch = {
	id = { type = 6 id = 049540 }
	name = "Louis XIII (Regency of Condé)"
	startdate = {
		day = 14
		month = may
		year = 1610
	}
	deathdate = {
		day = 24
		month = april
		year = 1617
	}
	DIP = 3
	ADM = 2
	MIL = 6
	dormant = yes
	remark = "non historic"
}

historicalmonarch = {
	id = { type = 6 id = 049514 }
	name = "Louis XIII"
	startdate = {
		day = 24
		month = april
		year = 1617
	}
	deathdate = {
		day = 14
		month = may
		year = 1643
	}
	DIP = 4  #will raise to 6 with Richelieu's appointment
	ADM = 4  #will raise to 6 with Richelieu's appointment
	MIL = 7  #will raise to 8 with Richelieu's appointment
	dormant = yes
}

Any comments about the new monarchs sequence ?
 

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
About the new events, I would like to modify several already existant events.
First, I would like to delete the actual event about the Cardinal's Appointment (in white) and replace it by a new event (in yellow)

Code:
### Cardinal's Appointment ###
event = {
	id = 12059
	random = no
	country = FRA
	name = "EVENTNAME12059" #Cardinal's Appointment
	desc = "EVENTHIST12059"
	#-#Ever since the Concordat of Bologna, the French King has been responsible for clerical appointments. 
In 1622, the office of Cardinal was vacated and the King appointed a new cardinal. The man chosen was 
Armand Jean du Plessis de Richelieu, an advocate of centralized state power and a favorite of Louis XIIIs. 
His appointment was opposed by the nobles who wanted a more conservative Cardinal.

	date = { day = 1 month = january year = 1622 }
	offset = 30
	deathdate = { day = 1 month = january year = 1623}

	action_a = {
		name = "ACTIONNAME12059A" #Appoint Richelieu
		command = { type = stability value = -1}
	}
	action_b = {
		name = "ACTIONNAME12059B" #Appease Nobles with Other Posts
		command = { type = domestic which = aristocracy value = 1}
	}
	action_c = {
		name = "ACTIONNAME12059C" #Appoint a more conservative clergyman
		command = { type = domestic which = innovative value = -1}
		command = { type = domestic which = aristocracy value = 1}
		command = { type = stability value = 1}
		command = { type = sleepevent which = 12060} #FRA: Cardinal Richelieu's Districts
		command = { type = sleepevent which = 12061} #FRA: Day of Dupes
		command = { type = sleepevent which = 12062} #FRA: French Encirclement by the Habsburgs
		command = { type = sleepevent which = 3119 } #FRA: Protestant Revolt in Navarra
	}
}

[COLOR=YELLOW]
### Cardinal's Appointment ###
event = {
	id = 170073
	random = no
	country = FRA
	name = "EVENTNAME170073" #Cardinal's Appointment
	desc = "EVENTHIST170073"
	#-#Ever since the Concordat of Bologna, the French King has been responsible for clerical appointments. 
In 1622, the office of Cardinal was vacated and the King appointed a new cardinal. The man chosen was Armand 
Jean du Plessis de Richelieu, an advocate of centralized state power and a favorite of Louis XIIIs. In a first 
time, Richelieu rallied with Marie de Medici' when she was regent and was Secretary of State at the Interior 
and at the War but was banned from his bishopric when Louis took the power and the assassination of Concini.
His appointment was opposed by the nobles who wanted a more conservative Cardinal. However, it was his appointment
to the royal council which provoked the most violent opposition in 1624. Despite having relationships of conflict
with Louis XIII who disliked him, Richelieu would always have his policitical confidence.

	date = { day = 28 month = april year = 1624 }

	action_a = {
		name = "ACTIONNAME170073A" #Appoint Richelieu
		command = { type = stability value = -1 }
		command = { type = ADM which = 2 value = 223 } #until Richelieu's death
		command = { type = DIP which = 2 value = 223 }
		command = { type = MIL which = 1 value = 223 }
		command = { type = setflag value = richelieu }
	}
	action_b = {
		name = "ACTIONNAME170073B" #Appease Nobles with an another candidate
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = domestic which = innovative value = -1 }
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 12060 } #FRA: Cardinal Richelieu's Districts
		command = { type = sleepevent which = 12061 } #FRA: Day of Dupes
		command = { type = sleepevent which = 12062 } #FRA: French Encirclement by the Habsburgs
		command = { type = sleepevent which = 3119 } #FRA: Protestant Revolt in Navarra
	}
}
[/COLOR]

Second, as the new event 170073 is the appointment to the council and not to the office of cardinal, you must delete a line (in red) in the event 12031 :

Code:
### Concordat of Bologna ###
event = {
	id = 12031
	trigger = {
		monarch = 04006 #François I
	}
	random = no
	country = FRA
	name = "EVENTNAME12031" #Concordat of Bologna
	desc = "EVENTHIST12031"
	#-#Pope Leo X signed the Concordat of Bologna with King François I in 1516. This gave the French king 
the right to appoint bishops and abbots in France. It was a major step away from the Vatican and a leap 
forward for the French monarchy.

	date = { day = 1 month = january year = 1516 }
	offset = 90
	deathdate = { day = 29 month = december year = 1516 }

	action_a = {
		name = "ACTIONNAME12031A" #Sign It
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = stability value = 1}
	}
	action_b = {
		name = "ACTIONNAME12031B" #Allow the church to continue to make appointments
		command = { type = domestic which = innovative value = -1 }
		command = { type = stability value = -1 }
		command = { type = relation which = PAP value = 200 }
		[COLOR=RED]command = { type = sleepevent which = 12059 } #FRA: Cardinal's Appointment[/COLOR]
	}
}
 
Last edited:

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
Then, I propose to redo all the sequence for the regency of Marie de' Medici.
At this moment, you only have one event (3118) to simulate the revolts of the nobles. First, delete the event 3118 which was :

Code:
#Revolt in France#
event = {
	id = 3118
	random = no
	country = FRA
	name = "EVENTNAME3118" #Revolt in France
	desc = "EVENTHIST3118"
	#-#Marie de' Medici was married to Henry in 1600. After his assassination 1610 she became regent for her son Louis XIII. 
She reversed the policies set by her husband

	date = { day = 1 month = january year = 1611 }
	offset = 360
	deathdate = { day = 1 month = january year = 1612 }

	action_a = {
		name = "ACTIONNAME3118A" #Treat the Noble Rebels with Dignity
		command = { type = revolt which = -1 }
		command = { type = religiousrevolt which = -1 }
		command = { type = domestic which = ARISTOCRACY value = 1 }
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = stability value = 2 }
	}
	action_b = {
		name = "ACTIONNAME3118B" #Kill them and expropriate their land
		command = { type = revolt which = -1 }
		command = { type = religiousrevolt which = -1 }
		command = { type = revoltrisk which = 48 value = 3 }
		command = { type = domestic which = CENTRALIZATION value = 1 }
		command = { type = domestic which = INNOVATIVE value = -1 }
		command = { type = provincetax which = -1 value = 1 }
		command = { type = treasury value = 200 }
		command = { type = stability value = -2 }
	}
}

then, I suggest a new sequence :

Code:
		Regency of Marie de Médicis
		  /			\
		 /			 \
		/			  \
	    Concini			Condé
		|			   |`
		|			   |
	Treaty of Ste Ménéhould		   |
		|			   |
		|			   |
      Assassination of Concini		Louis XIII seize the power
		\			  /
		 \			 /
		  \			/
	          Louis XIII rule without anyone

Code:
#Appointment of Concini#
event = {
	id = 170074
	random = no
	country = FRA
	name = "EVENTNAME170074" #The regency of Marie de' Medici
	desc = "EVENTHIST170074"
	#-#Marie de' Medici was married to Henry in 1600. After his assassination in 1610 she became 
regent for her son Louis XIII. Soon, she reversed the policies set by her husband. She allied with the 
pious party and the Caholics to the detriment of Protestants, and fired Sully which was at this moment
minister of Finance. She placed her trust in Concino Conini, appointed Prime Minister, and in his wife,
Leonora Galigaï, two intrigers who came from Florence as she did. Soon, Concini was hated by the Greats
because of his lack of competence and the favours that he gained without any merit. Quickly, the nobles
didn't obey anymore and openly rebelled with the prince of Condé at their head.
	
	date = { day = 0 month = january year = 1611 }
	offset = 360
	deathdate = { day = 29 month = december year = 1611 }

	action_a = {
		name = "ACTIONNAME170074A" #Appoint Concini Prime Minister
		command = { type = revoltrisk which = 36 value = 4 } #until the treaty of Sainte Ménéhould
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = relation which = TUS value = 100 }
		command = { type = relation which = SPA value = 50 }
		command = { type = relation which = PAP value = 50 }
		command = { type = sleepevent which = 170077 } #FRA: Louis XIII seize the power
	}
	action_b = {
		name = "ACTIONNAME17074B" #Appoint Condé to the head of the royal council
		command = { type = stability value = -3 }
		command = { type = wakemonarch which = 04021 } #Louis XIII (Régence de Condé)
		command = { type = domestic which = centralization value = -2 }
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = sleepevent which = 170075 } #FRA: The treaty of Sainte Ménéhould
		command = { type = sleepevent which = 170076 } #FRA: The assassination of Concini
	}
}

Code:
event = {
	id = 170075
	random = no
	country = FRA
	name = "EVENTNAME170075" #The treaty of Sainte Ménéhould
	desc = "EVENTHIST170075" 
	#-#After the appointment of Concini to the head of the royal council, the noble and the princes 
of blood, especially dissatified, had left the court. The kingdom was agitated by various factions composed, 
either of the remains of the League, or of the Protestants' party. Those, anxious of the pro-catholic 
attitude of the queen and Concini, were again agitated and there were several disorders in the kingdom. 
At the same time, the prince of Condé, in the name of the nobility, asked for the convocation of the 
General Estates. The regent, overwhelmed and whom the power was not assured, preferred to negotiate with 
the nobles. Thus, the treaty of Sainte Ménéhould was signed on May 14, 1614 in which Marie de' Medici bought 
the Greats of the kingdom with the money of the florentine bankers : 450.000 ecus were given to Condé, 
300.000 to the duke of Mayenne, 100.000 to the duke of Longueville, Brittany to the duke of Vendome, 
Mézières to the duke of Nevers like several other estates to the other nobles...
	
	date = { day = 13 month = may year = 1614 }

	action_a = {
		name = "ACTIONNAME170075A" #Pay for the peace
		command = { type = stability value = 2 }
		command = { type = treasury value = -400 }
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = provincetax which = 414 value = -1 } #Armorique
		command = { type = provincetax which = 415 value = -1 } #Bretagne
		command = { type = provincetax which = 416 value = -1 } #Morbihan
		command = { type = provincetax which = 376 value = -1 } #Artois
	}
	action_b = {
		name = "ACTIONNAME170075B" #The nobles won't impose their will"
		command = { type = stability value = -2 }
		command = { type = revoltrisk which = 35 value = 4 } #jusqu'à la mort de Concini
		command = { type = domestic which = centralization value = 1 }
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = religiousrevolt which = -1 }
		command = { type = religiousrevolt which = -1 }
		command = { type = religiousrevolt which = -1 }
		command = { type = religiousrevolt which = -1 }
	}
}

Code:
event = {
	id = 170075
	random = no
	country = FRA
	name = "EVENTNAME170075" #The assassination of Concini
	desc = "EVENTHIST170075"
	#-#The power of the regency was fragile. Marie de' Médici and her favourite, Concini, were very 
unpopular, and Concini finished to bring down the anger of the king on himself. Concino Concini, with 
his wife, Leonora Galigaï, had a great influence on the mother of the king, Marie de' Médici, who did 
it marquis d'Ancre and field marshal, without to have ever fought. Soon, he brought down the hostility 
of the Great on himself. In April 24, 1617, Concini was assassinated by the marquis of Vitry on the 
order of Louis XIII whereas it entered in the Louvre. After his assassination, his wife, accused to be
a witch, would be executed in July 8. The same day of the assassination of Concini, Louis XIII fired the 
ministers of the Concini, among whom the bishop of Luçon, future cardinal of Richelieu. On the order of 
the king, May 3, 1617, the queen-mother was put under house arrest in Blois, while the bishop of Luçon 
was exiled in Avignon (April 7, 1618). Thus, the assassination of Concini constituted a true coup d'etat 
by force and marked the beginning of the effective reign of Louis XIII.

	date = { day = 23 month = april year = 1617 }

	action_a = {
		name = "I am the only one ruler !"
		command = { type = wakemonarch which = 049514 } #Louis XIII only
		command = { type = stability value = 1 } 
	}
}

[CODE]
event = {
	id = 170076
	random = no
	country = FRA
	name = "EVENTNAME170076" #The coup d'etat of Louis XIII
	desc = "EVENTHIST170076" 
	#-#Louis XIII who was steered clear of the business of the kingdom grew alone and isolated. Held for 
weak and sickly child by the clique of Concini, the young king could could work out a plan of seizure of 
power with the advices of Luynes. Considering that the situation was ready, the king dismissed the prince of 
Condé as well as the rest of the government and took alone the reins of the kingdom.

	date = { day = 0 month = april year = 1617 }
	offset = 360
	date = { day = 29 month = march year = 1618 }

	action_a = {
		name = "ACTIONNAME170076A" #Dismiss Condé
		command = { type = wakemonarch which = 049514 } #Louis XIII only
		command = { type = revoltrisk which = 24 value = 3 } #discontent of the nobles
		command = { type = revolt which = -1 } #discontent of the nobles
		command = { type = revolt which = -1 } #discontent of the nobles
		command = { type = revolt which = -1 } #discontent of the nobles
	}
	action_b = {
		name = "ACTIONNAME170076B" #Get involve more but keep Condé as Prime Minister
		command = { type = wakemonarch which = 049514 } #Louis XIII only
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 12059 } #if Condé is Prime Minister so no Richelieu
		command = { type = domestic which = aristocraty value = 1 }
	}
}
Code:
event = {
	id = 170077
	random = no
	country = FRA
	name = "EVENTNAME170077" #The 'drôlerie' of Ponts-de-Cé
	desc = "EVENTHIST170077"
	#-#After the assassination of Concini, Louis XIII gave the power to whom helped it at this time, 
Charles of Albert, duke of Luynes. Appointed constable by the king, he cumulated the powers and the honors 
despite of the bad decisions which he took in royal council, which displeased quickly to the great lords 
of the kingdom. Those approached the queen-mother, Marie de' Medici, confined in Blois. She was delivered 
from it by the duke of Epernon on February 22, 1619. In 1620, Marie de' Medici led the revolt of the lords 
against the king, especially the dukes of Vendome (half-brothers of the king), the duke of Montmorency and 
the duke of Rohan. The rebel forces met the royal armies led by Louis XIII himself at Ponts-de-Cé on 
August 7, 1620, where they were fully destroyed. With the advices of the bishop of Luçon (Richelieu) and 
by the fear to see his mother continuing to plot, the king accepted his return to the court of France. 
Ten years later, Marie de' Médici will try once again to take the power back to Richelieu at the time of 
the Day of Dupes, will fail and will be exiled.

	date = { day = 6 month = august year = 1620 }

	action_a = {
		name = "ACTIONNAME170077A" #The lords and the queen-mother should cede!
		command = { type = stability value = 1 } 
		command = { type = domestic which = centralization value = 1 }
		command = { type = revolt which = 412 } #Maine --> Angers (domaine de Marie de Médicis)
		command = { type = revolt which = 418 } #Poitou --> Angoulème (Epernon)
		command = { type = revolt which = -1 }
	}
	action_b = {
		name = "ACTIONNAME170077B" #Let the queen-mother go back to the court
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = domestic which = centralization value = -2 }
	}
}
 

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
Now, all the events fot the conspiracies and the plots against Richelieu :

Code:
event = {
	id = 170078
	trigger = { flag = Richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170078" #The conspiracy of Chalais
	desc = "EVENTHIST170078"
	#-#The Prime Minister of Louis XIII, Richelieu, was a man, hated by the nobility because he reduced the 
privileges of this nobility. He particuarly forbid the duels, favoured the local middle-class or the recent nobility 
of the merchants, and destroyed several fortresses owned by the Greats. In 1626, Louis XIII wished that his brother, 
Gaston, then heir of the kingdom, married one of the most beautiful matches of France, Marie de Bourbon, princess 
of Montpensier. The purpose of this marriage was to control the order of succession as Louis didn't have a direct 
heir. This marriage had been thought by Richelieu. Thus, various interests of the noble and all the hatreds against 
Richelieu gathered around Gaston, so a party 'of the aversion to the mariage' was born. The duchess of Chevreuse, 
the queen, Marie de' Médici and the half-brothers of the king, the princes de Vendôme, pressed Gaston to leave the 
court and to rebel against the king. The lover of the duchess of chevreuse, the count de Chalais should assassinate 
Richelieu by pretexting a quarrel. Because of internal dissensions, the plot was quickly known. The king and 
Richelieu reacted immediatly and arrested the conspirators. The princes de Vendôme were imprisoned, the duchess of 
Chevreuse exiled in Lorraine, and Gaston had to yield to the will of the king and to marry Marie de Bourbon, 
nevertheless gaining the duchy of Orleans. Only the count de Chalais was executed by decapitation, because he was 
the only participant not to belong to the royal family or to her entourage. Although not very serious, this 
conspiracy showed the increasing opposition of the nobles to the policy of Richelieu.

	date = { day = 0 month = june year = 1629 }
	offset = 60
	deathdate = { day = 29 month = august year = 1629 }

	action_a = {
		name = "Ce traitre servira d'exemple mais pardonnons à Gaston, mon seul héritier"
		command = { type = stability value = 1 }
		command = { type = domestic which = aristocraty value = -1 }
	}
	action_b = {
		name = "Gaston a raison : chassons Richelieu du pouvoir"
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = ADM value = -2 which = 161 }
		command = { type = DIP value = -2 which = 161 }
		command = { type = MIL value = -1 which = 161 }
		command = { type = clrflag which = richelieu }
	}
	action_c = {
		name = "Exécutons tous les participants à cette conspiration, y compris mon frère !"
		command = { type = stability value = -4 }
		command = { type = revoltrisk which = 108 value = 4 } #until the born of the heir (Louis XIV)
		command = { type = revolt which = -1 } 
		command = { type = revolt which = -1 } 
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = domestic which = centralization value = 1 }
		command = { type = domestic which = aristocraty value = -2 }
		command = { type = sleepevent which = 170079 } #FRA: The plots of Gaston of Orléans
		command = { type = sleepevent which = 12061 } #FRA: The Day of the Dupes
		command = { type = sleepevent which = 170081 } #FRA: The conspiracy of Cinq-Mars
	}
}


event = {
	id = 170079
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170079" #The plots of Gaston of Orléans
	desc = "EVENTHIST170079"
	#-#Gaston of Orleans, brother of the king and heir of the kingdom, called 'Monsieur', was hostile 
with the policies of Richelieu and had already taken part to the conspiracy of Chalais. Jealous of the many 
signs of respect and preference showed by the king to Richelieu, Gaston of Orleans deserted the court and took 
refuge in Lorraine then after in the Netherlands where he published a proclamation against the cardinal on 
May 30, 1631. Several nobles, upset to see Richelieu cut down gradually their privileges supported Gaston. 
Among them was the duke of Lorraine and the duke of Montmorency, whose cousin had been executed on order of 
Richelieu and the king to have enfreint the law on the duels three years ago. The duke of Montmorency, then 
governor of Languedoc, stirred up the province against the king and Richelieu with the help of Gaston of 
Orleans. The troops of Montmorency were defaited in Castelnaudary on September 1, 1632 by the marshal of 
Schomberg. Montmorency was captured, sentenced to death and decapitated on the orders of Richelieu in 
Toulouse on October 30, 1632. Gaston of Orleans managed to flee in the Netherlands where he remained until 
1634, date on which his brother forgave him.

	date = { day = 29 month = may year = 1631 }
	offset = 360
	deathdate = { day = 29 month = may year = 1632 }

	action_a = {
		name = "ACTIONNAME170079A" #Execute Montmorency
		command = { type = stability value = 1 }
		command = { type = domestic which = centralisation value = 1 }
		command = { type = revolt which = 422 } #Languedoc
		command = { type = revolt which = 422 } #Languedoc
		command = { type = revolt which = 423 } #Guyenne
	}
	action_b = {
		name = "ACTIONNAME170079B" #Dismiss Richelieu, I have too many problems with him
		command = { type = stability value = -1 }
		command = { type = domestic which = aristocraty value = 1 }	
		command = { type = clrflag which = richelieu }
		command = { type = ADM value = -2 which = 132 }
		command = { type = DIP value = -2 which = 132 }
		command = { type = MIL value = -1 which = 132 }
	}
}

event = {
	id = 170080
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170080" #The battle of the Marfée
	desc = "EVENTHIST170080"
	#-#Of all the revolts which regularly disturbed the ministry for the cardinal of Richelieu, that of 
the count de Soissons was probably the most dangerous because its failure was only due to the hazard of the 
war. This plot was supported by the duke of Bouillon, a great leader and prince of Sedan, by the money and 
the troops from the king of Spain and by Gaston of Orleans, the brother of the king. The duke of Bouillon and 
the count de Soissons raised troops and accepted the support of Spain, then opposed to France. The plan of the
conspirators envisaged to assassinate the cardinal and to make raise the people of Paris. As soon as the 
Spanish army joined the forces of the conspirators, they fought in a battle the troops of the king, near the 
Marfée. They gained a complete victory, crushing the royal army. But the death of the count of Soissons, 
killed in the battle by a ball in the head, made the victory useless to the dissatisfied ones. We don't know 
truly how the count of Soissons died, if he were killed by a sniper or if, more probably, he died of his own
blunder, having the bad habits to raise his visor with the barrel of his gun. The duke of Bouillon submitted 
himself little after to the king and kept the town of Sedan. He took part, a few months later, to another 
conspiracy and loose definitively this time the town of Sedan.

	date = { day = 5 month = july year = 1641 }

	action_a = {
		name = "ACTIONNAME170080A" #Fight this traitors
		command = { type = stability value = -1 }
		command = { type = revolt which = 379 } #Artois
		command = { type = revolt which = 379 } #Artois
		command = { type = revolt which = 376 } #Champagne
		command = { type = revolt which = 376 } #Champagne
		command = { type = relation which = SPA value -100 }
	}
	action_b = {
		name = "ACTIONNAME170080B" #Accept the requests of the nobles and dismiss Richelieu
		command = { type = clrflag which = richelieu }
		command = { type = ADM value = -2 which = 18 }
		command = { type = DIP value = -2 which = 18 }
		command = { type = MIL value = -1 which = 18 }
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = aristocraty value = 1 }	
	}
}

event = {
	id = 170081
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170081" #The conspiracy of Cinq-Mars
	desc = "EVENTHIST170081"
	#-#The marquis of Cinq-Mars quickly became the king's favourite thanks to the support of Richelieu and 
although from modest nobility accepted the rank of great equerry for that he was called 'Monsieur le Grand'. 
His influence on the king was great, almost as much as Richelieu. He hoped to reinforce his position at the 
court by marrying the richest heiress of the time, Marie of Gonzague, but this one being adverse an opponent of 
Richelieu, the cardinal veto such an alliance. The marquis of Cinq-Mars was extremely hainous against Richelieu. 
He was then approached by several important nobles which couldn't bear any more Richelieu gradually deprives 
them of their rights and privileges. Thus a conspiracy was born and his purpose was to get rid of Richelieu 
and joined together the duke of Orleans (the brother of the king), the queen, Anne Austria, the marquis of 
Frontailles and the duke of Bouillon. They requested the help of Spain, in war with France since 1635 and 
signed a treaty where Philippe IV provide the conspirator with 120.00 infantrymen, 6.000 cavalry and 400.000 
ecus in exchange of a peace treaty where each one returned back the taken cities and where France gave its 
Swedish and German alliances up. The conspirators even envisaged to assassinate Richelieu. Nobody knows with 
certainty which betrayed the conspirators, but it was probably the queen, Anne of Austria, which sought to 
protect her son, the future Louis XIV. On 12 June, informed of this plot, Richelieu warned the king who 
gave the order to arrest the traitors. Cinq-Mars was arrested as well as the brother of the king, the marquis 
of Frontailles fleed abroad while the duke of Bouillon, trying to escape, was found in a barn of hay. The 
duke of Bouilon and Gaston, the brother of the king, managed in clearing themselves but not Cinq-Mars which 
ended on the scaffold on September 12, 1642. Richelieu had once again succeeded in overcoming its opponents 
but had alienated the remainder of the nobility even more.

	date = { day = 11 month = june year = 1642 }

	action_a = {
		name = "ACTIONNAME170081A" #Arrest the conspirators
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = stability value = -1 }
		command = { type = relation which = SPA value = -100 }
	}
	action_b = {
		name = "ACTIONNAME170081B" #Arrest the conspirators and engage war against the country that financed them
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = stability value = -2 }
		command = { type = breakalliance which = SPA }
		command = { type = breakvassal which = SPA }
		command = { type = relation which = SPA value = -200 }
		command = { type = war which = SPA }
	}
	action_c = {
		name = "ACTIONNAME170081C" #Trust in Cinq-Mars and dismiss Richelieu
		command = { type = domestic which = centralization value = -1 }
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = stability value = -2 }
		command = { type = clrflag which = richelieu }
		command = { type = ADM value = -2 which = 6 }
		command = { type = DIP value = -2 which = 6 }
		command = { type = MIL value = -1 which = 6 }
		command = { type = relation which = SPA value = 100 }
		command = { type = clrflag which = richelieu }
	}
}
 

unmerged(1385)

AGCEEP French Translator
Mar 1, 2001
2.903
0
Visit site
Now, the last 2 events under Louis XIII :

Code:
event = {
	id = 170082
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170082" #The French Academy
	desc = "EVENTHIST170082"
	#-#On January 28, 1635, Richelieu signed the letters of licence which created a new institution: 
the French Academy. The cardinal was named ' father and protecteur' academy which counted 40 elected members 
at life (from where the ironic nickname of 'immortals' to the members). The institution had, and still has 
todays, for goal to give to the French language precise rules, to make it pure and comprehensible by all. 
The first task of the French Academy was to write a dictionary of which the first edition will be published
in 1694. But the Academy had also the role of patron through the many literary prices which it organized. 
For Richelieu, it was a method of control on all the intellectual meetings and to attach the men of letters 
and to put them at the service of the state and the royal power.

	date = { day = 27 month = january year = 1635 }

	action_a = {
		name = "ACTIONNAME170082A" #Found the Academy
		command = { type = stability value = 1 }
		command = { type = infra value = 500 }
		command = { type = domestic which = innovation value = 1 }
		command = { type = treasury value = -150 } #for the differents patronage
	}
	action_b = {
		name = "ACTIONNAME170082B" #I need money
		command = { type = vp value = -20 }
		command = { type = domestic which = innovation value = -1 }
	}
}


event = {
	id = 170083
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170083" #The Michau code
	desc = "EVENTHIST170083"
	#-#The Michau code was called from Michel of Marillac who was Minister of Justice under Louis XIII. 
He wrote, at the request of Richelieu, an ordinance which compliled all the reforms begun by the General 
Estates and the various Parlements since 1614 and which was a synthesis of more than four hundred texts of 
laws. Marillac fell in disgrace after the Day of Dupes but its code remained in application. The laws 
included in the code touched all the fields of the public life: policy, legal, economic and military. 
Among the most important applications of these laws, we can note the authorization granted to the nobles 
to practise the trade without strip of, which allowed, with the application of commercial taxes on the 
foreign merchants, to favour the French trade. In order to protect this trade, the code proposed the 
creation of a permanent war navy of dedicated to the protection of the sea trade ways. The taxation was 
also re-examined by a reform of the collection of the taxes and the reduced way of life of the court. 
In order to reduce the expenditure, several useless fortresses were destroyed. But on the other hand, 
the military expenditure was increased and a military regulation payment fixed the pays according to the 
rank and the conditions of quartering of the soldiers. The code allowed also the ennoblement of the 
commoners, which caused a social upheaval. Another aspect of the code was the reinforcement of the laws 
allowing the control on the publishment of the books and printing works, allowing to the king a more 
thorough censoship. The code also forbid the subjects of the king to be constituted in association or 
league. This code set up the foundations for a strong and centralized state whose Louis XIV was going 
to push the expression to the maximum...

	date = { day = 0 month = january year = 1629 }
	offset = 360
	deathdate = { day = 29 month = december year = 1629 }

	action_a = {
		name = "ACTIONNAME170083A" #Accept the new code
		command = { type = infra value = 2000 } #taxes and legal reforms
		command = { type = domestic which = centralization value = 1 }
		command = { type = provincetax which = -1 value = 1 } 
		command = { type = provincetax which = -1 value = 1 } 
		command = { type = trade value = 1000 } #economical reforms
		command = { type = domestic which = mercantilism value = 2 }
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = warships which = -1 value = 2 }
		command = { type = galleys which = -3 value = 3 }
		command = { type = merchants value = 5 }
		command = { type = land value = 1500 } #military reforms
		command = { type = treasury value = -250 }
		command = { type = fortress which = -1 value = -1 }
		command = { type = fortress which = -1 value = -1 }
		command = { type = fortress which = -1 value = -1 }
		command = { type = domestic which = serfdom value = 1 } #censorship
	}
	action_b = {
		name = "ACTIONNAME170083B" #Reject the code
		command = { type = domestic which = mercantilism value = -1 }
		command = { type = domestic which = centralization value = -2 }
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = treasury value = 150 } 
	}
}
 

De-VILLARS

Le diable blanc
7 Badges
Feb 7, 2006
3.228
0
  • Hearts of Iron II: Armageddon
  • Darkest Hour
  • Europa Universalis IV
  • For The Glory
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
Code:
event = {
	id = 170083
	trigger = { flag = richelieu }
	random = no
	country = FRA
	name = "EVENTNAME170083" #The Michau code
	desc = "EVENTHIST170083"
	
	date = { day = 0 month = january year = 1629 }
	offset = 360
	deathdate = { day = 29 month = december year = 1629 }

	action_a = {
		name = "ACTIONNAME170083A" #Accept the new code
		command = { type = infra value = 2000 } #taxes and legal reforms
		command = { type = domestic which = centralization value = 1 }
		command = { type = provincetax which = -1 value = 1 } 
		command = { type = provincetax which = -1 value = 1 } 
		command = { type = trade value = 1000 } #economical reforms
		command = { type = domestic which = mercantilism value = 2 }
		command = { type = domestic which = aristocraty value = -1 }
		command = { type = warships which = -1 value = 2 }
		command = { type = galleys which = -3 value = 3 }
		command = { type = merchants value = 5 }
		command = { type = land value = 1500 } #military reforms
		command = { type = treasury value = -250 }
		[COLOR=Yellow]command = { type = fortress which = -1 value = -1 }
		command = { type = fortress which = -1 value = -1 }
		command = { type = fortress which = -1 value = -1 }[/COLOR]		
		command = { type = domestic which = serfdom value = 1 } #censorship
	}
	action_b = {
		name = "ACTIONNAME170083B" #Reject the code
		command = { type = domestic which = mercantilism value = -1 }
		command = { type = domestic which = centralization value = -2 }
		command = { type = domestic which = aristocraty value = 1 }
		command = { type = treasury value = 150 } 
	}
}

i think that random province for the removal of fortress isn't the better solution because the fortress that have been destroyed weren't important one but old or useless one so i think that you schould put precise province if it's possible :)