merged broken branches client with master branch and added first statehandling for card placement
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": 1,
|
||||
"type":"MonsterCard",
|
||||
"name": "Test Monster",
|
||||
"image": "Assets/Cards/1/cards.png",
|
||||
"description": "can attack other monsters",
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "testspell",
|
||||
"type":"EffectCard",
|
||||
"image":"Assets/Cards/2/artwork.png",
|
||||
"costs": 30,
|
||||
"description":"this is a test spell card"
|
||||
"defense": 0,
|
||||
"description":"this is a test spell card",
|
||||
"attacks": []
|
||||
}
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "testtrap",
|
||||
"type":"EffectCard",
|
||||
"image":"Assets/Cards/3/artwork.png",
|
||||
"costs": 30,
|
||||
"description":"this is a test trap card"
|
||||
"defense": 0,
|
||||
"description":"this is a test trap card",
|
||||
"attacks": []
|
||||
}
|
Reference in New Issue
Block a user