46 lines
916 B
JSON
46 lines
916 B
JSON
{
|
|
"version": 1,
|
|
"levels": [
|
|
{
|
|
"level": 1,
|
|
"name": "Tea Time",
|
|
"masterId": "ethel",
|
|
"powerId": "superguide",
|
|
"file": "level-001.json",
|
|
"background": "parlor"
|
|
},
|
|
{
|
|
"level": 2,
|
|
"name": "Fetch!",
|
|
"masterId": "kona",
|
|
"powerId": "multiball",
|
|
"file": "level-002.json",
|
|
"background": "park"
|
|
},
|
|
{
|
|
"level": 3,
|
|
"name": "Hocus Pocus",
|
|
"masterId": "zanthor",
|
|
"powerId": "spaceblast",
|
|
"file": "level-003.json",
|
|
"background": "arcana"
|
|
},
|
|
{
|
|
"level": 4,
|
|
"name": "X-Ray Vision",
|
|
"masterId": "fireball",
|
|
"powerId": "fireball",
|
|
"file": "level-004.json",
|
|
"background": "lab"
|
|
},
|
|
{
|
|
"level": 5,
|
|
"name": "Checkmate",
|
|
"masterId": "victor",
|
|
"powerId": "zenball",
|
|
"file": "level-005.json",
|
|
"background": "study"
|
|
}
|
|
]
|
|
}
|