1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-12-17 15:40:37 +00:00

calculateur de carac.

This commit is contained in:
Maxime Moraine 2020-04-27 17:42:48 +02:00
parent 79ed65ccaf
commit 4dab0808de
6 changed files with 376 additions and 28 deletions

View file

@ -20,3 +20,9 @@ export const ABILITYSCORES = [
{ text: 'Sagesse', value: 'sag' },
{ text: 'Charisme', value: 'cha' },
]
export const POWERTIERS = [
{ text: 'Courageux', pointBuy: 19, standardArray: [14,12,12,10,10,8] },
{ text: 'Héroïque', pointBuy: 27, standardArray: [15,14,13,12,10,8] },
{ text: 'Légendaire', pointBuy: 36, standardArray: [16,15,13,12,12,10] }
]