• 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(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
Garbon said:
Some fixes to prevent the strange situations when Scotland has been vassalized by England.

Code:
#(1542) Arran's Regency
#by Count Six
event = {
	id = 20423
	random = no
	country = SCO
	name = "EVENTNAME20423" #Arran's Regency
	desc = "EVENTHIST20423"
	#-#

	date = { day = 15 month = december year = 1542 }

	action_a = {
		name = "ACTIONNAME20423A" #Support Arran
		command = { type = relation which = ENG value = 100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = stability value = -1 }
		[color=yellow]command = { type = breakvassal which = FRA }[/color]
	}
	action_b = {
		name = "ACTIONNAME20423B" #Support Beaton
		command = { type = relation which = FRA value = 100 }
	}
}

#(1543) Beaton Regains Control
#by Count Six - Edited by Johnny Canuck
event = {
	id = 20424
	random = no
	country = SCO
	name = "EVENTNAME20424" #Beaton regains control
	desc = "EVENTHIST20424"
	#-#

	date = { day = 11 month = december year = 1543 }

	action_a = {
		name = "ACTIONNAME20424A" #Support Beaton
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = 100 }
		command = { type = DIP which = 3 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = MIL which = 2 value = 29 }
		[color=yellow]command = { type = breakvassal which = ENG }[/color]
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 12 value = 2 }
	}
	action_b = {
		name = "ACTIONNAME20424B" #Ratify the Marriage Alliance with England
		[color=yellow]command = { type = breakvassal which = FRA }[/color]
		command = { type = relation which = ENG value = 100 }
		command = { type = dynastic which = ENG }
		command = { type = sleepevent which = 21131 } #ENG: The Rough Wooing
		command = { type = sleepevent which = 20426 } #SCO: Regency of Mary of Guise
		command = { type = sleepevent which = 20427 } #SCO: The First Band of the Lords of Congregation
		command = { type = sleepevent which = 3076 } #SCO: The Fate of Mary Stuart
		command = { type = sleepevent which = 3077 } #SCO: The Time of the Regents
	}
}

#(1546) Beaton's Murder
#by Count Six
event = {
	id = 20425
	trigger = { 
		event = 21131 #The Rough Wooing (ENG)
		[color=yellow]NOT = {
			vassal = { country = ENG country = SCO } 
			relation = { country = ENG data = 100 } 
		}[/color]
	}
	random = no
	country = SCO
	name = "EVENTNAME20425" #The Murder of Cardinal Beaton
	desc = "EVENTHIST20425"
	#-#

	date = { day = 29 month = may year = 1546 }

	action_a = {
		name = "ACTIONNAME20425A" #The Siege of St Andrews Castle
		command = { type = religiousrevolt which = 239 } #Strathclyde
		[color=yellow]command = { }[/color]
	}
	action_b = {
		name = "ACTIONNAME20425B" #Avoid foreign intervention
		command = { type = sleepevent which = 21132 } #ENG: Somerset's Invasion
		command = { type = sleepevent which = 170020 } #FRA: The Marriage of Mary and the Dauphin
		command = { type = religiousrevolt which = 239 } #Strathclyde
		command = { type = stability value = -3 }
	}
}

#(1554) Regency of Mary of Guise
#by Count Six - Edited by Johnny Canuck
event = {
	id = 20426
	trigger = {
		exists = FRA
		NOT = { war = { country = SCO country = FRA } }
	}
	random = no
	country = SCO
	name = "EVENTNAME20426" #Regency of Mary of Guise
	desc = "EVENTHIST20426"
	#-#

	date = { day = 1 month = april year = 1554 }

	action_a = {
		name = "ACTIONNAME20426A" #Mary of Guise
		command = { type = relation which = FRA value = 100 }
		[color=yellow]command = { type = relation which = ENG value = -100 }[/color]
		[color=yellow]command = { type = breakvassal which = ENG }[/color]
		command = { type = DIP which = 2 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 72 value = 2 }
	}
}

