Skip to content

Instantly share code, notes, and snippets.

@Noxville
Created January 9, 2019 17:20
Show Gist options
  • Save Noxville/ec788e66010a863fa0e8ac5058af25c1 to your computer and use it in GitHub Desktop.
Save Noxville/ec788e66010a863fa0e8ac5058af25c1 to your computer and use it in GitHub Desktop.
Map<Integer, String> heroPictures = [
1: "antimage",
2: "axe",
3: "bane",
4: "bloodseeker",
5: "crystal_maiden",
6: "drow_ranger",
7: "earthshaker",
8: "juggernaut",
9: "mirana",
10: "morphling",
11: "nevermore",
12: "phantom_lancer",
13: "puck",
14: "pudge",
15: "razor",
16: "sand_king",
17: "storm_spirit",
18: "sven",
19: "tiny",
20: "vengefulspirit",
21: "windrunner",
22: "zuus",
23: "kunkka",
25: "lina",
26: "lion",
27: "shadow_shaman",
28: "slardar",
29: "tidehunter",
30: "witch_doctor",
31: "lich",
32: "riki",
33: "enigma",
34: "tinker",
35: "sniper",
36: "necrolyte",
37: "warlock",
38: "beastmaster",
39: "queenofpain",
40: "venomancer",
41: "faceless_void",
42: "skeleton_king",
43: "death_prophet",
44: "phantom_assassin",
45: "pugna",
46: "templar_assassin",
47: "viper",
48: "luna",
49: "dragon_knight",
50: "dazzle",
51: "rattletrap",
52: "leshrac",
53: "furion",
54: "life_stealer",
55: "dark_seer",
56: "clinkz",
57: "omniknight",
58: "enchantress",
59: "huskar",
60: "night_stalker",
61: "broodmother",
62: "bounty_hunter",
63: "weaver",
64: "jakiro",
65: "batrider",
66: "chen",
67: "spectre",
69: "doom_bringer",
68: "ancient_apparition",
70: "ursa",
71: "spirit_breaker",
72: "gyrocopter",
73: "alchemist",
74: "invoker",
75: "silencer",
76: "obsidian_destroyer",
77: "lycan",
78: "brewmaster",
79: "shadow_demon",
80: "lone_druid",
81: "chaos_knight",
82: "meepo",
83: "treant",
84: "ogre_magi",
85: "undying",
86: "rubick",
87: "disruptor",
88: "nyx_assassin",
89: "naga_siren",
90: "keeper_of_the_light",
91: "wisp",
92: "visage",
93: "slark",
94: "medusa",
95: "troll_warlord",
96: "centaur",
97: "magnataur",
98: "shredder",
99: "bristleback",
100: "tusk",
101: "skywrath_mage",
102: "abaddon",
103: "elder_titan",
104: "legion_commander",
105: "techies",
106: "ember_spirit",
107: "earth_spirit",
108: "abyssal_underlord",
109: "terrorblade",
110: "phoenix",
111: "oracle",
112: "winter_wyvern",
113: "arc_warden",
114: "monkey_king",
119: "dark_willow",
120: "pangolier",
121: "grimstroke"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment