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

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
csqs

C'est plus une histoire de lisibilité...
#######
J'essaie avec des events monarchies constitutionelles. dans les choix a, très peu de choses, mais possibilité de faire un bordel en France qui aboutissent à une république

Code:
 :################################################
[COLOR=crimson] 
#Monarchie constitutionelle
#The French Revolution: Constitutional Monarchy#
event = {

	id = 3780
	trigger = {
		event = 3144
		NOT = {
			domestic = {
				type = aristocracy
				value = 5
			}
		}
	}
	random = no
	country = FRA
	name = "EVENTNAME3780"
	desc = "EVENTHIST3780"
	style = 4

	date = { day = 14 month = july year = 1789 }
	offset = 0
	deathdate = { day = 22 month = december year = 1789 }

	action_a ={				#Waves of Revolts have struck us, Sire#
		name = "ACTIONNAME3780A"
		command = { type = sleepevent which = 3342 }
		command = { type = sleepevent which = 3779 }
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = domestic which = ARISTOCRACY value = -1 }
		command = { type = domestic which = SERFDOM value = -1 }
		command = { type = domestic which = INNOVATIVE value = 2 }
		command = { type = domestic which = OFFENSIVE value = 1 }
		command = { type = domestic which = LAND value = -1 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = stability value = -1 }
	}
}

### 4 aout ###
event = {
	id = 8229
	trigger = { event = 3780 }
	}
	random = no
	country = FRA
	name = "L'abolition des privilèges"
	desc = "Le 4 aout, après une soirée de beuverie, les discussions d'alcooliques virèrent aux paris les plus fous, dont l'abolition des privilèges."
	style = 4
	
	date = { day = 4 month = august year = 1789 }
	offset = 1

	action_a = {
			name = "Supprimons les privilèges de classes"
			command = { type = domestic which = INNOVATIVE value = 2 }
			command = { type = sleepevent which = 8231 }
		}
	action_b = {
			name = "nous avons fait assez de réformes"
			command = { type = stability value = -1 }
			command = { type = sleepevent which = 8201 }
			command = { type = sleepevent which = 8200 }
			command = { type = sleepevent which = 8230 }
		}
}

#Réactions des ultras#
event = {
	id = 8230
	trigger = { event = 3780 }
	random = no
	country = FRA
	name = "La réaction des ultras"
	desc = "Face aux réformes de l'assemblée, une faction dirigée par les absolutistes voulu forcer le roi à revenir à l'ancien régime."
	style = 4

	date = { day = 2 month = september year = 1790 }
	offset = 300
	deathdate = { day = 29 month = december year = 1800 }

	action_a ={			
		name = "Conservons une monarchie constitutionelle"
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = serfdom  value = -1 }
		command = { type = stability value = -1 }
		command = { type = infra value = -1000 }
		command = { type = trade value = 1000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = 	{ type = ADM which = 1 value = 30 }
		command = { type = revoltrisk which = 60 value = 4 }
		command = { type = revolt which = 385 } # Armée menée par les ultras
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 383 }
	}
	action_b ={		
		name = "Renversons l'assemblée"
		command = 	{ type = DIP which = 2 value = 60 }
		command = { type = stability value = -3 }
		command = { type = domestic which = ARISTOCRACY value = 3 }
		command = { type = domestic which = innovative value = -2 }
		command = { type = infra value = -2000 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 382 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 376 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 383 }
		command = { type = revolt which = 386 }
		command = { type = revolt which = 375 }
		command = { type = revoltrisk which = 60 value = 8 }
	}
}