#(1544) The Rough Wooing
#Created by Count Six - Edited by Johnny Canuck
event = {
	id = 21131
	trigger = {
		event = 20424 #SCO: Beaton Regains Control
		[color=yellow]NOT = {
			vassal = { country = ENG country = SCO } 
			relation = { country = SCO data = 100 } 
		}[/color]
	}
	random = no
	country = ENG
	name = "EVENTNAME21131" #The Rough Wooing
	desc = "EVENTHIST21131"
	#-#

	date = { day = 1 month = may year = 1544 }

	action_a = {
		name = "ACTIONNAME21131A" #Attack Immediately!
		command = { type = relation which = SCO value = -100 }
		command = { type = INF which = 240 value = 2000 } #Northumberland
		command = { type = CAV which = 240 value = 1000 } #Northumberland
	}
	action_b = {
		name = "ACTIONNAME21131B" #Wait to see how things develop
		command = { type = relation which = SCO value = -25 }
	}
}

#(1546) Somerset's Invasion
#Created by Count Six - Edited by Johnny Canuck
event = {
	id = 21132
	trigger = {
		event = 20425 #SCO: Beaton's Murder
		[color=yellow]NOT = {
			vassal = { country = ENG country = SCO } 
			relation = { country = SCO data = 100 } 
		}[/color]
	}
	random = no
	country = ENG
	name = "EVENTNAME21132" #Somerset's Invasion
	desc = "EVENTHIST21132"
	#-#

	date = { day = 1 month = september year = 1546 }

	action_a = {
		name = "ACTIONNAME21132A" #Attack Scotland
		command = { type = relation which = SCO value = -100 }
		command = { type = INF which = 240 value = 2000 } #Northumberland
		command = { type = CAV which = 240 value = 1000 } #Northumberland
	}
	action_b = {
		name = "ACTIONNAME21132B" #Wait to see how things develop
		command = { type = relation which = SCO value = -25 }
	}
}
To go with this submission and because of breakvassal command behaviour:
Code:
#(1542) Arran's Regency -I-
#by Count Six
event = {
	id = 20423
	trigger = {
		vassal = { country = FRA country = SCO }
	}
	random = no
	country = SCO
	name = "EVENTNAME20423" #Arran's Regency
	desc = "EVENTHIST20423"
	#-#

	date = { day = 15 month = december year = 1542 }

	action_a = {
		name = "ACTIONNAME20423A" #Support Arran
		command = { type = relation which = ENG value = 100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = stability value = -1 }
		command = { type = breakvassal which = FRA }
		command = { type = sleepevent which = 276023 } #SCO: Arran's Regency -II-
	}
	action_b = {
		name = "ACTIONNAME20423B" #Support Beaton
		command = { type = relation which = FRA value = 100 }
		command = { type = sleepevent which = 276023 } #SCO: Arran's Regency -II-
	}
}
#(1542) Arran's Regency -II-
event = {
	id = 276023
	trigger = {
		NOT = { vassal = { country = FRA country = SCO } }
	}
	random = no
	country = SCO
	name = "EVENTNAME20423" #Arran's Regency
	desc = "EVENTHIST20423"
	#-#

	date = { day = 15 month = december year = 1542 }

	action_a = {
		name = "ACTIONNAME20423A" #Support Arran
		command = { type = relation which = ENG value = 100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = stability value = -1 }
		command = { type = sleepevent which = 20423 } #SCO: Arran's Regency -I-
	}
	action_b = {
		name = "ACTIONNAME20423B" #Support Beaton
		command = { type = relation which = FRA value = 100 }
		command = { type = sleepevent which = 20423 } #SCO: Arran's Regency -I-
	}
}
Code:
#(1543) Beaton Regains Control -I-
#by Count Six - Edited by Johnny Canuck
event = {
	id = 20424
	trigger = {
		vassal = { country = ENG country = SCO }
	}
	random = no
	country = SCO
	name = "EVENTNAME20424" #Beaton regains control
	desc = "EVENTHIST20424"
	#-#

	date = { day = 11 month = december year = 1543 }

	action_a = {
		name = "ACTIONNAME20424A" #Support Beaton
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = 100 }
		command = { type = DIP which = 3 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = MIL which = 2 value = 29 }
		command = { type = breakvassal which = ENG }
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 12 value = 2 }
		command = { type = sleepevent which = 276024 } #SCO: Beaton regains control -II-
		command = { type = sleepevent which = 276025 } #SCO: Beaton regains control -III-
	}
	action_b = {
		name = "ACTIONNAME20424B" #Ratify the Marriage Alliance with England
		command = { type = relation which = ENG value = 100 }
		command = { type = dynastic which = ENG }
		command = { type = sleepevent which = 21131 } #ENG: The Rough Wooing
		command = { type = sleepevent which = 20426 } #SCO: Regency of Mary of Guise -I-
		command = { type = sleepevent which = 276026 } #SCO: Regency of Mary of Guise -II-
		command = { type = sleepevent which = 20427 } #SCO: The First Band of the Lords of Congregation
		command = { type = sleepevent which = 3076 } #SCO: The Fate of Mary Stuart
		command = { type = sleepevent which = 3077 } #SCO: The Time of the Regents
		command = { type = sleepevent which = 276024 } #SCO: Beaton regains control -II-
		command = { type = sleepevent which = 276025 } #SCO: Beaton regains control -III-
	}
}
#(1543) Beaton Regains Control -II-
event = {
	id = 276024
	trigger = {
		vassal = { country = FRA country = SCO }
	}
	random = no
	country = SCO
	name = "EVENTNAME20424" #Beaton regains control
	desc = "EVENTHIST20424"
	#-#

	date = { day = 11 month = december year = 1543 }

	action_a = {
		name = "ACTIONNAME20424A" #Support Beaton
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = 100 }
		command = { type = DIP which = 3 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = MIL which = 2 value = 29 }
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 12 value = 2 }
		command = { type = sleepevent which = 20424 } #SCO: Beaton regains control -I-
		command = { type = sleepevent which = 276025 } #SCO: Beaton regains control -III-
	}
	action_b = {
		name = "ACTIONNAME20424B" #Ratify the Marriage Alliance with England
		command = { type = breakvassal which = FRA }
		command = { type = relation which = ENG value = 100 }
		command = { type = dynastic which = ENG }
		command = { type = sleepevent which = 21131 } #ENG: The Rough Wooing
		command = { type = sleepevent which = 20426 } #SCO: Regency of Mary of Guise -I-
		command = { type = sleepevent which = 276026 } #SCO: Regency of Mary of Guise -II-
		command = { type = sleepevent which = 20427 } #SCO: The First Band of the Lords of Congregation
		command = { type = sleepevent which = 3076 } #SCO: The Fate of Mary Stuart
		command = { type = sleepevent which = 3077 } #SCO: The Time of the Regents
		command = { type = sleepevent which = 20424 } #SCO: Beaton regains control -I-
		command = { type = sleepevent which = 276025 } #SCO: Beaton regains control -III-
	}
}
#(1543) Beaton Regains Control -III-
event = {
	id = 276025
	trigger = {
		NOT = {
			vassal = { country = ENG country = SCO }
			vassal = { country = FRA country = SCO }
		}
	}
	random = no
	country = SCO
	name = "EVENTNAME20424" #Beaton regains control
	desc = "EVENTHIST20424"
	#-#

	date = { day = 11 month = december year = 1543 }

	action_a = {
		name = "ACTIONNAME20424A" #Support Beaton
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = 100 }
		command = { type = DIP which = 3 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = MIL which = 2 value = 29 }
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 12 value = 2 }
		command = { type = sleepevent which = 20424 } #SCO: Beaton regains control -I-
		command = { type = sleepevent which = 276024 } #SCO: Beaton regains control -II-
	}
	action_b = {
		name = "ACTIONNAME20424B" #Ratify the Marriage Alliance with England
		command = { type = relation which = ENG value = 100 }
		command = { type = dynastic which = ENG }
		command = { type = sleepevent which = 21131 } #ENG: The Rough Wooing
		command = { type = sleepevent which = 20426 } #SCO: Regency of Mary of Guise -I-
		command = { type = sleepevent which = 276026 } #SCO: Regency of Mary of Guise -II-
		command = { type = sleepevent which = 20427 } #SCO: The First Band of the Lords of Congregation
		command = { type = sleepevent which = 3076 } #SCO: The Fate of Mary Stuart
		command = { type = sleepevent which = 3077 } #SCO: The Time of the Regents
		command = { type = sleepevent which = 20424 } #SCO: Beaton regains control -I-
		command = { type = sleepevent which = 276024 } #SCO: Beaton regains control -II-
	}
}
Code:
#(1554) Regency of Mary of Guise -I-
#by Count Six - Edited by Johnny Canuck
event = {
	id = 20426
	trigger = {
		exists = FRA
		NOT = { war = { country = SCO country = FRA } }
		vassal = { country = ENG country = SCO }
	}
	random = no
	country = SCO
	name = "EVENTNAME20426" #Regency of Mary of Guise
	desc = "EVENTHIST20426"
	#-#

	date = { day = 1 month = april year = 1554 }

	action_a = {
		name = "ACTIONNAME20426A" #Mary of Guise
		command = { type = relation which = FRA value = 100 }
		command = { type = relation which = ENG value = -100 }
		command = { type = breakvassal which = ENG }
		command = { type = DIP which = 2 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 72 value = 2 }
		command = { type = sleepevent which = 276026 } #SCO: Regency of Mary of Guise -II-
	}
}
#(1554) Regency of Mary of Guise -II-
event = {
	id = 276026
	trigger = {
		exists = FRA
		NOT = { war = { country = SCO country = FRA } }
		NOT = { vassal = { country = ENG country = SCO } }
	}
	random = no
	country = SCO
	name = "EVENTNAME20426" #Regency of Mary of Guise
	desc = "EVENTHIST20426"
	#-#

	date = { day = 1 month = april year = 1554 }

	action_a = {
		name = "ACTIONNAME20426A" #Mary of Guise
		command = { type = relation which = FRA value = 100 }
		command = { type = relation which = ENG value = -100 }
		command = { type = DIP which = 2 value = 29 }
		command = { type = ADM which = 2 value = 29 }
		command = { type = stability value = -1 }
		command = { type = revoltrisk which = 72 value = 2 }
		command = { type = sleepevent which = 20426 } #SCO: Regency of Mary of Guise -I-
	}
}
Code:
#(1544) The Rough Wooing
#Created by Count Six - Edited by Johnny Canuck
event = {
	id = 21131
	trigger = {
		[COLOR=Yellow]OR = {
			event = 20424 #SCO: Beaton Regains Control -I-
			event = 276024 #SCO: Beaton Regains Control -II-
			event = 276025 #SCO: Beaton Regains Control -III-
		}[/COLOR]
		NOT = {
			vassal = { country = ENG country = SCO }
			relation = { country = SCO data = 100 }
		}
	}
	random = no
	country = ENG
	name = "EVENTNAME21131" #The Rough Wooing
	desc = "EVENTHIST21131"
	#-#

	date = { day = 1 month = may year = 1544 }

	action_a = {
		name = "ACTIONNAME21131A" #Attack Immediately!
		command = { type = relation which = SCO value = -100 }
		command = { type = INF which = 240 value = 2000 } #Northumberland
		command = { type = CAV which = 240 value = 1000 } #Northumberland
	}
	action_b = {
		name = "ACTIONNAME21131B" #Wait to see how things develop
		command = { type = relation which = SCO value = -25 }
	}
}
 
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
i propose a new leader for france, Maurice de Saxe.

