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