1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00

ability calculator

This commit is contained in:
Maxime Moraine 2020-04-27 09:04:49 +02:00
parent 59c9b00e68
commit 79ed65ccaf
5 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,10 @@
export const races = [
{
key: 'demi-elfe',
label: 'Demi-elfe',
abilityBonuses: [
{ ability: 'cha', value: 2 }
],
freeAbilityBonuses: { qty: 2, value: 1 }
}
]