#Réactions des ultras#
event = {
	id = 8231
	trigger = { event = 3780 }
	random = no
	country = FRA
	name = "La réaction des ultras"
	desc = "Face aux réformes de l'assemblée, une faction dirigée par les absolutistes voulu forcer le roi à revenir à l'ancien régime."
	style = 4

	date = { day = 2 month = september year = 1790 }
	offset = 300
	deathdate = { day = 29 month = december year = 1800 }

	action_b ={			
		name = "Conservons une monarchie constitutionelle"
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = serfdom  value = -1 }
		command = { type = stability value = -1 }
		command = { type = infra value = -1000 }
		command = { type = trade value = 1000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = 	{ type = ADM which = 1 value = 30 }
		command = { type = revoltrisk which = 60 value = 4 }
		command = { type = revolt which = 385 } # Armée menée par les ultras
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 383 }
	}
	action_a ={		
		name = "Renversons l'assemblée"
		command = 	{ type = DIP which = 2 value = 60 }
		command = { type = stability value = -3 }
		command = { type = domestic which = ARISTOCRACY value = 3 }
		command = { type = domestic which = innovative value = -2 }
		command = { type = infra value = -2000 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 382 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 376 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 383 }
		command = { type = revolt which = 386 }
		command = { type = revolt which = 375 }
		command = { type = revoltrisk which = 60 value = 8 }
	}
}

#The Reign of Terror#
event = {
	id = 8232
	trigger = { domestic = { type = aristocracy value = 4 }
			OR = {			
				event = 8230
				event = 8231
			}
			control = { province = 385 data = REB }
		}
	random = no
	country = FRA
	name = "La chute de Paris"
	desc = "EVENTHIST3145"
	style = 4

	date = { day = 1 month = january year = 1791 }
	offset = 100
	deathdate = { day = 30 month = december year = 1801 }

	action_a ={				#The September-murders have taken place#
		name = "ACTIONNAME3145A"
		command = { type = wakemonarch which = 04016 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = population  which = -2 value = -1200 }
		command = { type = domestic which = CENTRALIZATION value = 5 }
		command = { type = domestic which = ARISTOCRACY value = -5 }
		command = { type = domestic which = SERFDOM value = -5 }
		command = { type = domestic which = INNOVATIVE value = 3 }
		command = { type = domestic which = OFFENSIVE value = 2 }
		command = { type = domestic which = LAND value = 3 }
		command = { type = domestic which = QUALITY value = -4 }
		command = { type = revoltrisk which = 18 value = 3 }
		command = { type = treasury value = 600 }
		command = { type = ADM which = -5 value = 2 }
		command = { type = DIP which = -5 value = 2 }
		command = { type = MIL which = -5 value = 2 }
		command = { type = relation which = ENG value = -200  }
		command = { type = relation which = HAB value = -200  }
		command = { type = relation which = SPA value = -200  }
		command = { type = relation which = PRU value = -200  }
		command = { type = relation which = RUS value = -200  }
		command = { type = relation which = SWE value = -200  }
		command = { type = stability value = -1 }
		command = { type = badboy value = 10 }
		command = { type = trigger which = 12115 }
		command = { type = trigger which = 12116 }
		command = { type = trigger which = 12117 }
		command = { type = trigger which = 12118 }
		command = { type = trigger which = 12119 } 
		command = { type = trigger which = 21125 }
	}
}

