577
edits
(→Varieties: put goomba differences in a table for easier reading) |
(updated onfobox + behavior + init + refs) |
||
Line 1: | Line 1: | ||
{{ | {{Object_infobox_2 | ||
|title= Goomba | |title=Goomba<ref>[https://github.com/n64decomp/sm64/blob/master/src/game/behaviors/goomba.inc.c Goomba Behavior Code]</ref> | ||
|image=STROOP- Goomba.png | |image=STROOP- Goomba.png | ||
| | |group=Pushable<ref>[https://github.com/n64decomp/sm64/blob/master/data/behavior_data.c#L5169 Goomba Initilization Code]</ref> | ||
| | |group2=Common 0 | ||
| | |tangibility=1000 | ||
| | |draw=4000 | ||
| | |gravity=-400 | ||
| | |friction=1000 | ||
| | |buoyancy=0 | ||
| | |interaction=Bounce Top | ||
| | |damage=1 | ||
| | |health=0 | ||
|radius=72 | |||
|height=50 | |||
|offset= | |||
|foundIn=[[Bob-omb Battlefield]], [[Jolly Roger Bay]], [[Bowser in the Dark World]], [[Shifting Sand Land]], [[Bowser in the Fire Sea]], [[Tall, Tall Mountain]], [[Tiny-Huge Island]], [[Rainbow Ride]], [[Bowser in the Sky]] | |||
|related= | |||
}} | }} | ||
'''Goombas''' are common enemies throughout the game. They appear in many courses. They can be defeated by landing on them, punching or kicking them, or interacting with other objects. | '''Goombas''' are common enemies throughout the game. They appear in many courses. They can be defeated by landing on them, punching or kicking them, or interacting with other objects. | ||
Line 65: | Line 70: | ||
==Trivia== | ==Trivia== | ||
*Mario can squish Goombas while flying, if he is flying slowly and downwards. | *Mario can squish Goombas while flying, if he is flying slowly and downwards. | ||
==References== | |||
<references/> | |||
[[Category:Enemies]] | [[Category:Enemies]] | ||
{{objects}} | {{objects}} |
edits