Ball Blast - chanhpomme/ugp-wiki-temp GitHub Wiki
"BallBlast"
Number player skins available: 22
GameParameters:
{
"ThemeIndex": -1
"Level": 14
"CannonPower": 26
"CannonFireSpeed": 20
"PowerUpProbability": 22
}
ThemeIndex
: Index of the background theme. -1 means random. There are 22 themes
Level
: current level (used to tweak difficulty)
CannonPower
: number of power upgrades of the cannon
PowerUpProbability
: probability to spawn a power-up ball when spawning a new ball(in percentage from 0 to 100)
GameplayEvents:
"PowerUpFreeze"
: a freeze booster has been activated
"PowerUpShield"
: a shield booster has been activated
"PowerUpSplit"
: a split booster has been activated
"BallDestroyed"
: a ball has been destroyed (the value is the initial value of the ball)
In-Game Boosters:
"Freeze { "Duration": 12 }
": activate the freeze coin pickup bonus
"Shield { "Duration": 20 }
": activate the shield coin pickup bonus
"Split { "Duration": 20 }
": activate the split coin pickup bonus