Skip to content

Commit

Permalink
Merge pull request #2268 from Ingrim4/update-accessories
Browse files Browse the repository at this point in the history
Update accessory constants
  • Loading branch information
Shiiyu authored Sep 25, 2024
2 parents 16dca9a + a803018 commit 06211d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/constants/accessories.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const accessoryUpgrades = [
["HUNTER_TALISMAN", "HUNTER_RING"],
["ZOMBIE_TALISMAN", "ZOMBIE_RING", "ZOMBIE_ARTIFACT"],
["BAT_TALISMAN", "BAT_RING", "BAT_ARTIFACT"],
["BROKEN_PIGGY_BANK", "CRACKED_PIGGY_BANK", "PIGGY_BANK"],
["SPEED_TALISMAN", "SPEED_RING", "SPEED_ARTIFACT"],
["PERSONAL_COMPACTOR_4000", "PERSONAL_COMPACTOR_5000", "PERSONAL_COMPACTOR_6000", "PERSONAL_COMPACTOR_7000"],
["PERSONAL_DELETOR_4000", "PERSONAL_DELETOR_5000", "PERSONAL_DELETOR_6000", "PERSONAL_DELETOR_7000"],
Expand Down Expand Up @@ -87,6 +86,10 @@ const accessoryUpgrades = [
"GANACHE_CHOCOLATE_SLAB",
"PRESTIGE_CHOCOLATE_REALM",
],
["COIN_TALISMAN", "RING_OF_COINS", "ARTIFACT_OF_COINS", "RELIC_OF_COINS"],
["SCAVENGER_TALISMAN", "SCAVENGER_RING", "SCAVENGER_ARTIFACT"],
["EMERALD_RING", "EMERALD_ARTIFACT"],
["MINERAL_TALISMAN", "GLOSSY_MINERAL_TALISMAN"],
];

const ignoredAccessories = [
Expand Down Expand Up @@ -146,6 +149,7 @@ export const ACCESSORY_ALIASES = {
"CAMPFIRE_TALISMAN_29",
],
PARTY_HAT_CRAB: ["PARTY_HAT_CRAB_ANIMATED", "PARTY_HAT_SLOTH", "BALLOON_HAT_2024"],
PIGGY_BANK: ["BROKEN_PIGGY_BANK", "CRACKED_PIGGY_BANK"],
DANTE_TALISMAN: ["DANTE_RING"],
};

Expand Down

0 comments on commit 06211d0

Please sign in to comment.