1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00
5e-drs/docs/.vuepress/data/spells.js
2020-04-22 11:17:05 +02:00

23 lines
489 B
JavaScript

export const SPELLSCHOOLS = [
"Abjuration",
"Enchantement",
"Divination",
"Évocation",
"Illusion",
"Invocation",
"Nécromancie",
"Transmutation",
]
export const SPELLLEVELS = [
{ value: 0, label: "Tour de magie" },
{ value: 1, label: "1" },
{ value: 2, label: "2" },
{ value: 3, label: "3" },
{ value: 4, label: "4" },
{ value: 5, label: "5" },
{ value: 6, label: "6" },
{ value: 7, label: "7" },
{ value: 8, label: "8" },
{ value: 9, label: "9" },
]