added card data
This commit is contained in:
BIN
Game_Client/Assets/Cards/testmonstercard/artworkjson.png
Normal file
BIN
Game_Client/Assets/Cards/testmonstercard/artworkjson.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -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
|
||||
}
|
||||
]
|
||||
}
|
BIN
Game_Client/Assets/Cards/testspellcard/artworkjson.png
Normal file
BIN
Game_Client/Assets/Cards/testspellcard/artworkjson.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "testspell",
|
||||
"image":"Assets/Cards/testspelltcard/artwork.png",
|
||||
"costs": 30,
|
||||
"description":"this is a test spell card"
|
||||
}
|
BIN
Game_Client/Assets/Cards/testtrapcard/artworkjson.png
Normal file
BIN
Game_Client/Assets/Cards/testtrapcard/artworkjson.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
6
Game_Client/Assets/Cards/testtrapcard/testtrapcard.json
Normal file
6
Game_Client/Assets/Cards/testtrapcard/testtrapcard.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "testtrap",
|
||||
"image":"Assets/Cards/testtrapcard/artwork.png",
|
||||
"costs": 30,
|
||||
"description":"this is a test tryp card"
|
||||
}
|
Reference in New Issue
Block a user