Skip to content

Commit 6bb7be4

Browse files
committed
specify some more delve trinkets
1 parent e2705da commit 6bb7be4

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

simc_support/game_data/Trinket.py

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
249339: Source.WORLD_QUEST, # Gloom-Spattered Dreadscale
152152
251786: Source.DELVE, # Ever-Collapsing Void Fissure
153153
251792: Source.DELVE, # Glorious Crusader's Keepsake
154+
248583: Source.DELVE, # Drum of Renewed Bonds
154155
}
155156

156157

@@ -884,25 +885,9 @@ def seasons(self) -> typing.List[Season]:
884885

885886
if self.source == Source.DELVE:
886887
season_1_trinkets = {
887-
215174: Source.DELVE, # Concoction: Kiss of Death
888-
215171: Source.DELVE, # Fungal Friend Flute
889-
215169: Source.DELVE, # Everburning Lantern
890-
215178: Source.DELVE, # Shadow-Binding Ritual Knife
891-
225648: Source.DELVE, # Candle Confidant
892-
225656: Source.DELVE, # Goldenglow Censer
893-
225651: Source.DELVE, # Kaheti Shadeweaver's Emblem
894-
225649: Source.DELVE, # Quickwick Candlestick
895-
225668: Source.DELVE, # Unstable Power Suit Core
896-
225891: Source.DELVE, # Vile Vial of Kaheti Bile
897-
226539: Source.DELVE, # Scroll of Momentum
898-
225654: Source.DELVE, # Imperfect Ascendancy Serum
899-
215170: Source.DELVE, # Abyssal Trap
900-
225653: Source.DELVE, # Siphoning Lightbrand
901-
225638: Source.DELVE, # Spelunker's Waning Candle
902-
# 215172: Source.DELVE, # Silken Chain Weaver
903-
225657: Source.DELVE, # Detachable Fang
904-
225647: Source.WORLD_QUEST, # Shining Arathor Insignia
905-
218307: Source.DELVE, # Wildfire Wick
888+
251786: Source.DELVE, # Ever-Collapsing Void Fissure
889+
251792: Source.DELVE, # Glorious Crusader's Keepsake
890+
248583: Source.DELVE, # Drum of Renewed Bonds
906891
}
907892
seasons = []
908893
if self.item_id in season_1_trinkets:

0 commit comments

Comments
 (0)