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:
parent
79ed65ccaf
commit
4dab0808de
6 changed files with 376 additions and 28 deletions
|
|
@ -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] }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue