Dota 2 Wiki
(26 intermediate revisions by 7 users not shown)
Line 22: Line 22:
 
'''Items''' are in-game equipment that provide [[heroes]] with bonus attributes and special abilities. Most items can be purchased from several shops on the [[game map]], while others are dropped by [[creeps]]. Lower tier items are combined into higher tier items, usually with the help of a [[recipe]]. Heroes have six item slots in their [[inventory]], three in their [[backpack]], and six more in their [[stash]]. Items can be picked up and delivered to their owner with a [[courier]].
 
'''Items''' are in-game equipment that provide [[heroes]] with bonus attributes and special abilities. Most items can be purchased from several shops on the [[game map]], while others are dropped by [[creeps]]. Lower tier items are combined into higher tier items, usually with the help of a [[recipe]]. Heroes have six item slots in their [[inventory]], three in their [[backpack]], and six more in their [[stash]]. Items can be picked up and delivered to their owner with a [[courier]].
   
== Items==
+
== Basics Items ==
=== Basics ===
 
   
==== [[File:Shop Consumables Icon.png|24px]] Consumables ====
+
=== [[File:Shop Consumables Icon.png|24px]] Consumables ===
 
{{#cargo_query:
 
| table = items
 
| where = type="Consumables" AND title NOT IN("Tango (Shared)", "Observer and Sentry Wards") AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| order by = item_cost, title
 
| intro = {{Item cost list start}}
 
| outro = {{Item cost list end}}
 
| format = template
 
| template = Item cost label
 
}}
   
 
=== [[File:Shop Attributes Icon.png|24px]] [[Attributes]] ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Consumables" AND title NOT IN("Tango (Shared)", "Observer and Sentry Wards") AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Attributes" AND title NOT LIKE "River Vial:%" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 38: Line 48:
 
}}
 
}}
   
==== [[File:Shop Attributes Icon.png|24px]] Attributes ====
+
=== [[File:Shop Armaments Icon.png|24px]] Equipment ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Attributes" AND title NOT LIKE "River Vial:%" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Equipment" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 51: Line 60:
 
}}
 
}}
   
==== [[File:Shop Armaments Icon.png|24px]] Equipment ====
+
=== [[File:Shop Arcane Icon.png|24px]] Miscellaneous ===
 
{{#cargo_query:
 
| table = items
  +
| where = type="Miscellaneous" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| order by = item_cost, title
 
| intro = {{Item cost list start}}
 
| outro = {{Item cost list end}}
 
| format = template
 
| template = Item cost label
 
}}
   
 
=== [[File:Shop Secret Icon.png|24px|Secret]] Secret ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Equipment" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Secret" AND secret IS TRUE AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 64: Line 84:
 
}}
 
}}
   
  +
== Upgraded Items ==
==== [[File:Shop Arcane Icon.png|24px]] Miscellaneous ====
 
   
 
=== [[File:Shop Common Icon.png|24px]] Accessories ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Miscellaneous" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Accessories" AND title NOT LIKE "Boots of Travel %" AND title NOT LIKE "Power Treads %" AND title NOT LIKE "Bracer %" AND title NOT LIKE "Wraith Band %" AND title NOT LIKE "Null Talisman %" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 77: Line 98:
 
}}
 
}}
   
==== [[File:Shop Secret Icon.png|24px|Secret]] Secret ====
+
=== [[File:Shop Support Icon.png|24px]] Support ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Secret" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Support" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 90: Line 110:
 
}}
 
}}
   
 
=== [[File:Shop Caster Icon.png|24px]] Magical ===
=== Upgrades ===
 
 
==== [[File:Shop Common Icon.png|24px]] Accessories ====
 
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Accessories" AND title NOT LIKE "Boots of Travel %" AND title NOT LIKE "Power Treads %" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Magical" AND title NOT LIKE "Dagon %" AND title NOT LIKE "Necronomicon %" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 105: Line 122:
 
}}
 
}}
   
==== [[File:Shop Support Icon.png|24px]] Support ====
+
=== [[File:Shop Armor Icon.png|24px]] Armor ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Support" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Armor" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 118: Line 134:
 
}}
 
}}
   
