pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
832 stars 355 forks source link

Update wiki to display rewards for Matrix, Retirement, and Eden resets. #955

Closed JonathanBeverley closed 7 months ago

JonathanBeverley commented 1 year ago

The wiki doesn't correctly display plasmid or phage gains from Matrix, Retirement, and Eden resets. This patch adds them.

This patch makes two possibly controversial changes:

  1. The paragon/phage prestige constants are moved from within calcPrestige(type,inputs) to their own separate function: getResetConstants(type, inputs)
  2. The code is inconsistent on whether the Retirement prestige type is referred to as "retire" or "retired". This code uses "retired" and changes some other usage to fit.