UNPKG

mh3-data

Version:

Monster Hunter Tri data for monsters, quests, and weapons

9 lines (8 loc) 392 B
import { WeaponClass } from '../enum'; import type { WeaponDamageProperties } from '../types'; import type { GreatSword, GreatSwordAttack } from './types'; export declare const GreatSwordDamageProperties: Readonly<WeaponDamageProperties<WeaponClass.GREAT_SWORD, GreatSwordAttack>>; /** * List of all available {@link GreatSword}s */ export declare const GreatSwords: readonly GreatSword[];