feat(webui): add missing subsumed abilities #2287

Merged
Sainan merged 3 commits from AMelonInsideLemon/SpaceNinjaServer:webui-helminth-abilities into main 2025-06-25 20:24:30 -07:00
Contributor

Closes #1984

Closes #1984
AMelonInsideLemon added 1 commit 2025-06-25 10:53:11 -07:00
feat(webui): Add Missing Helminth Recipes
All checks were successful
Build / build (pull_request) Successful in 1m17s
97d482f5a1
Closes #1984
Sainan reviewed 2025-06-25 10:53:46 -07:00
@ -42,6 +43,7 @@ customRouter.get("/unlockAllIntrinsics", unlockAllIntrinsicsController);
customRouter.get("/addMissingMaxRankMods", addMissingMaxRankModsController);
customRouter.get("/webuiFileChangeDetected", webuiFileChangeDetectedController);
customRouter.get("/completeAllMissions", completeAllMissionsController);
customRouter.get("/addMissingHelminthBlueprintsController", addMissingHelminthBlueprintsController);
Owner

"Controller" as part of the route ?

"Controller" as part of the route ?
AMelonInsideLemon marked this conversation as resolved
Sainan reviewed 2025-06-25 10:54:40 -07:00
@ -92,6 +92,7 @@ dict = {
inventory_bulkAddSentinels: `Add Missing Sentinels`,
inventory_bulkAddSentinelWeapons: `Add Missing Sentinel Weapons`,
inventory_bulkAddEvolutionProgress: `Add Missing Incarnon Evolution Progress`,
inventory_bulkAddMissingHelminthRecipes: `Add Missing Helminth Recipes`,
Owner

"Helminth Recipes" is gonna be unobvious to the average user, maybe "Subsumed Abilities" ?

"Helminth Recipes" is gonna be unobvious to the average user, maybe "Subsumed Abilities" ?
Author
Contributor

Maybe then Unlock Missing Subsumed Abilities?

Maybe then `Unlock Missing Subsumed Abilities`?
Owner

Meh, Add Missing Subsumed Abilities sounds most natural

Meh, `Add Missing Subsumed Abilities` sounds most natural
AMelonInsideLemon marked this conversation as resolved
Sainan reviewed 2025-06-25 10:58:33 -07:00
@ -442,6 +442,7 @@
<button class="btn btn-primary" onclick="addMissingEquipment(['Sentinels']);" data-loc="inventory_bulkAddSentinels"></button>
<button class="btn btn-primary" onclick="addMissingEquipment(['SentinelWeapons']);" data-loc="inventory_bulkAddSentinelWeapons"></button>
<button class="btn btn-primary" onclick="addMissingEvolutionProgress();" data-loc="inventory_bulkAddEvolutionProgress"></button>
<button class="btn btn-primary" onclick="addMissingHelminthRecipes();" data-loc="inventory_bulkAddMissingHelminthRecipes"></button>
Owner

It would be better to put this under Cheats > Account, since we already have "Fully Level Up Helminth" there.

It would be better to put this under Cheats > Account, since we already have "Fully Level Up Helminth" there.
AMelonInsideLemon marked this conversation as resolved
AMelonInsideLemon added 1 commit 2025-06-25 11:04:47 -07:00
move to cheats tab
All checks were successful
Build / build (pull_request) Successful in 1m20s
83d91bd9f6
Sainan approved these changes 2025-06-25 12:57:23 -07:00
Sainan changed title from feat(webui): Add Missing Helminth Recipes to feat(webui): add missing subsumed abilities 2025-06-25 13:55:51 -07:00
Sainan added 1 commit 2025-06-25 20:17:52 -07:00
details
All checks were successful
Build / build (pull_request) Successful in 54s
ade3297da3
Sainan force-pushed webui-helminth-abilities from ade3297da3 to 84c590b464 2025-06-25 20:18:17 -07:00 Compare
Sainan merged commit 8c22555904 into main 2025-06-25 20:24:30 -07:00
Sainan deleted branch webui-helminth-abilities 2025-06-25 20:24:30 -07:00
Sign in to join this conversation.
No description provided.