Dota 2 Wiki
mNo edit summary
mNo edit summary
(17 intermediate revisions by 5 users not shown)
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."
  +
},
  +
partially = {
  +
file = "Root disables partial symbol.png",
  +
link = "Root",
  +
caption = "Partially disabled while rooted or leashed."
  +
},
 
},
 
},
 
["on cast proc"] = {
 
["on cast proc"] = {
Line 107: Line 119:
 
link = "Aghanim's Scepter",
 
link = "Aghanim's Scepter",
 
caption = "Upgradable by Aghanim's Scepter."
 
caption = "Upgradable by Aghanim's Scepter."
  +
},
  +
["aghshard"] = {
  +
file = "Aghanim's Shard symbol.png",
  +
link = "Aghanim's Shard",
  +
caption = "Upgradable by Aghanim's Shard."
  +
},
  +
["aghanimalt"] = {
  +
file = "Aghanim's Scepter alt symbol.png",
  +
link = "Aghanim's Scepter",
  +
caption = "Upgradable by Aghanim's Scepter."
  +
},
  +
["aghshardalt"] = {
  +
file = "Aghanim's Shard alt symbol.png",
  +
link = "Aghanim's Shard",
  +
caption = "Upgradable by Aghanim's Shard."
 
},
 
},
 
["gold"] = {
 
["gold"] = {
Line 168: Line 195:
 
link = "Dragon Knight#Elder Dragon Form",
 
link = "Dragon Knight#Elder Dragon Form",
 
caption = "Elder Dragon Form"
 
caption = "Elder Dragon Form"
  +
},
  +
["armor corruption"] = {
  +
file = "Armor Corruption icon.png",
  +
link = "Armor Corruption",
  +
caption = "Armor Corruption: Reduces armor on attack."
 
},
 
},
 
["earth"] = {
 
["earth"] = {
Line 180: Line 212:
 
file = "Brewmaster Fire minimap icon.png",
 
file = "Brewmaster Fire minimap icon.png",
 
link = "Fire"
 
link = "Fire"
  +
},
  +
["void"] = {
  +
file = "Brewmaster Void minimap icon.png",
  +
link = "Void"
 
},
 
},
 
["talent"] = {
 
["talent"] = {
 
file = "Talent tree symbol.png",
 
file = "Talent tree symbol.png",
 
link = "Talents",
 
link = "Talents",
caption = "Talent"
+
caption = "Talent",
  +
class = "componentsinvert"
 
},
 
},
 
["dota plus"] = {
 
["dota plus"] = {
Line 190: Line 227:
 
link = "Dota Plus",
 
link = "Dota Plus",
 
caption = "Dota Plus"
 
caption = "Dota Plus"
  +
},
  +
["recipe"] = {
  +
file = "Default recipe icon.png",
  +
size = "20px",
  +
link = "Recipe",
  +
caption = "Recipe"
  +
},
  +
["buyback"] = {
  +
file = "Buyback used icon.png",
  +
size = "25px",
  +
link = "Heroes/Mechanics#Buyback",
  +
caption = "Buyback"
  +
},
  +
  +
-- "From Dota2 website"
  +
["armor"] = {
  +
file = "Armor icon.png",
  +
size = "25px",
  +
link = "Armor",
  +
caption = "Armor"
  +
},
  +
["attack range"] = {
  +
file = "Attack range icon.png",
  +
size = "25px",
  +
link = "Attack range",
  +
caption = "Attack Range"
  +
},
  +
["movement speed"] = {
  +
file = "Movement speed icon.png",
  +
size = "20px",
  +
link = "Movement speed",
  +
caption = "Movement Speed"
  +
},
  +
["attack time"] = {
  +
file = "Attack time icon.png",
  +
size = "20px",
  +
link = "Attack speed#Base Attack Time",
  +
caption = "Attack Time"
  +
},
  +
["damage"] = {
  +
file = "Damage icon.png",
  +
size = "20px",
  +
link = "Attack damage",
  +
caption = "Attack Damage"
  +
},
  +
["magic resistance"] = {
  +
file = "Magic resistance icon.png",
  +
size = "20px",
  +
link = "Magic resistance",
  +
caption = "Magic resistance"
  +
},
  +
["turn rate"] = {
  +
file = "Turn rate icon.png",
  +
size = "20px",
  +
link = "Turn rate",
  +
caption = "Turn Rate"
  +
},
  +
["vision"] = {
  +
file = "Vision icon.png",
  +
size = "20px",
  +
link = "Vision",
  +
caption = "Vision"
  +
},
  +
["melee"] = {
  +
file = "Melee icon.svg",
  +
size = "15px",
  +
link = "Attack range#Melee and ranged",
  +
caption = "Melee"
  +
},
  +
["ranged"] = {
  +
file = "Ranged icon.svg",
  +
size = "15px",
  +
link = "Attack range#Melee and ranged",
  +
caption = "Ranged"
 
},
 
},
 
}
 
}

