For the complete documentation index, see llms.txt. This page is also available as Markdown.

JSON FILES

PUZZLE.JSON

You can see the puzzle production area from here. The puzzles are produced here.

{
    "big": [],
    "small": [],
    "middle":[]
}
{
            "vehicles": [
                {
                    "model": "blista",
                    "heading": 180.0,
                    "gridY": 2,
                    "gridX": 0
                },
                {
                    "model": "club",
                    "heading": 270.0,
                    "gridY": 0,
                    "gridX": 1
                },
                {
                    "model": "blista",
                    "heading": 90.0,
                    "gridY": 1,
                    "gridX": 1
                },
                {
                    "model": "blista",
                    "heading": 180.0,
                    "gridY": 3,
                    "gridX": 1
                },
                {
                    "model": "zentorno",
                    "heading": 180.0,
                    "gridY": 1,
                    "gridX": 4
                },
                {
                    "model": "club",
                    "heading": 270.0,
                    "gridY": 3,
                    "gridX": 3
                },
                {
                    "model": "blista",
                    "heading": 180.0,
                    "gridY": 4,
                    "gridX": 4
                },
                {
                    "model": "blista",
                    "heading": 270.0,
                    "gridY": 4,
                    "gridX": 2
                }
            ],
            "target": {
                "gridY": 2,
                "model": "sultan",
                "heading": 90.0,
                "length": 2,
                "gridX": 3
            },
            "level": 2
        }

WEEKLYLIST JSON

Here, players' weekly points are listed and reset at 00:00 on Monday.

Last updated