Dota 2 Wiki
Register
Advertisement

Documentation for this module may be created at Module:Symbol/data/doc

return {
  ["cooldown"] = {
    file = "Cooldown symbol.png'",
    link = "Cooldown"
  },
  ["mana"] = {
    file = "Mana symbol.png",
    link = "Mana"
  },
  ["bkb"] = {
    yes = {
      file = "Spell immunity block symbol.png",
      link = "Spell Immunity",
      alt = "Does not pierce spell immunity."
    },
    no = {
      file = "Spell immunity block no symbol.png",
      link = "Spell Immunity",
      alt = "Pierces spell immunity."
    },
    partially = {
      file = "Spell immunity block partial symbol.png",
      link = "Spell Immunity",
      alt = "Partially pierces spell immunity."
    },
  },
  ["linken"] = {
    yes = {
      file = "Spell block symbol.png",
      link = "Linken's Sphere",
      alt = "Blocked by Linken's Sphere."
    },
    no = {
      file = "Spell block no symbol.png",
      link = "Linken's Sphere",
      alt = "Not blocked by Linken's Sphere."
    },
    partially = {
      file = "Spell block partial symbol.png",
      link = "Linken's Sphere",
      alt = "Partially blocked by Linken's Sphere."
  },
  },
  ["illusion"] = {
    yes = {
      file = "Illusion symbol.png",
      link = "Illusions",
      alt = "Can be used by illusions."
    },
    no = {
      file = "Illusion no symbol.png",
      link = "Illusions",
      alt = "Cannot be used by illusions."
    },
    partially = {
      file = "Illusion partial symbol.png",
      link = "Illusions",
      alt = "Partially usable by illusions."
    },
  },
  ["break"] = {
    yes = {
      file = "Breakable symbol.png",
      link = "Break",
      alt = "Disabled by Break."
    },
    no = {
      file = "Breakable no symbol.png",
      link = "Break",
      alt = "Not disabled by Break."
    },
    partially = {
      file = "Breakable partial symbol.png",
      link = "Break",
      alt = "Partially disabled by Break."
    },
  },
  ["disjoint"] = {
    yes = {
      file = "Disjointable symbol.png",
      link = "Disjoint",
      alt = "Can be disjointed."
    },
    no = {
      file = "Disjointable no symbol.png",
      link = "Disjoint",
      alt = "Cannot be disjointed."
    },
    partially = {
      file = "Disjointable partial symbol.png",
      link = "Disjoint",
      alt = "Can partially be disjointed."
    },
  },
  ["root"] = {
    file = "Root disables symbol.png",
    link = "Root",
    alt = "Cannot be cast while rooted."
  },
  ["on cast proc"] = {
    file = "On cast proc symbol.png",
    link = "Abilities#Cast event",
    alt = "Does not proc any on-cast effects when cast."
  },
  ["aghanim"] = {
    file = "Aghanim's Scepter symbol.png",
    link = "Aghanim's Scepter",
    alt = "Upgradable by Aghanim's Scepter."
  },
  ["gold"] = {
    file = "Gold symbol.png",
    link = "Gold",
    alt = "Gold"
  },
  ["experience"] = {
    file = "Experience symbol.png",
    link = "Experience",
    alt = "Experience"
  },
  ["strength"] = {
    file = "Strength attribute symbol.png|20px",
    size = "20px",
    link = "Strength"
  },
  ["agility"] = {
    file = "Agility attribute symbol.png|20px",
    size = "20px",
    link = "Agility"
  },
  ["agility colorblind"] = {
    file = "Agility attribute colorblind symbol.png|20px",
    size = "20px",
    link = "Agility"
  },
  ["intelligence"] = {
    file = "Intelligence attribute symbol.png|20px",
    size = "20px",
    link = "Intelligence"
  },
  ["modifier"] = {
    buff = {
      file = "Modifier buff symbol.png",
      link = "Dispel",
      alt = "Buff"
    },
    debuff = {
      file = "Modifier debuff symbol.png",
      link = "Dispel",
      alt = "Debuff"
    },
    both = {
      file = "Modifier both symbol.png",
      link = "Dispel",
      alt = "Buff or Debuff, based on the target's alliance"
    },
  },
  ["roshan"] = {
    file = "Roshan minimap icon.png",
    link = "Roshan"
  },
  ["burrow"] = {
    file = "Burrow icon.png",
    link = "Nyx Assassin#Burrow",
    alt = "Burrow"
  },
  ["elder dragon form"] = {
    file = "Elder Dragon Form icon.png",
    link = "Dragon Knight#Elder Dragon Form",
    alt = "Elder Dragon Form"
  },
  ["earth"] = {
    file = "Brewmaster Earth minimap icon.png",
    link = "Earth"
  },
  ["storm"] = {
    file = "Brewmaster Storm minimap icon.png",
    link = "Storm"
  },
  ["fire"] = {
    file = "Brewmaster Fire minimap icon.png",
    link = "Fire"
  },
  ["talent"] = {
    file = "Talent tree symbol.png",
    link = "Talents",
    alt = "Talent"
  },
}
Advertisement