Dota 2 Wiki
(14 intermediate revisions by 4 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:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 38: Line 36:
 
}}
 
}}
   
==== [[File:Shop Attributes Icon.png|24px]] Attributes ====
+
=== [[File:Shop Attributes Icon.png|24px]] [[Attributes]] ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 51: Line 48:
 
}}
 
}}
   
==== [[File:Shop Armaments Icon.png|24px]] Equipment ====
+
=== [[File:Shop Armaments Icon.png|24px]] Equipment ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 64: Line 60:
 
}}
 
}}
   
==== [[File:Shop Arcane Icon.png|24px]] Miscellaneous ====
+
=== [[File:Shop Arcane Icon.png|24px]] Miscellaneous ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 77: Line 72:
 
}}
 
}}
   
==== [[File:Shop Secret Icon.png|24px|Secret]] Secret ====
+
=== [[File:Shop Secret Icon.png|24px|Secret]] Secret ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 90: Line 84:
 
}}
 
}}
   
=== Upgrades ===
+
== Upgraded Items ==
 
==== [[File:Shop Common Icon.png|24px]] Accessories ====
 
   
 
=== [[File:Shop Common Icon.png|24px]] Accessories ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 105: Line 98:
 
}}
 
}}
   
==== [[File:Shop Support Icon.png|24px]] Support ====
+
=== [[File:Shop Support Icon.png|24px]] Support ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 118: Line 110:
 
}}
 
}}
   
==== [[File:Shop Caster Icon.png|24px]] Magical ====
+
=== [[File:Shop Caster Icon.png|24px]] Magical ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 131: Line 122:
 
}}
 
}}
   
==== [[File:Shop Armor Icon.png|24px]] Armor ====
+
=== [[File:Shop Armor Icon.png|24px]] Armor ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 144: Line 134:
 
}}
 
}}
   
==== [[File:Shop Weapons Icon.png|24px]] Weapons ====
+
=== [[File:Shop Weapons Icon.png|24px]] Weapons ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 157: Line 146:
 
}}
 
}}
   
==== [[File:Shop Artifacts Icon.png|24px]] Artifacts ====
+
=== [[File:Shop Artifacts Icon.png|24px]] Artifacts ===
 
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
Line 170: Line 158:
 
}}
 
}}
   
 
== Neutral Items ==
=== [[File:Shop Roshan Icon.png|24px]] Roshan Drop ===
 
  +
{{main|Neutral Items}}
  +
<section begin="neutral_items" />
 
=== Tier 1 ===
 
{{#cargo_query:
 
| table = 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
 
| intro = {{Item cost list start}}
 
| outro = {{Item cost list end}}
 
| format = template
 
| template = Item cost label
 
}}
   
 
=== Tier 2 ===
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Roshan Drop" AND (game IS NULL OR game="Dota 2 Hidden")
+
| 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 183: Line 185:
 
}}
 
}}
   
=== Neutral Items ===
+
=== Tier 3 ===
 
{{#cargo_query:
{{main|Neutral Items}}
 
 
| table = items
==== Tier 1 ====
 
  +
| where = bought_at="Neutral" AND tier="3" 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
 
}}
   
 
=== Tier 4 ===
 
{{#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 = 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 198: Line 209:
 
}}
 
}}
   
==== Tier 2 ====
+
=== Tier 5 ===
 
 
{{#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 = bought_at="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 = bought_at="Neutral" AND game="Dota 2 Removed"
 
| group by = _pageID
 
| group by = _pageID
 
| order by = item_cost, title
 
| order by = item_cost, title
Line 211: Line 233:
 
}}
 
}}
   
==== Tier 3 ====
+
=== Unreleased ===
  +
{{#cargo_query:
  +
| table = items
  +
| where = bought_at="Unreleased Neutral" AND game="Dota 2 Unreleased"
  +
| 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="3" AND (game IS NULL OR game="Dota 2 Hidden")
+
| 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 224: Line 257:
 
}}
 
}}
   
==== Tier 4 ====
+
== Unreleased Items ==
  +
{{#cargo_query:
  +
| table = items
  +
| where = bought_at="Unreleased" AND game="Dota 2 Unreleased"
  +
| group by = _pageID
  +
| order by = item_cost, title
  +
| intro = {{Item cost list start}}
  +
| outro = {{Item cost list end}}
  +
| format = template
  +
| template = Item cost label
  +
}}
   
 
== 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 bought_at!="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.
 
** 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.
Line 416: Line 436:
 
** 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 18:46, 7 January 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

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

Upgraded Items

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

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

Retired

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 game="Dota 2 Removed" GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Unreleased

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

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Unreleased Neutral" AND game="Dota 2 Unreleased" 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

Unreleased Items

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

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE bought_at="Unreleased" AND game="Dota 2 Unreleased" GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

Removed Items

Dota 2

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

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

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName` FROM `cargo__items` WHERE game="Dota 2 Removed" AND bought_at!="Neutral" AND title NOT LIKE "Diffusal Blade 1" AND title NOT LIKE "Necronomicon %" GROUP BY `_pageID` ORDER BY `item_cost`,`title` LIMIT 100

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.