Skip to content

Glossary

rmx edited this page May 30, 2016 · 1 revision

Tile

Collection of one or more unit blocks which represent the smallest part that a designer can place in a terrain. The tile includes a model which is used to render the tile, and a surface shape which is used to calculate how the player moves when within this tile.

Unit Block

A tile is made up of one or more unit blocks. A unit block has dimensions 2x2x2.

Terrain

Collection of tiles where the players can move on. The tiles are placed in a grid. A player is placed within one such terrain. A game can use multiple terrains and teleport players between them.

Revision

A particular version of an encounter that was released. Once a revision is released it can not be edited anymore.

Encounter

A game which can be played. Has one revision that is active (when a player wants to play this encounter, that's what he's going to play), and possibly many revisions that were active in the past.

Clone this wiki locally