UNPKG

mh3-data

Version:

Monster Hunter Tri data for monsters, quests, and weapons

9 lines (8 loc) 384 B
import { WeaponClass } from '../enum'; import type { WeaponDamageProperties } from '../types'; import type { SwitchAxe, SwitchAxeAttack } from './types'; export declare const SwitchAxeDamageProperties: Readonly<WeaponDamageProperties<WeaponClass.SWITCH_AXE, SwitchAxeAttack>>; /** * List of all available {@link SwitchAxe}s */ export declare const SwitchAxes: readonly SwitchAxe[];