forked from gilbens-starkware/catering-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcards.json
More file actions
37 lines (37 loc) · 785 Bytes
/
Copy pathcards.json
File metadata and controls
37 lines (37 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"1": {
"cost": 1,
"resources": 1,
"attack": 1,
"defense": 1,
"img_url": "https://example.com/image1.png"
},
"2": {
"cost": 2,
"resources": 2,
"attack": 2,
"defense": 2,
"img_url": "https://example.com/image2.png"
},
"3": {
"cost": 3,
"resources": 3,
"attack": 3,
"defense": 3,
"img_url": "https://example.com/image3.png"
},
"4": {
"cost": 4,
"resources": 4,
"attack": 4,
"defense": 4,
"img_url": "https://example.com/image4.png"
},
"5": {
"cost": 0,
"resources": 1,
"attack": 0,
"defense": 0,
"img_url": "https://example.com/image5.png"
}
}