#Choix politique #
event = {
	id = 8233
	date = { day = 1 month = january year = 1791 }
	offset = 100
	deathdate = { day = 30 month = december year = 1801 }

	random = no
	country = FRA
	trigger = { NOT = { domestic = { type = aristocracy value = 4 } }
			OR = {			
				event = 8230
				event = 8231
			}
			control = { province = 385 data = REB }
		}
	name = "La chute de Paris
	desc = "A la suite de la grande révolte parisienne, il rester aux chefs deux choix : continuer l'expérience de la monarchie constitutionelle, soit créer une république."
	style = 5

	action_a ={
		name = "Appelons philippe d'orléans comme régent"
		command = { type = stability value = -1 } #affaire du 17 juillet
		command = { type = revolt which = -2 }
		command = { type = badboy value = 5 }
		command = { type = wakemonarch which = 40000 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = domestic which = ARISTOCRACY	value = 2 }
		command = { type = domestic which = INNOVATIVE value = 1 }
		command = { type = domestic which = SERFDOM value = -1 }
	}

	action_b ={
		name = "Etablissons la république"
		command = { type = flag which = 5 }
		command = { type = wakemonarch which = 04016 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = domestic which = CENTRALIZATION value = 4 }
		command = { type = domestic which = ARISTOCRACY value = -3 }
		command = { type = domestic which = SERFDOM value = -5 }
		command = { type = domestic which = INNOVATIVE value = 2 }
		command = { type = domestic which = LAND value = 1 }
		command = { type = domestic which = QUALITY value = -1 }
		command = { type = treasury value = 400 } #saisie de biens royaux ou nobles
		command = { type = relation which = ENG value = -200  }
		command = { type = relation which = HAB value = -200  }
		command = { type = relation which = SPA value = -200  }
		command = { type = relation which = PRU value = -200  }
		command = { type = relation which = RUS value = -200  }
		command = { type = relation which = SWE value = -200  }
		command = { type = stability value = -3 }
		command = { type = badboy value = 10 }
		command = { type = sleepevent which = 3145 }
		command = { type = trigger which = 12115 }
		command = { type = trigger which = 12116 }
		command = { type = trigger which = 12117 }
		command = { type = trigger which = 12118 }
		command = { type = trigger which = 12119 } 
		command = { type = trigger which = 21125 }
	}
}
[/COLOR]
 
Last edited:

Sire Philippe

Anti-buonapartiste brumaire
75 Badges
Aug 17, 2002
5.674
0
  • Crusader Kings II: Reapers Due
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Knights of Honor
  • Europa Universalis IV: Third Rome
  • Stellaris: Nemesis
  • Divine Wind
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Heir to the Throne
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Rome Gold
  • Victoria 2
Oublie pas : c'est :
Code:
 pour ouvrir, et puis tu rajoutes une barre pour fermer. :) 

Ca a le mérite de centrer le texte, mais ça lui donne une couleur... pas terrible, c'est le moins que l'on puisse dire... :rolleyes:
 

unmerged(4720)

Archer du guet
Jul 4, 2001
5.047
0
www.morinie.com
Code:
test
 

unmerged(4720)

Archer du guet
Jul 4, 2001
5.047
0
www.morinie.com
ok ca marche mais on pourrait changer une couleur parce que noir sur bleu-nuit ... :rolleyes: :(
 

unmerged(4720)

Archer du guet
Jul 4, 2001
5.047
0
www.morinie.com
y a pas un truc pour les listes aussi ?
 

Cat Lord

Retired Moderator
67 Badges
May 13, 2002
10.850
16
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron II: Beta
Originally posted by Louvois
ok ca marche mais on pourrait changer une couleur parce que noir sur bleu-nuit ... :rolleyes: :(
On peut utiliser les tags COLOR entre 2 tags CODE.

Cat
 

Cat Lord

Retired Moderator
67 Badges
May 13, 2002
10.850
16
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
  • Hearts of Iron II: Beta
Travailler bien les gars, et sur la suit edes events Vendéens aussi, ce pourrait tres utile dans 262 ans :D

Cat
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Bon, le code, ça marche, mais la couleur pose problème...Je verrrais plus tard. Mais c'est tès lisible si on met le texte en surbrillance

Finalemant, je resterais à l'ancienne mode
 

unmerged(10401)

Resigned
Jul 27, 2002
437
0
Visit site
ça marche bien:


Code:
[COLOR=dark red]:################################################
 
#Monarchie constitutionelle
#The French Revolution: Constitutional Monarchy#
event = {

	id = 3780
	trigger = {
		event = 3144
		NOT = {
			domestic = {
				type = aristocracy
				value = 5
			}
		}
	}
	random = no
	country = FRA
	name = "EVENTNAME3780"
	desc = "EVENTHIST3780"
	style = 4

	date = { day = 14 month = july year = 1789 }
	offset = 0
	deathdate = { day = 22 month = december year = 1789 }

	action_a ={				#Waves of Revolts have struck us, Sire#
		name = "ACTIONNAME3780A"
		command = { type = sleepevent which = 3342 }
		command = { type = sleepevent which = 3779 }
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = domestic which = ARISTOCRACY value = -1 }
		command = { type = domestic which = SERFDOM value = -1 }
		command = { type = domestic which = INNOVATIVE value = 2 }
		command = { type = domestic which = OFFENSIVE value = 1 }
		command = { type = domestic which = LAND value = -1 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = stability value = -1 }
	}
}

### 4 aout ###
event = {
	id = 8229
	trigger = { event = 3780 }
	}
	random = no
	country = FRA
	name = "L'abolition des privilèges"
	desc = "Le 4 aout, après une soirée de beuverie, les discussions d'alcooliques virèrent aux paris les plus fous, dont l'abolition des privilèges."
	style = 4
	
	date = { day = 4 month = august year = 1789 }
	offset = 1

	action_a = {
			name = "Supprimons les privilèges de classes"
			command = { type = domestic which = INNOVATIVE value = 2 }
			command = { type = sleepevent which = 8231 }
		}
	action_b = {
			name = "nous avons fait assez de réformes"
			command = { type = stability value = -1 }
			command = { type = sleepevent which = 8201 }
			command = { type = sleepevent which = 8200 }
			command = { type = sleepevent which = 8230 }
		}
}