==== [[File:Shop Caster Icon.png|24px]] Magical ====
+
=== [[File:Shop Weapons Icon.png|24px]] Weapons ===
  +
{{#cargo_query:
  +
| table = items
  +
| where = type="Weapons" AND (game IS NULL OR game="Dota 2 Hidden")
  +
| group by = _pageID
  +
| order by = item_cost, title
  +
| intro = {{Item cost list start}}
  +
| outro = {{Item cost list end}}
  +
| format = template
  +
| template = Item cost label
  +
}}
   
 
=== [[File:Shop Artifacts Icon.png|24px]] Artifacts ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Magical" AND title NOT LIKE "Dagon %" AND title NOT LIKE "Necronomicon %" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Artifacts" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 131: Line 158:
 
}}
 
}}
   
 
== Neutral Items ==
==== [[File:Shop Armor Icon.png|24px]] Armor ====
 
  +
{{main|Neutral Items}}
 
  +
<section begin="neutral_items" />
 
=== Tier 1 ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Armor" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Neutral" AND tier="1" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 144: Line 173:
 
}}
 
}}
   
 
=== Tier 2 ===
==== [[File:Shop Weapons Icon.png|24px]] Weapons ====
 
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Weapons" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Neutral" AND tier="2" AND title NOT LIKE "Vambrace %" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 157: Line 185:
 
}}
 
}}
   
 
=== Tier 3 ===
==== [[File:Shop Artifacts Icon.png|24px]] Artifacts ====
 
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Artifacts" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Neutral" AND tier="3" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 170: Line 197:
 
}}
 
}}
   
 
=== Tier 4 ===
=== [[File:Shop Roshan Icon.png|24px]] Roshan Drop ===
 
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Roshan Drop" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Neutral" AND tier="4" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 183: Line 209:
 
}}
 
}}
   
=== Neutral Items ===
+
=== Tier 5 ===
{{main|Neutral Items}}
 
==== Tier 1 ====
 
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="1" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Neutral" AND tier="5" AND (game IS NULL OR game="Dota 2 Hidden")
  +
| group by = _pageID
  +
| order by = item_cost, title
  +
| intro = {{Item cost list start}}
  +
| outro = {{Item cost list end}}
  +
| format = template
  +
| template = Item cost label
  +
}}<section end="neutral_items" />
  +
<section begin="neutral_items_inactive" />
 
=== Retired ===
  +
{{#cargo_query:
  +
| table = items
  +
| where = type="Neutral" AND removed IS True
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 198: Line 233:
 
}}
 
}}
   
==== Tier 2 ====
+
=== Unreleased ===
  +
{{#cargo_query:
  +
| table = items
  +
| where = type="Unreleased Neutral"
  +
| group by = _pageID
  +
| order by = item_cost, title
  +
| intro = {{Item cost list start}}
  +
| outro = {{Item cost list end}}
  +
| format = template
  +
| template = Item cost label
  +
}}<section end="neutral_items_inactive" />
   
 
== [[File:Shop Roshan Icon.png|24px]] Roshan Drop ==
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="2" AND title NOT LIKE "Vambrace %" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = type="Roshan Drop" AND (game IS NULL OR game="Dota 2 Hidden")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 211: Line 257:
 
}}
 
}}
   
==== Tier 3 ====
+
== Unreleased Items ==
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
 
| where = type="Unreleased"
| where = bought_at="Neutral" AND tier="3" AND (game IS NULL OR game="Dota 2 Hidden")
 
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 224: Line 269:
 
}}
 
}}
   
==== Tier 4 ====
+
== Removed Items ==
  +
=== Dota 2 ===
 
 
Items that existed in the Dota 2 era and got removed.
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="4" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = game="Dota 2 Removed" AND type!="Neutral" AND title NOT LIKE "Diffusal Blade 1" AND title NOT LIKE "Necronomicon %"
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 237: Line 283:
 
}}
 
}}
   
==== Tier 5 ====
+
=== DotA ===
 
Items that have existed in the history of [[DotA]], but never existed in Dota 2.
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="5" AND (game IS NULL OR game="Dota 2 Hidden")
+
| where = game="Dota 2 Old"
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 363: Line 409:
 
{{Item cost label|River Vial: Blood}}
 
{{Item cost label|River Vial: Blood}}
 
{{Item cost list end}}
 
{{Item cost list end}}
 
== Removed items ==
 
=== Dota 2 ===
 
Items that existed in the Dota 2 era and got removed.
 
{{#cargo_query:
 
| table = items
 
| where = game="Dota 2 Removed" AND title NOT LIKE "Diffusal Blade 1"
 
| group by = _pageID
 
| order by = item_cost, title
 
| intro = {{Item cost list start}}
 
| outro = {{Item cost list end}}
 
| format = template
 
| template = Item cost label
 
}}
 
 
=== DotA ===
 
