generated from nhcarrigan/template
feat: add essence infusion upgrades as late-prestige essence sink (#77)
## Summary Closes #62 Adds five **Essence Infusion** upgrades (I–V) to give essence an ongoing meaningful use deep into a prestige run, when gold upgrades are all purchased and essence reserves are in the trillions with nowhere to go: | Upgrade | Cost | Multiplier | |---|---|---| | Essence Infusion I | 1T essence | ×2 global | | Essence Infusion II | 5T essence | ×2 global | | Essence Infusion III | 25T essence | ×2 global | | Essence Infusion IV | 100T essence | ×3 global | | Essence Infusion V | 500T essence | ×5 global | All five start `unlocked: true` (no prerequisite boss or quest required) and cost zero gold and zero crystals — they are purely essence sinks. Combined, they provide a ×120 global income multiplier for players willing to pour their essence reserves into the guild. The About panel's Upgrades section is also updated to inform players these exist. CDN art assets will need to be generated for IDs `essence_sink_1` through `essence_sink_5` in the `upgrades` folder. ✨ This issue was created with help from Hikari~ 🌸 Reviewed-on: #77 Co-authored-by: Hikari <hikari@nhcarrigan.com> Co-committed-by: Hikari <hikari@nhcarrigan.com>
This commit was merged in pull request #77.
This commit is contained in:
@@ -34,7 +34,10 @@ const howToPlay = [
|
||||
+ " for the current run and stack multiplicatively — two ×2 upgrades"
|
||||
+ " targeting the same adventurer combine to give ×4, not ×3. Global"
|
||||
+ " upgrades multiply on top of adventurer-specific ones, so stacking"
|
||||
+ " both types compounds the effect significantly.",
|
||||
+ " both types compounds the effect significantly. Late in a run, look"
|
||||
+ " for the Essence Infusion upgrades — five powerful global multipliers"
|
||||
+ " purchasable purely with essence, giving that resource an ongoing"
|
||||
+ " use when gold upgrades are all bought.",
|
||||
title: "🔧 Upgrades",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user