#Réactions des ultras#
event = {
	id = 8230
	trigger = { event = 3780 }
	random = no
	country = FRA
	name = "La réaction des ultras"
	desc = "Face aux réformes de l'assemblée, une faction dirigée par les absolutistes voulu forcer le roi à revenir à l'ancien régime."
	style = 4

	date = { day = 2 month = september year = 1790 }
	offset = 300
	deathdate = { day = 29 month = december year = 1800 }

	action_a ={			
		name = "Conservons une monarchie constitutionelle"
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = serfdom  value = -1 }
		command = { type = stability value = -1 }
		command = { type = infra value = -1000 }
		command = { type = trade value = 1000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = 	{ type = ADM which = 1 value = 30 }
		command = { type = revoltrisk which = 60 value = 4 }
		command = { type = revolt which = 385 } # Armée menée par les ultras
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 383 }
	}
	action_b ={		
		name = "Renversons l'assemblée"
		command = 	{ type = DIP which = 2 value = 60 }
		command = { type = stability value = -3 }
		command = { type = domestic which = ARISTOCRACY value = 3 }
		command = { type = domestic which = innovative value = -2 }
		command = { type = infra value = -2000 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 382 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 376 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 383 }
		command = { type = revolt which = 386 }
		command = { type = revolt which = 375 }
		command = { type = revoltrisk which = 60 value = 8 }
	}
}

#Réactions des ultras#
event = {
	id = 8231
	trigger = { event = 3780 }
	random = no
	country = FRA
	name = "La réaction des ultras"
	desc = "Face aux réformes de l'assemblée, une faction dirigée par les absolutistes voulu forcer le roi à revenir à l'ancien régime."
	style = 4

	date = { day = 2 month = september year = 1790 }
	offset = 300
	deathdate = { day = 29 month = december year = 1800 }

	action_b ={			
		name = "Conservons une monarchie constitutionelle"
		command = { type = domestic which = innovative value = 1 }
		command = { type = domestic which = serfdom  value = -1 }
		command = { type = stability value = -1 }
		command = { type = infra value = -1000 }
		command = { type = trade value = 1000 }
		command = { type = desertion which = -1 value = 5000 }
		command = { type = desertion which = -1 value = 5000 }
		command = 	{ type = ADM which = 1 value = 30 }
		command = { type = revoltrisk which = 60 value = 4 }
		command = { type = revolt which = 385 } # Armée menée par les ultras
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 383 }
	}
	action_a ={		
		name = "Renversons l'assemblée"
		command = 	{ type = DIP which = 2 value = 60 }
		command = { type = stability value = -3 }
		command = { type = domestic which = ARISTOCRACY value = 3 }
		command = { type = domestic which = innovative value = -2 }
		command = { type = infra value = -2000 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 385 }
		command = { type = revolt which = 382 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 379 }
		command = { type = revolt which = 376 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 407 }
		command = { type = revolt which = 383 }
		command = { type = revolt which = 386 }
		command = { type = revolt which = 375 }
		command = { type = revoltrisk which = 60 value = 8 }
	}
}