Items that have existed in the history of [[DotA]], but never existed in Dota 2.
 
{{#cargo_query:
 
| table = items
 
| where = game="Dota 2 Old"
 
| group by = _pageID
 
| order by = item_cost, title
 
| intro = {{Item cost list start}}
 
| outro = {{Item cost list end}}
 
| format = template
 
| template = Item cost label
 
}}
 
   
 
== Shops ==
 
== Shops ==
Line 402: Line 421:
 
The Secret Shops are slightly hidden shops located near the center of the map. The shops allow players to buy items that cannot be bought elsewhere or to spend extra [[gold]] while in the early game.
 
The Secret Shops are slightly hidden shops located near the center of the map. The shops allow players to buy items that cannot be bought elsewhere or to spend extra [[gold]] while in the early game.
   
 
== Removed Shops ==
 
=== Side Lane Shop ===
 
=== Side Lane Shop ===
 
{{main|Side Lane Shop}}
 
{{main|Side Lane Shop}}
Two Side Lane Shops were shops that could be found at the edges of the map. They allowed players to buy certain useful items without returning to base or to the secret shops. All side shops have been removed from the game.
+
Two Side Lane Shops were shops that could be found at the edges of the map. They allowed players to buy certain useful items without returning to base or to the secret shops. All side shops have been removed from the game in [[7.23]] update.
   
 
== Other information ==
 
== Other information ==
 
* Heroes cannot use items owned by other heroes, with a handful of exceptions. See [[Item Sharing]] for details.
 
* Heroes cannot use items owned by other heroes, with a handful of exceptions. See [[Item Sharing]] for details.
 
* Some items can be disassembled. See [[Disassemble|Disassembly]] for details.
 
* Some items can be disassembled. See [[Disassemble|Disassembly]] for details.
* Most items may be sold back to vendors for all of the gold spent, if sold within 10 seconds after purchasing, and the item's active ability (if it has one) has not been used yet.
+
* Most items may be sold back to vendors for all of the gold spent, if sold within {{G|item sellback time window}} seconds after purchasing, and the item's active ability (if it has one) has not been used yet.
** After ten seconds have passed, or the item's active ability has been used, selling an item only recoups 50% of its original price.
+
** After {{G|item sellback time window}} seconds have passed, or the item's active ability has been used, selling an item only recoups {{#expr:{{G|item sellback factor}}*100}}% of its original price.
 
** {{I|Gem of True Sight}} and {{I|Divine Rapier}} cannot be sold at any time.
 
** {{I|Gem of True Sight}} and {{I|Divine Rapier}} cannot be sold at any time.
** {{I|Enchanted Mango}} cannot be sold after the preparation phase or after the 10 second refund time.
 
 
** The starting {{I|Town Portal Scroll}} and any other items gained from selecting a bonus hero or randoming cannot be sold.
 
** The starting {{I|Town Portal Scroll}} and any other items gained from selecting a bonus hero or randoming cannot be sold.
 
* Most dropped items can be destroyed by force-attacking them (default key: {{code|A}}).
 
* Most dropped items can be destroyed by force-attacking them (default key: {{code|A}}).
 
** Allies' items which are not flagged as [[Item sharing|shareable]] cannot be destroyed.
 
** Allies' items which are not flagged as [[Item sharing|shareable]] cannot be destroyed.
 
** {{I|Gem of True Sight}} and {{I|Divine Rapier}} cannot be destroyed.
 
** {{I|Gem of True Sight}} and {{I|Divine Rapier}} cannot be destroyed.
* To pick up a dropped item, the unit must be within 150 range of the item.
+
* The range for dropping an item on the ground is {{G|item drop range}}.
  +
* The range for picking up an item from the ground is {{G|item pickup range}}.
  +
* The range for transfering an item to another unit is {{G|item transfer range}}.
 
* Most item effects [[Item passive stacking|cannot be effectively stacked]] with multiple copies of the same item on a single hero, with the copy only being able to provide the base stats of the item.
 
* Most item effects [[Item passive stacking|cannot be effectively stacked]] with multiple copies of the same item on a single hero, with the copy only being able to provide the base stats of the item.
 
** Cooldowns are shared between identical items with active abilities, and if one item with an active ability can be upgraded into another, most of the time both will share a cooldown.
 
** Cooldowns are shared between identical items with active abilities, and if one item with an active ability can be upgraded into another, most of the time both will share a cooldown.

Revision as of 07:33, 18 May 2022

