Module:HeroData: Difference between revisions

Jump to navigation Jump to search
No edit summary
completed hero tags list
Line 665: Line 665:
-- Mapping from hero name to internal tag name
-- Mapping from hero name to internal tag name
local TAG_NAME_MAP = {
local TAG_NAME_MAP = {
["Abrams"] = "Abrams",
["Bebop"] = "Bebop",
["Billy"] = "Punkgoat",
["Calico"] = "Nano",
["The Doorman"] = "Doorman",
["Drifter"] = "Drifter",
["Dynamo"] = "Dynamo",
["Grey Talon"] = "Orion",
["Haze"] = "Haze",
     ["Holliday"] = "Astro",
     ["Holliday"] = "Astro",
    ["Infernus"] = "Inferno",
    ["Ivy"] = "Tengu",
    ["Kelvin"] = "Kelvin",
    ["Lady Geist"] = "Geist",
    ["Lash"] = "Lash",
    ["McGinnis"] = "Engineer",
    ["Mina"] = "VampireBat",
    ["Mirage"] = "Mirage",
    ["Mo & Krill"] = "Digger",
    ["Paige"] = "Bookworm",
    ["Paradox"] = "Chrono",
    ["Pocket"] = "Synth",
    ["Seven"] = "Gigawatt",
    ["Shiv"] = "Shiv",
    ["Sinclair"] = "Magician",
    ["Victor"] = "Frank",
    ["Vindicta"] = "Vindicta",
    ["Viscous"] = "Viscous",
    ["Vyper"] = "Viper",
    ["Warden"] = "Warden",
    ["Wraith"] = "Wraith",
    ["Yamato"] = "Yamato",
}
}