#The Reign of Terror#
event = {
	id = 8232
	trigger = { domestic = { type = aristocracy value = 4 }
			OR = {			
				event = 8230
				event = 8231
			}
			control = { province = 385 data = REB }
		}
	random = no
	country = FRA
	name = "La chute de Paris"
	desc = "EVENTHIST3145"
	style = 4

	date = { day = 1 month = january year = 1791 }
	offset = 100
	deathdate = { day = 30 month = december year = 1801 }

	action_a ={				#The September-murders have taken place#
		name = "ACTIONNAME3145A"
		command = { type = wakemonarch which = 04016 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = population  which = -2 value = -1200 }
		command = { type = domestic which = CENTRALIZATION value = 5 }
		command = { type = domestic which = ARISTOCRACY value = -5 }
		command = { type = domestic which = SERFDOM value = -5 }
		command = { type = domestic which = INNOVATIVE value = 3 }
		command = { type = domestic which = OFFENSIVE value = 2 }
		command = { type = domestic which = LAND value = 3 }
		command = { type = domestic which = QUALITY value = -4 }
		command = { type = revoltrisk which = 18 value = 3 }
		command = { type = treasury value = 600 }
		command = { type = ADM which = -5 value = 2 }
		command = { type = DIP which = -5 value = 2 }
		command = { type = MIL which = -5 value = 2 }
		command = { type = relation which = ENG value = -200  }
		command = { type = relation which = HAB value = -200  }
		command = { type = relation which = SPA value = -200  }
		command = { type = relation which = PRU value = -200  }
		command = { type = relation which = RUS value = -200  }
		command = { type = relation which = SWE value = -200  }
		command = { type = stability value = -1 }
		command = { type = badboy value = 10 }
		command = { type = trigger which = 12115 }
		command = { type = trigger which = 12116 }
		command = { type = trigger which = 12117 }
		command = { type = trigger which = 12118 }
		command = { type = trigger which = 12119 } 
		command = { type = trigger which = 21125 }
	}
}

#Choix politique #
event = {
	id = 8233
	date = { day = 1 month = january year = 1791 }
	offset = 100
	deathdate = { day = 30 month = december year = 1801 }

	random = no
	country = FRA
	trigger = { NOT = { domestic = { type = aristocracy value = 4 } }
			OR = {			
				event = 8230
				event = 8231
			}
			control = { province = 385 data = REB }
		}
	name = "La chute de Paris
	desc = "A la suite de la grande révolte parisienne, il rester aux chefs deux choix : continuer l'expérience de la monarchie constitutionelle, soit créer une république."
	style = 5

	action_a ={
		name = "Appelons philippe d'orléans comme régent"
		command = { type = stability value = -1 } #affaire du 17 juillet
		command = { type = revolt which = -2 }
		command = { type = badboy value = 5 }
		command = { type = wakemonarch which = 40000 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = domestic which = ARISTOCRACY	value = 2 }
		command = { type = domestic which = INNOVATIVE value = 1 }
		command = { type = domestic which = SERFDOM value = -1 }
	}

	action_b ={
		name = "Etablissons la république"
		command = { type = flag which = 5 }
		command = { type = wakemonarch which = 04016 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = domestic which = CENTRALIZATION value = 4 }
		command = { type = domestic which = ARISTOCRACY value = -3 }
		command = { type = domestic which = SERFDOM value = -5 }
		command = { type = domestic which = INNOVATIVE value = 2 }
		command = { type = domestic which = LAND value = 1 }
		command = { type = domestic which = QUALITY value = -1 }
		command = { type = treasury value = 400 } #saisie de biens royaux ou nobles
		command = { type = relation which = ENG value = -200  }
		command = { type = relation which = HAB value = -200  }
		command = { type = relation which = SPA value = -200  }
		command = { type = relation which = PRU value = -200  }
		command = { type = relation which = RUS value = -200  }
		command = { type = relation which = SWE value = -200  }
		command = { type = stability value = -3 }
		command = { type = badboy value = 10 }
		command = { type = sleepevent which = 3145 }
		command = { type = trigger which = 12115 }
		command = { type = trigger which = 12116 }
		command = { type = trigger which = 12117 }
		command = { type = trigger which = 12118 }
		command = { type = trigger which = 12119 } 
		command = { type = trigger which = 21125 }
	}
}

