Color Road - chanhpomme/ugp-wiki-temp GitHub Wiki

Color Road

"ColorRoad"

Number player skins available: 31

GameParameters:
{
  "BallSpeed": [ 60, 63, 68, 70, 75, 80, 85, 90, 95, 100 ]
  "Levels": [ ]

  /* Boosters */
  ReplaceBallWithComboBallProbability: 0
}
BallSpeed: list of speed value (float) for each map. The last value is the max value
Levels: list of index level available in the game (list of int from 0 to 28 exclusive). A null value (or an empty list, or list without value between 0 - 28) include all the levels

ReplaceBallWithComboBallProbability: probability to change a normal ball into a combo ball (integer in percentage from 0 to 100)

GameplayEvents:
"{Color}BallDestroyed": a ball of color {Red, Purple, Green, Yellow} has been destroyed (value given is the score added which is also the new current combo)
"{Color}BonusBallDestroyed": a ball of color {Red, Purple, Green, Yellow} has been destroyed (value given is the score added which is also the new current combo)

In-Game Boosters:
"SpeedBoost" { "SpeedMultiplier": 1.5, "Duration": 10 }: multiply the current speed by the given multiplier and for the given amount of time

⚠️ **GitHub.com Fallback** ⚠️