A generator that creates Big Bubbles, which can be entered and controlled by the player.
| Name | Type | Games | Required? | Description | Values |
|---|---|---|---|---|---|
| Obj_arg0 | Integer | SMG1 | False | Spawn Timer: Time between generated bubbles. If set to other than -1, spawned Big Bubbles will detach from the generator, popping a short while later. | |
| Obj_arg1 | Integer | SMG1 | False | Minimum Size: Minimum size of the bubbles, multiplied by 100. Default is 100. | |
| Obj_arg2 | Integer | SMG1 | False | Maximum Size: Maximum size of the bubbles, multiplied by 100. Default is 100. | |
| Obj_arg3 | Integer | SMG1 | False | Move Limitter ID: ID of the BigBubbleMoveLimitter associated with generated bubbles. Default is -1, which disables this. Nonexistent limiters crash the game. | |
| Obj_arg4 | Integer | SMG1 | False | Bubble Shape: Shape of the generated bubbles. In the vanilla game, only spherical bubbles are used. |
|
| Name | Games | Required? | Description |
|---|---|---|---|
| SW_APPEAR | SMG1 | False | Appears when this switch is activated. |