mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-11-04 09:11:48 +00:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								export const MAGICITEMTYPES = [
							 | 
						||
| 
								 | 
							
								  "Anneau",
							 | 
						||
| 
								 | 
							
								  "Arme",
							 | 
						||
| 
								 | 
							
								  "Armure",
							 | 
						||
| 
								 | 
							
								  "Baguette",
							 | 
						||
| 
								 | 
							
								  "Bâton",
							 | 
						||
| 
								 | 
							
								  "Objet merveilleux",
							 | 
						||
| 
								 | 
							
								  "Parchemin",
							 | 
						||
| 
								 | 
							
								  "Potion",
							 | 
						||
| 
								 | 
							
								  "Sceptre",
							 | 
						||
| 
								 | 
							
								]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export const RARITIES = [
							 | 
						||
| 
								 | 
							
								  "Courant",
							 | 
						||
| 
								 | 
							
								  "Peu courant",
							 | 
						||
| 
								 | 
							
								  "Rare",
							 | 
						||
| 
								 | 
							
								  "Très rare",
							 | 
						||
| 
								 | 
							
								  "Légendaire",
							 | 
						||
| 
								 | 
							
								  "Artefact",
							 | 
						||
| 
								 | 
							
								]
							 |