20 lines
390 B
JSON

{
"name": "Test Monster",
"image": "Assets/Cards/testmonstercard/cards.png",
"description": "can attack other monsters",
"costs": 30,
"defense": 40,
"attacks":[
{
"id":1,
"name":"test attack",
"damage":80
},
{
"id":2,
"name":"test attack",
"damage":80
}
]
}