Revision as of 17:37, 10 May 2021

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."
    },
    partially = {
      file = "Root disables partial symbol.png",
      link = "Root",
      caption = "Partially disabled 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."
  },
  ["aghshard"] = {
    file = "Aghanim's Shard symbol.png",
    link = "Aghanim's Shard",
    caption = "Upgradable by Aghanim's Shard."
  },
  ["aghanimalt"] = {
    file = "Aghanim's Scepter alt symbol.png",
    link = "Aghanim's Scepter",
    caption = "Upgradable by Aghanim's Scepter."
  },
  ["aghshardalt"] = {
    file = "Aghanim's Shard alt symbol.png",
    link = "Aghanim's Shard",
    caption = "Upgradable by Aghanim's Shard."
  },
  ["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"
  },
  ["armor corruption"] = {
    file = "Armor Corruption icon.png",
    link = "Armor Corruption",
    caption = "Armor Corruption: Reduces armor on attack."
  },
  ["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"
  },
  ["void"] = {
    file = "Brewmaster Void minimap icon.png",
    link = "Void"
  },
  ["talent"] = {
    file = "Talent tree symbol.png",
    link = "Talents",
    caption = "Talent",
    class = "componentsinvert"
  },
  ["dota plus"] = {
    file = "Dota Plus icon.png",
    link = "Dota Plus",
    caption = "Dota Plus"
  },
  ["recipe"] = {
    file = "Default recipe icon.png",
    size = "20px",
    link = "Recipe",
    caption = "Recipe"
  },
  ["buyback"] = {
    file = "Buyback used icon.png",
    size = "25px",
    link = "Heroes/Mechanics#Buyback",
    caption = "Buyback"
  },

-- "From Dota2 website"
  ["armor"] = {
    file = "Armor icon.png",
    size = "25px",
    link = "Armor",
    caption = "Armor"
  },
  ["attack range"] = {
    file = "Attack range icon.png",
    size = "25px",
    link = "Attack range",
    caption = "Attack Range"
  },
  ["movement speed"] = {
    file = "Movement speed icon.png",
    size = "20px",
    link = "Movement speed",
    caption = "Movement Speed"
  },
  ["attack time"] = {
    file = "Attack time icon.png",
    size = "20px",
    link = "Attack speed#Base Attack Time",
    caption = "Attack Time"
  },
  ["damage"] = {
    file = "Damage icon.png",
    size = "20px",
    link = "Attack damage",
    caption = "Attack Damage"
  },
  ["magic resistance"] = {
    file = "Magic resistance icon.png",
    size = "20px",
    link = "Magic resistance",
    caption = "Magic resistance"
  },
  ["turn rate"] = {
    file = "Turn rate icon.png",
    size = "20px",
    link = "Turn rate",
    caption = "Turn Rate"
  },
  ["vision"] = {
    file = "Vision icon.png",
    size = "20px",
    link = "Vision",
    caption = "Vision"
  },
  ["melee"] = {
    file = "Melee icon.svg",
    size = "15px",
    link = "Attack range#Melee and ranged",
    caption = "Melee"
  },
  ["ranged"] = {
    file = "Ranged icon.svg",
    size = "15px",
    link = "Attack range#Melee and ranged",
    caption = "Ranged"
  },
}