[/COLOR]
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
[polak, frustré, constatant son ignorance de la syntaxe du forum]
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH[/polak, frustré, constatant son ignorance de la syntaxe du forum]
Zut, pourquoi ,'y a t-il pas un smiley qui pleure...

Oserais-je demander la raison de mon échec ?

EDIT : non ,c'est bon j'ai compris. Quel honte, et moi qui manipulais les couleurs comme pas un dans mon AAR

Bon, ça a plus de gueule comme ça. Bon, je prépare une mise à jour
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Encore plus fort:D ...
Au cas ou les trois events révolutionnaires ne se déroulent pas (rappel, il faut une convocation des etats généraux, voici des events efficaces :
Une grande révolte française (le roi choisit d'écouter le peuple ou d'envoyer l'armée)
Et, si la situation n'est pas rétabli d'ici 1797-1799, l'armée à pris de la force, et un général assez ambitieux en profite pour faire un coup d'état...

Pour les quelques royalistes ou respectueux de Louis XVI, qu'aurait-il fait : aider le peuple ou tirer dans la foule ?

Code:
[COLOR=red]#########################################
#La crise de 1789 #
event = {
	id = 8234
	trigger = { NOT = { event = 3780
				event = 3779
				event = 3342 }
			domestic = { type = aristocracy value = 6	}
			NOT = { domestic = { type = innovative value = 4 } }
			NOT = { stability = 2 }
		}
	random = no
	country = FRA
	name = "Les troubles révolutionnaires"
	desc = "Excédé par des récoltes mauvaises, faisant craindre le spectre de la famine, le peuple de France se révolta"
	style = 4

	date = { day = 2 month = september year = 1789 }
	offset = 300
	deathdate = { day = 29 month = december year = 1799 }

	action_a ={			
		name = "Ecrasons les révoltés"
		command = { type = domestic which = ARISTOCRACY value = 1}
		command = { type = domestic which = CENTRALIZATION value = 1}
		command = { type = domestic which = innovative value = -2}
		command = { type = domestic which = land value = 2 }
		command = { type = stability value = -4 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = DIP which = -2 value = 120 }
		command = { type = revoltrisk which = 120 value = 8 }
		command = { type = revolt which = -2 } # Armée menée par les ultras
		command = { type = revolt which = -2 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
	}
	action_b ={		
		name = "Faisons des concessions et aidons le peuple"
		command = { type = ADM which = -2 value = 120 }
		command = { type = stability value = -2 }
		command = { type = domestic which = ARISTOCRACY value = -2 }
		command = { type = domestic which = CENTRALIZATION value = -2 }
		command = { type = domestic which = mercantilism value = 2 }
		command = { type = domestic which = innovative value = 2 }
		command = { type = infra value = -2000 }
		command = { type = trade value = -2000 }
		command = { type = revolt which = -1 } # Armée menée par les ultras
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revoltrisk which = 120 value = 4 }
		command = { type = sleepevent which = 8235 }
	}
}

#Napoleon Bonaparte#
event = {
	id = 8235
	trigger = {	event = 8234
			NOT = { stability = 2 }	}
	random = no
	country = FRA
	name = "Le coup d'état de Bonaparte"
	desc = "Le roi se remettant à l'armée pour écraser les révoltes, il était inévitable que des généraux pensassent à des destinées politiques. L'un d'eux, Bonaparte, osa franchir le pas"
	style = 4

	date = { day = 2 month = november year = 1797 }
	offset = 1200
	deathdate = { day = 29 month = december year = 1807 }

	action_a ={				#We need Brilliant Leadership!#
		name = "ACTIONNAME3148A"
		command = { type = wakemonarch which = 04018 }
		command = { type = sleepmonarch which = 04019 }
		command = { type = flag which = 5 }
		command = { type = domestic which = CENTRALIZATION value = 5 }
		command = { type = domestic which = ARISTOCRACY value = 3 }
		command = { type = domestic which = INNOVATIVE value = 3 }
		command = { type = domestic which = OFFENSIVE value = 2 }
		command = { type = domestic which = QUALITY value = 3 }
		command = { type = land value = 2000 }
		command = { type = relation which = ENG value = -150  }
		command = { type = relation which = HAB value = -150  }
		command = { type = relation which = SPA value = -150  }
		command = { type = relation which = PRU value = -150  }
		command = { type = relation which = RUS value = -150  }
		command = { type = relation which = SWE value = -150  }
		command = { type = stability value = 4 }
		command = { type = trigger which = 21019 }
		command = { type = revolt which = -2 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = desertion which = -1 value = 10000 }
	}

	action_b ={				#We don't want a new Ceasar#
		name = "Arretons cette usurpateur"
		command = { type = domestic which = OFFENSIVE value = -2 }
		command = { type = domestic which = land value = -3 }
		command = { type = stability value = -1  }
		command = { type = land value = -1000 }
		command = { type = revoltrisk which = 24 value = 5 }
		command = { type = desertion which = -1 value = 15000 }
		command = { type = desertion which = -1 value = 15000 }
		command = { type = desertion which = -1 value = 15000 }
		command = { type = desertion which = -1 value = 15000 }
	}
}
[/color]
 

unmerged(4720)

Archer du guet
Jul 4, 2001
5.047
0
www.morinie.com
protesté, aidé le peuple (aimé du peuple en plus) mais pas tirer dessus
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Bon, j'attends d'autres avis, et s'il le faut, j'inverse les choix:eek:
 

unmerged(10401)

Resigned
Jul 27, 2002
437
0
Visit site
Originally posted by Polak
[polak, frustré, constatant son ignorance de la syntaxe du forum]
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH[/polak, frustré, constatant son ignorance de la syntaxe du forum]
Zut, pourquoi ,'y a t-il pas un smiley qui pleure...

Oserais-je demander la raison de mon échec ?

EDIT : non ,c'est bon j'ai compris. Quel honte, et moi qui manipulais les couleurs comme pas un dans mon AAR

Bon, ça a plus de gueule comme ça. Bon, je prépare une mise à jour

Merci qui? :D

en cadeau:
http://eltoad.free.fr/image/partimage/Smiley/bigpleur.gif
bigpleur.gif
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Bon, pendant que j'y suis, j'ai fait une recherche succinte sur des events d'autres pays en rapport avec la révolution. Pour l'instant, je n'en ai que deux

Code:
[COLOR=orangered]
#The Dethronement of Gustav IV Adolf
#Je vois mal Bernadotte faire une carrière sans la révolution
event = {
	id = 3260
	random = no
trigger = { OR = { monarch = 4018 
			monarch = 4017
			monarch = 4016 }}
	country = SWE
	name = "EVENTNAME3260"
	desc = "EVENTHIST3260"
	style = 5

	date = { day = 1 month = may year = 1809 }
	offset = 5
	deathdate = { day = 30 month = may year = 1809 }

	action_a ={			#Dethrone and install Jean-Baptist Bernadotte#
		name = "ACTIONNAME3260A"
		command = { type = trigger which = 3341 }
		command = { type = wakeleader which = 09564 }
		command = { type = relation which = RUS value = 150 }
		command = { type = stability value = 1 }
	}
	action_b ={			#Let him rule#
		name = "ACTIONNAME3260B"
		command = { type = relation which = ENG value = 50 }
		command = { type = stability value = -2 }
		command = { type = sleepmonarch which = 06317 }
		command = { type = sleepmonarch which = 06318 }
	}
}

#et celui-là, pour l'autriche. Pourquoi réagir si Louis XVI n'est pas menacé
#The Reactionary Reforms of 1789#
event = {

	id = 3340
	random = no
	trigger = {
			OR = {
				event = 3342
				event = 3779
				}
			}
	country = HAB
	name = "EVENTNAME3340"
	desc = "EVENTHIST3340"
	style = 4

	date = { day = 20 month = september year = 1789 }
	offset = 30
	deathdate = { day = 30 month = december year = 1789 }

	action_a ={				#React against Revolutionary Tendencies!#
		name = "ACTIONNAME3340A"
		command = { type = domestic which = ARISTOCRACY value = 3 }
		command = { type = domestic which = SERFDOM value = 3 }
		command = { type = domestic which = INNOVATIVE value = -3  }
		command = { type = stability value = -1 }
	}

	action_b ={				#Risk the Revolution!#
		name = "ACTIONNAME3340B"
		command = { type = domestic which = ARISTOCRACY value = -1 }
		command = { type = domestic which = SERFDOM value = -1 }
		command = { type = domestic which = INNOVATIVE value = 1 }
		command = { type = revoltrisk which = 156 value = 3 }
		command = { type = stability value = 1 }
	}
}

[/color]
 

unmerged(4720)

Archer du guet
Jul 4, 2001
5.047
0
www.morinie.com
Si Bernadotte n'est pas là

à la mort de Charles XIII, il reste le fils de Gustave IV Adolf : Gustave (1799-1877)

après Gustave, il ne reste plus que des filles dans cette branche donc le trône de Suède serait certainement parti aux grands-ducs d'oldenbourg issus de Georges (oncle de Charles XIII) : si besoin je te les fille mais vu les dates de Gustave, ca devrait aller.

Si y avait pas eu la révolution je ne crois pas que Bernadotte soit venu d'une quelconque manière en Suède : ils auraient préféré une solution "maison"
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Re: Si Bernadotte n'est pas là

Originally posted by Louvois
à la mort de Charles XIII, il reste le fils de Gustave IV Adolf : Gustave (1799-1877)

après Gustave, il ne reste plus que des filles dans cette branche donc le trône de Suède serait certainement parti aux grands-ducs d'oldenbourg issus de Georges (oncle de Charles XIII) : si besoin je te les fille mais vu les dates de Gustave, ca devrait aller.

Merci, mais j'ai vérifié, le roi qui se fait jarté a les dates suivantes :historicalmonarch = {
id = { type = 6 id = 06316 }
startdate = {
year = 1792
month = april
day = 2
}
deathdate = {
year = 1837
}
name = "Gustav IV Adolf"
DIP = 2
ADM = 7
MIL = 5
dormant = no
remark = "Forced to abdicate in may 1809."
}
Donc pas de problème.

Sinon, à noter que cette event est buggé dans sa version initiale à propos de la gestion des monarques
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Donc, pour ceux que ça interresse, voici le fichier, en principe sans erreur:rolleyes:

Je m'étais promis de travailler sur les leaders, mais au train on vont les :( ....
J'ai trouvé un petit bouquin sur la révolution, qui est bien;
Alors : le Marquis de bouillé aurait-il été un grand chef ?Non sire, c'est une révolution

Edit : Ah oui, faire aussi des textes plus jolie
 

unmerged(4720)

Archer du guet
Jul 4, 2001
5.047
0
www.morinie.com
Bouillé : un leader ? on parle du meme ????? :( :( :(
 

Polak

Léonard devint ch'ti
3 Badges
Sep 24, 2001
2.869
11
  • For The Glory
  • March of the Eagles
  • 500k Club
Oui, oui, le gars qui était trop impatient, et qui trouvait la Meuse trop fraiche le matin...

Peut-etre une belle carrière sous la royauté ?