Difference between revisions of "Oil"

From Make a Good Mega Man Level Contest
Jump to: navigation, search
m
m
 
(5 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
|romaji=
 
|romaji=
 
|altname=
 
|altname=
|programmer=[[Renhoek]]
+
|programmer=[[Sharb]]
 
|artist=
 
|artist=
 
|hp=
 
|hp=
Line 15: Line 15:
 
|location='''MaGMML2:'''<br>[[Mix & Match]]<br>[[Colorful Hall]]<br>[[Reality Core]]<br>[[The Pit of Pits]]
 
|location='''MaGMML2:'''<br>[[Mix & Match]]<br>[[Colorful Hall]]<br>[[Reality Core]]<br>[[The Pit of Pits]]
 
|OffAppear=[[Mega Man 6]]
 
|OffAppear=[[Mega Man 6]]
|MaGMMLAppear=[[Make a Good Mega Man Level 2|MaGMML2]]
+
|MaGMMLAppear=[[Make a Good Mega Man Level 2|MaGMML2]]<br>[[Megamix Engine]]
 
|appear2=
 
|appear2=
 
|sprite=[[File:Oil.png]]
 
|sprite=[[File:Oil.png]]
Line 54: Line 54:
 
*"fireSource[26] = [[Oil Slick|objPUOilFire]]"
 
*"fireSource[26] = [[Oil Slick|objPUOilFire]]"
 
The Tackle Fires thrown by [[Hothead]] and the flames shot by [[Fire Totem]] are also programmed to ignite Oil, though it is set in the Step event instead of through "fireSource[#]".
 
The Tackle Fires thrown by [[Hothead]] and the flames shot by [[Fire Totem]] are also programmed to ignite Oil, though it is set in the Step event instead of through "fireSource[#]".
 +
 +
==Variants==
 +
{| border="1" style=""
 +
|-style="background:#99B1FF;"
 +
! width="1%" |Sprite
 +
! width="5%" |Name
 +
! width="7%" |MaGMML Appearance(s)
 +
! width="7%" |Location(s)
 +
! width="20%" |Description
 +
! width="7%" |Designer(s)
 +
|-
 +
| style="text-align: center;"|[[File:Glue.png]]
 +
| style="text-align: center;"|Glue
 +
| style="text-align: center;"|''[[Make a Good Mega Man Level 2|MaGMML2]]''
 +
| style="text-align: center;"|[[Bond Man (stage)|Bond Man]]
 +
| style="text-align: center;"|A sprite-swap of Oil made to resemble glue. Unlike Oil, it is non-flammable, and primarily serves to impede Mega Man's movement. Puddles of Glue are also created by [[Glue Drop]]s and [[Glue Telly]]s.
 +
| style="text-align: center;"|[[TheSkipper1995]]
 +
|-
 +
|}
  
 
==Related Gimmicks==
 
==Related Gimmicks==
 
*[[Oil Slick]]
 
*[[Oil Slick]]
*[[Glue]]
 
  
[[Category:Gimmicks]][[Category:Devkit Gimmicks (MaGMML2)]][[Category:Mega Man 6 Gimmicks]]
+
[[Category:Gimmicks]][[Category:Devkit Gimmicks (MaGMML2)]][[Category:Custom Gimmicks (MaGMML2)]][[Category:Mega Man 6 Gimmicks]]

Latest revision as of 01:47, 13 October 2024

Oil
Information
In-Game Information
Attack Damage: 28 (Fire)
Type: Mobility, Damage
Location(s): MaGMML2:
Mix & Match
Colorful Hall
Reality Core
The Pit of Pits
Programmer(s): Sharb
Series Information
Official Game Appearances: Mega Man 6
MaGMML Game Appearances: MaGMML2
Megamix Engine
Oil.png

Oil is a gimmick in Mega Man 6, found in Flame Man's stage. It is a pool of thick oil.

Oil was first made available in the devkit for Make a Good Mega Man Level 2, where it appeared in the entries Mix & Match and Colorful Hall, as well as the Wily stage Reality Core and the Pit of Pits sub-levels "Hot Liquid Sector" and "Wily Sewer Entrance".

Behavior

When Mega Man tries to run through Oil, his movement speed will be greatly decreased. If certain fire-based objects touch Oil, it will catch fire, killing Mega Man instantly if he touches it.

The following objects light Oil Slicks based on the value "fireSource[#]", with # replaced by a number:

The Tackle Fires thrown by Hothead and the flames shot by Fire Totem are also programmed to ignite Oil, though it is set in the Step event instead of through "fireSource[#]".

Variants

Sprite Name MaGMML Appearance(s) Location(s) Description Designer(s)
Glue.png Glue MaGMML2 Bond Man A sprite-swap of Oil made to resemble glue. Unlike Oil, it is non-flammable, and primarily serves to impede Mega Man's movement. Puddles of Glue are also created by Glue Drops and Glue Tellys. TheSkipper1995

Related Gimmicks