Dota 2 Wiki
Register
(45 intermediate revisions by 11 users not shown)
Line 2: Line 2:
 
| name1 = Main
 
| name1 = Main
 
| link1 = Items
 
| link1 = Items
| name2 = Item Sharing
+
| name2 = Neutral Items
| link2 = Item sharing
+
| link2 = Neutral Items
| name3 = Selling
+
| name3 = Item Sharing
| link3 = Items/Selling
+
| link3 = Item sharing
| name4 = Disassembling
+
| name4 = Selling
| link4 = Disassemble
+
| link4 = Items/Selling
| name5 = Recipes
+
| name5 = Disassembling
| link5 = Recipe
+
| link5 = Disassemble
| name6 = Item Sounds
+
| name6 = Recipes
| link6 = Item sounds
+
| link6 = Recipe
| name7 = Item Grid
+
| name7 = Item Sounds
| link7 = Item Grid
+
| link7 = Item sounds
| name8 = Changelogs
+
| name8 = Item Grid
| link8 = Items/Changelogs
+
| link8 = Item Grid
  +
| name9 = Changelogs
  +
| link9 = Items/Changelogs
 
}}<section end="tabber" />
 
}}<section end="tabber" />
'''Items''' are in-game equipment that provide [[heroes]] with bonus attributes and special abilities. They can be purchased from several shops on the [[game map]]. 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]].
== General 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 [[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.
 
** After ten seconds have passed, or the item's active ability has been used, selling an item only recoups 50% of its original price.
 
** {{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.
 
* 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.
 
** {{I|Gem of True Sight}} and {{I|Divine Rapier}} cannot be destroyed.
 
* 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 {{I|Skull Basher}}.
 
* Some items have effects that only apply to heroes that are [[ranged]] or [[melee]].
 
* The shop at the enemy fountain can also be used to buy items, sell items, and access the stash.
 
** The Secret Shops and Side Lane Shops have a restricted inventory, and cannot be used to access the hero's stash.
 
 
== 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|Base Shop}}
 
The Base Shops are located within the [[Fountain]] are behind the [[Ancient (Building)|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|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.
 
 
=== Side Lane Shop ===
 
{{main|Side Lane Shop}}
 
{{Archived}}
 
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.
 
 
== Items ==
 
   
 
== Items==
 
=== Basics ===
 
=== Basics ===
   
Line 63: Line 29:
 
{{#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
+
| where = bought_at="Consumables" AND title NOT IN("Tango (Shared)", "Observer and Sentry Wards") 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 76: Line 42:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Attributes" AND title NOT LIKE "River Vial:%" AND game IS NULL
+
| where = bought_at="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 89: Line 55:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Equipment" AND game IS NULL
+
| where = bought_at="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 102: Line 68:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Miscellaneous" AND game IS NULL
+
| where = bought_at="Miscellaneous" 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 115: Line 81:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Secret" AND game IS NULL
+
| where = bought_at="Secret" 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 130: Line 96:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Accessories" AND game IS NULL
+
| 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")
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 143: Line 109:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Support" AND game IS NULL
+
| where = bought_at="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 156: Line 122:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Magical" AND game IS NULL
+
| where = bought_at="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 169: Line 135:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Armor" AND game IS NULL
+
| where = bought_at="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 182: Line 148:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Weapons" AND game IS NULL
+
| where = bought_at="Weapons" 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 195: Line 161:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Artifacts" AND game IS NULL
+
| where = bought_at="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 204: Line 170:
 
}}
 
}}
   
=== [[File:Shop Roshan Icon.png|24px]] Dropped ===
+
=== [[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
+
| where = bought_at="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 218: Line 184:
   
 
=== Neutral Items ===
 
=== Neutral Items ===
  +
{{main|Neutral Items}}
 
 
==== Tier 1 ====
 
==== Tier 1 ====
   
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="1" AND game IS NULL
+
| where = bought_at="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 236: Line 202:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="2" AND game IS NULL
+
| where = bought_at="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 249: Line 215:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="3" AND game IS NULL
+
| 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 262: Line 228:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="4" AND game IS NULL
+
| where = bought_at="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 275: Line 241:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Neutral" AND tier="5" AND game IS NULL
+
| where = bought_at="Neutral" AND tier="5" 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 284: Line 250:
 
}}
 
}}
   
== Events ==
+
== 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.
 
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]] ===
 
=== [[Diretide]] ===
 
 
{{Item cost list start}}
 
{{Item cost list start}}
 
{{Item cost label|Diretide/Greevil Taffy}}
 
