feat: dynamically cycle ESO, holdfast bounties, hex bounties, & circuit choices #643

Merged
Sainan merged 2 commits from worldstate into main 2024-12-28 09:30:43 -08:00
Showing only changes of commit 7e23925e5c - Show all commits

View File

@ -43,7 +43,7 @@ export const worldStateController: RequestHandler = (req, res) => {
coderabbitai[bot] commented 2024-12-28 00:43:25 -08:00 (Migrated from github.com)
Review

🛠️ Refactor suggestion

Externalize or document large choice arrays

The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance.

_:hammer_and_wrench: Refactor suggestion_ **Externalize or document large choice arrays** The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance. <!-- This is an auto-generated comment by CodeRabbit -->
coderabbitai[bot] commented 2024-12-28 00:43:25 -08:00 (Migrated from github.com)
Review

🛠️ Refactor suggestion

Externalize or document large choice arrays

The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance.

_:hammer_and_wrench: Refactor suggestion_ **Externalize or document large choice arrays** The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance. <!-- This is an auto-generated comment by CodeRabbit -->
Nodes: [] Nodes: []
}); });
// Circuit warframe choices cycling every week // Circuit choices cycling every week
coderabbitai[bot] commented 2024-12-28 00:43:25 -08:00 (Migrated from github.com)
Review

🛠️ Refactor suggestion

Externalize or document large choice arrays

The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance.

_:hammer_and_wrench: Refactor suggestion_ **Externalize or document large choice arrays** The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance. <!-- This is an auto-generated comment by CodeRabbit -->
coderabbitai[bot] commented 2024-12-28 00:43:25 -08:00 (Migrated from github.com)
Review

🛠️ Refactor suggestion

Externalize or document large choice arrays

The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance.

_:hammer_and_wrench: Refactor suggestion_ **Externalize or document large choice arrays** The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance. <!-- This is an auto-generated comment by CodeRabbit -->
worldState.EndlessXpChoices.push({ worldState.EndlessXpChoices.push({
Category: "EXC_NORMAL", Category: "EXC_NORMAL",
Choices: [ Choices: [

coderabbitai[bot] commented 2024-12-28 00:43:25 -08:00 (Migrated from github.com)
Review

🛠️ Refactor suggestion

Externalize or document large choice arrays

The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance.

_:hammer_and_wrench: Refactor suggestion_ **Externalize or document large choice arrays** The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance. <!-- This is an auto-generated comment by CodeRabbit -->
coderabbitai[bot] commented 2024-12-28 00:43:25 -08:00 (Migrated from github.com)
Review

🛠️ Refactor suggestion

Externalize or document large choice arrays

The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance.

_:hammer_and_wrench: Refactor suggestion_ **Externalize or document large choice arrays** The logic for “EXC_NORMAL” and “EXC_HARD” is sound, but the large hardcoded arrays can be difficult to manage or update later. Consider externalizing them into a config file or module for easier maintenance. <!-- This is an auto-generated comment by CodeRabbit -->