Code:
#(1726) 
event = {
	id = 170091
	trigger = {
		NOT = { exists = KUR }
	}
	random = no
	country = FRA
	name = "EVENTNAME170091" #Maurice de saxe
	desc = "EVENTHIST170091"

	startdate = { day = 1 month = august year = 1734 }
	offset = 300
	deathdate = { day = 30 month = november year = 1750 }

	action_a = {
		name = "ACTIONNAME170091A" #Nous gagnons les services du maréchal de Saxe.
		command = { type = leader which = 049922 }
	}
}

EVENTNAME17009;Maurice de saxe;;;;;;;;;;
EVENTHIST170091;Maurice, comte de Saxe (Moritz von Sachsen, 1696-1750) was a general and military theorist who successfully led French armies during the War of the Austrian Succession (1740-48). Anna Ivanovna, duchess of Courland (later empress of Russia), secured Saxe's election as duke of Courland (a Baltic duchy between Prussia and Latvia) in 1726, but the Russians expelled him from the region in 1727 in order to prevent him from marrying the duchess. Returning to France, Saxe in 1732 wrote Mes Rêveries (published in 1756-57), a remarkably original treatise on the science of warfare. He served with distinction in the French army against his own half brother, King August III of Poland, in the War of the Polish Succession (1733-38) and in 1734 was made a lieutenant general. In November 1741, six months after France joined Prussia against Austria in the War of the Austrian Succession, Saxe invaded Bohemia and captured Prague. Although the British had not yet become involved in the conflict, the French king Louis XV in January 1744 made Saxe commander of a force that was to invade Great Britain on behalf of Charles Edward, the Young Pretender, the Stuart claimant to the British throne. The project was dropped after a storm shattered Saxe's invasion fleet at Dunkirk in March. Shortly thereafter, Louis formally declared war on Great Britain and promoted Saxe to the rank of marshal. Saxe and the king then invaded the Austrian Netherlands. The king wisely allowed Saxe to give the orders in the ensuing campaign. Their forces surrounded Tournai, and, when allied troops advanced from the east to relieve the siege, Saxe decisively defeated them in the Battle of Fontenoy (May 11, 1745). It was France's last great victory before the outbreak of the French Revolution in 1789. Saxe then captured Brussels and Antwerp (February 1746). Turning south, he seized Mons and Namur, and on Oct. 11, 1746, he defeated the allies at Raucoux, near Liège, thereby completing the conquest of the Austrian Netherlands. In January 1747 Louis appointed Saxe marshal general of France. In 1747 he invaded Holland, defeated an allied army in the Battle of Lauffeld near Maastricht (July 2), and captured the fortress of Bergen-Op-Zoom. Saxe retired to his château at Chambord, where he died. His grandson was the father of the novelist George Sand. ;;;;;;;;;;
ACTIONNAME170091A;We gain the services of Maurice of Saxony;;;;;;;;;;

