mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
WIP bestiaire
This commit is contained in:
parent
bde611ae9b
commit
510db9f858
58 changed files with 29311 additions and 365 deletions
19
docs/.vuepress/data/stats.js
Normal file
19
docs/.vuepress/data/stats.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
export const stats = {
|
||||
abilities: {
|
||||
for: {label: 'Force', abbr: 'For'},
|
||||
dex: {label: 'Dextérité', abbr: 'Dex'},
|
||||
con: {label: 'Constitution', abbr: 'Con'},
|
||||
int: {label: 'Intelligence', abbr: 'Int'},
|
||||
sag: {label: 'Sagesse', abbr: 'Sag'},
|
||||
cha: {label: 'Charisme', abbr: 'Cha'},
|
||||
},
|
||||
|
||||
sizes: {
|
||||
tp: { label: "Très petit", abbr: "TP", hitDie: 4 },
|
||||
p: { label: "Petit", abbr: "P", hitDie: 6 },
|
||||
m: { label: "Moyen", abbr: "M", hitDie: 8 },
|
||||
g: { label: "Grand", abbr: "G", hitDie: 10 },
|
||||
tg: { label: "Très grand", abbr: "TG", hitDie: 12 },
|
||||
gig: { label: "Gigantesque", abbr: "Gig", hitDie: 20 },
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue