Adoranda/assets-cg/monsters/test.json

20 lines
193 B
JSON
Raw Normal View History

2022-02-18 00:01:46 +01:00
{
"name":"test",
"sprite":"test",
2022-02-19 01:21:38 +01:00
"id":1,
"type":"Labélisateur",
2022-02-18 00:01:46 +01:00
"stats":{
"atk":10,
"def":10,
2022-04-16 01:06:24 +02:00
"spe_atk":10,
"spe_def":10,
2022-02-18 00:01:46 +01:00
"pv":20,
2022-02-19 01:21:38 +01:00
"xp":300
2022-02-18 00:01:46 +01:00
},
"moves":[
0,
1,
2
]
}