switched up layout
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Test Monster",
|
||||
"image": "Assets/Cards/testmonstercard/cards.png",
|
||||
"description": "can attack other monsters",
|
||||
@ -6,14 +7,16 @@
|
||||
"defense": 40,
|
||||
"attacks":[
|
||||
{
|
||||
"id":1,
|
||||
"id": 1,
|
||||
"name":"test attack",
|
||||
"damage":80
|
||||
"description": "can attack another Monster",
|
||||
"damage": 80
|
||||
},
|
||||
{
|
||||
"id":2,
|
||||
"id": 2,
|
||||
"name":"test attack",
|
||||
"damage":80
|
||||
"description": "can attack another Monster",
|
||||
"damage": 80
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user