Torn API Client
    Preparing search index...

    Type Alias UserHofStats

    type UserHofStats = {
        attacks: HofValue;
        awards: HofValue;
        battle_stats: HofValue | unknown;
        busts: HofValue;
        defends: HofValue;
        level: HofValue;
        networth: HofValue;
        offences: HofValue;
        racing_points: HofValue;
        racing_skill: HofValueFloat;
        racing_wins: HofValue;
        rank: HofValue;
        revives: HofValue;
        travel_time: HofValue;
        working_stats: HofValue;
    }
    Index

    Properties

    attacks: HofValue
    awards: HofValue
    battle_stats: HofValue | unknown
    busts: HofValue
    defends: HofValue
    level: HofValue
    networth: HofValue
    offences: HofValue
    racing_points: HofValue
    racing_skill: HofValueFloat
    racing_wins: HofValue
    rank: HofValue
    revives: HofValue
    travel_time: HofValue
    working_stats: HofValue