An eel enemy that usually lurks at a fixed position. It will move along its path when the player comes near. It can be defeated using Koopa Shells. When defeated, the small variant spawns eight Star Bits whereas the large variant spawns a 1-Up Mushroom.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Float | Both | False | Forwards Speed: The rate at which it moves forwards. Default is 15. | |
Obj_arg1 | Float | Both | False | Backwards Speed: The rate at which it moves backwards. Default is 10. | |
Obj_arg2 | Float | Both | False | Activation Range: The valid distance to the player in which it becomes active. Default is 1000. | |
Obj_arg3 | Integer | Both | False | Behavior: How it moves along the path. Default is 0. |
|
Obj_arg4 | Boolean | SMG2 | False | Invalidate Shadow?: If set, its shadow will be invalidated. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | Both | True | The path that it moves on. The path should NOT be closed. | |
ClippingGroup | SMG2 | False | Objects in this group are always clipped together. |
Name | Games | Description |
---|---|---|
ScoreAttack | SMG2 | This object scores 300 points in The Chimp's challenges. |
Player2Targetable | Both | Can be targeted and frozen by player 2. |
SearchTurtle | Both | Red Koopa Shells and Gold Shells home in on this object. |