mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
outils de création de sorts/monstres/objets
This commit is contained in:
parent
6237f0e6a2
commit
a6986c42c6
48 changed files with 2743 additions and 259 deletions
20
docs/.vuepress/data/magicItems.js
Normal file
20
docs/.vuepress/data/magicItems.js
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue