A red cannon that periodically shoots fireballs that damage the player and other compatible objects upon contact. It cannot be destroyed through any means. It is also possible to make the fireballs follow the player. Furthermore, 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 | Ball Speed: The movement speed of an individual fireball. Default is 30. | |
Obj_arg3 | Integer | Both | False | Shot Type: Specifies how the object shoots fireballs. Default corresponds to setting it to 0. |
|
Obj_arg7 | Boolean | Both | False | Disable Collision Destruction?: If set, the fireball won't be destroyed when it collides with collision. |
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 fireballs 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 fireballs 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 FirePressure instances. The one with the longest wait time becomes the "group leader". All instances will start shooting a fireball once the group leader is ready. | |
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 | The fireballs can be targeted and frozen by player 2. |