1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 13:34:21 +00:00
5e-drs/docs/.vuepress/data/races.js

11 lines
188 B
JavaScript
Raw Normal View History

2020-04-27 09:04:49 +02:00
export const races = [
{
key: 'demi-elfe',
label: 'Demi-elfe',
abilityBonuses: [
{ ability: 'cha', value: 2 }
],
freeAbilityBonuses: { qty: 2, value: 1 }
}
]