historicalleader = {
	id = { type = 6 id = 049922 }
	category = general
	name = "Maurice de Saxe"
	startdate = {
		year = 1734
	}
	deathdate = {
		year = 1751
	}
	rank = 0
	movement = 4
	fire = 5
	shock = 4
	siege = 2
	dormant = no
	remark = "Historically Marshal of France, [COLOR=Yellow]also know as the Marshall of Saxe[/COLOR]"
}

but there is a problem : this man is also a kurland leader and king. We can prevent his appearance as leader and monarch by an event which checks if kurland exist but if kurland appear after we don't know if he would have chosen france or kurland and, we can't put to sleep him for france. So there is a risk to see the same leader for two country if we don't delete him from Kur leaders and also to see Kurland without a potential leader (and king) if we delete him while the kurland exists.

what is the best solution ?
 
Last edited:
Jan 9, 2005
8.858
5
What I find strange is why de Saxe isn't already a leader for France. He was one of the Bourbons' most famed generals, and one of only a handful of men created Marshal General of France.

Strange. :p
 

Khephren

Watery Tart
23 Badges
Mar 29, 2003
1.285
2
  • Victoria 2
  • Battle for Bosporus
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Field Marshal
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Pre-order
  • 500k Club
  • Arsenal of Democracy
  • Europa Universalis III Complete
  • March of the Eagles
  • Iron Cross
  • Europa Universalis III Complete
  • Hearts of Iron III Collection
  • Hearts of Iron III: Their Finest Hour
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Crusader Kings II
Furthermore, you can't sleep the leader of another country that doesn't exist.
 

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
mandead said:
What I find strange is why de Saxe isn't already a leader for France. He was one of the Bourbons' most famed generals, and one of only a handful of men created Marshal General of France.

