View on GitHub

LynxBot

A Twitch.tv IRC bot for Old School Runescape

Download this project as a .zip file Download this project as a tar.gz file

itemids.json(4) - LynxBot manual

DESCRIPTION

itemids.json is the file which stores the names, IDs and nicknames of Oldschool Runescape items.

This is required for the ge command to function.

Each item is an object within the items array.

SYNOPSIS

The format of each item object is as follows:

{
        "id" : 2,
        "name" : "Cannonball",
        "nick" : ["C balls", "Cballs", "Cannonballs"]
}
id

The ID of the item.

name

The full name of the item.

nick

An array of strings, each representing a nickname for the item.

The nicknames must be in Runescape item format, i.e. first letter capitalized and the rest in lowercase.

SEE ALSO

ge(1)