
Risk of Rain 2
You are viewing a potentially older version of this package. View Latest Version
NoStageDifficultyScaling
Replaces the per-stage exponential with an exponential that scales with time.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 6 minutes, since 5 minutes feels too short, while encouraging 7+ minute stages feels wrong.