mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 21:44:20 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
	
		
			690 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
	
		
			690 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | export const CONDITIONS = [ | ||
|  |   { text: "À terre", value:'a-terre' }, | ||
|  |   { text: "Assourdi", value: 'assourdi' }, | ||
|  |   { text: "Aveuglé", value: 'aveugle' }, | ||
|  |   { text: "Charmé", value: 'charme' }, | ||
|  |   { text: "Épuisé", value: 'epuise' }, | ||
|  |   { text: "Empoigné", value: 'empoigne' }, | ||
|  |   { text: "Empoisonné", value: 'empoisonne' }, | ||
|  |   { text: "Entravé", value: 'entrave' }, | ||
|  |   { text: "Étourdi", value: 'etourdi' }, | ||
|  |   { text: "Inconscient", value: 'inconscient' }, | ||
|  |   { text: "Invisible", value: 'invisible' }, | ||
|  |   { text: "Neutralisé", value: 'neutralise' }, | ||
|  |   { text: "Paralysé", value: 'paralyse' }, | ||
|  |   { text: "Pétrifié", value: 'petrifie' }, | ||
|  |   { text: "Terrorisé", value: 'terrorise' }, | ||
|  | ] |