Results 1 to 10 of 163

Threaded View

  1. #11
    It looks like the formulas for what you get from rebirthing at level n are:

    Coins: 10000 * floor(n / 50)
    Shards: 1 + floor(n / 100)
    Hearts: floor(n / 500)
    Amrita: floor(n / 1000)

    The game says that the rewards improve every 50 levels. I've verified that at all multiples of 50 up to and including 1000, with the exceptions of 750, 850, and 900. In particular, you get two hearts at level 1000.

    There are large jumps in difficulty at levels 251, 501, and 1001. There is not such a large jump at level 751, so it's not just every 250 levels.
    Last edited by Semaphore; 01-01-2018 at 12:51 PM.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •