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

amélioration et consolidation du calculateur de caractéristiques

This commit is contained in:
Maxime Moraine 2020-04-28 12:33:49 +02:00
parent 1eaeef1d97
commit 5d94e77883
10 changed files with 215 additions and 132 deletions

View file

@ -22,7 +22,7 @@ export const ABILITYSCORES = [
]
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] }
{ text: 'Courageux', min: 6, max: 15, pointBuy: 19, standardArray: [14,12,12,10,10,8] },
{ text: 'Héroïque', min: 8, max: 15, pointBuy: 27, standardArray: [15,14,13,12,10,8] },
{ text: 'Légendaire', min: 8, max: 16, pointBuy: 36, standardArray: [16,15,13,12,12,10] }
]