Items are in-game equipment that provide heroes with bonus attributes and special abilities. Most items can be purchased from several shops on the game map, while others are dropped by creeps. Lower tier items are combined into higher tier items, usually with the help of a recipe. Heroes have six item slots in their inventory, three in their backpack, and six more in their stash. Items can be picked up and delivered to their owner with a courier.

Basics Items

Shop Consumables Icon Consumables

Clarity (50) Clarity (50 Gold)
Sentry Ward (50) Sentry Ward (50 Gold)
Faerie Fire (65) Faerie Fire (65 Gold)
Tango (90) Tango (90 Gold)
Healing Salve (100) Healing Salve (100 Gold)
Bottle (675) Bottle (675 Gold)
Aghanim's Shard (1400) Aghanim's Shard (1400 Gold)


Shop Attributes Icon Attributes


Shop Armaments Icon Equipment

Orb of Venom (250) Orb of Venom (250 Gold)
Blight Stone (300) Blight Stone (300 Gold)
Chainmail (550) Chainmail (550 Gold)
Javelin (900) Javelin (900 Gold)
Blitz Knuckles (1000) Blitz Knuckles (1000 Gold)
Broadsword (1000) Broadsword (1000 Gold)
Claymore (1350) Claymore (1350 Gold)
Mithril Hammer (1600) Mithril Hammer (1600 Gold)


Shop Arcane Icon Miscellaneous

Ring of Regen (175) Ring of Regen (175 Gold)
Sage's Mask (175) Sage's Mask (175 Gold)
Magic Stick (200) Magic Stick (200 Gold)
Fluffy Hat (250) Fluffy Hat (250 Gold)
Wind Lace (250) Wind Lace (250 Gold)
Regular Stick (322) Regular Stick (322 Gold)
Voodoo Mask (700) Voodoo Mask (700 Gold)
Cloak (800) Cloak (800 Gold)
Morbid Mask (900) Morbid Mask (900 Gold)
Shadow Amulet (1000) Shadow Amulet (1000 Gold)
Ghost Scepter (1500) Ghost Scepter (1500 Gold)
Blink Dagger (2250) Blink Dagger (2250 Gold)


Secret Secret

Cornucopia (1200) Cornucopia (1200 Gold)
Point Booster (1200) Point Booster (1200 Gold)
Platemail (1400) Platemail (1400 Gold)
Hyperstone (2000) Hyperstone (2000 Gold)
Demon Edge (2200) Demon Edge (2200 Gold)
Eaglesong (2800) Eaglesong (2800 Gold)
Mystic Staff (2800) Mystic Staff (2800 Gold)
Reaver (2800) Reaver (2800 Gold)
Ultimate Orb (2800) Ultimate Orb (2800 Gold)
Sacred Relic (3400) Sacred Relic (3400 Gold)


Upgraded Items

Shop Common Icon Accessories

Magic Wand (450) Magic Wand (450 Gold)
Bracer (505) Bracer (505 Gold)
Null Talisman (505) Null Talisman (505 Gold)
Wraith Band (505) Wraith Band (505 Gold)
Soul Ring (805) Soul Ring (805 Gold)
Falcon Blade (1125) Falcon Blade (1125 Gold)
Perseverance (1400) Perseverance (1400 Gold)
Power Treads (1400) Power Treads (1400 Gold)
Phase Boots (1500) Phase Boots (1500 Gold)
Oblivion Staff (1625) Oblivion Staff (1625 Gold)
Mask of Madness (1900) Mask of Madness (1900 Gold)
Hand of Midas (2200) Hand of Midas (2200 Gold)
Boots of Travel (2500) Boots of Travel (2500 Gold)
Moon Shard (4000) Moon Shard (4000 Gold)


Shop Support Icon Support

Buckler (425) Buckler (425 Gold)
Headdress (425) Headdress (425 Gold)
Arcane Boots (1300) Arcane Boots (1300 Gold)
Pavise (1400) Pavise (1400 Gold)
Mekansm (1775) Mekansm (1775 Gold)
Holy Locket (2350) Holy Locket (2350 Gold)
Spirit Vessel (2780) Spirit Vessel (2780 Gold)
Pipe of Insight (3725) Pipe of Insight (3725 Gold)
Parasma (5975) Parasma (5975 Gold)


Shop Caster Icon Magical

