Difference between revisions of "Oil"

From Make a Good Mega Man Level Contest
Jump to: navigation, search
m
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 Drops]] 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:Mega Man 6 Gimmicks]]

Revision as of 18:04, 9 December 2019

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): Renhoek
Series Information
Official Game Appearances: Mega Man 6
MaGMML Game Appearances: MaGMML2
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