pelican-jdr/public/datas/creatures/animaux.json

30 lines
657 B
JSON
Raw Normal View History

2023-10-17 19:40:57 +02:00
[
{
"nom":"Chèvre",
"classe":"Troupeau",
"carrure":"Médium Commun",
"min":1,
"max":5,
"armes":["cornes"],
"armures":["Cuir Naturel"],
"pouvoirs":["Rendre Chèvre"],
"elements":[],
"type":"",
"replace":[],
"overrideStats":[]
},
{
"nom":"Bélier",
"classe":"Troupeau",
"carrure":"Médium Commun",
"min":1,
"max":5,
"armes":["cornes"],
"armures":["Laine"],
"pouvoirs":["Rendre Chèvre"],
"elements":[],
"type":"",
"replace":[],
"overrideStats":[]
}
]