Rocks'n'Diamonds Elements Reference

Skip to Introduction - to Content - to Index - go back Home

Skip to the update log

Welcome to the Elements Reference of Rocks'n'Diamonds. This document is part of the Rocks'n'Diamonds Documentation ( F.A.Q. - User's Manual - Elements Reference - Editor Tutorial )

This document has been written and is currently maintained by Francesco S. Carta. Your comments, suggestions and questions are welcome.

Rocks'n'Diamonds has been created by Holger Schemel, from Artsoft Entertainment. The program is currently being developed and supported by its author.

Index

Introduction

If you are interested in level editing, you should take note that this reference is mainly made up of "standard gameplay" informations. Here you will find out what a YamYam is, but there will be no information on how to customize its content. Read the Editor Tutorial for such kind of instructions, as well for a (hopefully) exhaustive guide to Custom Elements programming.

Speaking of CEs, you should read the final note, which applies to all non-CE elements - in other words, it applies to all the elements of this reference.

The following abbreviations will be used all along this document, meaning the groups of the Elements List where each element can be found:

The elements could have been grouped according to their "native games", but since a RnD level can contain any element from any game, they will be grouped mainly by their behaviour/properties.

Some elements could appear in a section of this document just because they seem to belong to that section. For example, the fake grass, which behaves just like a normal wall, appears in the same section of sand and grass, that are diggable elements.

Before introducing any particular element, you may wish to read the following section.

The Rocks'n'Diamonds World

The Rocks'n'Diamonds World is composed by several levels, also called maps. The levels are called caves or mines, too, but these names are habitually used for BoulderDash-style and EmeraldMine-style levels.

The tile (also called field, case or square) is the unit of measure of the space.

Each level has a finite size - minimum 3x3 tiles, maximum 128x128 tiles. The edges of the level are indestructible.

Each tile can contain either:

In each level, the objects' gravity is always active, while the players' gravity can be independently set to on and off.

The wind could blow or not, on a RnD level: Balloons (and eventually CEs) will move according to the wind direction.

Empty space

The "empty space" tiles are the base where everything happens - or is drawn on, if you are in the editor.

The objects, the creatures and the players can freely occupy, move on or fall through the empty space.

Any element

The "element" category includes every single thing that appears on a map. Rocks, gems, walls, players and enemies are all "elements".

Some elements can only stand in their tiles (walls, sand, doors).

Some elements will fall if they have an empty tile below (gems, rocks, nuts).

Some elements can move (any creature/enemy in general). These creatures will always move, or at least they will try to: they stop moving only if they are completely surrounded by other elements (that is, if they have no empty tiles around). Since all the movements are either vertical or horizontal, an element is "stuck" or "blocked" when it has an element above, one beneath, one to the left and another to the right, just like the bug blocked by the four sand fields shown by the following picture:






There is an exception: the android can move along the diagonals.
In order to completely block an android, all the tiles must be occupied - those at the sides and those at the corners:







The Players

In the world of RnD (just like in the games that it includes) the players have the ability to "fly". In other words, they don't fall down as gems and rocks do. The players are Rockford and Murphy.

Players' Gravity

The "players' gravity" concept has been introduced by Supaplex (all the other games didn't have such gravity, they used only the "objects' gravity").

In RnD, a player falls down if its "player's gravity" is active or not.

Usually, the "player's gravity" is simply called "gravity", as the "objects' gravity" is alway present/active.

The gravity can be active or not, when a level starts, and the gravity will be switched on or off when a player passes through a gravity port.

As said above, each player has its own gravity, so, if player 1 passes through a gravity port in a map where there is gravity, the gravity will be turned off only for player 1, while any other player will keep falling down.

The gravity for each player can also be changed by a CE.

Players' Characteristics

Any player can:

Any player will:

The Game Engines


Due to the fact that RnD uses different game engines, the presence of a particular element on the level (during the gameplay) depends on the engine that is being used for that level.

As of today, RnD has its own engine (which supports all elements) and an EM engine (which supports only EM/EMC elements).

Apart from the elements they can handle, there is also a difference of timing, between these two engines. The RnD engine behaves more like the real world, where any thing can move at any time. The EM engine, on the contrary, forces any movement to start according to a clock that ticks every 8 frames (50 frames equal to one second). This process is called synchronization. RnD is an asynchronous engine, while EM is a synchronous one.

The word "synchronous" means "having the same time", while the word "asynchronous" means "having different time" (these words are derived from Greek language).

If the engine can't recognize some of the elements found in the map, they will be shown as question marks during the gameplay. The engine choice can be made in the INFO page of each level.

Primary Tasks

This section includes all the tasks that are necessary to successfully complete a level. Each level requires one or more of them.

Collect a certain amount of Emeralds

Most of the levels you could ever play will ask you to collect Gems until the Emerald counter of the gameplay panel reaches zero.

Rescue the hostages (Penguins)

Nice and harmless, kind and sweet, Penguins get killed quite easily. Your task is to rescue them.

Visit the CheckPoints (Switchable Lamps)

The CheckPoint concept is represented by Switchable Lamps. You have to light up all of them.

Put some order (Sokoban Elements)

If there is any Sokoban object on the map, you have to bring it to its relative field.

Exit from an Exit Door

If there is an Exit Door on the map, you must pass through it in order to complete the level.

Standard Sokoban levels have no exit door at all.

Rocks

Falling rocks can smash Players and Creatures. Falling rocks also crush EM-style Diamonds, Pearls and Switchable Lamps, and they can open up Nuts with Emeralds.

A falling rock can turn on and off pretty all kinds of switches (like those that control the Light, the Conveyor-Belts and the Switch Gates).

Rocks can pass through the Quicksand.

EM-style Rock (normal rock)

EM

Normal rocks can be pushed only in one way: the player pushes the rock moving towards it, finally occupying the place where the rock originally was.

BD-style Rock (snap-pushable rock)

BD

BD-style rocks can be pushed normally, and they can be also snap-pushed: it means that you can push these rocks without moving the player. Snap-pushing is done by holding the snap key and pressing a direction key.

During the gameplay, BD-style rocks will look like normal rocks: you can distinguish them trying to snap-push them.

From inside the editor, the BD-style rock can be distinguished by its "flat" appearance.

Zonk

SP

The zonk behaves just like a normal rock (that is, it can't be snap-pushed). A zonk is somewhat lighter than regular rocks, so it can be pushed faster. In SP, some tricks take advantage of this "faster" kind of rock.

Zonks cannot pass through the Quicksand.

Gems

In RnD there are different kinds of gems. All the gems can fall, are slippery for any other falling object and, exception made for the pearl, they will smash the player. All gems are collectible and snappable.

The unit of measure used by the RnD gameplay panel is the "emerald". The exit door of a level/cave should open up when the emerald counter gets to zero. Any gem counts as one or more emeralds.

Follows the list of all the gems, grouped by value.

Gems (value 1)

BD-style Diamond

BD

BD-style Diamonds can smash Fireflies and Butterflies. BD-style Diamonds can be found inside Butterflies as well inside the standard BD-style Amoeba.

Emerald

EM

Emeralds can be found inside Bugs and Nuts. They can be found inside the green player, as well.

Colored Gems

RnD

Colored gems can be found inside Players and Moles.

Infotron

SP

Infotrons can be found inside Murphy and inside Electrons.

Gems (value 3)

Diamond

EM

A diamond counts as three (3) emeralds. Any falling rock will crush the diamond. Diamonds can be found inside Bugs. They are sometimes found inside Amoebas.

Gems (value 5)

Pearl

DC2

A pearl count as five (5) emeralds. Pearls are very fragile: they break up when they fall or when they are smashed by rocks. Unlike the other gems, a falling pearl will not smash the player.

Gems (value 8)

Crystal

Crystal, DC2

A crystal counts as eight (8) emeralds. Crystals are indestructible.

Gems inside Walls

All the gems can be found enclosed in normal walls:

EM

RnD

DC2

Destroy the walls to free the gems.


Nut with Emerald

Emeralds can be found inside nuts:

Nut with emerald, EM

Drop a rock onto a nut to open it and free the enclosed emerald. Nuts are destructible. If you destroy a nut you lose its emerald.

Players

There is another, more detailed section about  Players, here are some other details:

When killed, players explode over a 3x3 area of tiles.

Rockford leaves 9 gems after its explosion. Murphy leaves 9 infotrons when smashed, but not when killed by an enemy.

If a level has a limited amount of time/steps in order to be completed, at the end of the time/steps the player explodes.

Standard Supaplex levels have no time limit, but it is possible to set it from the editor, so you could find Supaplex levels that actually have a time limit.

The time limit can be overridden from the Setup > Game menu.

Rockford

Yellow Rockford, player 1

Red Rockford, player 2

Green Rockford, player 3

Blue Rockford, player 4

Murphy

Murphy, player 1, SP

Murphy is the player used in Supaplex levels. Original SP levels have been designed for one player only, but you can put Murphy together with a player nr. 2, 3 or 4, in a RnD level. Notice that you can't put both Murphy and the Yellow Rockford on a level: only one of them will be used as player 1.

Exit Doors

All exit doors are destructible and are not slippery, just like normal walls.

Any closed exit door will open up when the emerald counter reaches zero.

The RnD engine recognizes the Sokoban elements: if there is any Sokoban field on the level, it must be filled/occupied by a Sokoban object, otherwise the exit door won't open.

The RnD engine recognizes the Switchable Lamps: they are sort of check-points, which use the same graphics of the SB objects (the light bulbs). You have to turn on (by pressing them) all Switchable Lamps in order to open the exit door.

Sometimes, you will actually pass through an open exit door, but you will not successfully complete the level. This can happen only in one case: there was some Penguin on the map, and it didn't exit from that door before the player.

Sokoban elements, Switchable Lamps and Penguins will be ignored and replaced with regular walls by the EM engine. Using the EM engine, any closed exit door will open up as soon as the emerald counter reaches zero.

Exit Door

Standard exit door, closed and open, BD 

Exit Door, SP-style

SP

The Supaplex exit door looks the same regardless of being closed or open.

Notice that you can put/find all the three types of exit door on a level: open doors will allow exiting (completing) the level regardless of having accomplished any particular task (collecting gems, switching lamps or filling SB fields) - you should still take care of any Penguin, if present on the map.

All closed doors will open as soon as the needed tasks are accomplished. SP doors start the gameplay in closed state, unless the emerald counter is already set to zero.

Sometimes you could find a level that has no exit door at all, and then you are facing one of the following cases:

Diggable Elements

Diggable elements can be digged by the player (and also by some enemies/creatures). Some elements, like the Amoeba, can grow into diggable elements.

Players can snap-dig a diggable element using the snap key and the direction keys.

All diggable elements can be destroyed by an explosion (either caused by a dynabomb, by another explosive or by smashing an enemy/creature). The "fakes/traps" listed below are destructible too.

Sand

Sand, BD, EM

The Mole leaves back sand fields.

Grass

Grass, EM

Base

Base, SP

Fake Grass

Fake Grass, EMC

The fake grass looks like normal grass during the gameplay: it can't be digged but it can be bombed away. To distinguish them in the editor, the black and white picture above will be used. Note that the b/w image above is used also for the invisible sand.

During the gameplay, the fake grass turns to b/w for a short time when the player collects a Magnifier.

Land Mine

Land Mine, DC2

If you can see some kind of circle, in the sand field of the above picture, then you can spot a land mine. Land mines can't be snapped, and will kill any player stepping onto it.

Trap

Trap (open and closed),  DX

When a trap is open, it will kill the player.  When it is closed, it behaves just like normal sand and can be safely digged. A closed trap can be recognized by the small black cross shown in the middle of the sand field.

Buggy Base

Buggy base (active and inactive), SP

An active buggy base will kill the player. When it is inactive, it looks like a normal base and can be safely digged by the player.

Snapping a trap or a buggy base is always safe. If they are in normal state, they will be snap-digged; if they are active, nothing will happen.

Walls

There are two main kinds of wall: normal walls and steel walls. The first are called so because they can be destroyed by an explosion (either caused by a dynabomb, by another explosive or by smashing an enemy/creature), the second are completely indestructible.

Normal Walls

Normal walls are destructible and are not slippery. Walls with gems are all normal walls.

BD

RND

EMC

EMC

EMC

Text Walls

TXT

RnD contains a special section called TXT, which holds punctuation characters, letters and numbers. They are all considered as normal walls, so they can be destroyed and they are not slippery.

The Text tool of the editor allows "typing" these elements on the level using the keyboard.

Normal Slippery Walls

BD

The rounded-style picture above will be used only in the editor. During the gameplay, the BD-style slippery wall will look like a normal wall.

EM

EMC

SP

Steel Walls

Steel walls are indestructible and are not slippery.

BD, EM

Note: In original Emerald Mine and Emerald Mine Club games, emeralds and diamonds do slip off the above kind of steel wall, although other elements that can fall down (like the Nut with Emerald) don't slip off it. The behaviour of these gems (whether they should slip off or not) can be configured in the level editor.

DC2

SP

SP

EMC

Steel Slippery Walls

DC2

Magic Walls

Magic walls can change some elements into some other. Magic walls get activated when they are hit by a falling element, and this element must be one of those they can change.

Infotrons, zonks, pearls and crystals can't pass through any magic wall.

Once activated, the magic walls stay active for a fixed amount of time (which is around ten seconds, by default). The amount of active time, given in seconds, can be set in the configuration pages, from within the editor. If you set the time to 0 seconds the magic wall stays active forever.

There are two separate timers, one for the BD-style magic wall and another for the EM-style magic wall. All the magic walls of one given style get activated at the same time. When a magic wall gets deactivated, it can't be activated again.

If an element is inside the magic wall when the "magic time" ends, then the object will be caught by the wall.

Magic walls are destructible just like normal walls.

BD-style Magic Wall

BD

Changes to to and so on

Even if BD-style magic walls should change only BD-style rocks to BD-style diamonds and vice-versa, actually they can change also EM-style rocks, emeralds, EM-style diamonds and colored gems.

The result of a change will be always a BD-style rock or a BD-style diamond. This can be very important, because an EM-style diamond counts as three emeralds, and passing through a BD-style magic wall, it loses its value.

EM-style Magic Wall

EM

Changes to to to and so on

As above, EM-style magic walls should accept only EM-style rocks, diamonds and emeralds, but they will actually accept also BD-style rocks and BD-style diamonds, as well as the colored gems. Even if a BD-style diamond counts as an emerald, when it enters an EM-style magic wall, it will be changed into an EM-style rock, not into an EM-style diamond.

Growing Walls

All the growing walls are destructible, and they will look like normal walls during the gameplay.

Inside of the editor they will use the following pictures:

BD-style growing wall, horizontal

The BD-style growing wall grows on both the left and the right sides. Nothing can definitely stop its growth.

RnD-style growing wall, horizontal and vertical

RnD growing walls stop growing if they meet another wall, and won't grow anymore even if the blocking wall is later destroyed. Sand, gems and other obstacles will stop the growth of these walls only temporarily.

RnD-style growing wall, all directions

The all-direction growing wall can't die-off, even if surrounded by walls. This growing wall will take all the adjacent free tiles it faces to, anytime.

RnD-style growing wall, horizontal, visible

Both ends of this growing wall are "incomplete" like in the picture above, as a hint to the player. This wall can die-off just like the horizontal and vertical RnD growing walls.

Creatures

All the creatures can be killed by dropping a rock onto them. Most of them will explode over a 3x3 area (their own tile plus all the surrounding tiles).

Some creatures will simply explode, and any destructible thing in their explosion area will be destroyed, either disappearing or exploding on its turn.

Some creatures will leave some kind of content after their explosion:











 Most creatures get involved in chain-explosions, if they are next to each other at explosion range. Some of them will not chain-explode: they simply disappear if caught in the explosion range of another element. For each creature is reported if it can chain-explode or not.

Most of the following creatures are available in five different versions: there is a different element for each of those versions, in the elements list of the editor. Four of them start in their respective directions, one of them will start at a random direction.

A creature starts moving in two cases: at the beginning of a level and at the moment it is put in the level for the first time: in fact, some creatures, like the YamYam, can contain other objects/creatures that are put in the level after they are smashed.

A creature always tries to move, even if it is stuck in a tile because it is surrounded by other elements/creatures. If a creature uses different graphics for each direction, then you can see where it is heading to, even if it is stuck. Some creatures use the same graphics for all the directions, so you can't tell where they will go once they get free to move.

Deadly-to-touch Enemies

All the following enemies are deadly to be touched by the player.

Plant

EMC

A Plant can't be smashed and does not move around (roots aren't made for walking). It can be destroyed by explosions, though.

Bug

EM (4 directions), RnD (random start)

Bugs move following their right side. Smashing a bug you get 1 diamond and 8 emeralds - just like shown by these pictures. Since no explosion can affect an indestructible thing like a steel wall, if you smash a bug when it is besides of a steel wall you will get less emeralds. This rule is valid for any other creature with content.

Bugs get involved in chain-explosions.

Spaceship

EM (4 directions), RnD (random start)

Spaceships move following their left side. Spaceships do not chain-explode.

Firefly

BD (4 directions), RnD (random start)

Fireflies move following their right side, and they do not chain-explode. They can be smashed with BD-style diamonds - as well with any kind of rock.

Butterfly

BD (4 directions), RnD (random start)

Butterflies move following their left side, and they do not chain-explode. If a Butterly is smashed, either by a rock or a by BD-style diamonds, it leaves 9 BD-style diamonds.

If it is caught in a DynaBomb explosion, it will turn into one BD-style diamond. If it is caught in any other explosion, it simply disappears.

Deadly-to-collide-with Enemies

All the following enemies are deadly to collide with. This means that you can touch them, but you can't run towards them and you can't stand on their path, otherwise you get killed.

YamYam

EM (random start), EMC (4 directions)

YamYams can move both vertically and horizontally, and move straight until they hit an obstacle.

They can eat EM-style diamonds, and they do not chain-explode.

A YamYam is one of the most interesting creatures of all the standard bestiary of RnD, because the content of a YamYam can be customized. Furthermore, YamYams can be set to contain different series of other elements (up to 8 different series, which will be used in a cyclic manner).

This means that you can kill a first YamYam and get 9 emeralds, you can kill a second YamYam and get 1 exit door and 8 crystals, you can kill a third YamYam and get 9 YamYams and so on until you run out of series, which will start over from the first one.

Pacman

RnD (random start + 4 directions)

Pacmen can move both vertically and horizontally, and move straight until they hit an obstacle.

They eat the amoebas, and they do not chain-explode.

Dark YamYam

RnD (random start only)

Dark YamYams can move both vertically and horizontally, and move straight until they hit an obstacle. They can eat pretty anything, from gems to sand to other creatures too. They do not chain-explode.

Snik Snak

SP (random start only)

SnikSnaks move along their left side, and get involved in chain-explosions.

Electron

SP (random start only)

Also the Electrons move along their left side, and they do chain-explode too. In addition, each Electron leaves 9 infotrons after its explosion.

Robot / Alien

EM

Robots move towards the closest player. They do not chain-explode. Robots can be destroyed by Springs.

Robot wheel / Alien wheel

EM

This is not an enemy, but some kind of weapon against Robots. Pressing a Robot wheel, it starts spinning. All the Robots will then ignore the players and will head to the spinning Robot wheel.

The Robot wheel spins for a limited amount of seconds. Once it has stopped, you can activate it again. Pressing a spinning wheel will not restart its timer.

You can also find different wheels on a map: touching them in sequence, the Robots will be attracted by the last spinned wheel.

When the last wheel stops spinning, the Robots start chasing the players again.

Robot wheels are splippery for falling objects and get destroyed if caught in explosions.

Other Creatures

Some of the following creatures can directly help the player, some other will do their best against the player.

Notice this difference: Pigs steal the gems (that are lost as if they had been destroyed) while Penguins collect the gems for you (they will count as if they had been collected by the player).

All of them can be safely touched, walked over or pushed (if possible).

Pig

RnD

Pigs eat any kind of gem they can get their teeth on.

Pigs move following a wall, but they can switch side to side when they hit an obstacle - for example, if a pig enters in a corridor with three bends, it could come back at the first bend, as well,  it could go on until the end of the corridor. It could also go back and forth between the second and the third bend for a short while.

Pigs are walkable over by the players, but only when the pig is not moving.

Penguin

RnD

Penguins are sort of hostages of the level. Your task is to lead them all to the open exit door, taking care that none of them get killed on the path.

They always move towards the players, and the players can walk over them. They can collect any kind of gem for you.

If they are smashed, they explode leaving one gem. Since they explode 1x1 (that is, they don't extend the explosion to the surrounding tiles) they can't chain explode.

Remember that if you let die even just one single Penguin, you won't be able to successfully finish the level.

Satellite

RnD

Satellites move quite fast towards the players. Their target is simply to obstruct the path of the players. They explode if smashed and they can chain-explode. One single satellite can be pushed by the player.

Dragon

RnD (random start only)

A Dragon can move both vertically and horizontally; it moves quite randomly and aimlessly. It breathes fire every now and then, and this fire will destroy almost any destructible thing (rocks, diamonds, other creatures).

The players can walk over a Dragon, and its fire is completely harmless to the players.

Dragons can chain-explode.

Mole

RnD (random start + 4 directions)

The Mole can move both horizontally and vertically, moves straight until it reaches an obstacle and gets involved in chain-explosions.

This creature is quite useful: it can eat up the Amoeba and it always leaves back sand fields, also, it contains 9 red gems, that get disclosed after its explosion.

As an homage to its sacrifice, RnD has a cartoon depicting the:
Mole's Soul Ascending to Heaven
which is never shown on the map - souls are usually invisible.

Android

EMC

The Android is quite peculiar among all the creatures: it is the only one that can move diagonally. It usually moves towards the player, but it can also move away from it.

Androids can clone (duplicate) some elements. The elements that an Android can duplicate can be configured from within the editor. An Android must be close to the element in order to duplicate of it.

Androids can't be smashed by rocks, and they can be pushed. If caught in explosions, they simply disappear.

Amoebas

Amoebas does not move around, but they can grow.

Most enemies will explode touching an Amoeba. Some enemies can safely touch an Amoeba (YamYam) some others can eat it (Moles, Pacmen and Dark YamYams).

Amoebas get destroyed by explosions.

Dead Amoeba

RnD

Dead Amoebas do not grow but are still deadly for enemies.

Normal Amoeba

RnD

Normal Amoebas attempt to grow (either on empty spaces or on diggable fields), if they are surrounded, they die. Any Normal Amoeba stays alive as long as it touches a player, doesn't matter if they are both surrounded by rocks or alike.

Amoeba with content

RnD

These Amoebas behave just like Normal Amoebas, but once they die, they leave some kind of content - usually EM-style diamonds.

BD-style Amoeba

BD

BD-style Amoebas behave just like the "Amoebas with content", with the following differences:

Dripping Amoeba

EM

Dripping Amoebas never die. They throw out Amoeba Drops every each now and then.

Amoeba Drop

EM

An Amoeba Drop can fall and can kill enemies by contact. Amoeba Drops can smash the player - but can be touched safely.

Amoeba Drops turn into new Dripping Amoebas when they land.

Dripper

EMC

A Dripper behaves just like a Dripping Amoeba, but it is normally invisible during the gameplay. In order to see the Dripper, you have to turn on the Light Switch or collect the Lenses.

Goodies

All the following goodies are destructible. If not otherwise specified, they will all hold their position on the map without falling, and they will all be slippery.

Mail Envelopes / Letters

DC2

Mail envelopes can contain some text, that is shown when the envelope gets collected or snapped. All the envelopes of the same color contain the same message, but there can be a different message for each color. Mail Envelopes are not slippery.

Speed Pill

RnD

The Speed pill doubles the speed of the player. This process can't be reverted - the player can't get to move at the previous speed anymore.

Bonus Time

Bonus Time, pickup, DC2

This pickup increases the available time/steps by ten seconds/steps. This value can be changed in the level editor.

Time Orb, press-and-go, RnD

The press-and-go Time Orb is not a pickup. You have to press it in order to get the 10 seconds/steps: simply touching it is not enough.

It can fall and it can be pushed by the player.

Empty (used) Time Orb, RnD

The amount of seconds/steps given by a bonus time element can be set from the editor.

Shields

Normal shield, DC2

The normal shield protects the player against all kinds of danger, making it indestructible. The normal shield is represented by a pulsing blue circle around the player.

There is one important exception to this rule: the player can still fall into the Acid.

The shield expires after a certain amount of time (which is configurable from the editor) but the duration gets increased for each pickup taken by the player.

Deadly shield, DC2

The deadly shield is a normal shield that can kill the enemies. The deadly shield is represented by a pulsing red circle around the player.

These two shields can be mixed together. The deadly-shield time will be used first, the normal-shield time will be used last.

Lenses

EMC

The Lenses turn on the light for some time (usually ten seconds). The Dripper and the Invisible Objects become visible when the light is on. The light can also be turned on and off by regular Light Switches. The Lenses are not slippery.

Magnifier

EMC

The Magnifier shows the Fake Grass and the color of all Gray Doors. The Magnifier stays active only for a limited amount of time (usually ten seconds). The Magnifier is not slippery.

Dynabombs

Dynabombs are special kinds of bombs that once picked up for a first time can be dropped as many times one wants. The number of dynabombs is not related to those of regular dynamite. Nonetheless, they are dropped using the same key: if a player picks up both dynamite and dynabombs, the dynamite will be dropped first, and the dynabombs will be dropped last.

Increase number of dynabombs

RnD

This is the real dynabomb pickup. If you pick one of them, you will be able to drop one dynabomb on the level, but you can't drop another one until the first one has exploded. If you pick two of them, then you can put two bombs on the map at the same time, and so on picking up more dynabombs.

The normal behaviour of a dynabomb is to explode over a cross of 5 tiles (also called 3+3) as shown in the following pictures:

The 3+3 explosion range:





The explosion of a dynabomb destroys any destructible thing.

Increase range of dynabombs' explosion

RnD

With this second pickup you can increase the size of the explosions. Each time you pick one, the explosion range will be increased by one unit:







Increase power of dynabombs' explosion

RnD

This pickup increases the power of dynabombs so that the explosion does not stop at the first obstacle, but goes on over the entire explosion range. This is the result of a "dynabomb range 2" explosion without the power-increasing pickup:





This is the result of the same explosion with the power-increasing pickup:







Other Explosives

All the following bombs/dynamites explode over a 3x3 area, just like in the pictures shown below, and will destroy any destructible thing:






Steel walls and crystals are indestructible, of course:







Dynamite

All the following pickups increase your dynamite counter by one.

Drop them using the drop key. Every time you drop a bomb, the dynamite counter gets decreased. This means that you can run out of dynamite. This does not happen with Dynabombs, that are sort of "infinite" bombs.

If you pick up different types of dynamite, you'll drop them in the inverse order that you have picked them up. So if you pick up - in this order - a normal dynamite, a red disk and an EM-style dynamite, you will drop the EM-style dynamite first, then the red disk and finally the normal dynamite.

All the dynamite pickups hold their position without falling but they are not slippery. All dynamite pickups get caught in chain-explosions.

Dynamite pickup, EM

EM-style dynamite pickup, EMC

In order to drop an EM-style dynamite, it is not enough that you press the drop key: you have to hold it for a little while. Be ready to run away as soon as the EM-style dynamite is burning on the map.

Red Disk, SP

Red Disks behave just like normal dynamite.

The first two dynamite packs shown above can be found already burning, and there is no way to turn them off:

Burning dynamite, EM

EM-style burning dynamite, EMC

There is no "burning red disk".

Bombs

Bomb, EM

A Bomb can be pushed, can fall and is slippery. It explodes if smashed by a rock, if it falls or if it's caught by another explosion.

Stable bomb, DX

A Stable Bomb behaves just like a normal Bomb, but it is not slippery.

Orange Disk, SP

An Orange Disk behaves just like a Stable Bomb, but is somewhat lighter and can be pushed faster.

Black Orb Bomb

RnD

The Black Orb Bomb holds its position without falling and it is not slippery. It explodes only if caught in another explosion. The chain-explosion of Black Orb Bombs is really fast.

Remote-Controlled Bombs

Yellow Disk, SP

The Yellow Disk holds its position without falling, it can be pushed and it is not slippery. It explodes when the Terminal gets activated and also if caught in another explosion.

Terminal, SP

Press the Terminal to detonate the Yellow Disks. Terminals can be destroyed.

Passages

Passages include Doors, Gates, Ports and Tubes. It could be handy to show the similarities, as well as the differences, with some sketches: all the passages will be first grouped by their behavior - walkable, passable only, one-way only - and then they will be shown and detailed one by one, starting from Doors.

Walkable passages

The following images show all the possible locations of a player around - and inside - of a "walkable" passage like a RnD style door:





 

The player can freely go back and forth from/to any room.

+=
The player can be seen while standing over the door.

RnD-style doors are "walkable over".

The same is valid for a 4-ways tube - exception made that you can't see the player while it is inside of a tube, as tubes are "walkable inside"

So here are all the possible positions of a player related to a 4-ways tube:







The player can freely go back and forth from/to any room.

+= (meaning something like)
The player can not be seen while standing inside of a tube.

This image is used only for descriptive needs. Well to be precise, there is a moment when the player is visible over a "walkable inside" element like a tube. That's when the player drops a dynamite pack or a dinabomb. In such cases, you will see the graphics of the dynamite over the graphics of the player and over the graphics of tube, just like the following picture:

The green player shown in this picture should be already running away, because the dynamite is about to explode and the tube will not protect the player. By the way, the same is valid for any other walkable element, like the RnD-style Doors. The only chance to survive while standing in the middle of an explosion is having a Shield on.

There are also 3-ways and 2-ways tubes. One example for all of them:







The yellow player can freely pass the between the left room and the bottom room.
The green player and the red player cannot exit from their own rooms.


Passable-only passages

In contrast to the above here are the two mutually-exclusive situations of a player related to a 4-ways port:







The player can pass from right to left and back.

 --- OR ---







The player can pass from top to bottom and back.

EM-style doors and locks work just in the same way:







The player can pass from right to left and back.

 --- OR ---







The player can pass from top to bottom and back.

Gates are "passable-only" just like the above ports and doors.

In order to to pass a "passable-only" passage in a "L" way - that is, from top to left, from left to bottom and so on - you need to be able to walk around it on the opposite sides. A sketch will explain it better than words:








In order to reach the emerald, the player must walk right through the green gate and the pink gate, walk around the exit door, walk up through the pink gate, go left and finally down, through the green gate.

Important note: the field on the other side of a passable-only passage (gates, ports, EM-style doors and locks)  must be empty, otherwise the player won't be able to pass trough.

Example:




The player will never be able to pass through the gate, because the exit field is blocked

One-way passages

One-way ports are those ports that can be passed only in one direction:

The player can pass only from left...







 ...to right:






There is no way to pass a one-way port "backwards". Only one entrance, one exit and two indestructible surfaces at the other sides.

Here you have the list of all passages grouped by appearance.

Doors

All the doors are indestructible; they are not slippery. Some doors allow only the players' passage, some others allow the players to stand in them.

All the keys are destructible, they hold their positions without falling and they are not slippery.

In order to pass through a "passable-only" door or a port, the field on the other side must be empty.

The first two styles of doors behave differently, but they have interchangeable keys. This means that collecting a red key (of any style), both the RnD-style red doors and the EM-style red doors will be open for the player.

The gameplay panel shows the colors of  the collected keys.

Colored Doors and Keys (wal