Strange. :p
It is the purpose of this proposition.

event edited ( :eek:o :) )/
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
A slight change in Crown of England for Puritans:
Code:
#([COLOR=Yellow]1640[/COLOR]-1700) The crown of England
#by Andrelious
event = {
	id = 265000
	trigger = {
		owned = { province = 247 data = -1 } #Anglia
		[COLOR=Yellow]control = { province = 247 data = -1 } #Anglia[/COLOR]
		NOT = { exists = ENG }
	}
	random = no
	country = ROY
	name = "EVENTNAME265000" #The Crown of England
	desc = "EVENTHIST265000"
	#-#

	date = { day = 1 month = january year = [COLOR=Yellow]1640[/COLOR] }
	offset = 30
	deathdate = { day = 1 month = january year = 1700 }

	action_a = {
		name = "ACTIONNAME265000A" #England is reborn with me
		command = { type = vp value = 200 }
		command = { type = stability value = 3 }
		command = { type = flagname which = "" }
		command = { type = country which = ENG }
		command = { type = INF which = 247 value = 5000 } #Anglia
		command = { type = CAV which = 247 value = 2000  } #Anglia
		command = { type = addcore which = 247 } #Anglia
		command = { type = addcore which = 240 } #Northumberland
		command = { type = addcore which = 241 } #Yorkshire
		command = { type = addcore which = 242 } #Lancashire
		command = { type = addcore which = 244 } #Midlands
		command = { type = addcore which = 245 } #Lincoln
		command = { type = addcore which = 246 } #Bristol
		command = { type = addcore which = 248 } #Kent
		command = { type = addcore which = 249 } #Wessex
		command = { type = addcore which = 250 } #Cornwall
		command = { type = addcore which = 243 } #Wales
		command = { type = capital which = 247 } #Anglia
	}
}
#-#Having defeated all remnants of the English state, and seizing London, there are many demands in our English holdings to restore the nation of England and restore it to greatness on the world stage. Already thousands of men have come forward, offering to be part of a new English army, should we decide to carry out the wishes of the masses. The choice is yours...


