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

Bordic

Magister Militum
4 Badges
May 29, 2004
4.482
0
  • Hearts of Iron II: Armageddon
  • Deus Vult
  • For The Glory
  • 500k Club
BTW, should Provence own Maine and Anjou from the start?
Well, afaik Angers is their centre. In eu2 agceep forum, there is a thread devoted to the Angevin facts. We could even talk about appropriate starting capital city, in case.

However, event PRO_262015 will cede both provinces (Maine + Anjou) to France.
 
Last edited:
I remember PRO owning Maine from the start in earlier versions of AGCEEP. I think Maine was given to DAU in that change that also saw the French minors (BOU, AUV, ORL) scrapped.
 
WAGCEEP France

I remember PRO owning Maine from the start in earlier versions of AGCEEP. I think Maine was given to DAU in that change that also saw the French minors (BOU, AUV, ORL) scrapped.
Well, I can't tell you about the French minors. They should have been included in pre 1.50 versions, I think. Some times ago there were proposals to use tags for the factions.

Here I have found a good map for France in 1477. I don't know if the Capetian houses should be more or less vassals.
 
Well, I can't tell you about the French minors. They should have been included in pre 1.50 versions, I think. Some times ago there were proposals to use tags for the factions.

Here I have found a good map for France in 1477. I don't know if the Capetian houses should be more or less vassals.
I don't know if the French vassals deserve independence. I'll try to read through the reasons for their removal in EU2's AGCEEP thread.

If we were to reinstate them, it would not prove that difficult province-wise:

-PRO would own Maine & Anjou in addition to Provence
-Orleans, owning Orleans
-Bourbon, owning Bourbon and Auvergne
-Armagnac, owning Armagnac
-Albret, owning Limoges, who would eventually inherit (or be inherited by) NAV

With this setup, we could also simulate the League of the Public Weal and the Mad War somehow.
 
From wagceep shields thread.
Therion said:
What do you mean lack? We have Nevers and it's owned by BUR.
Toio said:
in my games its given away to FRA in the 1477 event.
my lack referred to , it should remain under BUR
OK, but Bourgogne is usually ceded earlier with the death of Charles the Bold in 1477 (BUR_137031).
Humm... maybe I am confusing the province with the core as Spain should loose the core with these events dealing with the Italian Wars except the one triggering the 1526 peace of Madrid: FRA_12027 action B.
 
I'm thinking of changing Bretagne to Breton culture. At the moment it's French to represent the Gallo language spoken there but in the rest of France I used a national culture so there's a bit of inconsistency. If Breton is used for the Duchy of Brittany, Wales and Cornwall will have to be named something else.
 
i am still perplexed on why "new" FRA once forming gains all ENG lands in France regardless of ownership but at war

name = "January 10, 1429: Charles VII rose to the throne in France."
name = "January 10, 1429: §YPapal States went with §WForbid sending the crown§Y in Meeting in Lutsk."
name = "January 17, 1429: §YDenmark had The Sound Due."
name = "January 17, 1429: The Center of Trade in Mecklenburg have disappeared."
name = "January 17, 1429: A new Center of Trade has opened in Sjælland."
name = "January 21, 1429: §YMuscovy had The Khan accepts Vasily as the grand duke."
name = "February 4, 1429: §YGhazi went with §WWe join the Ottoman state (End Game)§Y in The will of Yakub Bey."
name = "February 4, 1429: §YOttoman Empire had Inheritance of Germiyan."
name = "February 4, 1429: Ottoman Empire annexed Ghazi."
name = "February 9, 1429: Johann II von Reisperg rose to the throne in Salzburg."
name = "February 20, 1429: Cosimo il Vecchio rose to the throne in Tuscany."
name = "February 26, 1429: France accepted peace with England on the following terms: Normandie to France & Ile de "
name = "France to France. "

