Next: , Up: Foregrounds   [Contents][Index]


1.2.1 Floors

Floors make the ground above constructions the kid stands on. All of them are hangable, except for NO_FLOOR.

CodeDungeonPalaceNotes
NO_FLOOR6This is an empty space. This is strictly traversable and uses no extension.
FLOOR
mininim-figures/d-floor
mininim-figures/p-floor
This is a normal floor. This uses the item extension.
BROKEN_FLOOR7
mininim-figures/d-broken-floor
mininim-figures/p-broken-floor
As soon as a falling LOOSE_FLOOR encounters a rigid construction, it disappears replacing the rigid con’s top by a BROKEN_FLOOR. In contrast, if it encounters a non-rigid and non-traversable construction, it disappears breaking that very con in case that’s breakable or otherwise replacing that by a BROKEN_FLOOR. Finally, if it encounters a non-rigid but traversable construction, it pass through, breaking over the con in case that is not strictly traversable. This uses no extension.
SKELETON_FLOOR
mininim-figures/d-skeleton-floor
mininim-figures/p-skeleton-floor
8
This behaves like FLOOR but uses no extension.
LOOSE_FLOOR9
mininim-figures/d-loose-floor
mininim-figures/p-loose-floor
This is rendered as FLOOR, but shakes as the kid hits the ground, by falling (from above), or vertically jumping (from below). If the kid hits near enough it’s released and falls. It might harm the kid when falling over him. This is traversable, depressible, a trap, dynamic and uses the can’t fall extension.
SPIKES_FLOOR
mininim-figures/d-spikes-floor
mininim-figures/p-spikes-floor
Spikes come out of it, killing the kid if he falls or steps too fast over it. This is a trap, dynamic and uses the step extension (ranging from 0 to 9). This gets activated as soon as the kid is in the same room and place column, and in the same or higher floor without a wall in between. Guards can activate this as well.
OPENER_FLOOR10
mininim-figures/d-opener-floor
mininim-figures/p-opener-floor
This may open one or more doors. This is depressible, dynamic, breakable and uses the event extension.
CLOSER_FLOOR11
mininim-figures/d-closer-floor
mininim-figures/p-closer-floor
This may close one or more doors. This is depressible, dynamic, breakable and uses the event extension.
STUCK_FLOOR12
mininim-figures/d-stuck-floor
mininim-figures/p-stuck-floor
This is rendered like a pressed CLOSER_FLOOR, but it can’t be unpressed. This uses no extension.
HIDDEN_FLOOR13This is rendered as NO_FLOOR, but as soon as the kid presses it, it’s replaced by FLOOR. This is depressible and uses no extension.

Footnotes

(6)

The no floor con is called empty in the original game.

(7)

The broken floor is called debris in the original game.

(8)

The original game has no palace version of the skeleton floor.

(9)

The loose floor is called loose board in the original game.

(10)

The opener floor is called raise button in the original game.

(11)

The closer floor is called drop button in the original game.

(12)

The stuck floor is called stuck button in the original game.

(13)

The original game doesn’t have a HIDDEN_FLOOR construction by itself.


Next: Pillars, Up: Foregrounds   [Contents][Index]