interface AttackAmmo {
    abundant: boolean;
    data: object;
    document: Item;
    id: string;
    isDefault: boolean;
    quantity: number;
}

Properties

abundant: boolean

Is abundant?

data: object

Ammo document data

document: Item

Ammo document

id: string

Ammo item ID

isDefault: boolean

Is this default ammo for the item?

quantity: number

Quantity of ammo