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 22d862c commit 9346567Copy full SHA for 9346567
src/tcgdexsdk/models/Card.py
@@ -31,13 +31,13 @@ class Card(Model):
31
"""The card possible variants"""
32
set: SetResume
33
"""Resume of the set the card belongs to"""
34
- dexIDs: Optional[List[int]]
+ dexId: Optional[List[int]]
35
"""the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card)"""
36
hp: Optional[int]
37
"""HP of the pokemon"""
38
types: Optional[List[str]]
39
"""Types of the pokemon (multiple because some have multiple in the older sets)"""
40
- evolvesFrom: Optional[str]
+ evolveFrom: Optional[str]
41
"""Name of the pokemon this one evolves from"""
42
description: Optional[str]
43
"""the Pokémon Pokédex like description"""
0 commit comments