switched up layout

This commit is contained in:
2023-12-13 16:18:15 +01:00
parent 5de6b06503
commit a47d372053
13 changed files with 42 additions and 34 deletions

View File

@ -0,0 +1,22 @@
{
"id": 1,
"name": "Test Monster",
"image": "Assets/Cards/testmonstercard/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
}
]
}