mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +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", | ||
|  | ] |