Gem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
}} | }} | ||
[[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 33: | Line 33: | ||
|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 | ||
}} | }} | ||
[[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 == | ||
In [[ZZT]], the equivalent element to Magic Gem is [[zzt:Gem]]. | In [[ZZT]], the equivalent element to Magic Gem is [[zzt:Gem]]. |
Revision as of 01:30, 14 June 2025
Gem # 28 ![]() | |
Robotic name | Gem
|
Default color | none |
Default param | 0 |
ID char | 4 (#28) |
Score | 1 |
Attributes | Pushable: all 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 ![]() | |
Robotic name | MagicGem
|
Default color | none |
Default param | 0 |
ID char | 4 (#29) |
Score | 1 |
Attributes | Pushable: all 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.