mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 04:34:19 +00:00
correction caractérstiques demi-ogre
This commit is contained in:
parent
ed05c4fc46
commit
d543a3d8b6
1 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ export const races = [
|
|||
key: 'demi-ogre',
|
||||
label: "Demi-ogre",
|
||||
abilityBonuses: [
|
||||
{ ability: 'for', value: 1 },
|
||||
{ ability: 'for', value: 2 },
|
||||
{ ability: 'con', value: 2 }
|
||||
],
|
||||
variants: [
|
||||
|
|
@ -195,7 +195,7 @@ export const races = [
|
|||
key: 'demi-ogre-standard',
|
||||
label: "Demi-ogre",
|
||||
abilityBonuses: [
|
||||
{ ability: 'for', value: 1 },
|
||||
{ ability: 'for', value: 2 },
|
||||
{ ability: 'con', value: 2 }
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue