The magician is a helper that produces cubes based on its current level as well as a percentage of the maximum amount of cubes ever collected by the player on any given run. The magician activates its ability every second to generate a given amount of cubes.
- Base Cube Production:
- L = Helper Level
- H = Helper Helper Multiplier (1.0 if not equipped)
- Percent Cube Production:
- M = Max Cubes Gained
- U = Get Cube Upgrade
- Total Cube Production:
- B = Base Cube Production
- P = Percent Cube Production
- H = Helper Helper Multiplier (1.0 if not equipped)
Level | 0 | 50 | 100 | 150 | 200 |
---|---|---|---|---|---|
Cubes | 10 | 114 | 1.32k | 15.07k | 172.92k |
- Helper Level Up Time (Result is in seconds):
- L = Helper Level
- D = Starter pack bonus (0.1) otherwise 0.0
- C = Challenge bonus (0.001x), x is total Robot Challenges completed
- Formula for time between starting level and end level (Result is in seconds):
- D = Starter pack bonus (0.1) otherwise 0.0
- C = Challenge bonus (0.001x), x is total Robot Challenges completed
- s = Starting level
- g = Ending level