OSRS Plugin API
    Preparing search index...

    Type Alias NPCStats

    The default stats of an NPC as found in the config. Note: These are the stats as taken straight from the config, not real time stats.

    type NPCStats = {
        attack: number;
        defence: number;
        hitpoints: number;
        magic: number;
        ranged: number;
        strength: number;
    }
    Index

    Properties

    attack: number
    defence: number
    hitpoints: number
    magic: number
    ranged: number
    strength: number