We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4e1f7 commit 21ee7b9Copy full SHA for 21ee7b9
tibiapy/models/bazaar.py
@@ -355,7 +355,9 @@ class SkillEntry(BaseModel):
355
356
class RevealedGem(BaseModel):
357
gem_type: str
358
+ """The type of gem."""
359
mods: List[str]
360
+ """The mods or effects the gem has."""
361
362
363
class AuctionDetails(BaseModel):
@@ -452,6 +454,7 @@ class AuctionDetails(BaseModel):
452
454
bosstiary_progress: List[BestiaryEntry]
453
455
"""The bosstiary progress of the character."""
456
revealed_gems: List[RevealedGem]
457
+ """The gems that have been revealed by the character."""
458
459
@property
460
def completed_bestiary_entries(self) -> List[BestiaryEntry]:
0 commit comments