Previous: Backgrounds, Up: Constructions [Contents][Index]
The item extension is used only by FLOOR
. Items are placed over
the floor construction they belong to and animated. They can be caught
by the kid by pressing the shift key.
Code | Graphics | Notes |
---|---|---|
NO_ITEM | This results in no graphics at all. | |
EMPTY_POTION | ![]() | This potion has no bubbles and no effect. |
SMALL_LIFE_POTION | ![]() | This potion has red bubbles and recovers one life point. |
BIG_LIFE_POTION | ![]() | This potion has red bubbles, adds one life point container and recover all life points. |
SMALL_POISON_POTION | ![]() | This potion has blue bubbles and takes one life point. It has
the same graphics as ACTIVATION_POTION .
|
BIG_POISON_POTION 22 | ![]() | This potion has blue bubbles and takes all life point, effectively killing the kid. |
FLOAT_POTION | ![]() | This potion has green bubbles and allows the kid to levitate, effectively making long falls harmless. |
FLIP_POTION | ![]() | This potion has yellow bubbles and flips the screen horizontally, vertically or both, depending on its level coordinates.23 Drinking another one undo this effect. |
ACTIVATION_POTION | ![]() | This potion has the same graphics as SMALL_POISON_POTION
and is used to activate a construction.24
|
SWORD 25 | ![]() | This allows the kid to enter fight mode. The sword blinks from time to time. |
The big poison potion is not available in the original game.
In
the original game, flip potions only invert the screen vertically and
are drawn as FLOAT_POTION
, that is, with green bubbles.
In the original game the activation potion is designed to be used in the potion level, a copy protection mechanism employed to stop people from sharing. MININIM is free software, and we repudiate this kind of measure. Thus here activation potions may be used to handicap the kid, but certainly won’t be used to do so to you nor to your friends.
The sword graphics is mirrored horizontally depending on its level coordinates. This is not so in the original game.
Previous: Backgrounds, Up: Constructions [Contents][Index]