We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dad6b5 commit eb79ba5Copy full SHA for eb79ba5
1 file changed
simc_support/game_data/Trinket.py
@@ -154,6 +154,7 @@
154
248583: Source.DELVE, # Drum of Renewed Bonds
155
252957: Source.DELVE, # Tangle of Vibrant Vines
156
251787: Source.DELVE, # Sealed Chaos Urn
157
+ 265657: Source.DELVE, # Fiber of Living Agony
158
}
159
160
@@ -892,6 +893,7 @@ def seasons(self) -> typing.List[Season]:
892
893
894
895
896
897
898
seasons = []
899
if self.item_id in season_1_trinkets:
0 commit comments