event below is the crowning of Charles VII ......so nation was DAU will be FRA
Code:
#(1429-1461) The Consecration of Charles VII (with or without Jeanne)
event = {
	id = 361028
	trigger = {
		OR = {
			control = { province = 376 data = -1 } #Champagne
			control = { province = 385 data = -1 } #Ile de France
		}
		NOT = { event = 170292 } #FRA: The Death of Charles VI
		NOT = { exists = FRA }
		monarch = 042500 #Charles
	}
	random = no
	country = DAU
	name = "EVENTNAME361028" #The Consecration of Charles VII
	desc = "EVENTHIST361028"
	#-#Having won a great moral victory in Orleans in 1429, Charles, always urged on by Joan the Maid, pushed on towards Rheims, where the Consecration would ensure a decisive psychological advantage over his young English rival. With Joan as a figurehead, the royal party walked through Champagne, which was under Burgundian control, and managed to reach the Cathedral without incident.

	date = { day = 0 month = january year = 1429 }
	offset = 30
	deathdate = { day = 22 month = july year = 1461 }

	action_a = {
		name = "ACTIONNAME361028A" #Gloria in excelsis deo !
		command = { type = stability value = 3 }
		command = { type = treasury value = 200 }
		command = { type = revoltrisk which = 60 value = -5 }
		command = { type = domestic which = centralization value = 2 }
		command = { type = DIP which = 2 value = 60 }
		command = { type = flagname which = "" }
		command = { type = country which = FRA }
		command = { type = loansize which = 200 }
		command = { type = relation which = BUR value = 50 }
		command = { type = relation which = PRO value = 100 }
		command = { type = vp value = 50 }
	}
}


These are owned and controlled by ENG , as well as ENG controls 2 other french lands - the warscore favours ENG
 
Last edited:
IIRC, you also wrote about AI doing that in vanilla-AGCEEP. Must be something related to 1.3 beta.


I think I fixed this by adding a NOT atwar=yes in the trigger
Also fixed historical startdate to 17th July


It seems that something happens to the warscore figures from when DAU becomes FRA while at war

