1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-11-02 16:28:27 +00:00
5e-drs/docs/.vuepress/data/magicItems.js

21 lines
273 B
JavaScript
Raw Permalink Normal View History

export const MAGICITEMTYPES = [
"Anneau",
"Arme",
"Armure",
"Baguette",
"Bâton",
"Objet merveilleux",
"Parchemin",
"Potion",
"Sceptre",
]
export const RARITIES = [
"Courant",
"Peu courant",
"Rare",
"Très rare",
"Légendaire",
"Artefact",
]