mh3-data
Version:
Monster Hunter Tri data for monsters, quests, and weapons
87 lines • 1.45 kB
JavaScript
import { SkillGroup } from './enum';
export const skillIdentifiers = [
'sharpness',
'handicraft',
'fencing',
'recoil',
'normals_up',
'pierces_up',
'pellets_up',
'normal_s+',
'pierce_s+',
'status',
'elemental',
'hearing',
'fate',
'stamina',
'loading',
'carving',
'evade_dist',
'tranquilzr',
'fastcharge',
'punishdraw',
'freeelemnt',
'rapid_fire',
'poison',
'health',
'rec_speed',
'expert',
'sharpener',
'guard',
'guard_up',
'reload_spd',
'pellet_s+',
'crag_s+',
'clust_s+',
'bomb_boost',
'hunger',
'attack',
'defense',
'protection',
'wide-range',
'wind_res',
'gathering',
'spd_gather',
'psychic',
'rec_level',
'evasion',
'potential',
'eating',
'tremor_res',
'crit_draw',
'constitutn',
'swimming',
'dungmaster',
'flame_aura',
'paralysis',
'sleep',
'stun',
'mud/snow',
'sense',
'gluttony',
'anti-theft',
'transportr',
'fire_res',
'water_res',
'thunderres',
'ice_res',
'dragon_res',
'heat_res',
'cold_res',
'map',
'whim',
'fishing',
'combo_rate',
'combo_plus',
'lastingpwr',
'precision',
'bbq',
'speedsetup',
'perception',
'oxygen',
'currentres',
'survivor',
'blight_res',
'auto-guard'
];
//# sourceMappingURL=types.js.map