There was an error while loading. Please reload this page.
client.game_stat
Endpoints: • gameStat.getEquipmentAvgByCode
.get_equipment_avg()
Get the average quality/stat value for a given equipment item code.
Args: item_code: The item code to look up (e.g. "helmet", "sword").
"helmet"
"sword"
Returns: A float representing the average equipment value.
await client.game_stat.get_equipment_avg(item_code: 'str') -> 'float'
item_code
str
.invalidate_cache()
Clear the SWR cache for all resources.
await client.game_stat.invalidate_cache() -> 'None'