Difference between revisions of "Adamski"

From Make a Good Mega Man Level Contest
Jump to: navigation, search
m
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
|altname=
 
|altname=
 
|designer=
 
|designer=
|programmer=[[SnoruntPyro]]
+
|programmer=[[snoruntpyro]]
 
|artist=
 
|artist=
 
|hp=1
 
|hp=1
Line 14: Line 14:
 
|weak=
 
|weak=
 
|category=Cluster, Flying
 
|category=Cluster, Flying
|location=
+
|location='''MaGMML: Episode Zero:'''<br>[[Twilight Terrace]]<br>[[Lily Airpad]]
 
|OffAppear=[[Mega Man 9]]
 
|OffAppear=[[Mega Man 9]]
 
|MaGMMLAppear=[[Make a Good Mega Man Level: Episode Zero|MaGMML: Episode Zero]] (Enemy)<br>[[Megamix Engine]]
 
|MaGMMLAppear=[[Make a Good Mega Man Level: Episode Zero|MaGMML: Episode Zero]] (Enemy)<br>[[Megamix Engine]]

Latest revision as of 22:22, 9 October 2024

Adamski
Information
In-Game Information
HP: 1
Attack Damage: 2 (contact)
Category: Cluster, Flying
Location(s): MaGMML: Episode Zero:
Twilight Terrace
Lily Airpad
Misc. Information
Script: アダムスキィ
Romaji: Adamusuki
Programmer(s): snoruntpyro
Series Information
Official Game Appearances: Mega Man 9
MaGMML Game Appearances: MaGMML: Episode Zero (Enemy)
Megamix Engine
Adamski.png
"An enemy from Galaxy Man's stage. It's a mini UFO that moves in a wave pattern, starting by moving downwards."
―Note in Adamski's code, Megamix Engine

Adamski is an enemy from Mega Man 9. It is a small robot modelled after a stereotypical alien flying saucer.

Adamski was first made available with the Megamix Engine, and subsequently the devkits for Make a Good Mega Man Level 3 and Make a Good 48 Hour Mega Man Level. Before either game released, it appeared in the Make a Good Mega Man Level: Episode Zero levels Twilight Terrace and Lily Airpad.

Behavior

Adamskis fly horizontally in a sine wave pattern, with no means of attacking Mega Man beyond crashing into him. They are easily destroyed, and tend to work best in large fleets.

Adamski has two creation code variables:

  • col - Determines the colour of Adamski (0 = green (default), 1 = yellow, 2 = pink).
  • playUFOSounds - If set to false, Adamskis are completely silent instead of making the Wily UFO sound.