You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
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.