mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			188 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | export const races = [ | ||
|  |   { | ||
|  |     key: 'demi-elfe', | ||
|  |     label: 'Demi-elfe', | ||
|  |     abilityBonuses: [ | ||
|  |       { ability: 'cha', value: 2 } | ||
|  |     ], | ||
|  |     freeAbilityBonuses: { qty: 2, value: 1 } | ||
|  |   } | ||
|  | ] |