Swoop: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(→‎Behavior: Marking as empty section)
m (→‎References: List, capitalization)
 
Line 25: Line 25:


==References==
==References==
[https://github.com/n64decomp/sm64/blob/06ec56df7f951f88da05f468cdcacecba496145a/src/game/behaviors/swoop.inc.c Swoop Behavior File]
* [https://github.com/n64decomp/sm64/blob/06ec56df7f951f88da05f468cdcacecba496145a/src/game/behaviors/swoop.inc.c Swoop behavior file]


[[Category:Enemies]]
[[Category:Enemies]]
{{objects}}
{{objects}}

Latest revision as of 06:29, 8 May 2021

Swoop
STROOP- Swooper.png
Technical Constants
Object Group General Actor
Actor Group Group 17
Physical Constants
Gravity 0
Friction 0
Buoyancy 0
Hitbox
Interaction Type Bounce Top/Bottom
Damage 1
Health 1
Radius 100
Height 80

Swoop is an enemy appearing in Hazy Maze Cave.

Behavior

References