UNPKG

warcraft3-unit-data

Version:

Provides data about Warcraft 3 units and abilities.

24 lines (23 loc) 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var miscellaneous = [ { img: 'misc_arthas.png', title: 'Misc', spells: [ { title: 'Set Hero Ability', img: 'misc_set_hero_ability.png', abilityId: 'cmdselectskill', defaultHotkey: 'O', }, { title: 'Move', img: 'misc_move.png', abilityId: 'cmdmove', defaultHotkey: 'M', }, ], }, ]; exports.default = miscellaneous;