Dota 2 Wiki
Register
(22 intermediate revisions by 6 users not shown)
Line 19: Line 19:
 
| link9 = Items/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 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.
 
   
== Items ==
+
== Items==
 
=== Basics ===
 
=== Basics ===
   
Line 126: 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 152: Line 122:
 
{{#cargo_query:
 
{{#cargo_query:
 
| table = items
 
| table = items
| where = bought_at="Magical" AND (game IS NULL OR game="Dota 2 Hidden")
+
| 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 219: Line 189:
 
{{#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 232: 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 245: 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 258: 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 271: 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 280: 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 290: 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 308: 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 398: 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|Third Eye}}
 
  +
| table = items
{{Item cost label|Tome of Aghanim}}
 
  +
| where = game="Dota 2 Removed" AND title NOT LIKE "Diffusal Blade 1"
{{Item cost label|Elixir}}
 
  +
| group by = _pageID
{{Item cost label|Dimensional Doorway}}
 
  +
| order by = item_cost, title
{{Item cost label|Horizon}}
 
{{Item cost label|Greater Mango}}
+
| intro = {{Item cost list start}}
{{Item cost label|Helm of the Undying}}
+
| outro = {{Item cost list end}}
  +
| format = template
{{Item cost label|Fusion Rune}}
 
{{Item cost label|Phoenix Ash}}
+
| template = Item cost label
  +
}}
{{Item cost label|Banana}}
 
{{Item cost label|Animal Courier (Item)}}
 
{{Item cost label|Flying Courier (Item)}}
 
{{Item cost list end}}
 
   
 
=== 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|Shedd's Cleaver}}
 
  +
| group by = _pageID
{{Item cost label|Crystal Ball}}
 
  +
| order by = item_cost, title
{{Item cost label|Vampiric Potion}}
 
{{Item cost label|Tome of Retraining}}
+
| intro = {{Item cost list start}}
{{Item cost label|Useless Item}}
+
| outro = {{Item cost list end}}
  +
| format = template
{{Item cost list end}}
 
 
| 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 ===
 
=== 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.
+
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.