{{Item cost label|Diretide/Greevil Taffy}}
Line 294: Line 259:
   
 
=== [[Greeviling]] ===
 
=== [[Greeviling]] ===
 
 
{{Item cost list start}}
 
{{Item cost list start}}
 
{{Item cost label|Greeviling/Clove Studded Ham}}
 
{{Item cost label|Greeviling/Clove Studded Ham}}
Line 312: Line 276:
   
 
=== [[Wraith-Night]] ===
 
=== [[Wraith-Night]] ===
 
 
{{Item cost list start}}
 
{{Item cost list start}}
 
{{Item cost label|Wraith-Night/Greater Clarity}}
 
{{Item cost label|Wraith-Night/Greater Clarity}}
Line 402: Line 365:
   
 
== Removed items ==
 
== Removed items ==
{{archived}}
 
 
=== Dota 2 ===
 
=== Dota 2 ===
  +
Items that existed in the Dota 2 era and got removed.
{{Item cost list start}}
 
  +
{{#cargo_query:
{{Item cost label|Banana}}
 
  +
| table = items
{{Item cost label|Animal Courier (Item)}}
 
  +
| where = game="Dota 2 Removed" AND title NOT LIKE "Diffusal Blade 1"
{{Item cost label|Flying Courier (Item)}}
 
  +
| group by = _pageID
{{Item cost label|Iron Talon}}
 
  +
| order by = item_cost, title
{{Item cost label|Poor Man's Shield}}
 
{{Item cost label|Ring of Aquila}}
+
| intro = {{Item cost list start}}
{{Item cost list end}}
+
| outro = {{Item cost list end}}
  +
| format = template
 
| template = Item cost label
  +
}}
   
 
=== DotA ===
 
=== DotA ===
  +
Items that have existed in the history of [[DotA]], but never existed in Dota 2.
{{Item cost list start}}
 
  +
{{#cargo_query:
{{Item cost label|Leather Tunic}}
 
  +
| table = items
{{Item cost label|Upgrader}}
 
  +
| where = game="Dota 2 Old"
{{Item cost label|Arcane Ring}}
 
  +
| group by = _pageID
{{Item cost label|The Leveller}}
 
  +
| order by = item_cost, title
{{Item cost label|Shedd's Cleaver}}
 
{{Item cost list end}}
+
| intro = {{Item cost list start}}
 
| outro = {{Item cost list end}}
  +
| format = template
  +
| template = Item cost label
  +
}}
  +
 
== 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|Base Shop}}
 
The Base Shops are located within the [[Fountain]] are behind the [[Ancient (Building)|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|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.
  +
 
=== 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.
  +
 
== 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 [[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.
 
** After ten seconds have passed, or the item's active ability has been used, selling an item only recoups 50% of its original price.
 
** {{I|Gem of True Sight}} and {{I|Divine Rapier}} cannot be sold at any time.
 
** 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}}).
 
** 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.
  +
* The range for dropping an item on the ground is 100.
  +
* The range for picking up an item from the ground is 150.
  +
* The rnage for transfering an item to another unit is 300.
 
* 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.
 
** 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 {{I|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.
  +
** For example, {{I|Magic Wand}} will combine in {{I|Magic Stick}}'s inventory slot.
 
* 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.
   
 
[[Category:System]]
 
[[Category:System]]

Revision as of 01:10, 14 April 2021

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

Shop Consumables Icon Consumables

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="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` LIMIT 100

Shop Attributes Icon Attributes

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Attributes" AND title NOT LIKE "River Vial:%" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Armaments Icon Equipment

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Equipment" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Arcane Icon Miscellaneous

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Miscellaneous" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Secret Secret

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Secret" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Upgrades

Shop Common Icon Accessories

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__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") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Support Icon Support

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Support" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Caster Icon Magical

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Magical" AND title NOT LIKE "Dagon %" AND title NOT LIKE "Necronomicon %" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Armor Icon Armor

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Armor" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Weapons Icon Weapons

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Weapons" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Artifacts Icon Artifacts

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Artifacts" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Shop Roshan Icon Roshan Drop

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Roshan Drop" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Neutral Items

Main Article: Neutral Items

Tier 1

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Neutral" AND tier="1" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Tier 2

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Neutral" AND tier="2" AND title NOT LIKE "Vambrace %" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Tier 3

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Neutral" AND tier="3" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Tier 4

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Neutral" AND tier="4" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Tier 5

Error 1054: Unknown column 'bought_at' in 'where clause'

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Neutral" AND tier="5" AND (game IS NULL OR game="Dota 2 Hidden") GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

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

Removed items

Dota 2

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


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)


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.

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.

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 ten 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 rnage 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.