mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 05:24:20 +00:00 
			
		
		
		
	ajout de la variante sorcereux pour le calculateur de caractéristiques
This commit is contained in:
		
							parent
							
								
									986e6d4485
								
							
						
					
					
						commit
						8a015314c0
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		|  | @ -189,6 +189,25 @@ export const races = [ | |||
|     abilityBonuses: [ | ||||
|       { ability: 'for', value: 1 }, | ||||
|       { ability: 'con', value: 2 } | ||||
|     ], | ||||
|     variants: [ | ||||
|       { | ||||
|         key: 'demi-ogre-standard', | ||||
|         label: "Demi-ogre", | ||||
|         abilityBonuses: [ | ||||
|           { ability: 'for', value: 1 }, | ||||
|           { ability: 'con', value: 2 } | ||||
|         ] | ||||
|       }, | ||||
|       { | ||||
|         key: 'demi-ogre-sorcereux', | ||||
|         label: "Demi-ogre sorcereux", | ||||
|         abilityBonuses: [ | ||||
|           { ability: 'con', value: 1 }, | ||||
|           { ability: 'sag', value: 1 }, | ||||
|           { ability: 'cha', value: 2 }, | ||||
|         ] | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine