mh3-data
Version:
Monster Hunter Tri data for monsters, quests, and weapons
9 lines (8 loc) • 383 B
TypeScript
import { WeaponClass } from '../enum';
import type { WeaponDamageProperties } from '../types';
import type { Longsword, LongswordAttack } from './types';
export declare const LongswordDamageProperties: Readonly<WeaponDamageProperties<WeaponClass.LONGSWORD, LongswordAttack>>;
/**
* List of all available {@link Longsword}s
*/
export declare const Longswords: readonly Longsword[];