mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +00:00 
			
		
		
		
	meilleure initialisation du menu principal + équipement
This commit is contained in:
		
							parent
							
								
									b1b97a01e9
								
							
						
					
					
						commit
						c34341f375
					
				
					 10 changed files with 751 additions and 9 deletions
				
			
		|  | @ -77,7 +77,8 @@ module.exports = { | |||
|             children: [ | ||||
|               { | ||||
|                 title: 'Les races', | ||||
|                 path: '/races/' | ||||
|                 path: '/races/', | ||||
|                 exact: true | ||||
|               }, | ||||
|               { | ||||
|                 title: 'Demi-elfe', | ||||
|  | @ -135,10 +136,12 @@ module.exports = { | |||
|           }, | ||||
|           { | ||||
|             title: "Personnalité & Historique", | ||||
|             path: '/personnalite-et-historique/', | ||||
|             children: [ | ||||
|               { | ||||
|                 title: "Personnalité & Historique", | ||||
|                 path: '/personnalite-et-historique/' | ||||
|                 path: '/personnalite-et-historique/', | ||||
|                 exact: true | ||||
|               }, | ||||
|               { | ||||
|                 title: "Brigand", | ||||
|  | @ -208,10 +211,12 @@ module.exports = { | |||
|           }, | ||||
|           { | ||||
|             title: "Classes", | ||||
|             path: '/classes/', | ||||
|             children: [ | ||||
|               { | ||||
|                 title: "Les classes", | ||||
|                 path: '/classes/' | ||||
|                 path: '/classes/', | ||||
|                 exact: true | ||||
|               }, | ||||
|               { | ||||
|                 title: "Barbare", | ||||
|  | @ -263,6 +268,43 @@ module.exports = { | |||
|               } | ||||
|             ] | ||||
|           }, | ||||
|           { | ||||
|             title: "Équipement", | ||||
|             children: [ | ||||
|               { | ||||
|                 title: "Système monétaire", | ||||
|                 path: '/systeme-monetaire/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Armures", | ||||
|                 path: '/armures/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Armes", | ||||
|                 path: '/armes/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Équipement d'aventurier", | ||||
|                 path: '/equipement-d-aventurier/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Outils", | ||||
|                 path: '/outils/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Montures et véhicules", | ||||
|                 path: '/montures-et-vehicules/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Marchandises", | ||||
|                 path: '/marchandises/' | ||||
|               }, | ||||
|               { | ||||
|                 title: "Dépenses courantes", | ||||
|                 path: '/depenses-courantes/' | ||||
|               } | ||||
|             ] | ||||
|           }, | ||||
|           { | ||||
|             title: 'Options de personnalisation', | ||||
|             path: '/options-de-personnalisation/' | ||||
|  | @ -297,7 +339,7 @@ module.exports = { | |||
|         title: 'Pour les meneurs', | ||||
|         children: [ | ||||
|           { | ||||
|             title: "Les trésorrs", | ||||
|             title: "Les trésors", | ||||
|             path: '/les-tresors/' | ||||
|           }, | ||||
|           { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine