A blue cannon that periodically shoots bubbles that trap the player inside upon contact. It cannot be destroyed through any means. The cannon can be set to rotate towards the player.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Float | Both | False | Cannon Rotation: The rotation of the cannon in degrees. Default is 0. | |
Obj_arg1 | Integer | Both | False | Wait Time: The time in frames before it starts shooting again. Default is 300. | |
Obj_arg2 | Float | Both | False | Bubble Speed: The movement speed of an individual bubble. Default is 30. | |
Obj_arg3 | Integer | Both | False | Shot Type: Specifies how the object shoots bubbles and whether they are affected by gravity or not. Default corresponds to setting it to 0. |
|
Obj_arg7 | Boolean | Both | False | Disable Popping?: If set, the player can't pop the bubble by themself. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | Appears when this switch is activated. |
SW_A | Both | False | If used, the cannon will be rotated into its shooting position once this switch gets activated. It will be able to shoot bubbles in this state. Once the switch deactivates again, it enters its resting position again. |
SW_B | SMG2 | False | If used, it will only be able to shoot bubbles while this switch is activated. |
SW_PARAM | SMG2 | False | Animations, velocity and update rates are 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 |
---|---|---|---|---|
Group | Both | False | Groups several other WaterPressure instances. The one with the longest wait time becomes the "group leader". All instances will start shooting a bubble once the group leader is ready. | |
ClippingGroup | Both | False | Objects in this group are always clipped together. | |
Camera | Both | False | Used when the player is trapped inside a bubble. | |
DemoCast | Both | False | Can take part in a cutscene. |
Name | Games | Description |
---|---|---|
Player2Targetable | Both | The bubbles can be targeted, frozen and popped (SMG2 only) by player 2. |