mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-30 21:24:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 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",
 | |
| ]
 | 
