Little Alchemy 2 Cheatsheet

About Data

The data is scrapped from Little Alchemy 2 official page.

Though, this page is UNOFFICIAL and NOT AFFILIATED to Little Alchemy 2.

Document about the json files

category.json (category)

Array of categories.

other notes

description.json (description only)

Key is ID of each element, value is description of the element as string.

data.json (real data)

Key is ID of each element.

other notes

In-game

This is available with Developer Tool Console.

Properties

Methods

Event Actions

Each action contains array of functions. This can be subscribed by just pushing the custom function to there.

Workspace method (event) is called for every element in the workspace.

Non-Event Actions