According to revolt.txt, Puritans can't form before 1640. Ownership and control of Anglia should be mandatory.
 
Jan 9, 2005
8.858
5
YodaMaster said:
@mandead: don't talk about Rochambeau... (De-Villars will understand what I mean).

I've just read about him on Wikipedia. I don't get the link/joke. Tell me! :(
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
mandead said:
I've just read about him on Wikipedia. I don't get the link/joke. Tell me! :(
I know one of his direct descendants. A strong personality (it must be genetic... :) ).
 
Last edited:

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
Reworked Cessation of Roussillon sequence in Aragonese Civil war

As stated by wiande in Compiling 1.53 thread:
wiande said:
moreover when Aragon first secede Rousillon to France, it's written that France send military help but don't loose troops, would be good if they loose a little troop and a little money (10) to help Aragpn instead of gaining a territory without doing anything else.

With current events, French one is only informative but France was involved:
Code:
#(1462-1464) The beginning of the war
event = {
	id = 7117 #triggered by ARG_7134 A
	random = no
	country = ARG
	name = "EVENTNAME7117" #Civil war
	desc = "EVENTHIST7117"
	#-#

	action_a = {
		name = "ACTIONNAME7117A" #The traitors are raising armies! Let's ask the king of France for help
		command = { type = revolt which = -1 }
		command = { type = revolt which = 437 } #Valencia
		command = { type = revolt which = 429 } #Catalonia
		command = { type = revolt which = 427 } #Gerona
		command = { type = desertion which = -1 value = 2000 }
		[COLOR=Red]command = { type = secedeprovince which = FRA value = 426 } #Roussillon
		command = { type = INF which = 430 value = 10000 } #Aragon
		command = { type = CAV which = 430 value = 6000 } #Aragon
		command = { type = relation which = FRA value = 100 }
		command = { type = treasury value = 150 }[/COLOR]
		command = { type = revoltrisk value = 10 }
		command = { type = stability value = -2 }
		command = { type = trigger which = 12145 } #FRA: The cessation of Roussillon
	}
	action_b = {
		name = "ACTIONNAME7117B" #The traitors are raising armies, but we can crush them without foreign help
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = 429 } #Catalonia
		command = { type = revolt which = 427 } #Gerona
		command = { type = revolt which = 437 } #Valencia
		command = { type = desertion which = -1 value = 2000 }
		command = { type = revoltrisk value = 8 }
		command = { type = stability value = -2 }
		command = { type = sleepevent which = 7136 } #ARG: The Treaty of Barcelona
		command = { type = sleepevent which = 7137 } #SPA: The Treaty of Barcelona
		command = { type = sleepevent which = 12146 } #FRA: The Treaty of Barcelona
	}
}
#-#The king Joan II, not obtaining troops from Aragón and València, ceded temporarily and under mortgage the Roussillon to France in exchange of military help (treaty of Bayonne). For this action the Catalan Cortes declared the king a traitor and looked for a foreign candidate to the throne. It was the beginning of the war.