#(1429-1461) The Consecration of Charles VII (with or without Jeanne)
event = {
id = 361028
trigger = {
OR = {
control = { province = 376 data = -1 } #Champagne
control = { province = 385 data = -1 } #Ile de France
}
NOT = { event = 170292 } #FRA: The Death of Charles VI
NOT = { atwar = yes }
NOT = { exists = FRA }
monarch = 042500 #Charles
}
random = no
country = DAU
name = "EVENTNAME361028" #The Consecration of Charles VII
desc = "EVENTHIST361028"
#-#Having won a great moral victory in Orleans in 1429, Charles, always urged on by Joan the Maid, pushed on towards Rheims, where the Consecration would ensure a decisive psychological advantage over his young English rival. With Joan as a figurehead, the royal party walked through Champagne, which was under Burgundian control, and managed to reach the Cathedral without incident.

date = { day = 17 month = july year = 1429 }
offset = 30
>>>>>>>>>>>>>>>>>>>>
 
this this event below fire if BUR does not move capital to the lowlands ?

it seems strange that if BUR decide to remain in france to contest the french crown they concede free lands to france

I recommend the event to not fire if BUR capital remains in France

Code:
#(1435-1440) Negotiations at Arras
event = {
	id = 137072 #triggered by FRA_170306 A
	random = no
	country = BUR
	name = "EVENTNAME137072" #Negotiations at Arras
	desc = "EVENTHIST137072"
	#-#After several years of negotiations, Philip the Good finally received reparations for the assassination of his father and obtained recognition of all Burgundian annexations. Charles VII agreed at the same time not to claim homage from Artois and Flanders, and yielded the majority of the cities of the valley of Somme. For this exorbitant price, the King finally managed to detach Philip of his alliance with the English. The Hundred Years War finally reached its turning point.

	action_a = {
		name = "ACTIONNAME137072A" #Sign the Treaty of Arras...a Happy Reconciliation!
		command = { type = treasury value = 50 }
		command = { type = stability value = 1 }
		command = { type = relation which = FRA value = 300 }
		command = { type = relation which = ENG value = -300 }
		command = { type = cedeprovince which = FRA value = 385 } #Ile de France
		command = { type = cedeprovince which = FRA value = 384 } #Caux
		command = { type = cedeprovince which = FRA value = 376 } #Champagne
		command = { type = cedeprovince which = FRA value = 386 } #Nivernais
		command = { type = cedeprovince which = FRA value = 408 } #Lyonnais
		command = { type = cedeprovince which = FRA value = 411 } #Orleanais
		command = { type = cedeprovince which = FRA value = 413 } #Normandie
		command = { type = cedeprovince which = FRA value = 407 } #Dauphiné
		command = { type = cedeprovince which = FRA value = 410 } #Berri
		command = { type = cedeprovince which = FRA value = 411 } #Orleanais
		command = { type = cedeprovince which = FRA value = 420 } #Auvergne
		command = { type = cedeprovince which = FRA value = 421 } #Cévennes
		command = { type = cedeprovince which = FRA value = 422 } #Languedoc
		command = { type = cedeprovince which = FRA value = 419 } #Limousin
		command = { type = cedeprovince which = FRA value = 417 } #Vendée
		command = { type = cedeprovince which = FRA value = 418 } #Poitou
		command = { type = cedeprovince which = FRA value = 423 } #Guyenne
		command = { type = cedeprovince which = FRA value = 424 } #Gascogne
		command = { type = cedeprovince which = FRA value = 425 } 
		command = { type = cedeprovince which = PRO value = 412 } #Maine
		command = { type = cedeprovince which = PRO value = 416 } 
		command = { type = cedeprovince which = FRA value = 877 }
		command = { type = cedeprovince which = BEA value = 1436 } 
		command = { type = cedeprovince which = BEA value = 1437 } 
		command = { type = removecore which = 376 } #Champagne
		command = { type = removecore which = 386 } #Nivernais
		command = { type = trigger which = 170307 } #FRA: Treaty of Arras
	}
	action_b = {
		name = "ACTIONNAME137072B" #We Will not Forgive the Murder of Our Father!
		command = { type = relation which = FRA value = -100 }
		command = { type = relation which = ENG value = 50 }
		command = { type = trigger which = 170308 } #FRA: Broken Franco-Burgundian Negotiations
	}
}
 
Dauphine leader and event problem in both Plus Vltra and normal AGCEEP:

The Earl of Buchan is woken by event DAU 12001 in which DAU gains a scottish army:

in AGCEEP_HWY_Dauphine.eue

Code:
#(1419-1420) The Scots assist the Dauphin
event = {
	id = 12001
	trigger = { event = 20410 } #SCO: The Earls of Buchan and Wigtown Assist the Dauphin
	random = no
	country = DAU
	name = "EVENTNAME12001" #The Scots Assist the Dauphin
	desc = "EVENTHIST12001"
	#-#The detention of the Scottish King in England had thus far been advantageous to Henry for it preserved during the whole course of the French war the tranquility of his northern frontier. But when word arrived in Scotland of the progress made by Henry they foresaw their own ruin if France was defeated. The Regent of Scotland declined to openly war against England so he permitted a body of seven thousand Scottish soldiers under the command of the Earl of Buchan to be transported into France for the service of the Dauphin.

	date = { day = 1[color=yellow]0[/color] month = january year = 1419 }
	offset = 1
	deathdate = { day = 29 month = december year = 1420 }

	action_a = {
		name = "ACTIONNAME12001A" #New Allies!
		command = { type = wakeleader which = 042803 } #Earl of Buchan (DAU)
		command = { type = INF which = 410 value = [color=red]5[/color][color=yellow]6[/color]000 } #Berri
	}
}

which is triggered by this scottish event:

Code:
#(1419) Buchan and Wigtown Assist the Dauphin
event = {
	id = 20410
	random = no
	country = SCO
	name = "EVENTNAME20410" #Buchan and Wigtown Assist the Dauphin
	desc = "EVENTHIST20410"
	#-#In 1419, 6000 Scots left for France led by Archibald, Earl of Wigtown, son of the Earl of Douglas, and John, Earl of Buchan, a younger son of the aged Governor of Scotland, Robert I Duke of Albany. The ties between Wigtown and Buchan had been cemented with the marriage of Buchan to Wigtown's sister, Elizabeth. The Scots served as Charles VII's personal guard and provided the backbone of France's forces on the continent to resist the English.

	date = { day = 1 month = january year = 1419 }
	offset = 150
	deathdate = { day = 29 month = december year = 1419 }

	action_a = {
		name = "ACTIONNAME20410A" #Let them strengthen the auld alliance
		command = { type = relation which = DAU value = 50 }
		command = { type = relation which = FRA value = 50 }
		command = { type = desertion which = -1 value = 6000 }
	}
	action_b = {
		name = "ACTIONNAME20410B" #We need the Earls here! Placate them with patronage...
		command = { type = treasury value = -25 }
		command = { type = domestic which = aristocracy value = 1 }
		command = { type = provincetax which = -1222 value = -1 }
		command = { type = wakeleader which = 0119800 } #Earl of Buchan #Buchan (SCO)
		command = { type = sleepevent which = 12001 } #DAU: The Scots Assist the Dauphin
		command = { type = sleepevent which = 20436 } #SCO: Buchan's French Embassy
		command = { type = sleepevent which = 20437 } #SCO: Buchan's French Embassy
		command = { type = sleepevent which = 361023 } #DAU: Buchan, Douglas, and Scottish Reinforcement
	}
}

Code:
historicalleader = {
	id = { type = 6 id = 042803 }
	category = general
	name = "Earl of Buchan"
	startdate = {
		year = 14[color=red]21[/color][color=yellow]19[/color]
	}
	deathdate = {
		year = 1424
	}
	rank = 3
	movement = 3
	fire = 3
	shock = 3
	siege = 0
	dormant = yes
	remark = "The Earl defeated the English army in a number of battles in Maine and Anjou, but all in all this was negated by the return of Henry V's return to Normandie with a freshly levied army. The Earl's first victory was at Anjou where he stopped the advance of the Duke of Clarence. During that battle the Duke of Clarence was slain by a Scottish knight, and serveral other English Earls were taken prisoner."
}

Problem: The event to wake the leader may fire as early as January 1419 or late in 1420. Due to the startddate in the leader file the leader will NOT appear when the event triggers and the soldiers are added to Berri, but later at the start of the year 1421 which is confusing when reading the text of the event that describes how the earl of buchan arrived in France with a scottish army...
Furthermore the Scots lose 6000 men but only 5000 arrive in Dauphine...

The solution to the leader issue is simple: Change the startdate in the leader file from 1421 to 1419. He will still be dormant at the start of the game but he will appear immediately when the event triggers that wakes him.

And as the english WIKI states that he was sent with 6000 men I suggest to have 6000 added to Dauphine to be the equal of the 6000 already substracted from SCO.

As the SCO event can trigger earliest on the 1st of January 1419 I suggest to move the startdate of the DAU followup event to the 10th of january as it´s earliest startdate - even today sailing from Scotland to La Rochelle takes a few days.
 
Last edited:
There is an error in a Dauphine event regarding cores. When Dauphine accepted the Treaty of Orleans then it should not gain cores on the english held provinces in Gascogne and Normandy in event 361014. It will gain those cores only after transforming to France. Only if Dauphine rejected the treaty of orleans should it get those cores in 361015.

As I suggested in the AGCEEP forum Dauphine should not receive several of the cores gained here. It´s supposed to concentrate on uniting the french cultured provinces, survive the english-burgundian onslaught, win the HYW and then transform into France. The cores for provinces not of french culture will be gained after the transformation to FRAnce:

Code:
#(1422) King Charles VI is dead (with Treaty of Orleans)
event = {
	id = 361014
	trigger = { event = 164167 } #ENG: The Dauphin Ratifies the Treaty of Orleans
	random = no
	country = DAU
	name = "EVENTNAME361014" #King Charles VI is Dead
	desc = "EVENTHIST361014"
	#-#Charles VI, Valois King of France has died. As his only remaining son, Charles, Dauphin of France, must claim the inheritance that is rightfully his.

	date = { day = 21 month = october year = 1422 }

	action_a = {
		name = "ACTIONNAME361014A" #It is mine through right!
		command = { type = treasury value = 50 }
		command = { type = INF which = -1 value = 5000 }
		command = { type = CAV which = -3 value = 2500 }
		command = { type = addcore_national which = 376 } #Champagne
		command = { type = addcore_national which = 385 } #Ile de France
		[color=red]command = { type = addcore_claim which = 379 } #Artois
		command = { type = addcore_claim which = 380 } #Flandern
		command = { type = addcore_claim which = 382 } #Calais
		command = { type = addcore_claim which = 383 } #Picardie
		command = { type = addcore_claim which = 384 } #Caux[/color]
		command = { type = addcore_claim which = 386 } #Nivernais
		[color=red]command = { type = addcore_claim which = 409 } #Bourgogne[/color]
		command = { type = addcore_claim which = 411 } #Orleanais
		[color=red]command = { type = addcore_claim which = 413 } #Normandie[/color]
		command = { type = addcore_claim which = 420 } #Auvergne
		[color=red]command = { type = addcore_claim which = 424 } #Gascogne[/color]
		command = { type = addcore_claim which = 425 } #Armagnac
		command = { type = addcore_claim which = 877 } #Bourbon
		command = { type = addcore_claim which = 1436 } #Foix
		[color=red]command = { type = addcore_claim which = 1437 } #Bearn[/color]
	}
}
#(1422) King Charles VI is dead (without Treaty of Orleans)
event = {
	id = 361015
	trigger = {
		NOT = { event = 164167 } #ENG: The Dauphin Ratifies the Treaty of Orleans
	}
	random = no
	country = DAU
	name = "EVENTNAME361015" #King Charles VI is Dead
	desc = "EVENTHIST361015"
	#-#Charles VI, Valois King of France has died. As his only remaining son, Charles, Dauphin of France, must claim the inheritance that is rightfully his!

	date = { day = 21 month = october year = 1422 }

	action_a = {
		name = "ACTIONNAME361015A" #It is mine through right!
		command = { type = treasury value = 50 }
		command = { type = INF which = -1 value = 5000 }
		command = { type = CAV which = -3 value = 2500 }
		command = { type = addcore_national which = 376 } #Champagne
		command = { type = addcore_national which = 385 } #Ile de France
		[color=red]command = { type = addcore_claim which = 379 } #Artois
		command = { type = addcore_claim which = 380 } #Flandern
		command = { type = addcore_claim which = 382 } #Calais
		command = { type = addcore_claim which = 383 } #Picardie[/color]
		command = { type = addcore_claim which = 384 } #Caux
		command = { type = addcore_claim which = 386 } #Nivernais
		[color=red]command = { type = addcore_claim which = 409 } #Bourgogne[/color]
		command = { type = addcore_claim which = 411 } #Orleanais
		command = { type = addcore_claim which = 413 } #Normandie
		command = { type = addcore_claim which = 420 } #Auvergne
		command = { type = addcore_claim which = 424 } #Gascogne
		command = { type = addcore_claim which = 425 } #Armagnac
		command = { type = addcore_claim which = 877 } #Bourbon
		command = { type = addcore_claim which = 1436 } #Foix
		[color=red]command = { type = addcore_claim which = 1437 } #Bearn[/color]
	}
}
 
Burgundy:

When Burgundy inherits Brabant it gains cores as in the original AGCEEP event. However it should gain a core on the new Plus Vltra province "Breda" or North Brabant (1925) too:
https://upload.wikimedia.org/wikipedia/commons/e/e5/Karte_Haus_Burgund_3.png

Code:
#(1430) The Succession in Brabant
event = {
	id = 3776 #triggered by HAU_3775 A
	random = no
	country = BUR
	name = "EVENTNAME3775" #The Succession in Brabant
	desc = "EVENTHIST3775"
	#-#The Duchy of Brabant had been under Burgundian influence for a while in the decades leading up to 1430 with side branches of the Burgundian dynasty occupying the title of Duke and on the 1st of August, 1430 it formally passed to the control of Philip the Good of Burgundy further strengthening the Burgundian hold on the Netherlands and continuing Philip's moves towards their unification.\n \n An alternative, however, would have been to offer the duchy to Philip's illegitimate son, Anthony, the Grand Bastard of Burgundy. This would ensure the duchy's independence through an illegitimate line of the Valois-Bourgogne dynasty, yet the Burgundian alliance would also safeguard the duchy against French aggression. Though only a boy at the time, Anthony would grow up to become a strong and respected warrior, as well as a powerful influence over and ally of his younger half-brother, Charles the Bold.

	action_a = {
		name = "ACTIONNAME3776A" #Incorporate them
		command = { type = addcore_national which = 378 } #Brabant
		command = { type = addcore_national which = 340 } #Zeeland
		command = { type = addcore_national which = 379 } #Artois
		command = { type = addcore_national which = 339 } #Holland
                [color=yellow]command = { type = addcore_national which = 1925 } #Breda[/color]
		command = { type = inherit which = HAU }
		command = { type = stability value = 2 }
		command = { type = DIP which = 3 value = 36 }
	}
}
#(1430) The Succession in Brabant
event = {
	id = 3778 #triggered by HAU_3775 B
	random = no
	country = BUR
	name = "EVENTNAME3775" #The Succession in Brabant
	desc = "EVENTHIST3775"
	#-#The Duchy of Brabant had been under Burgundian influence for a while in the decades leading up to 1430 with side branches of the Burgundian dynasty occupying the title of Duke and on the 1st of August, 1430 it formally passed to the control of Philip the Good of Burgundy further strengthening the Burgundian hold on the Netherlands and continuing Philip's moves towards their unification.\n \n An alternative, however, would have been to offer the duchy to Philip's illegitimate son, Anthony, the Grand Bastard of Burgundy. This would ensure the duchy's independence through an illegitimate line of the Valois-Bourgogne dynasty, yet the Burgundian alliance would also safeguard the duchy against French aggression. Though only a boy at the time, Anthony would grow up to become a strong and respected warrior, as well as a powerful influence over and ally of his younger half-brother, Charles the Bold.

	action_a = {
		name = "ACTIONNAME3778A" #Well, it's better than nothing...
		command = { type = stability value = -1 }
		command = { type = alliance which = HAU }
		command = { type = relation which = HAU value = 100 }
		command = { type = addcore_national which = 378 } #Brabant
		command = { type = addcore_national which = 340 } #Zeeland
		command = { type = addcore_national which = 379 } #Artois
		command = { type = addcore_national which = 339 } #Holland
               [color=yellow]command = { type = addcore_national which = 1925 } #Breda[/color]
		command = { type = sleepleader which = 027307 } #Le Grand Bâtard (BUR)
	}
}
 
Burgundy and Hainault:

In event BUR 137011 Burgundy gains cores on Artois and Holland. Artois however historically is a province that BUR already owned 1419 and that it has a core on from the start of the game. In AGCEEP on the vanilla map province 379 Artois did represent Hainault too, that´s why BUR gained that core there.
As in the PV map Hainault exists as it´s own province BUR should gain a core on that instead:

Code:
#(1424) Testament of Jan of Bavaria
event = {
	id = 137011
	random = no
	country = BUR
	name = "EVENTNAME137011" #The testament of Jan of Bavaria
	desc = "EVENTHIST137011"
	#-#Despite having opposed Burgundy before, the childless Jan of Bavaria, pawnee of Luxemburg and claimant to Holland and Zeeland, in 1424 agreed to declare the Duke of Burgundy heir to his claim on the succession to the Dutch Wittelsbach possessions. Burgundy profited from this testament already in January 1425 when Jan died, probably poisoned, and Philip the Good inherited Holland from Jan, and was accepted as 'regent' by his cousin Jan IV of Brabant, who in theory was still rightful owner of Holland.

	date = { day = 1 month = november year = 1424 }
	offset = 30
	deathdate = { day = 29 month = december year = 1424 }

	action_a = {
		name = "ACTIONNAME137011A" #Magnifique
		command = { type = addcore_national which = [color=red]379 } #Artois[/color][color=yellow]1924 } #Hainault[/color]
		command = { type = addcore_national which = 339 } #Holland
		command = { type = alliance which = LUX }
		command = { type = relation which = LUX value = 100 }
	}
}
 
Burgundy and Lüttich/Liege:

In PV Lüttich exists as a province but not as an independant bishopric.
If Lüttich is not added as a one-province-minor then Burgundy should gain a claimcore on 1424 (Lüttich/Liege) due to BUR´s historical attempts to rule Lüttich directly:
https://en.wikipedia.org/wiki/Liège_Wars

As the only existing event mentioning Liege, perhaps add the claimore here?
And the province ID should be changed from 378 (Brabant in vanilla map) to 1424 (Lüttich in PV map)

Code:
#(1465) Unrest in Liege
event = {
	id = 28012
	trigger = {
		owned = { province = 378 data = BUR }
		domestic = { type = centralization value = 3 } #added
	}
	random = no
	country = BUR
	name = "EVENTNAME28012" #Unrest in Liege
	desc = "EVENTHIST28012"
	#-#The cities of the low countries did not take kindly to the efforts of the Dukes of Burgundy to bring them under central control and in 1465 the people of Liege rose in revolt.

	date = { day = 1 month = january year = 1465 }
	offset = 360
	deathdate = { day = 29 month = december year = 1465 }

	action_a = {
		name = "ACTIONNAME28009A" #Suppress the revolt
		command = { type = revolt which = [color=red]378 } #Brabant[/color][color=yellow]1424 } #Lüttich/Liege
		command = { type = addcore_claim which = 1424 } [/color]
		command = { type = stability value = -1 }
	}
	action_b = {
		name = "ACTIONNAME28009B" #Allow the cities of the low countries more autonomy
		command = { type = domestic which = CENTRALIZATION value = -1 } #lowered from -3
                [color=yellow]command = { type = addcore_casusbelli which = 1424 }[/color]
	}
}
 
Last edited:
With the french minors that had been removed in AGCEEP on the map again, shouldn´t we have events for France to inherit them at the appropriate time similar to the event for Provence or Lorraine?

e.g. the duchy of Orleans should become part of France when Francis I rises to the throne IMO
 
Last edited: