Skip to main content
Version: Beta-1.13

Game translate

Game translate is a place, where names like stone are converted into numerical IDs for example 8.

Contents

Type separation

There are two types of IDs. These are separated using jse3 hierarchy:

Asteroids
{
<contents1>
}
Items_and_objects
{
<contents2>
}

Asteroids

Variable part is asteroid ID and value part is asteroid name.

Asteroids
{
1: stone;
2: stone_geyzer;
5: grass;
13: artefact_randomizer;
<etc>
}

Items and objects

Variable part is object ID and value part is object name.

Items_and_objects
{
1: stone_with_diamonds;
2: driller;
3: mega_geyzer;
8: stone;
<etc>
}