Code:
#(1462-1464) The cessation of Roussillon [COLOR=Red](informative event for FRA player)[/COLOR]
event = {
	id = 12145 #triggered by ARG_7117 A
	random = no
	country = FRA
	name = "EVENTNAME12145" #The cessation of Roussillon
	desc = "EVENTHIST12145"
	#-#

	action_a = {
		name = "ACTIONNAME12145A" #Let's hope they forget about Roussillon...
		command = { type = relation which = ARG value = 20 }
		[COLOR=Yellow]command = { type = INF which = -1 value = -5000 }
		command = { type = treasury value = -10 }
		command = { type = trigger which = 111041 } #ARG: The cessation of Roussillon
	}
	action_b = {
		name = "ACTIONNAME12145B" #We are not interested in Roussillon
		command = { type = vp value = -20 }
		command = { type = trigger which = 111060 } #ARG: No help from France
	}[/COLOR]
}
#-#At the beginning of the Aragonese civil war, the king Joan II, not obtaining troops from Aragon and Valencia, ceded temporarily and under mortgage the Roussillon and the Cerdanya to France in exchange of military help (treaty of Bayonne). We can have control over the Roussillon... if we accept, but remember, my lord, that it's a temporary cession.

ACTIONNAME12145B;We are not interested in Roussillon;;;;;;;;;;

New events for Aragon:
Code:
#(1462-1464) The cessation of Roussillon
event = {
	id = 111041 #triggered by FRA_12145 A
	random = no
	country = ARG
	name = "EVENTNAME12145" #The cessation of Roussillon
	desc = "EVENTHIST111041"
	#-#

	action_a = {
		name = "GOOD"
		command = { type = relation which = FRA value = 100 }
		command = { type = secedeprovince which = FRA value = 426 } #Roussillon
		command = { type = INF which = 430 value = 10000 } #Aragon
		command = { type = CAV which = 430 value = 6000 } #Aragon
		command = { type = treasury value = 150 }
	}
}
#(1462-1464) No help from France
event = {
	id = 111060 #triggered by FRA_12145 B
	random = no
	country = ARG
	name = "EVENTNAME111060" #No help from France
	desc = "EVENTHIST111060"
	#-#

	action_a = {
		name = "OH_NO"
		command = { type = relation which = FRA value = -50 }
		command = { type = sleepevent which = 7136 } #ARG: The Treaty of Barcelona
		command = { type = sleepevent which = 7137 } #SPA: The Treaty of Barcelona
		command = { type = sleepevent which = 12146 } #FRA: The Treaty of Barcelona
	}
}
EVENTHIST111041;French signed the Treaty of Bayonne. Let's hope they will not forget it is only a temporary mortgage...;;;;;;;;;;

EVENTNAME111060;No help from France;;;;;;;;;;
EVENTHIST111060;French refused to sign the treaty...;;;;;;;;;;
 
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
YodaMaster said:
I know one of his direct descendants. A strong personality (it must be genetic... :) ).
:p ;) (bon sang ne saurait mentir ! --> Approximately : Good blood would not know how to lie )
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
I have a problem with French AI files and French minors.

Why Lorraine (LOR) is in combatlist starting with 1580 when this country "survived" until 1766, even if France tried to annex it before?
I suggest to let engine decide what will happen and just add it in 1794 FRA AI file and after, just in case. And it could help France not expanding in Germany if blockaded.

Same question with Foix-Béarn (BEA) that could be in game until Henri IV (will be inherited after War of Religions if Henri de Navarre wins). First file should be 1633 after the death of Henri IV in 1610.

Same question with Bourbonnais (BOU) to be inherited in 1527. First file should be 1533.

Same question with Brittany (BRI) to be inherited in 1532. First file should be 1533.

