Created
January 24, 2017 18:35
-
-
Save alculquicondor/e54a1d6aa6adebdadce1fee7070718c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local counter = { | |
['npc_dota_hero_abaddon'] = 'npc_dota_hero_axe', | |
['npc_dota_hero_alchemist'] = 'npc_dota_hero_clinkz', | |
['npc_dota_hero_ancient_apparition'] = 'npc_dota_hero_venomancer', | |
['npc_dota_hero_ancient_antimage'] = 'npc_dota_hero_riki', | |
['npc_dota_hero_axe'] = 'npc_dota_hero_necrolyte', | |
['npc_dota_hero_bane'] = 'npc_dota_hero_necrolyte', | |
['npc_dota_hero_batrider'] = 'npc_dota_hero_disruption', | |
['npc_dota_hero_beastmaster'] = 'npc_dota_hero_death_prophet', | |
['npc_dota_hero_bloodseeker'] = 'npc_dota_hero_lone_druid', | |
['npc_dota_hero_bounty_hunter'] = 'npc_dota_hero_riki', | |
['npc_dota_hero_bristleback'] = 'npc_dota_hero_legion_commander', | |
['npc_dota_hero_broodmother'] = 'npc_dota_hero_axe', | |
['npc_dota_hero_centaur'] = 'npc_dota_hero_life_stealer', | |
['npc_dota_hero_chaos_knight'] = 'npc_dota_hero_life_necrolyte', | |
['npc_dota_hero_chen'] = 'npc_dota_hero_ancient_apparition', | |
['npc_dota_hero_crystal_maiden'] = 'npc_dota_hero_ogre_magi', | |
['npc_dota_hero_dragon_knight'] = 'npc_dota_hero_life_stealer', | |
['npc_dota_hero_drow_ranger'] = 'npc_dota_hero_nyx_assassin', | |
['npc_dota_hero_earthshaker'] = 'npc_dota_hero_zuus', | |
['npc_dota_hero_enigma'] = 'npc_dota_hero_silencer', | |
['npc_dota_hero_faceless_void'] = 'npc_dota_hero_omniknight', | |
['npc_dota_hero_gyrocopter'] = 'npc_dota_hero_clinkz', | |
['npc_dota_hero_huzkar'] = 'npc_dota_hero_antimage', | |
['npc_dota_hero_invoker'] = 'npc_dota_hero_wisp', | |
['npc_dota_hero_wisp'] = 'npc_dota_hero_spirit_breaker', | |
['npc_dota_hero_jakiro'] = 'npc_dota_hero_undying', | |
['npc_dota_hero_juggernaut'] = 'npc_dota_hero_shadow_shaman', | |
['npc_dota_hero_keeper_of_the_light'] = 'npc_dota_hero_naga_siren', | |
['npc_dota_hero_kunkka'] = 'npc_dota_hero_undying', | |
['npc_dota_hero_legion_commander'] = 'npc_dota_hero_abaddon', | |
['npc_dota_hero_leshrac'] = 'npc_dota_hero_pugna', | |
['npc_dota_hero_lich'] = 'npc_dota_hero_tiny', | |
['npc_dota_hero_medusa'] = 'npc_dota_hero_antimage', | |
['npc_dota_hero_slark'] = 'npc_dota_hero_ancient_apparition', | |
['npc_dota_hero_troll_warlord'] = 'npc_dota_hero_bloodseeker', | |
['npc_dota_hero_mirana'] = 'npc_dota_hero_riki', | |
['npc_dota_hero_riki'] = 'npc_dota_hero_spirit_breaker', | |
['npc_dota_hero_ursa'] = 'npc_dota_hero_broodmother', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment