Flappy Dunk - chanhpomme/ugp-wiki-temp GitHub Wiki
"FlappyDunk"
Number player skins available: 31
GameParameters:
{
"HoopStart": 0
/* Boosters */
"GiantHoopsNumber": 0
"GiantHoopsMultiplier": 1.5
"StartMultiplier": 1
"DontResetHoopsOnRespawn"
: false
}
HoopStart
: Starting value for the hoop spawner
GiantHoopsNumber
: Number of giant hoops to start the game
GiantHoopsMultiplier
: Size multiplier for the giant hoops (1.5 is a good value, 2 will deform the hoops too much)
StartMultiplier
: Value to start the fever mode with (at 3 and above, the ball will start directly in fire)
DontResetHoopsOnRespawn
: Don't reset the difficulty if you die and respawn
GameplayEvents:
"Swish"
: the player has passed a hoop without touching the rim (value is the current bonus multiplier)
In-Game Boosters:
"Gravity" { "Gravity": -40, "Duration": 10 }
: change the gravity for the given amount of time (-40 is the default gravity, -80 and -25 are the default value for high and low gravity)
"ScoreMultiplicator" { "MultiplicatorToAdd": 5 }
: add the given value to the current score multiplicator