17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"name": "testmonster",
|
|
"image":"Assets/Cards/testmonstercard/artwork.png",
|
|
"costs": 30,
|
|
"defence": 40,
|
|
"attacks":[
|
|
{
|
|
"name":"test attack",
|
|
"damage":80
|
|
},
|
|
{
|
|
"name":"test attack",
|
|
"damage":80
|
|
}
|
|
]
|
|
}
|