Skip to content

(feat) Add equipment grouping by name for better navigation and usuab…#3

Open
ZhengJiawen44 wants to merge 1 commit intoAmVoidGuy:testingfrom
ZhengJiawen44:testing
Open

(feat) Add equipment grouping by name for better navigation and usuab…#3
ZhengJiawen44 wants to merge 1 commit intoAmVoidGuy:testingfrom
ZhengJiawen44:testing

Conversation

@ZhengJiawen44
Copy link

No description provided.

@ZhengJiawen44
Copy link
Author

@AmVoidGuy please review when you have time!

Reason for grouping equipment:

  • Improves navigation by organizing similar items together.
  • previous method of sorting does not always group items together. e.g crossbow

const groupedGameEquipment = new Map();

for (const item of gameEquipment) {
const groupName = item.name.trim().split(" ").pop();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggestion would be to include a "groupCategory" field in itemDetailMap.js to store the group name explicitly

Fitzmaz pushed a commit to Fitzmaz/MWICombatSimulatorTest that referenced this pull request Aug 20, 2025
全地图模拟多线程支持
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant