An octopus enemy that can be defeated using most player 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 headbutt the player (SMG1) or shoot a rock at the player (SMG2). It drops a Coin when stomped or Ground Pounded, and it drops Star Bits when damaged through other means.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | SMG1 | False | Lava Interaction: How it interacts with lava collision. |
|
Obj_arg1 | Integer | Both | False | Movement Type: In what directions it moves. |
|
Obj_arg2 | Float | Both | False | Movement Speed: The rate at which it moves. Default is 5. | |
Obj_arg3 | Float | Both | False | Movement Distance: How far it moves from its initial position. Default is 500. | |
Obj_arg4 | Boolean | SMG2 | False | Disable Rock Gravity?: If set, the rocks that it throws won't recalculate their gravity vector. | |
Obj_arg5 | Boolean | SMG2 | False | Connect to Collision?: If set, it will connect to the collision mesh below. |
Name | Games | Required? | Description |
---|---|---|---|
SW_DEAD | Both | False | Gets activated when it dies. |
SW_AWAKE | SMG2 | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
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. |
Player2Targetable | Both | Can be targeted, frozen and defeated (SMG2 only) by player 2. |
YoshiTargetable | SMG2 | Can be targeted and eaten by Yoshi. |