mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-11-04 01:09:06 +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",
 | 
						|
]
 |