Balloon
Jump to navigation
Jump to search
![]() |
To do Confirm A_CheckFlags2 SOC action |
Thing type 543, Balloon, is a type of Thing gives the player a vertical boost and pops on collision. Similarly to the yellow spring it has a medium amount of force behind it. The balloon propels the player 410 fracunits into the air. It is unaffected by gravity, to make platforms reachable by a balloon, it is recommended to make them no higher than 368 fracunits from their current positioning to provide a little extra room. Checking the Ambush thing flag will allow the balloon to respawn after 15 seconds. The Angle value of the balloon determines its color; see the list of skin colors for all available colors and their numerical values.
|
States – MT_BALLOON | |||||||||
---|---|---|---|---|---|---|---|---|---|
State | Sprite prefix | Frame | Duration (tics) | Action | Var 1 | Var 2 | Next state | Full brightness? | Translucency |
S_BALLOON | BLON | FF_ANIMATE | -1 | none | 2 | 5 | S_NULL | No | 0% |
S_BALLOONPOP1 | BLON | D | 0 | A_RemoteDamage | 0 | 1 | S_BALLOONPOP2 | No | 0% |
S_BALLOONPOP2 | BLON | D | 1 | A_Pain | 0 | 0 | S_BALLOONPOP3 | No | 0% |
S_BALLOONPOP3 | BLON | E | 4 | none | 0 | 0 | S_BALLOONPOP4 | No | 0% |
S_BALLOONPOP4 | NULL | A | 35 | A_CheckFlags2 | MF2_AMBUSH | 0 | S_BALLOONPOP5 | No | 0% |
S_BALLOONPOP5 | NULL | A | 525 | none | 0 | 0 | S_BALLOONPOP6 | No | 0% |
S_BALLOONPOP6 | NULL | A | 0 | A_SpawnFreshCopy | 0 | 0 | S_NULL | No | 0% |
Thing types – Springs and fans | [view] | |
Fan • Gas Jet • Bumper • Balloon • Yellow Boost Panel • Red Boost Panel • Yellow Spring • Red Spring • Blue Spring • Diagonal Yellow Spring • Diagonal Red Spring • Diagonal Blue Spring • Horizontal Yellow Spring • Horizontal Red Spring • Horizontal Blue Spring • Yellow Spring Ball • Red Spring Ball |