{
  "stage": 19,
  "theme": "crystal",
  "grid": [
    ["#","#","#","#","#","#","#","#","#","#"],
    ["#",".",".","G",".",".",".",".",".","#"],
    ["#",".","B",".","C",".",".","P",".","#"],
    ["#",".",".",".",".","#","#",".",".","#"],
    ["#","S",".",".",".",".",".",".",".","#"],
    ["#","#","#",".","#",".","#","#","#","#"],
    ["#",".",".",".",".",".",".",".","T"," #"],
    ["#",".","#","#","#",".","#",".",".","#"],
    ["#",".",".",".",".",".",".",".",".","#"],
    ["#","#","#","#","#","#","#","#","#","#"]
  ],
  "legend": {
    "#": "wall",
    ".": "floor",
    "S": "start",
    "G": "goal",
    "B": "box",
    "C": "crystal",
    "P": "player",
    "T": "teleport"
  },
  "moves_limit": 45,
  "targets": 3,
  "score_base": 1000,
  "combo_mult": [1.0, 1.2, 1.5, 2.0],
  "stars": [0, 35, 28, 22],
  "unlocked": true,
  "best_moves": 31,
  "best_time": 184
}