Veil of Discord (1725) Veil of Discord (1725 Gold)
Glimmer Cape (2150) Glimmer Cape (2150 Gold)
Force Staff (2200) Force Staff (2200 Gold)
Rod of Atos (2250) Rod of Atos (2250 Gold)
Aether Lens (2275) Aether Lens (2275 Gold)
Solar Crest (2700) Solar Crest (2700 Gold)
Witch Blade (2775) Witch Blade (2775 Gold)
Dagon (2850) Dagon (2850 Gold)
Octarine Core (4800) Octarine Core (4800 Gold)
Refresher Orb (5000) Refresher Orb (5000 Gold)
Scythe of Vyse (5200) Scythe of Vyse (5200 Gold)
Gleipnir (5450) Gleipnir (5450 Gold)
Wind Waker (6825) Wind Waker (6825 Gold)


Shop Armor Icon Armor

Vanguard (1700) Vanguard (1700 Gold)
Blade Mail (2100) Blade Mail (2100 Gold)
Aeon Disk (3000) Aeon Disk (3000 Gold)
Soul Booster (3000) Soul Booster (3000 Gold)
Eternal Shroud (3600) Eternal Shroud (3600 Gold)
Crimson Guard (3725) Crimson Guard (3725 Gold)
Lotus Orb (3850) Lotus Orb (3850 Gold)
Black King Bar (4050) Black King Bar (4050 Gold)
Bloodstone (4400) Bloodstone (4400 Gold)
Hurricane Pike (4450) Hurricane Pike (4450 Gold)
Manta Style (4550) Manta Style (4550 Gold)
Linken's Sphere (4800) Linken's Sphere (4800 Gold)
Assault Cuirass (5125) Assault Cuirass (5125 Gold)
Shiva's Guard (5175) Shiva's Guard (5175 Gold)


Shop Weapons Icon Weapons

Crystalys (2000) Crystalys (2000 Gold)
Meteor Hammer (2850) Meteor Hammer (2850 Gold)
Skull Basher (2875) Skull Basher (2875 Gold)
Shadow Blade (3000) Shadow Blade (3000 Gold)
Desolator (3500) Desolator (3500 Gold)
Battle Fury (4100) Battle Fury (4100 Gold)
Nullifier (4375) Nullifier (4375 Gold)
Monkey King Bar (4700) Monkey King Bar (4700 Gold)
Radiance (4700) Radiance (4700 Gold)
Khanda (5000) Khanda (5000 Gold)
Daedalus (5100) Daedalus (5100 Gold)
Ethereal Blade (5375) Ethereal Blade (5375 Gold)
Butterfly (5450) Butterfly (5450 Gold)
Silver Edge (5450) Silver Edge (5450 Gold)
Divine Rapier (5600) Divine Rapier (5600 Gold)
Disperser (6100) Disperser (6100 Gold)
Abyssal Blade (6250) Abyssal Blade (6250 Gold)
Bloodthorn (6625) Bloodthorn (6625 Gold)


Shop Artifacts Icon Artifacts

Dragon Lance (1900) Dragon Lance (1900 Gold)
Kaya (2000) Kaya (2000 Gold)
Sange (2000) Sange (2000 Gold)
Yasha (2000) Yasha (2000 Gold)
Phylactery (2400) Phylactery (2400 Gold)
Diffusal Blade (2500) Diffusal Blade (2500 Gold)
Echo Sabre (2700) Echo Sabre (2700 Gold)
Mage Slayer (2825) Mage Slayer (2825 Gold)
Maelstrom (2950) Maelstrom (2950 Gold)
Yasha and Kaya (4000) Yasha and Kaya (4000 Gold)
Kaya and Sange (4050) Kaya and Sange (4050 Gold)
Sange and Yasha (4050) Sange and Yasha (4050 Gold)
Harpoon (4700) Harpoon (4700 Gold)
Satanic (5050) Satanic (5050 Gold)
Eye of Skadi (5300) Eye of Skadi (5300 Gold)
Mjollnir (5500) Mjollnir (5500 Gold)
Arcane Blink (6800) Arcane Blink (6800 Gold)
Swift Blink (6800) Swift Blink (6800 Gold)


Neutral Items

Main Article: Neutral Items

Tier 1


Tier 2


Tier 3


Tier 4


Tier 5


Retired


Unreleased


Shop Roshan Icon Roshan Drop


Unreleased Items


Removed Items

Dota 2

Items that existed in the Dota 2 era and got removed.

Banana (0) Banana (0 Gold)
Stout Shield (200) Stout Shield (200 Gold)
Quarterstaff (875) Quarterstaff (875 Gold)
Necronomicon (2050) Necronomicon (2050 Gold)
Wraith Pact (4050) Wraith Pact (4050 Gold)


