Skip to content

Commit 1cfd239

Browse files
committed
add more delve trinkets
https://www.wowhead.com/item=251792/glorious-crusaders-keepsake link provided by gl0ckalacka, thank you
1 parent 4219dfc commit 1cfd239

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

simc_support/game_data/Trinket.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@
154154
252957: Source.DELVE, # Tangle of Vibrant Vines
155155
251787: Source.DELVE, # Sealed Chaos Urn
156156
265657: Source.DELVE, # Fiber of Living Agony
157+
251784: Source.DELVE, # Sylvan Wakrapuku
158+
251791: Source.DELVE, # Holy Retributor's Order
159+
251790: Source.DELVE, # Desecrated Chalice
160+
251785: Source.DELVE, # Void-Reaper's Libram
161+
251782: Source.DELVE, # Withered Saptor's Paw
162+
251792: Source.DELVE, # Glorious Crusader's Keepsake
157163
}
158164

159165

@@ -893,6 +899,12 @@ def seasons(self) -> typing.List[Season]:
893899
252957: Source.DELVE, # Tangle of Vibrant Vines
894900
251787: Source.DELVE, # Sealed Chaos Urn
895901
265657: Source.DELVE, # Fiber of Living Agony
902+
251784: Source.DELVE, # Sylvan Wakrapuku
903+
251791: Source.DELVE, # Holy Retributor's Order
904+
251790: Source.DELVE, # Desecrated Chalice
905+
251785: Source.DELVE, # Void-Reaper's Libram
906+
251782: Source.DELVE, # Withered Saptor's Paw
907+
251792: Source.DELVE, # Glorious Crusader's Keepsake
896908
}
897909
seasons = []
898910
if self.item_id in season_1_trinkets:

0 commit comments

Comments
 (0)