yolkbot
    Preparing search index...

    Interface GunAmmo

    Represents a Gun ammo

    interface GunAmmo {
        capacity: number;
        pickup: number;
        reload: number;
        store: number;
    }
    Index

    Properties

    capacity: number

    The capacity of bullets the gun has in a single usable clip

    pickup: number

    The number of bullets added when an ammo box is picked up

    reload: number

    The number of bullets added when the gun reloads

    store: number

    The total number of bullets the gun stores in total when full across all clips