DotA

Items that have existed in the history of DotA, but never existed in Dota 2.

Useless Item (450) Useless Item (450 Gold)
Crystal Eye (750) Crystal Eye (750 Gold)
Leather Tunic (950) Leather Tunic (950 Gold)
Wand of Silence (1000) Wand of Silence (1000 Gold)
Holy Armor (1480) Holy Armor (1480 Gold)
Upgrader (1500) Upgrader (1500 Gold)
Generator (1700) Generator (1700 Gold)
Potent Gem (1850) Potent Gem (1850 Gold)
Precision's Aim (1925) Precision's Aim (1925 Gold)
Doom Mantle (1950) Doom Mantle (1950 Gold)
Lavabuster (2000) Lavabuster (2000 Gold)
Mithril Armor (2325) Mithril Armor (2325 Gold)
Speed Rake (2350) Speed Rake (2350 Gold)
Shadow Plate (2600) Shadow Plate (2600 Gold)
Magi Booster (2615) Magi Booster (2615 Gold)
Shedd's Cleaver (2650) Shedd's Cleaver (2650 Gold)
Guardian Armor (2750) Guardian Armor (2750 Gold)
Bloodfury (3250) Bloodfury (3250 Gold)
Demonic Blade (3575) Demonic Blade (3575 Gold)
Vitra Booster (3665) Vitra Booster (3665 Gold)
Wrath of God (3900) Wrath of God (3900 Gold)
Devil's Will (5075) Devil's Will (5075 Gold)
Razor's Edge (5400) Razor's Edge (5400 Gold)


Event Items

These items were only available during limited time events or had an account bound limited amount of uses. Besides the river vials, all of these items got removed from the game files and are no longer functioning and can no longer be created with cheats in custom lobbies. The river vials, although still within the game, can no longer be acquired or used, as they expired.

Diretide

Greeviling

Wraith-Night

New Bloom

Siltbreaker

The Underhollow

The International

Shops

There are two different shops per faction. The Base Shop and the Secret Shop. In the shop areas, items can be swapped from the backpack without time penalty.

Base Shop

Main Article: Base Shop

The Base Shops are located within the Fountain are behind the Ancients. All basic items except the secret ones can be bought there. Additionally a majority of the upgrades can be completed there.

Secret Shop

Main Article: Secret Shop

The Secret Shops are slightly hidden shops located near the center of the map. The shops allow players to buy items that cannot be bought elsewhere or to spend extra gold while in the early game.

Removed Shops

Side Lane Shop

Main Article: Side Lane Shop

Two Side Lane Shops were shops that could be found at the edges of the map. They allowed players to buy certain useful items without returning to base or to the secret shops. All side shops have been removed from the game in 7.23 update.

Other information

  • Heroes cannot use items owned by other heroes, with a handful of exceptions. See Item Sharing for details.
  • Some items can be disassembled. See Disassembly for details.
  • Most items may be sold back to vendors for all of the gold spent, if sold within 10 seconds after purchasing, and the item's active ability (if it has one) has not been used yet.
    • After 10 seconds have passed, or the item's active ability has been used, selling an item only recoups 50% of its original price.
    • Gem of True Sight icon Gem of True Sight and Divine Rapier icon Divine Rapier cannot be sold at any time.
    • The starting Town Portal Scroll icon Town Portal Scroll and any other items gained from selecting a bonus hero or randoming cannot be sold.
  • Most dropped items can be destroyed by force-attacking them (default key: A).
  • The range for dropping an item on the ground is 100.
  • The range for picking up an item from the ground is 150.
  • The range for transfering an item to another unit is 300.
  • Most item effects cannot be effectively stacked with multiple copies of the same item on a single hero, with the copy only being able to provide the base stats of the item.
    • Cooldowns are shared between identical items with active abilities, and if one item with an active ability can be upgraded into another, most of the time both will share a cooldown.
    • Multiple instances of the same aura or debuff will not stack, even if the two copies of the item providing it are owned by separate heroes.
  • Some items do not provide their effect to heroes with passive abilities providing the same or similar effect. For example, most heroes with a bash ability cannot use the passive ability from Skull Basher icon Skull Basher.
  • Some items have effects that only apply to heroes that are ranged or melee.
  • When combining one item from multiple items, the resulting item will attempt to be placed in the inventory slot of the component that has the most similar active effect.
  • The shop at the enemy fountain can also be used to buy items, sell items, and access the stash.
    • The Secret Shops have a restricted inventory, and cannot be used to access the hero's stash.