A space mine that explodes upon contact. However, it can be safely destroyed with the Rainbow power-up, Star Bits, Yoshi's projectiles, and explosions caused by enemies (e.g. Bullet Bills).
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Shadow Type: Specifies whether to use a shadow or not. Default is -1. |
|
Obj_arg1 | Boolean | Both | False | Use Collision Binder?: If set, it will use a collision binder which makes it react to collision. | |
Obj_arg2 | Integer | SMG2 | False | Item Type: The item(s) that it drops when destroyed with one of various attacks. Default is -1. |
|
Path_arg1 | Integer | Both | False | Movement Type: How the object behaves once it reaches the last path point. |
|
Path_arg2 | Integer | Both | False | Indicator Dots Type: Specifies whether the orange indicator dots should be used and how they are displayed. |
|
Path_arg4 | Integer | Both | False | Initial Position Type: The object's initial position. |
|
Path_arg5 | Integer | SMG2 | False | Snapping Speed: If used, the object stays at its original position and moves to its actual position on the path. This setting specifies how fast the object snaps back into its original position. The higher the value is, the slower it moves. | |
Point_arg0 | Integer | Both | False | Movement Speed / Time: The movement speed the object has starting from this point. If Point_arg7 is set to 1, this specifies the time in frames it takes to reach the next point. | |
Point_arg1 | Integer | Both | False | Acceleration Time: The time in frames it takes for the object to reach the movement speed set at this point. | |
Point_arg5 | Integer | Both | False | Stop Time: The time in frames the object waits at this point before it continues moving again. | |
Point_arg7 | Integer | Both | False | Speed Type: Decides whether Point_arg0 specifies the movement speed or the time it takes to reach the next point. |
|
Name | Games | Required? | Description | Values |
---|---|---|---|---|
SignMotionType | Both | False | Shake Start Type: Specifies whether the object will shake before it starts moving or not. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | Appears when this switch is activated. |
SW_DEAD | Both | False | Gets activated when it explodes. |
SW_B | Both | False | If used, the object won't move until this switch gets activated. |
SW_PARAM | SMG2 | False | The path movement speed is adjusted with ParamScale while this switch is activated. |
SW_AWAKE | Both | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | Both | False | The path that it moves on. | |
ClippingGroup | Both | False | Objects in this group are always clipped together. | |
DemoCast | Both | False | Can take part in a cutscene. |
Name | Games | Description |
---|---|---|
Player2Targetable | SMG2 | Can be targeted, frozen and destroyed by player 2. |
YoshiTargetable | SMG2 | Can be targeted and licked by Yoshi. |