Begin implementation of the Stats / Skills tab
This commit is contained in:
parent
753d72b4e0
commit
0e8d1615a7
16 changed files with 292 additions and 64 deletions
|
|
@ -1,6 +1,11 @@
|
|||
export const statDice = [ `d4`, `d6`, `d8`, `d10`, `d12`, `d20` ];
|
||||
|
||||
export const trainingLevels = [``, `locked`, `+2`, `+4`];
|
||||
export const trainingLevels = {
|
||||
locked: -1,
|
||||
untrained: 0,
|
||||
trained: 2,
|
||||
expert: 4
|
||||
}
|
||||
|
||||
export const damageTypes = [ `slashing`, `piercing`, `smashing`, `gun`, `neon`, `shadow`, `solar` ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue