An octopus enemy that can be defeated using most of the player's attacks. It can also be defeated by an enemy's explosion attack and Koopa Shells. It moves a set distance. Once the player gets close, it will shoot two rocks at the player, one at a time, to damage them. It drops a Coin when stomped or Ground Pounded and it drops Star Bits when damaged through other means. It can be frozen and defeated by the Orange Luma.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg1 | Integer | SMG2 | False | Movement Type: In what directions it moves. |
|
Obj_arg2 | Float | SMG2 | False | Movement Speed: The rate at which it moves. Default is 5. | |
Obj_arg3 | Float | SMG2 | False | Movement Distance: How far it moves from its initial position. Default is 500. | |
Obj_arg5 | Boolean | SMG2 | False | Connect to Collision?: If set, it will connect to the collision mesh below. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | The object will appear when this switch is activated. |
SW_DEAD | SMG2 | False | Gets activated when it dies. |
SW_AWAKE | SMG2 | False | The object will become visible and resume movement when this switch is activated. |
Name | Games | Required? | Description |
---|---|---|---|
ClippingGroup | SMG2 | False | Objects in this group are always clipped together. |
Name | Games | Description |
---|---|---|
ScoreAttack | SMG2 | This object scores 100 points in The Chimp's challenges. |
YoshiLockOnTarget | SMG2 | This object can be targeted and eaten by Yoshi. |