

Replaces the per-stage exponential with a time-based exponential scaled to an expected stage completion time.
Old StageFactor calculation: 1.15 ^ StagesCleared
New StageFactor calculation: 1.15 ^ (Time / ExpectedStageClearTime)
Default ExpectedStageClearTime is 7 minutes