Rolly Vortex - chanhpomme/ugp-wiki-temp GitHub Wiki
"RollyVortex"
Number player skins available: 48
GameParameters:
{
"PlayerMinSpeed": 0.75
"PlayerMaxSpeed": 1.1
"PlayerIncrementalSpeed": 0.01
"BackgroundIndex": 0
/* Boosters */
"GemProbability": 0
}
PlayerMinSpeed
: Minimum ball speed
PlayerMaxSpeed
: Maximum ball speed
PlayerIncrementalSpeed
: Increment value of the ball speed
GemProbability
: Probability to spawn a gem in between two obstacles (integer from 0 to 100)
BackgroundIndex
: Index of the tube skin (from 0 to 19)
Gameplay Events:
"GemCollected"
: a game has been collected, and the score has been incremented
In-Game Boosters:
"GemProbability" { "GemProbability": 100, "Duration": 10 }
: change the gem probability for the given amount of time
"BigBrother" { "Scale": 35, "Duration": 10 }
: change the scale of the player (24 is the default scale
"SpeedBoost" { "SpeedMultiplier": 1.25, "Duration": 10 }
: multiply the current speed by the given multiplier for the given amount of time