SRB2Kart/Thing types/Thing type 462
< SRB2Kart
Thing type 462, SD2 BP Balloon, is a colored balloon exclusive to SRB2Kart that makes the player bounce high upon contact. They are used in SD2 Balloon Panic. Popped balloons respawn after 15 seconds. The color of the balloon is determined by its angle modulo MAXSKINCOLORS (100) + 1.
|
|
States – MT_BALLOON | |||||||||
---|---|---|---|---|---|---|---|---|---|
State | Sprite prefix | Frame | Duration (tics) | Action | Var 1 | Var 2 | Next state | Full brightness? | Translucency |
S_BALLOON | BLON | FF_ANIMATE|A | -1 | none | 2 | 5 | S_BALLOON | No | 0% |
S_BALLOONPOP1 | BLON | FF_ANIMATE|D | 2 | none | 1 | 1 | S_BALOONPOP2 | No | 0% |
S_BALLOONPOP2 | NULL | 0 | 15*TICRATE | none | 0 | 0 | S_BALOONPOP3 | No | 0% |
S_BALLOONPOP3 | NULL | 0 | 0 | A_SpawnFreshCopy | 0 | 0 | S_NULL | No | 0% |