Difference between revisions of "X Block"

From Make a Good Mega Man Level Contest
Jump to: navigation, search
(Created page with "{{gimmick |align=right |name=X Block |image= |caption= |jname= |script= |romaji= |altname= |programmer=Renhoek |artist= |hp= |at= |type=Platform, Special Interaction |loca...")
 
m
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
|romaji=
 
|romaji=
 
|altname=
 
|altname=
|programmer=[[Renhoek]]
+
|programmer=[[Sharb]]
 
|artist=
 
|artist=
 
|hp=
 
|hp=
 
|at=
 
|at=
 
|type=Platform, Special Interaction
 
|type=Platform, Special Interaction
|location=
+
|location='''MaGMML: Episode Zero:'''<br>[[Hot Steps]]
 
|OffAppear=[[Mega Man 6]]
 
|OffAppear=[[Mega Man 6]]
|MaGMMLAppear=
+
|MaGMMLAppear=[[Make a Good Mega Man Level: Episode Zero|MaGMML: Episode Zero]]<br>[[Megamix Engine]]
 
|appear2=
 
|appear2=
 
|sprite=[[File:XBlock.png]]
 
|sprite=[[File:XBlock.png]]
Line 21: Line 21:
 
The '''X Block''' is a gimmick from ''[[Mega Man 6]]'', found in the fourth stage of [[Doctor Albert W. Wily|Mr. X]]'s Castle. It is a large, heavy block emblazoned with Mr. X's logo.
 
The '''X Block''' is a gimmick from ''[[Mega Man 6]]'', found in the fourth stage of [[Doctor Albert W. Wily|Mr. X]]'s Castle. It is a large, heavy block emblazoned with Mr. X's logo.
  
X Blocks were first made available in the devkit for ''[[Make a Good Mega Man Level 2]]'', but they went completely unused in the final game.
+
X Blocks were first made available in the devkit for ''[[Make a Good Mega Man Level 2]]'', but they went completely unused in the final game. Its ''MaGMML'' game debut wouldn't come until ''[[Make a Good Mega Man Level: Episode Zero]]'', which used them in the stage [[Hot Steps]].
  
 
==Behavior==
 
==Behavior==
 
X Blocks sit in place, and act as solid platforms for [[Mega Man]]. If no ground exists beneath an X Block, it will drop down. By using the [[Slash Claw]] or [[Break Dash]] on an X Block, it will be pushed in the opposite direction from where it was hit. In addition, the [[Super Arm]] can pick up X Blocks and throw them at enemies. By pushing X Blocks over their spawn points, Mega Man can stop [[Peat]]s from spawning.
 
X Blocks sit in place, and act as solid platforms for [[Mega Man]]. If no ground exists beneath an X Block, it will drop down. By using the [[Slash Claw]] or [[Break Dash]] on an X Block, it will be pushed in the opposite direction from where it was hit. In addition, the [[Super Arm]] can pick up X Blocks and throw them at enemies. By pushing X Blocks over their spawn points, Mega Man can stop [[Peat]]s from spawning.
  
==Related Enemies==
+
By using "pushList[#]" in creation code, an X Block can be pushed by other objects, such as the [[Mega Buster]] or enemy attacks.
 +
 
 +
==Related Articles==
 
* [[Peat]]
 
* [[Peat]]
  
 
[[Category:Gimmicks]][[Category:Devkit Gimmicks (MaGMML2)]][[Category:Mega Man 6 Gimmicks]]
 
[[Category:Gimmicks]][[Category:Devkit Gimmicks (MaGMML2)]][[Category:Mega Man 6 Gimmicks]]

Latest revision as of 01:49, 13 October 2024

X Block
Information
In-Game Information
Type: Platform, Special Interaction
Location(s): MaGMML: Episode Zero:
Hot Steps
Programmer(s): Sharb
Series Information
Official Game Appearances: Mega Man 6
MaGMML Game Appearances: MaGMML: Episode Zero
Megamix Engine
XBlock.png

The X Block is a gimmick from Mega Man 6, found in the fourth stage of Mr. X's Castle. It is a large, heavy block emblazoned with Mr. X's logo.

X Blocks were first made available in the devkit for Make a Good Mega Man Level 2, but they went completely unused in the final game. Its MaGMML game debut wouldn't come until Make a Good Mega Man Level: Episode Zero, which used them in the stage Hot Steps.

Behavior

X Blocks sit in place, and act as solid platforms for Mega Man. If no ground exists beneath an X Block, it will drop down. By using the Slash Claw or Break Dash on an X Block, it will be pushed in the opposite direction from where it was hit. In addition, the Super Arm can pick up X Blocks and throw them at enemies. By pushing X Blocks over their spawn points, Mega Man can stop Peats from spawning.

By using "pushList[#]" in creation code, an X Block can be pushed by other objects, such as the Mega Buster or enemy attacks.

Related Articles