added old code, fixed it (mostly), merged some new code to the old code, made it mostly runnable
This commit is contained in:
23
New_Client/Assets/Cards/1/card.json
Normal file
23
New_Client/Assets/Cards/1/card.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": 1,
|
||||
"type":"MonsterCard",
|
||||
"name": "Test Monster",
|
||||
"image": "Assets/Cards/1/cards.png",
|
||||
"description": "can attack other monsters",
|
||||
"costs": 30,
|
||||
"defense": 40,
|
||||
"attacks":[
|
||||
{
|
||||
"id": 1,
|
||||
"name":"test attack",
|
||||
"description": "can attack another Monster",
|
||||
"damage": 80
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name":"test attack",
|
||||
"description": "can attack another Monster",
|
||||
"damage": 80
|
||||
}
|
||||
]
|
||||
}
|
BIN
New_Client/Assets/Cards/1/card.png
Normal file
BIN
New_Client/Assets/Cards/1/card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Reference in New Issue
Block a user