A Koopa Troopa that can cast various magical spells. The object's name declares what spells it casts. If the object's name is FireBallBeamKameck (SMG1) or Kameck (SMG2), it will cast fireballs. If the object's name is TurtleBeamKameck (SMG1), it will cast sliding Koopa Shells. SMG2 features two more variants: KameckKuriboMini and KameckMeramera which create Mini Goombas and Li'l Cinders, respectively. It moves between path points or stays at a fixed position. After casting a spell, it will temporarily disappear. It can be defeated using most of the player's attacks as well as explosions. It drops a single Coin when defeated.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Number of Cast Objects: How many fireballs/enemies/etc. it creates at once. Minimum is 1, maximum is 3. Default is 1. | |
Obj_arg1 | Integer | SMG2 | False | Hide Visibility Delay: How long it stays visible after casting a spell. Default is 30. | |
Obj_arg3 | Float | Both | False | Activation Range: The valid distance to the player in which it becomes active. Default is 3000. | |
Point_arg0 | Integer | SMG2 | False | Attack Type: Specifies whether it attacks the player or not at this point. Default is -1. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | Appears when this switch is activated. |
SW_DEAD | SMG2 | False | Gets activated when it dies. |
SW_A | SMG2 | False | If used, it will remain invisible until this switch gets activated. |
SW_AWAKE | SMG2 | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | Both | False | The optional path that it can move on. | |
DemoCast | Both | False | Can take part in a cutscene. It can use two special cutscene actions. ザコカメック登場 will make it appear whereas ザコカメック強制死亡 kills it. |
Name | Games | Description |
---|---|---|
Player2Targetable | Both | Can be targeted, frozen and defeated (SMG2 only) by player 2. |
YoshiTargetable | SMG2 | Can be targeted and eaten by Yoshi. |
SearchTurtle | Both | Red Koopa Shells and Gold Shells home in on this object. |
MoveLimitCollision | SMG2 | The collision binder also checks for MoveLimit collision. |