Bridge for DnD5e.

Hierarchy (view full)

Constructors

Accessors

  • get attackHooks(): {
        name: string;
        value: string;
    }[]
  • Returns all the hooks useful for attack

    Returns {
        name: string;
        value: string;
    }[]

  • get itemHooks(): {
        name: string;
        value: string;
    }[]
  • Returns all the hooks useful for items

    Returns {
        name: string;
        value: string;
    }[]

Methods

  • Method that extracts the basic information of an item

    Parameters

    • item: any

    Returns {
        image: any;
        name: any;
        owner: any;
    }

    • image: any
    • name: any
    • owner: any