Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Add Zalcano Boss Tab (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain94 authored and Ganom committed Nov 10, 2019
1 parent 87531a3 commit 87fbba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public enum BossTab
CORPOREAL_BEAST("Corporeal Beast", ItemID.PET_CORPOREAL_CRITTER, "Other"),
SARACHNIS("Sarachnis", ItemID.SRARACHA, "Other"),
THE_GAUNTLET("The Gauntlet", ItemID.YOUNGLLEF, "Other"),
ZALCANO("Zalcano", ItemID.SMOLCANO, "Other"),

// Skilling
WINTERTODT("Wintertodt", ItemID.PHOENIX, "Skilling"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public enum UniqueItem
// Other
DRAGON_CHAINBODY(ItemID.DRAGON_CHAINBODY_3140, BossTab.THERMONUCLEAR_SMOKE_DEVIL, BossTab.KALPHITE_QUEEN),
DRAGON_AXE(ItemID.DRAGON_AXE, BossTab.DAGANNOTH_REX, BossTab.DAGANNOTH_PRIME, BossTab.DAGANNOTH_SUPREME, BossTab.WINTERTODT),
UNCUT_ONYX(ItemID.UNCUT_ONYX, BossTab.ZULRAH, BossTab.SKOTIZO),
UNCUT_ONYX(ItemID.UNCUT_ONYX, BossTab.ZULRAH, BossTab.SKOTIZO, BossTab.ZALCANO),

// Unique Items
// Barrows Uniques
Expand Down Expand Up @@ -868,7 +868,11 @@ public enum UniqueItem
MYSTIC_ROBE_BOTTOM_DUSK(ItemID.MYSTIC_ROBE_BOTTOM_DUSK, BossTab.BRIMSTONE_CHEST, 0),
MYSTIC_GLOVES_DUSK(ItemID.MYSTIC_GLOVES_DUSK, BossTab.BRIMSTONE_CHEST, 0),
MYSTIC_BOOTS_DUSK(ItemID.MYSTIC_BOOTS_DUSK, BossTab.BRIMSTONE_CHEST, 0),
BROKEN_DRAGON_HASTA(ItemID.BROKEN_DRAGON_HASTA, BossTab.BRIMSTONE_CHEST, 0);
BROKEN_DRAGON_HASTA(ItemID.BROKEN_DRAGON_HASTA, BossTab.BRIMSTONE_CHEST, 0),

CRYSTAL_TOOL_SEED(ItemID.CRYSTAL_TOOL_SEED, BossTab.ZALCANO, -1),
ZALCANO_SHARD(ItemID.ZALCANO_SHARD, BossTab.ZALCANO, -1),
SMOLCANO(ItemID.SMOLCANO, BossTab.ZALCANO, -1);

private static final ImmutableMultimap<String, UniqueItem> BOSS_MAP;

Expand Down

0 comments on commit 87fbba6

Please sign in to comment.