mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +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
17
docs/.vuepress/data/conditions.js
Normal file
17
docs/.vuepress/data/conditions.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export const CONDITIONS = [
|
||||
{ text: "À terre", value:'a-terre' },
|
||||
{ text: "Assourdi", value: 'assourdi' },
|
||||
{ text: "Aveuglé", value: 'aveugle' },
|
||||
{ text: "Charmé", value: 'charme' },
|
||||
{ text: "Épuisé", value: 'epuise' },
|
||||
{ text: "Empoigné", value: 'empoigne' },
|
||||
{ text: "Empoisonné", value: 'empoisonne' },
|
||||
{ text: "Entravé", value: 'entrave' },
|
||||
{ text: "Étourdi", value: 'etourdi' },
|
||||
{ text: "Inconscient", value: 'inconscient' },
|
||||
{ text: "Invisible", value: 'invisible' },
|
||||
{ text: "Neutralisé", value: 'neutralise' },
|
||||
{ text: "Paralysé", value: 'paralyse' },
|
||||
{ text: "Pétrifié", value: 'petrifie' },
|
||||
{ text: "Terrorisé", value: 'terrorise' },
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue