Dota 2 Wiki
mNo edit summary
No edit summary
Line 94: Line 94:
 
},
 
},
 
["root"] = {
 
["root"] = {
  +
yes = {
file = "Root disables symbol.png",
 
link = "Root",
+
file = "Root disables symbol.png",
  +
link = "Root",
caption = "Cannot be cast while rooted or leashed."
+
caption = "Cannot be cast while rooted or leashed."
  +
},
  +
no = {
 
file = "Root disables no symbol.png",
  +
link = "Root",
  +
caption = "Can be cast while rooted or leashed."
  +
},
 
},
 
},
 
["on cast proc"] = {
 
["on cast proc"] = {

Revision as of 18:53, 6 December 2019

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",
      caption = "Does not pierce spell immunity."
    },
    no = {
      file = "Spell immunity block no symbol.png",
      link = "Spell immunity",
      caption = "Pierces spell immunity."
    },
    partially = {
      file = "Spell immunity block partial symbol.png",
      link = "Spell immunity",
      caption = "Partially pierces spell immunity."
    },
  },
  ["linken"] = {
    yes = {
      file = "Spell block symbol.png",
      link = "Linken's Sphere",
      caption = "Blocked by Linken's Sphere."
    },
    no = {
      file = "Spell block no symbol.png",
      link = "Linken's Sphere",
      caption = "Not blocked by Linken's Sphere."
    },
    partially = {
      file = "Spell block partial symbol.png",
      link = "Linken's Sphere",
      caption = "Partially blocked by Linken's Sphere."
    },
  },
  ["illusion"] = {
    yes = {
      file = "Illusion symbol.png",
      link = "Illusions",
      caption = "Can be used by illusions."
    },
    no = {
      file = "Illusion no symbol.png",
      link = "Illusions",
      caption = "Cannot be used by illusions."
    },
    partially = {
      file = "Illusion partial symbol.png",
      link = "Illusions",
      caption = "Partially usable by illusions."
    },
  },
  ["break"] = {
    yes = {
      file = "Breakable symbol.png",
      link = "Break",
      caption = "Disabled by Break."
    },
    no = {
      file = "Breakable no symbol.png",
      link = "Break",
      caption = "Not disabled by Break."
    },
    partially = {
      file = "Breakable partial symbol.png",
      link = "Break",
      caption = "Partially disabled by Break."
    },
  },
  ["disjoint"] = {
    yes = {
      file = "Disjointable symbol.png",
      link = "Disjoint",
      caption = "Can be disjointed."
    },
    no = {
      file = "Disjointable no symbol.png",
      link = "Disjoint",
      caption = "Cannot be disjointed."
    },
    partially = {
      file = "Disjointable partial symbol.png",
      link = "Disjoint",
      caption = "Can partially be disjointed."
    },
  },
  ["root"] = {
    yes = {
      file = "Root disables symbol.png",
      link = "Root",
      caption = "Cannot be cast while rooted or leashed."
    },
    no = {
      file = "Root disables no symbol.png",
      link = "Root",
      caption = "Can be cast while rooted or leashed."
    },
  },
  ["on cast proc"] = {
    file = "On cast proc symbol.png",
    link = "Abilities#Cast event",
    caption = "Does not proc any on-cast effects when cast."
  },
  ["aghanim"] = {
    file = "Aghanim's Scepter symbol.png",
    link = "Aghanim's Scepter",
    caption = "Upgradable by Aghanim's Scepter."
  },
  ["gold"] = {
    file = "Gold symbol.png",
    link = "Gold",
    caption = "Gold"
  },
  ["experience"] = {
    file = "Experience symbol.png",
    link = "Experience",
    caption = "Experience"
  },
  ["strength"] = {
    file = "Strength attribute symbol.png",
    size = "20px",
    link = "Strength"
  },
  ["agility"] = {
    file = "Agility attribute symbol.png",
    size = "20px",
    link = "Agility"
  },
  ["agility colorblind"] = {
    file = "Agility attribute colorblind symbol.png",
    size = "20px",
    link = "Agility"
  },
  ["intelligence"] = {
    file = "Intelligence attribute symbol.png",
    size = "20px",
    link = "Intelligence"
  },
  ["modifier"] = {
    buff = {
      file = "Modifier buff symbol.png",
      link = "Dispel",
      caption = "Buff"
    },
    debuff = {
      file = "Modifier debuff symbol.png",
      link = "Dispel",
      caption = "Debuff"
    },
    both = {
      file = "Modifier both symbol.png",
      link = "Dispel",
      caption = "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",
    caption = "Burrow"
  },
  ["elder dragon form"] = {
    file = "Elder Dragon Form icon.png",
    link = "Dragon Knight#Elder Dragon Form",
    caption = "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",
    caption = "Talent"
  },
  ["dota plus"] = {
    file = "Dota Plus icon.png",
    link = "Dota Plus",
    caption = "Dota Plus"
  },
}