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:
parent
1eaeef1d97
commit
5d94e77883
10 changed files with 215 additions and 132 deletions
|
|
@ -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] }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue