A purple bug enemy that charges towards the player. It can be defeated by Ground Pounding on its back. It drops three Star Bits in SMG1 and a single Coin in SMG2 when defeated.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Float | Both | False | Rotation Angle: How many degrees it rotates left and right. Default is 180, which means it makes a full rotation. | |
Obj_arg1 | Float | Both | False | Movement Distance: How far it moves when it charges at the player. Default is 1000. | |
Obj_arg7 | Boolean | Both | False | Disable Collision Mesh?: If set, its collision mesh will be disabled so that the player cannot stand on its back. |
Name | Games | Required? | Description |
---|---|---|---|
SW_DEAD | Both | False | Gets activated when it dies. If used, it won't drop any items. |
SW_A | Both | False | If activated, it will start to fall down which causes it to respond to gravity too. |
Name | Games | Description |
---|---|---|
Player2Targetable | Both | Can be targeted and frozen by player 2. |