Adoranda/assets-cg/monsters/test.json

17 lines
136 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,
2022-02-18 00:01:46 +01:00
"stats":{
"atk":10,
"def":10,
"pv":20,
2022-02-19 01:21:38 +01:00
"xp":300
2022-02-18 00:01:46 +01:00
},
"moves":[
0,
1,
2
]
}