Difference between revisions of "Pointan"
From Make a Good Mega Man Level Contest
Brash Buster (talk | contribs) (Created page with "{{enemy |name=Pointan |image= |caption= |jname= |script=ポインタン |romaji=Pointan |altname= |designer= |programmer= |artist= |hp=3 (Pointan)<br>4 (windows) |at=2 (contac...") |
Brash Buster (talk | contribs) m |
||
| Line 12: | Line 12: | ||
|hp=3 (Pointan)<br>4 (windows) | |hp=3 (Pointan)<br>4 (windows) | ||
|at=2 (contact, windows) | |at=2 (contact, windows) | ||
| − | |weak=[[Tornado Blow | + | |weak=[[Tornado Blow]]{{3}}<br>[[Concrete Shot]]{{48H}}<br>[[Top Spin]], [[Black Hole Bomb]], [[Hornet Chaser]] [[Sakugarne]], [[Wire Adaptor]], [[Super Arm]], [[Chill Spike]], [[Power Stone]], [[Plant Barrier]]{{Megamix}} |
| − | |category= | + | |category=Floating |
|location= | |location= | ||
|OffAppear=[[Mega Man 10]] | |OffAppear=[[Mega Man 10]] | ||
|MaGMMLAppear= | |MaGMMLAppear= | ||
|appear2= | |appear2= | ||
| − | |sprite={{MirrorDiv |mirror=[[File:Cursor.png]]}} | + | |sprite={{MirrorDiv|mirror=[[File:Cursor.png]]}} |
}} | }} | ||
{{quote|This cursor enemy will cycle through 3 patterns, once he finishes he will move to his inital position and start over.|Note in Pointan's code|[[Megamix Engine]]}} | {{quote|This cursor enemy will cycle through 3 patterns, once he finishes he will move to his inital position and start over.|Note in Pointan's code|[[Megamix Engine]]}} | ||
| Line 49: | Line 49: | ||
{{Damagetable2 | {{Damagetable2 | ||
|buster=1/1/3 | |buster=1/1/3 | ||
| − | |hornet= | + | |hornet=3 |
|jewel=1 | |jewel=1 | ||
|grab=1 | |grab=1 | ||
| Line 66: | Line 66: | ||
|laser=1 | |laser=1 | ||
|water=1 | |water=1 | ||
| − | |tornado= | + | |tornado=5 |
|thunder=2 | |thunder=2 | ||
|magnetic=2 | |magnetic=2 | ||
| Line 95: | Line 95: | ||
|buster=1/1/3 | |buster=1/1/3 | ||
|time=Y | |time=Y | ||
| − | |stone= | + | |stone=4 |
|plant=4 | |plant=4 | ||
|block=2 | |block=2 | ||
| Line 104: | Line 104: | ||
*The ''[[Make a Good Mega Man Level 2]]'' boss [[Cursor]] uses the same sprites as Pointan. | *The ''[[Make a Good Mega Man Level 2]]'' boss [[Cursor]] uses the same sprites as Pointan. | ||
| − | [[Category:Enemies]][[Category:Devkit Enemies (MaGMML3)]][[Category:Mega Man 10 Enemies]] | + | [[Category:Enemies]][[Category:Devkit Enemies (MaGMML3)]][[Category:Mega Man 10 Enemies]][[Category:Floating Enemies]] |
Revision as of 19:16, 23 September 2018
| Pointan | |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
- "This cursor enemy will cycle through 3 patterns, once he finishes he will move to his inital position and start over."
- ―Note in Pointan's code, Megamix Engine
Pointan is an enemy from Mega Man 10. It is a blue robot shaped like a computer's default mouse pointer.
Pointan is included in the Megamix Engine, and is planned to appear as a devkit enemy in Make a Good Mega Man Level 3 and Make a Good 48 Hour Mega Man Level.
Contents
Behavior
Pointan will drag outlines to form rectangles that turn into windows that fly either horizontally or vertically, one at a time. It cycles through three specific shapes, returning to its spawning point every three times it makes windows. The pattern consists of the following, in order:
- A 2x2 square, with the windows alternating between moving down and moving in whatever direction Mega Man was facing when they were spawned. This is the default starting shape.
- A 4-window column, with the windows moving in whatever direction Mega Man was facing when they were spawned.
- A 4-window row, with the windows moving downward.
Creation code can be used to change which shape Pointan starts with (initialPattern = 1 for the column, initialPattern = 2 for the row)
Damage Table
Make a Good Mega Man LevelMegamix Only
| |
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|---|---|
| 1/1/3 | 1 | 1 | 2 | 3 | 0.5 | 3 | 1/5 | 2 |
| Other Notes | ||||||||
Make a Good Mega Man Level 2Megamix Only
| |
|
|
|
|
|
|
|
|
|
|
|---|---|---|---|---|---|---|---|---|---|---|
| 1/1/3 | 3 | 1 | 1 | 1 | Y | 1 | 2 | 4 | 3 | 2 |
| Other Notes | ||||||||||
Make a Good Mega Man Level 3
| |
|
|
|
|
|
|
|
| ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1/1/3 | 1 | 1 | 1 | 5 | 2 | 2 | 2 | 2 | ||||||||||||
| |
|
|
|
|
|
|
|
|
|
|
| |||||||||
| Other Notes | ||||||||||||||||||||
Make a Good 24 Hour Mega Man LevelMegamix Only
| |
|
|
|
|---|---|---|---|
| 1/1/3 | 4/2 | 1/5 | 99 |
| Other Notes | |||
Make a Good 48 Hour Mega Man Level
| |
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|---|---|---|---|---|
| 1/1/3 | 2 | 2 | 0 | 2 | 1/1/2 | 2 | 3 | 2 | ||
| Other Notes | ||||||||||
Megamix Engine
| |
|
|
|
|
| |||||
|---|---|---|---|---|---|---|---|---|---|---|
| 1/1/3 | Y | 4 | 4 | 2 | 2 | |||||
| Other Notes | ||||||||||
Trivia
- The Make a Good Mega Man Level 2 boss Cursor uses the same sprites as Pointan.