UNPKG

mh3-data

Version:

Monster Hunter Tri data for monsters, quests, and weapons

9 lines (8 loc) 179 B
/** Status ailment types */ export declare enum StatusType { POISON = "poison", PARALYSIS = "paralysis", SLEEP = "sleep", STUN = "stun", EXHAUST = "exhaust" }