Tower Run - chanhpomme/ugp-wiki-temp GitHub Wiki
"TowerRun"
Number player skins available: 18
GameParameters
{
"StartSpeed": 3.0
"SpeedIncrement": 0.05
"StartLevel": 0
"LevelIncrement" : 1
"StartPointsPerLevel" : 5
"PointsPerLevelIncrement" : 1
/* Boosters */
"StartSize" : 1
"IsGiant": false
"TargetSize": 1
"BiggerTargetCount": 15
}
StartSpeed
: The initial speed of the player
SpeedIncrement
: How much speed is added between each chunk. By default, 3 -> 3.05 -> 3.1...
StartLevel
: Follow the main progression than the original game (easy to more difficult) and biome evolution (forest, red forest, beach, sky). To spice things up, we can start at a more advanced level
LevelIncrement
: To have a faster progression between level, it's possible to skip some.
StartPointsPerLevel
: Points you get after finishing the first level
PointsPerLevelIncrement
: Increment of points for every consecutive level (6 points for level 2, 7 points for level 3...)
StartSize
: The initial size of the tower (1 by default)
IsGiant
: The initial characters in the tower are giants (can be combined with StartSize)
TargetSize
: The size of the targets during the whole session. A good value for an oversized target is 1.8.
BiggerTargetCount
: Limit the increase in size to the first targets
In-Game Boosters:
Giant
: Transform every character in the tower into a giant
From 0 to 17.