added card data

This commit is contained in:
2023-12-06 18:46:17 +01:00
parent 4fbd1c6663
commit 0d89b1ce84
7 changed files with 74 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,16 @@
{
"name": "testmonster",
"image":"Assets/Cards/testmonstercard/artwork.png",
"costs": 30,
"defence": 40,
"attacks":[
{
"name":"test attack",
"damage":80
},
{
"name":"test attack",
"damage":80
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,6 @@
{
"name": "testspell",
"image":"Assets/Cards/testspelltcard/artwork.png",
"costs": 30,
"description":"this is a test spell card"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,6 @@
{
"name": "testtrap",
"image":"Assets/Cards/testtrapcard/artwork.png",
"costs": 30,
"description":"this is a test tryp card"
}