A buzz-saw that moves on a path or remains stationary if no path was assigned. When the player touches the blades, they will take damage. If the saw touches a Bob-omb or bomb, it will cause an explosion. Several other enemies also take damage when touched by the blades, such as Flipbugs (KoteBug) and Slurples (Karikari).
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | SMG2 | False | Sawing Type: What animations and particles to use when it's active. |
|
Obj_arg1 | Integer | SMG2 | False | Pose Type: Specifies how to rotate the object. |
|
Path_arg4 | Integer | SMG2 | 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 | SMG2 | 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 | SMG2 | False | Acceleration Time: The time in frames it takes for the object to reach the movement speed set at this point. | |
Point_arg5 | Integer | SMG2 | False | Stop Time: The time in frames the object waits at this point before it continues moving again. | |
Point_arg7 | Integer | SMG2 | 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 | SMG2 | False | Shake Start Type: Specifies whether the object will shake before it starts moving or not. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | Appears when this switch is activated. |
SW_A | SMG2 | False | Will be activated once it reaches the path's end. |
SW_B | SMG2 | False | Once activated, the object will start moving. |
SW_PARAM | SMG2 | False | The path movement speed is adjusted with ParamScale while this switch is activated. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | SMG2 | False | The optional path that it can move on. |
Name | Games | Description |
---|---|---|
Player2Targetable | SMG2 | Can be targeted and frozen by player 2. |