FPR and FUC should be removed from 1480 and 1523 FRA AI files. Not really important since FPR and FUC can only appear in 1550 (thus included in 1533 AI file), but this is a bug.


War value for France starting with 1523 AI file is -50. I don't know it is the cause or the only cause but with this value, France is very peaceful and will not even try to fight remaining French minors, especially Brittany (even if Brittany is not involved in alliance...) or remaining English strongholds. We don't want France to be a warmonger but maybe this value is too low. I will test -20 or 0 and see the result.
EDIT: war value 10 but this changes nothing to FRA behaviour.
 
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
Do we need it for proper and nowadays British flag starting from 1801?

triggers would be not at war, SCO, EIR, WLS and other Irish minors not existing and capitals of each UK country owned and controlled by ENG, which should already have the first Union Jack hoisted.
 

Toio

Field Marshal
6 Badges
Jun 18, 2003
7.699
0
Visit site
  • Europa Universalis III
  • Europa Universalis III Complete
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
YodaMaster said:
FPR and FUC should be removed from 1480 and 1523 FRA AI files. Not really important since FPR and FUC can only appear in 1550 (thus included in 1533 AI file), but this is a bug.


War value for France starting with 1523 AI file is -50. I don't know it is the cause or the only cause but with this value, France is very peaceful and will not even try to fight remaining French minors, especially Brittany (even if Brittany is not involved in alliance...) or remaining English strongholds. We don't want France to be a warmonger but maybe this value is too low. I will test -20 or 0 and see the result.

I have already asked for this in the "new AI thread"
 

Toio

Field Marshal
6 Badges
Jun 18, 2003
7.699
0
Visit site
  • Europa Universalis III
  • Europa Universalis III Complete
  • For The Glory
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
Why when BOU becomes a vassal of DAU does it not become an alliance partner with DAU ?

seems its one reason that DAU sometimes strugles against BUR
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
Toio said:
I have already asked for this in the "new AI thread"
Well, we are two now.

Toio said:
Why when BOU becomes a vassal of DAU does it not become an alliance partner with DAU ?

seems its one reason that DAU sometimes strugles against BUR
It could be a bug or not easy to fix/handle. Alliance command doesn't always work because of leader status or not.
 

Bordic

Magister Militum
4 Badges
May 29, 2004
4.482
0
  • Hearts of Iron II: Armageddon
  • Deus Vult
  • For The Glory
  • 500k Club
Toio said:
Why when BOU becomes a vassal of DAU does it not become an alliance partner with DAU ?

seems its one reason that DAU sometimes strugles against BUR
I don't know which event are you referring to, but it could be easily fixed with current event (if any) vassalazing BOU. Adding a command triggering a new DAU event which lets BOU enter her alliance... if DAU is alliance-leader of course!
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
Bordic said:
Do we need it for proper and nowadays British flag starting from 1801?

triggers would be not at war, SCO, EIR, WLS and other Irish minors not existing and capitals of each UK country owned and controlled by ENG, which should already have the first Union Jack hoisted.
Why not? This is the historical final point in unification of British isles, after all.
 

unmerged(40707)

Just call me Yoda in private!
Mar 1, 2005
20.187
5
YodaMaster said:
War value for France starting with 1523 AI file is -50. I don't know it is the cause or the only cause but with this value, France is very peaceful and will not even try to fight remaining French minors, especially Brittany (even if Brittany is not involved in alliance...) or remaining English strongholds. We don't want France to be a warmonger but maybe this value is too low. I will test -20 or 0 and see the result.
I made some tests with this political map:


And yes, Burgundy survived as Nassau and Franche Comté is owned by Hesse.

It appears France is too much involved in colonization of Quebec and don't DoW at all, even with war = 100. :eek:
I also removed all cores but not Britton ones, reduced Britton fortresses to minimal and added gaelic culture to France. Nothing... only colonization.
I have no solution (for now) but in the test from which I picked the savefile, France annexed Brittany with 1794 AI file. Nothing changed between 1540 and 1794...

Defensive doctrine is not the cause neither.

I can send the savefile to anyone interested.

EDIT: Anyway, I think France desserves 0 for war value in AI files from 1523 to 1750, maybe 10, but not more.
 
Last edited: