Gem: Difference between revisions

From MZXWiki
Jump to navigation Jump to search
m (→‎ZZT connection: interwiki link.)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
|idchar = 4
|idchar = 4
|score = 1
|score = 1
|pushable = all
|pushable = any
|break_shot = y
|break_shot = y
|break_bombed = y
|break_bombed = y
Line 13: Line 13:
}}
}}


A [[Gem]] is a [[built-in]] [[Items|item]]. When touched by the [[Player]], it gives 1 [[GEMS]] and 1 [[SCORE]] and is consumed.
[[Gem]] (ID 28, <code>Gem</code>) is a [[built-in]] [[Items|item]]. When touched by the [[Player]], it gives 1 [[GEMS]] and 1 [[SCORE]] and is consumed.


Gems are destructable by [[Bullet|Bullets]] and [[Explosion|Explosions]], which makes them useful for puzzles where the Player must collect some number of Gems surrounded by [[Creatures]] without destroying too many Gems.
Gems are destructable by [[Bullet|Bullets]] and [[Explosion|Explosions]], which makes them useful for puzzles where the Player must collect some number of Gems surrounded by [[Creatures]] without destroying too many Gems.
Line 28: Line 28:
|idchar = 4
|idchar = 4
|score = 1
|score = 1
|pushable = all
|pushable = any
|break_shot = y
|break_shot = y
|break_bombed = y
|break_bombed = y
|effect_touch = Give 1 [[GEMS]], 1 [[HEALTHS]], and 1 [[SCORE]]; become [[Space]], move Player
|effect_touch = Give 1 [[GEMS]], 1 [[HEALTHS]], and 1 [[SCORE]]; become [[Space]], move Player
}}
}}
A [[Gem|Magic Gem]] is identical to a [[Gem]] with the addition that it gives 1 [[HEALTHS]] when touched.
[[Gem|Magic Gem]] (ID 29, <code>MagicGem</code>) is identical to a [[Gem]] with the addition that it gives 1 [[HEALTHS]] when touched.


== ZZT connection ==
== ZZT connection ==
Magic Gem is analogous to [[zzt:Gem]].
In [[ZZT]], the equivalent element to Magic Gem is [[zzt:Gem]].

Latest revision as of 21:11, 14 June 2025

Gem # 28 Id28.png
Robotic name Gem
Default color none
Default param 0
ID char 4 (#28)
Score 1
Attributes Pushable: any
Break when shot
Break when bombed
Effect when
touched
Give 1 GEMS and 1 SCORE; become Space, move Player

Gem (ID 28, Gem) is a built-in item. When touched by the Player, it gives 1 GEMS and 1 SCORE and is consumed.

Gems are destructable by Bullets and Explosions, which makes them useful for puzzles where the Player must collect some number of Gems surrounded by Creatures without destroying too many Gems.

Magic Gem

Magic Gem # 29 Id29.png
Robotic name MagicGem
Default color none
Default param 0
ID char 4 (#29)
Score 1
Attributes Pushable: any
Break when shot
Break when bombed
Effect when
touched
Give 1 GEMS, 1 HEALTHS, and 1 SCORE; become Space, move Player

Magic Gem (ID 29, MagicGem) is identical to a Gem with the addition that it gives 1 HEALTHS when touched.

ZZT connection

In ZZT, the equivalent element to Magic Gem is zzt:Gem.