generated from nhcarrigan/template
2236d1dc9f437edb1732a09e3b976b6c076a529f
## Summary Fixes #85. Quest combat power requirements for Shadow Marshes, Volcanic Depths, and Astral Void were all drastically too low, breaking the zone progression curve. ### Root Cause All three zones appear to have had their `combatPowerRequired` values entered at the wrong magnitude. Shadow Marshes was using K values where M was intended; Volcanic Depths and Astral Void were similarly off, resulting in later zones being trivially easier than earlier ones. ### Changes | Zone | Before | After | |---|---|---| | Shadow Marshes | 5K / 20K / 80K / 300K | 5M / 20M / 80M / 300M | | Volcanic Depths | 2M / 8M / 30M / 120M | 1.2B / 4.8B / 18B / 72B | | Astral Void | 50M / 200M / 800M / 3B | 300B / 1.2T / 4.8T / 18T | ### Progression All values now maintain a consistent ~×4 multiplier within each zone and ~×4 jump between zones, matching the established pattern from Verdant Vale through Frozen Peaks. ✨ This PR was created with help from Hikari~ 🌸 Reviewed-on: #90 Co-authored-by: Hikari <hikari@nhcarrigan.com> Co-committed-by: Hikari <hikari@nhcarrigan.com>
New Repository Template
This template contains all of our basic files for a new GitHub repository. There is also a handy workflow that will create an issue on a new repository made from this template, with a checklist for the steps we usually take in setting up a new repository.
If you're starting a Node.JS project with TypeScript, we have a specific template for that purpose.
Readme
Delete all of the above text (including this line), and uncomment the below text to use our standard readme template.
Description