Skip to content

Conversation

@bell1020
Copy link
Contributor

@bell1020 bell1020 commented Oct 2, 2025

This should be the bulk of missing accessories.

@plun1331
Copy link
Member

plun1331 commented Oct 3, 2025

yeah sure thats probably right

@plun1331 plun1331 requested a review from Copilot October 3, 2025 03:52
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds numerous missing accessories to the Skyblock accessories configuration file. The update includes both new accessory chains and fixes to existing accessory naming and upgrade paths.

  • Adds multiple new accessory upgrade chains (coins, chocolate, soul campfire, etc.)
  • Fixes naming inconsistencies in existing accessories (anita_talisman series, scavenger series)
  • Adds standalone accessories without upgrade paths

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +364 to +370
"upgrade": "scavanger_ring"
},
"scavanger_ring": {
"rarity": "uncommon",
"upgrade": "scavanger_artifact"
},
"scavanger_artifact":{
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

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

Corrected spelling of 'scavanger' to 'scavenger' in multiple accessory names.

Suggested change
"upgrade": "scavanger_ring"
},
"scavanger_ring": {
"rarity": "uncommon",
"upgrade": "scavanger_artifact"
},
"scavanger_artifact":{
"upgrade": "scavenger_ring"
},
"scavenger_ring": {
"rarity": "uncommon",
"upgrade": "scavenger_artifact"
},
"scavenger_artifact":{

Copilot uses AI. Check for mistakes.
"upgrade": "runeblade_ring"
},
"runeblade_ring": {
"rarity":"uncommon",
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

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

Missing space after colon in JSON object. Should be 'rarity': 'uncommon' for consistency with other entries.

Suggested change
"rarity":"uncommon",
"rarity": "uncommon",

Copilot uses AI. Check for mistakes.
},
"small_fish_bowl": {
"rarity": "common",
"upgrade":"medium_fish_bowl"
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

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

Missing space after colon in JSON object. Should be 'upgrade': 'medium_fish_bowl' for consistency with other entries.

Suggested change
"upgrade":"medium_fish_bowl"
"upgrade": "medium_fish_bowl"

Copilot uses AI. Check for mistakes.
Comment on lines +1216 to +1235
"century_ring": {
"rarity": "uncommon",
"upgrade": null
},
"magic_8_ball": {
"rarity": "rare",
"upgrade": null
},
"runebook": {
"rarity": "common",
"upgrade": null
},
"general_medallion": {
"rarity": "rare",
"upgrade": null
},
"dwarven_metal": {
"rarity": "uncommon",
"upgrade": null
}
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

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

Inconsistent indentation using 5 spaces instead of 4 spaces like the rest of the file. Should use 4 spaces for consistency.

Suggested change
"century_ring": {
"rarity": "uncommon",
"upgrade": null
},
"magic_8_ball": {
"rarity": "rare",
"upgrade": null
},
"runebook": {
"rarity": "common",
"upgrade": null
},
"general_medallion": {
"rarity": "rare",
"upgrade": null
},
"dwarven_metal": {
"rarity": "uncommon",
"upgrade": null
}
"century_ring": {
"rarity": "uncommon",
"upgrade": null
},
"magic_8_ball": {
"rarity": "rare",
"upgrade": null
},
"runebook": {
"rarity": "common",
"upgrade": null
},
"general_medallion": {
"rarity": "rare",
"upgrade": null
},
"dwarven_metal": {
"rarity": "uncommon",
"upgrade": null
}

Copilot uses AI. Check for mistakes.
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.

2 participants