Crowd City - chanhpomme/ugp-wiki-temp GitHub Wiki
"CrowdCity"
Number player skins available: 47
GameParameters:
{
"Timer": 0
"Level": 0
"Leaderboard": false
"BotCount": 10
/* Boosters */
"CrowdStartSize": 1
}
Timer
: Duration of the game. 0 for infinite game duration, otherwise, Proxy.GameEnded
will be called automatically at the end of the timer
Level
: Index of the level [0, 3]
CrowdStartSize
: size of the starting crowd (default is 1)
Leaderboard
: display the leaderboard UI
BotCount
: number of bots to spawn (from 1 to 15)
GameplayEvents:
"Kill"
: the player has killed a bot
In-Game Boosters:
"Magnet" { "Duration": 10 }
: activate the magnet bonus, white minions are attracted by the player (Duration: duration of the booster)
"Speed" { "Speed": 3, "Size": 1.5, "Duration": 10 }
: activate the speed bonus (Speed: speed multiplier, Size: size multiplier for all the player minions (giant effect), Duration: duration of the booster)
"FreeMinion" { "Duration": 10 }
: when the player enroll a new minion, he is awarded a free minion, the booster last for the given amount of time