//Overwrite the entire items.txt file in .../dota 2 beta/dota/scripts/npc with this file. Make sure to //make a backup. This will allow you to search for items using their HoN-equivalent //names (Mask of Madness=Elder Parasite, etc). Also, you can search for original dota names (Buriza, //Lothar's, etc) as well as search directly for lifesteal, and orbs. // Dota Heroes File "DOTAAbilities" { "Version" "1" // NOTES: // // "ability_type": // DOTA_ABILITY_TYPE_BASIC = 0 : // DOTA_ABILITY_TYPE_ULTIMATE = 1 : // DOTA_ABILITY_TYPE_ATTRIBUTES = 2 : // // "ability_behavior": // DOTA_ABILITY_BEHAVIOR_HIDDEN = 1 : This ability can be owned by a unit but can't be casted and wont show up on the HUD. // DOTA_ABILITY_BEHAVIOR_PASSIVE = 2 : Can't be casted like above but this one shows up on the ability HUD // DOTA_ABILITY_BEHAVIOR_NO_TARGET = 4 : Doesn't need a target to be cast, ability fires off as soon as the button is pressed // DOTA_ABILITY_BEHAVIOR_UNIT_TARGET = 8 : Ability needs a target to be casted on. // DOTA_ABILITY_BEHAVIOR_POINT = 16 : Ability can be cast anywhere the mouse cursor is (If a unit is clicked it will just be cast where the unit was standing) // DOTA_ABILITY_BEHAVIOR_AOE = 32 : This ability draws a radius where the ability will have effect. Kinda like POINT but with a an area of effect display. // DOTA_ABILITY_BEHAVIOR_NOT_LEARNABLE = 64 : This ability probably can be casted or have a casting scheme but cannot be learned (these are usually abilities that are temporary like techie's bomb detonate) // DOTA_ABILITY_BEHAVIOR_CHANNELLED = 128 : This abillity is channelled. If the user moves or is silenced the ability is interrupted. // DOTA_ABILITY_BEHAVIOR_ITEM = 256 : This ability is tied up to an item. // DOTA_ABILITY_BEHAVIOR_TOGGLE = 512 : This ability can be insta-toggled // DOTA_ABILITY_BEHAVIOR_DIRECTIONAL = 1024 : This ability has a direction from the hero // DOTA_ABILITY_BEHAVIOR_IMMEDIATE = 2048 : This ability does not interrupt other abilities // //================================================================================================================= // Blink dagger //================================================================================================================= "item_blink" { // General //------------------------------------------------------------------------------------------------------------- "ID" "1" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_blink" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "0" "AbilityCastPoint" "0.0" "AbilityCooldown" "14.0" "AbilityManaCost" "75" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2150" "ItemShopTags" "teleport" "ItemQuality" "component" "SideShop" "1" "InvalidHeroes" "npc_dota_hero_vengefulspirit;npc_dota_hero_pudge" "ItemAliases" "portal key" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "blink_range" "1200" } "02" { "var_type" "FIELD_INTEGER" "blink_damage_cooldown" "3" } "03" { "var_type" "FIELD_INTEGER" "blink_range_clamp" "960" } } } //================================================================================================================= // Blades of Attack //================================================================================================================= "item_blades_of_attack" { // General //------------------------------------------------------------------------------------------------------------- "ID" "2" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_blades_of_attack" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "damage;tutorial" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "punchdagger" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } } } //================================================================================================================= // Broadsword //================================================================================================================= "item_broadsword" { // General //------------------------------------------------------------------------------------------------------------- "ID" "3" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_broadsword" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "damage" "ItemQuality" "component" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "18" } } } //================================================================================================================= // Chainmail //================================================================================================================= "item_chainmail" { // General //------------------------------------------------------------------------------------------------------------- "ID" "4" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_chainmail" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "armor" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "ringmail" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } } } //================================================================================================================= // Claymore //================================================================================================================= "item_claymore" { // General //------------------------------------------------------------------------------------------------------------- "ID" "5" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_claymore" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "damage" "ItemQuality" "component" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "21" } } } //================================================================================================================= // Helm of Iron Will //================================================================================================================= "item_helm_of_iron_will" { // General //------------------------------------------------------------------------------------------------------------- "ID" "6" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_helm_of_iron_will" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "950" "ItemShopTags" "armor;regen_health" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "helm of the victim" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "02" { "var_type" "FIELD_INTEGER" "bonus_regen" "3" } } } //================================================================================================================= // Javelin //================================================================================================================= "item_javelin" { // General //------------------------------------------------------------------------------------------------------------- "ID" "7" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_javelin" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1500" "ItemShopTags" "damage" "ItemQuality" "component" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "21" } "02" { "var_type" "FIELD_INTEGER" "bonus_chance" "20" } "02" { "var_type" "FIELD_INTEGER" "bonus_chance_damage" "40" } } } //================================================================================================================= // Mithril Hammer //================================================================================================================= "item_mithril_hammer" { // General //------------------------------------------------------------------------------------------------------------- "ID" "8" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_mithril_hammer" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1600" "ItemShopTags" "damage" "ItemQuality" "component" "ItemAliases" "warhammer" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "24" } } } //================================================================================================================= // Platemail //================================================================================================================= "item_platemail" { // General //------------------------------------------------------------------------------------------------------------- "ID" "9" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_platemail" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "armor" "ItemQuality" "component" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "10" } } } //================================================================================================================= // Quarterstaff //================================================================================================================= "item_quarterstaff" { // General //------------------------------------------------------------------------------------------------------------- "ID" "10" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_quarterstaff" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "damage;attack_speed" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "steamstaff" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_speed" "10" } } } //================================================================================================================= // Quelling Blade //================================================================================================================= "item_quelling_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "11" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_quelling_blade" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE" "AbilityCastRange" "165" "AbilityCastPoint" "0.0" "AbilityCooldown" "5.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "225" "ItemShopTags" "damage" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "loggers hatchet;logger's hatchet" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "damage_bonus" "32" } "02" { "var_type" "FIELD_INTEGER" "damage_bonus_ranged" "12" } } } //================================================================================================================= // Ring of Protection //================================================================================================================= "item_ring_of_protection" { // General //------------------------------------------------------------------------------------------------------------- "ID" "12" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ring_of_protection" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "175" "ItemShopTags" "armor" "ItemQuality" "component" "ItemAliases" "rop;guardian ring" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "2" } } } //================================================================================================================= // Stout Shield //================================================================================================================= "item_stout_shield" { // General //------------------------------------------------------------------------------------------------------------- "ID" "182" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_stout_shield" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "block" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "iron buckler" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "damage_block_melee" "20" } "02" { "var_type" "FIELD_INTEGER" "damage_block_ranged" "10" } "03" { "var_type" "FIELD_INTEGER" "block_chance" "60" } } } //================================================================================================================= // Gauntlets //================================================================================================================= "item_gauntlets" { // General //------------------------------------------------------------------------------------------------------------- "ID" "13" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_gauntlets" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "150" "ItemShopTags" "str" "ItemQuality" "component" "ItemAliases" "crushing claws" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "3" } } } //================================================================================================================= // Slippers //================================================================================================================= "item_slippers" { // General //------------------------------------------------------------------------------------------------------------- "ID" "14" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_slippers" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "150" "ItemShopTags" "agi" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "duck boots" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "3" } } } //================================================================================================================= // Mantle //================================================================================================================= "item_mantle" { // General //------------------------------------------------------------------------------------------------------------- "ID" "15" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_mantle" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "150" "ItemShopTags" "int" "ItemQuality" "component" "ItemAliases" "mark of the novice" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "3" } } } //================================================================================================================= // Branches //================================================================================================================= "item_branches" { // General //------------------------------------------------------------------------------------------------------------- "ID" "16" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_branches" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "53" "ItemShopTags" "agi;int;str" "ItemQuality" "component" "ItemAliases" "gg branch;minor totem" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "1" } } } //================================================================================================================= // Belt of Strength //================================================================================================================= "item_belt_of_strength" { // General //------------------------------------------------------------------------------------------------------------- "ID" "17" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_belt_of_strength" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "str" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "bolstering armband" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "6" } } } //================================================================================================================= // Boots of Elves //================================================================================================================= "item_boots_of_elves" { // General //------------------------------------------------------------------------------------------------------------- "ID" "18" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_boots_of_elves" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "agi" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "fleetfeet" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "6" } } } //================================================================================================================= // Robe //================================================================================================================= "item_robe" { // General //------------------------------------------------------------------------------------------------------------- "ID" "19" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_robe" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "int" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "apprentice's robe;apprentices robe" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "6" } } } //================================================================================================================= // Circlet //================================================================================================================= "item_circlet" { // General //------------------------------------------------------------------------------------------------------------- "ID" "20" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_circlet" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "185" "ItemShopTags" "agi;int;str" "ItemQuality" "component" "ItemAliases" "pretender's crown;pretenders crown" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "2" } } } //================================================================================================================= // Ogre Axe //================================================================================================================= "item_ogre_axe" { // General //------------------------------------------------------------------------------------------------------------- "ID" "21" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ogre_axe" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "str" "ItemQuality" "component" "ItemAliases" "mighty blade" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "10" } } } //================================================================================================================= // Blade of Alacrity //================================================================================================================= "item_blade_of_alacrity" { // General //------------------------------------------------------------------------------------------------------------- "ID" "22" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_blade_of_alacrity" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "agi" "ItemQuality" "component" "ItemAliases" "quickblade" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "10" } } } //================================================================================================================= // Staff of Wizardry //================================================================================================================= "item_staff_of_wizardry" { // General //------------------------------------------------------------------------------------------------------------- "ID" "23" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_staff_of_wizardry" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "int" "ItemQuality" "component" "ItemAliases" "neophyte's book;neophytes book" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "10" } } } //================================================================================================================= // Ultimate Orb //================================================================================================================= "item_ultimate_orb" { // General //------------------------------------------------------------------------------------------------------------- "ID" "24" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ultimate_orb" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2100" "ItemShopTags" "agi;int;str" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "blessed orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "10" } } } //================================================================================================================= // Gloves //================================================================================================================= "item_gloves" { // General //------------------------------------------------------------------------------------------------------------- "ID" "25" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_gloves" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "attack_speed" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "gloves of the swift" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "15" } } } //================================================================================================================= // Lifesteal //================================================================================================================= "item_lifesteal" { // General //------------------------------------------------------------------------------------------------------------- "ID" "26" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_lifesteal" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "unique" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "hungry spirit;lifesteal;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "lifesteal_percent" "15" } } } //================================================================================================================= // Ring of Regen //================================================================================================================= "item_ring_of_regen" { // General //------------------------------------------------------------------------------------------------------------- "ID" "27" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ring_of_regen" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "350" "ItemShopTags" "regen_health" "ItemQuality" "component" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "SideShop" "1" "ItemAliases" "ror;trinket of restoration" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "2" } } } //================================================================================================================= // Sobi Mask //================================================================================================================= "item_sobi_mask" { // General //------------------------------------------------------------------------------------------------------------- "ID" "28" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_sobi_mask" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "325" "ItemShopTags" "regen_mana" "ItemQuality" "component" "SideShop" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "ItemAliases" "scarab" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "50" } } } //================================================================================================================= // Boots //================================================================================================================= "item_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "29" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_boots" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "move_speed" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "marchers" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "55" } } } //================================================================================================================= // Gem //================================================================================================================= "item_gem" { // General //------------------------------------------------------------------------------------------------------------- "ID" "30" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_gem" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/gem01.mdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "see_invis" "ItemQuality" "component" "ItemSellable" "0" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "ItemDeclaresPurchase" "1" "ItemStockMax" "1" "ItemStockTime" "480.0" "ItemAliases" "true sight;bound eye;reveal" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpGemShop" "UIDropSound" "Item.DropGemShop" "WorldDropSound" "Item.DropGemWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "radius" "1100" } } } //================================================================================================================= // Cloak //================================================================================================================= "item_cloak" { // General //------------------------------------------------------------------------------------------------------------- "ID" "31" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_cloak" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "magic_resist" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "mystic vestments" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_magical_armor" "115" } "02" { "var_type" "FIELD_INTEGER" "tooltip_resist" "15" } } } //================================================================================================================= // Talisman of Evasion //================================================================================================================= "item_talisman_of_evasion" { // General //------------------------------------------------------------------------------------------------------------- "ID" "32" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_talisman_of_evasion" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1800" "ItemShopTags" "evasion" "ItemQuality" "component" "SideShop" "1" "ItemAliases" "snake bracelet" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_evasion" "25" } } } //================================================================================================================= // Cheese //================================================================================================================= "item_cheese" { // General //------------------------------------------------------------------------------------------------------------- "ID" "33" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_cheese" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/cheese.mdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" "ItemQuality" "epic" "ItemPurchasable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "health_restore" "2500" } "02" { "var_type" "FIELD_INTEGER" "mana_restore" "1000" } } } //================================================================================================================= // Magic Stick //================================================================================================================= "item_magic_stick" { // General //------------------------------------------------------------------------------------------------------------- "ID" "34" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_magic_stick" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "13.0" "AbilitySharedCooldown" "magicwand" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "regen_health;regen_mana;boost_health;boost_mana" "ItemQuality" "component" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "SideShop" "1" "ItemAliases" "mana battery" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "max_charges" "10" } "02" { "var_type" "FIELD_INTEGER" "charge_radius" "1200" } "03" { "var_type" "FIELD_INTEGER" "restore_per_charge" "15" } } } //================================================================================================================= // Recipe: Magic Wand //================================================================================================================= "item_recipe_magic_wand" { // General //------------------------------------------------------------------------------------------------------------- "ID" "35" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_magic_wand" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "150" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_magic_wand" "ItemRequirements" { "01" "item_branches;item_branches;item_branches;item_magic_stick" } } //================================================================================================================= // Magic Wand //================================================================================================================= "item_magic_wand" { // General //------------------------------------------------------------------------------------------------------------- "ID" "36" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_magic_wand" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "13.0" "AbilitySharedCooldown" "magicwand" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "509" "ItemShopTags" "regen_health;regen_mana;boost_health;boost_mana;int;agi;str" "ItemQuality" "common" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemAliases" "power supply" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "max_charges" "15" } "02" { "var_type" "FIELD_INTEGER" "charge_radius" "1200" } "03" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "04" { "var_type" "FIELD_INTEGER" "restore_per_charge" "15" } } } //================================================================================================================= // Ghost //================================================================================================================= "item_ghost" { // General //------------------------------------------------------------------------------------------------------------- "ID" "37" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ghost" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" "AbilitySharedCooldown" "ethereal" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1600" "ItemShopTags" "int;agi;str;hard_to_tag" "ItemQuality" "component" "ItemAliases" "void talisman" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "7" } "02" { "var_type" "FIELD_INTEGER" "extra_spell_damage_percent" "40" } "03" { "var_type" "FIELD_FLOAT" "duration" "4.0" } } } //================================================================================================================= // Clarity //================================================================================================================= "item_clarity" { // General //------------------------------------------------------------------------------------------------------------- "ID" "38" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_clarity" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "100" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemAliases" "mana potion" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "buff_duration" "30" } "02" { "var_type" "FIELD_INTEGER" "total_mana" "100" } } } //================================================================================================================= // Flask //================================================================================================================= "item_flask" { // General //------------------------------------------------------------------------------------------------------------- "ID" "39" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_flask" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "100" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "100" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemAliases" "health potion" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "buff_duration" "10" } "02" { "var_type" "FIELD_INTEGER" "total_health" "400" } } } //================================================================================================================= // Dust //================================================================================================================= "item_dust" { // General //------------------------------------------------------------------------------------------------------------- "ID" "40" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_dust" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "5" "ItemCost" "180" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "2" "ItemDeclaresPurchase" "1" "ItemAliases" "dust of revelation;true sight;reveal" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "duration" "12" } "02" { "var_type" "FIELD_INTEGER" "radius" "1050" } } } //================================================================================================================= // Bottle //================================================================================================================= "item_bottle" { // General //------------------------------------------------------------------------------------------------------------- "ID" "41" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_bottle" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/bottle_blue.mdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.5" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "1" "ItemInitialCharges" "3" "ItemDisplayCharges" "1" "ItemAliases" "bottle of tears" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "health_restore" "135" } "02" { "var_type" "FIELD_INTEGER" "mana_restore" "70" } "03" { "var_type" "FIELD_INTEGER" "restore_time" "3" } } } //================================================================================================================= // Observer Wards //================================================================================================================= "item_ward_observer" { // General //------------------------------------------------------------------------------------------------------------- "ID" "42" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ward_observer" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "500" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING" "ItemPermanent" "0" "ItemInitialCharges" "2" "ItemStockMax" "2" "ItemStockTime" "360.0" "ItemDeclaresPurchase" "1" "ItemAliases" "wards of sight" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "lifetime" "360" } "02" { "var_type" "FIELD_INTEGER" "vision_range" "1600" } "03" { "var_type" "FIELD_INTEGER" "health" "200" } } } //================================================================================================================= // Sentry Ward //================================================================================================================= "item_ward_sentry" { // General //------------------------------------------------------------------------------------------------------------- "ID" "43" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ward_sentry" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "500" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING" "ItemPermanent" "0" "ItemInitialCharges" "2" "ItemDeclaresPurchase" "1" "ItemAliases" "wards of revelation;true sight;reveal" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "lifetime" "180" } "02" { "var_type" "FIELD_INTEGER" "vision_range" "0" } "02" { "var_type" "FIELD_INTEGER" "true_sight_range" "950" } "03" { "var_type" "FIELD_INTEGER" "health" "200" } } } //================================================================================================================= // Tango //================================================================================================================= "item_tango" { // General //------------------------------------------------------------------------------------------------------------- "ID" "44" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_tango" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "165" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "90" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "3" "ItemAliases" "runes of the blight" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_FLOAT" "buff_duration" "16.0" } "02" { "var_type" "FIELD_INTEGER" "total_heal" "115" } } } //================================================================================================================= // Courier //================================================================================================================= "item_courier" { // General //------------------------------------------------------------------------------------------------------------- "ID" "45" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_courier" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemDeclaresPurchase" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "170" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemAliases" "donkey;chicken" "ItemStockMax" "1" "ItemStockTime" "7.0" } //================================================================================================================= // Teleport Scroll //================================================================================================================= "item_tpscroll" { // General //------------------------------------------------------------------------------------------------------------- "ID" "46" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_tpscroll" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_NOASSIST" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_BUILDING" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE" "Model" "models/props_gameplay/tpscroll01.mdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "0" "AbilityCooldown" "65.0" "AbilitySharedCooldown" "teleport" "AbilityChannelTime" "3.0" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "135" "ItemShopTags" "consumable;tutorial" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "SideShop" "1" "ItemAliases" "tp;homecoming stone" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "minimun_distance" "70" } "02" { "var_type" "FIELD_INTEGER" "maximum_distance" "525" } "02" { "var_type" "FIELD_INTEGER" "vision_radius" "200" } } } //================================================================================================================= // Recipe: Travel Boots //================================================================================================================= "item_recipe_travel_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "47" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_travel_boots" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_travel_boots" "ItemRequirements" { "01" "item_boots" } } //================================================================================================================= // Travel Boots //================================================================================================================= "item_travel_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "48" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_travel_boots" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CREEP | DOTA_UNIT_TARGET_MECHANICAL | DOTA_UNIT_TARGET_BUILDING" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" "AbilitySharedCooldown" "teleport" "AbilityChannelTime" "3.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "2500" "ItemShopTags" "teleport;move_speed" "ItemQuality" "common" "ItemAliases" "bot;post haste" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "100" } } } //================================================================================================================= // Recipe: Phase Boots //================================================================================================================= "item_recipe_phase_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "49" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_phase_boots" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_phase_boots" "ItemRequirements" { "01" "item_boots;item_blades_of_attack;item_blades_of_attack" } } //================================================================================================================= // Phase Boots //================================================================================================================= "item_phase_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "50" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_phase_boots" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "8.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "damage;move_speed;hard_to_tag" "ItemQuality" "common" "ItemAliases" "ghost marchers" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_FLOAT" "phase_duration" "4.0" } "02" { "var_type" "FIELD_INTEGER" "phase_movement_speed" "16" } "03" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "60" } "04" { "var_type" "FIELD_INTEGER" "bonus_damage" "24" } } } //================================================================================================================= // Demon Edge //================================================================================================================= "item_demon_edge" { // General //------------------------------------------------------------------------------------------------------------- "ID" "51" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_demon_edge" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2400" "ItemShopTags" "damage" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "slayer" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "46" } } } //================================================================================================================= // Eagle Horn //================================================================================================================= "item_eagle" { // General //------------------------------------------------------------------------------------------------------------- "ID" "52" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_eagle" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3300" "ItemShopTags" "agi" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "dancing blade" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "25" } } } //================================================================================================================= // Reaver //================================================================================================================= "item_reaver" { // General //------------------------------------------------------------------------------------------------------------- "ID" "53" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_reaver" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3200" "ItemShopTags" "str" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "messerschmidt's reaver;axe of the malphai" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "25" } } } //================================================================================================================= // Sacred Relic //================================================================================================================= "item_relic" { // General //------------------------------------------------------------------------------------------------------------- "ID" "54" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_relic" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3800" "ItemShopTags" "damage" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "sword of the high;soth" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "60" } } } //================================================================================================================= // Hyperstone //================================================================================================================= "item_hyperstone" { // General //------------------------------------------------------------------------------------------------------------- "ID" "55" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_hyperstone" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2100" "ItemShopTags" "attack_speed" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "warpcleft" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "55" } } } //================================================================================================================= // Ring of Health //================================================================================================================= "item_ring_of_health" { // General //------------------------------------------------------------------------------------------------------------- "ID" "56" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ring_of_health" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "875" "ItemShopTags" "regen_health" "ItemQuality" "secret_shop" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "SecretShop" "1" "SideShop" "1" "ItemAliases" "roh;lifetube" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "5" } } } //================================================================================================================= // Void Stone //================================================================================================================= "item_void_stone" { // General //------------------------------------------------------------------------------------------------------------- "ID" "57" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_void_stone" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "875" "ItemShopTags" "regen_mana" "ItemQuality" "secret_shop" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "SecretShop" "1" "ItemAliases" "manatube" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "100" } } } //================================================================================================================= // Mystic Staff //================================================================================================================= "item_mystic_staff" { // General //------------------------------------------------------------------------------------------------------------- "ID" "58" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_mystic_staff" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2700" "ItemShopTags" "int" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "acolyte's staff" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "25" } } } //================================================================================================================= // Energy Booster //================================================================================================================= "item_energy_booster" { // General //------------------------------------------------------------------------------------------------------------- "ID" "59" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_energy_booster" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "mana_pool" "ItemQuality" "secret_shop" "SecretShop" "1" "SideShop" "1" "ItemAliases" "pickled brain" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_mana" "250" } } } //================================================================================================================= // Point Booster //================================================================================================================= "item_point_booster" { // General //------------------------------------------------------------------------------------------------------------- "ID" "60" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_point_booster" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "mana_pool;health_pool" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "glowstone" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_mana" "150" } "02" { "var_type" "FIELD_INTEGER" "bonus_health" "200" } } } //================================================================================================================= // Vitality Booster //================================================================================================================= "item_vitality_booster" { // General //------------------------------------------------------------------------------------------------------------- "ID" "61" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_vitality_booster" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1100" "ItemShopTags" "health_pool" "ItemQuality" "secret_shop" "SecretShop" "1" "ItemAliases" "beastheart" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health" "250" } } } //================================================================================================================= // Recipe: Power Treads //================================================================================================================= "item_recipe_power_treads" { // General //------------------------------------------------------------------------------------------------------------- "ID" "62" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_power_treads" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_power_treads" "ItemRequirements" { "01" "item_gloves;item_boots;item_belt_of_strength" "02" "item_gloves;item_boots;item_robe" "03" "item_gloves;item_boots;item_boots_of_elves" } } //================================================================================================================= // Power Treads //================================================================================================================= "item_power_treads" { // General //------------------------------------------------------------------------------------------------------------- "ID" "63" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_power_treads" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1450" "ItemShopTags" "attack_speed;move_speed;int;agi;str" "ItemQuality" "common" "ItemAliases" "steamboots" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "60" } "02" { "var_type" "FIELD_INTEGER" "bonus_stat" "8" } "03" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "25" } } } //================================================================================================================= // Recipe: Hand of Midas //================================================================================================================= "item_recipe_hand_of_midas" { // General //------------------------------------------------------------------------------------------------------------- "ID" "64" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_hand_of_midas" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "" "ItemAliases" "hom" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_hand_of_midas" "ItemRequirements" { "01" "item_gloves" } } //================================================================================================================= // Hand of Midas //================================================================================================================= "item_hand_of_midas" { // General //------------------------------------------------------------------------------------------------------------- "ID" "65" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_hand_of_midas" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CREEP" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_ANCIENTS | DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "100.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "1900" "ItemShopTags" "attack_speed;hard_to_tag" "ItemQuality" "common" "ItemAliases" "alchemist's bones" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "30" } "02" { "var_type" "FIELD_FLOAT" "xp_multiplier" "2.5" } "03" { "var_type" "FIELD_INTEGER" "bonus_gold" "190" } } } //================================================================================================================= // Recipe: Oblivion Staff //================================================================================================================= "item_recipe_oblivion_staff" { // General //------------------------------------------------------------------------------------------------------------- "ID" "66" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_oblivion_staff" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_oblivion_staff" "ItemRequirements" { "01" "item_quarterstaff;item_sobi_mask;item_robe" } } //================================================================================================================= // Oblivion Staff //================================================================================================================= "item_oblivion_staff" { // General //------------------------------------------------------------------------------------------------------------- "ID" "67" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_oblivion_staff" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1675" "ItemShopTags" "damage;int;attack_speed;regen_mana" "ItemQuality" "common" "ItemAliases" "great arcana" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "6" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "10" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "15" } "04" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "75" } } } //================================================================================================================= // Recipe: Perseverence //================================================================================================================= "item_recipe_pers" { // General //------------------------------------------------------------------------------------------------------------- "ID" "68" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_pers" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_pers" "ItemRequirements" { "01" "item_ring_of_health;item_void_stone" } } //================================================================================================================= // Perseverence //================================================================================================================= "item_pers" { // General //------------------------------------------------------------------------------------------------------------- "ID" "69" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_pers" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1750" "ItemShopTags" "damage;regen_health;regen_mana" "ItemQuality" "common" "ItemDisassemblable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "ItemAliases" "sustainer" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "5" } "03" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "125" } } } //================================================================================================================= // Recipe: Poor Man's Shield //================================================================================================================= "item_recipe_poor_mans_shield" { // General //------------------------------------------------------------------------------------------------------------- "ID" "70" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_poor_mans_shield" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_poor_mans_shield" "ItemRequirements" { "01" "item_slippers;item_slippers;item_stout_shield" } } //================================================================================================================= // Poor Man's Shield //================================================================================================================= "item_poor_mans_shield" { // General //------------------------------------------------------------------------------------------------------------- "ID" "71" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_poor_mans_shield" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "agi;block" "ItemQuality" "common" "ItemAliases" "pms;iron shield" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "damage_block_melee" "20" } "02" { "var_type" "FIELD_INTEGER" "damage_block_ranged" "10" } "03" { "var_type" "FIELD_INTEGER" "block_chance" "60" } "04" { "var_type" "FIELD_INTEGER" "block_chance_hero" "100" } "05" { "var_type" "FIELD_INTEGER" "bonus_agility" "6" } } } //================================================================================================================= // Recipe: Bracer //================================================================================================================= "item_recipe_bracer" { // General //------------------------------------------------------------------------------------------------------------- "ID" "72" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_bracer" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "190" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bracer" "ItemRequirements" { "01" "item_circlet;item_gauntlets" } } //================================================================================================================= // Bracer //================================================================================================================= "item_bracer" { // General //------------------------------------------------------------------------------------------------------------- "ID" "73" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_bracer" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "525" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "fortified" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "6" } "02" { "var_type" "FIELD_INTEGER" "bonus_agility" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "3" } "04" { "var_type" "FIELD_INTEGER" "bonus_damage" "3" } } } //================================================================================================================= // Recipe: Wraith Band //================================================================================================================= "item_recipe_wraith_band" { // General //------------------------------------------------------------------------------------------------------------- "ID" "74" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_wraith_band" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "150" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_wraith_band" "ItemRequirements" { "01" "item_circlet;item_slippers" } } //================================================================================================================= // Wraith Band //================================================================================================================= "item_wraith_band" { // General //------------------------------------------------------------------------------------------------------------- "ID" "75" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_wraith_band" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "485" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "soulscream ring" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "3" } "02" { "var_type" "FIELD_INTEGER" "bonus_agility" "6" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "3" } "04" { "var_type" "FIELD_INTEGER" "bonus_damage" "3" } } } //================================================================================================================= // Recipe: Null Talisman //================================================================================================================= "item_recipe_null_talisman" { // General //------------------------------------------------------------------------------------------------------------- "ID" "76" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_null_talisman" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "170" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_null_talisman" "ItemRequirements" { "01" "item_circlet;item_mantle" } } //================================================================================================================= // Null Talisman //================================================================================================================= "item_null_talisman" { // General //------------------------------------------------------------------------------------------------------------- "ID" "77" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_null_talisman" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "505" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "amulet of exile" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "3" } "02" { "var_type" "FIELD_INTEGER" "bonus_agility" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "6" } "04" { "var_type" "FIELD_INTEGER" "bonus_damage" "3" } } } //================================================================================================================= // Recipe: Mekasmm //================================================================================================================= "item_recipe_mekansm" { // General //------------------------------------------------------------------------------------------------------------- "ID" "78" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_mekansm" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mekansm" "ItemRequirements" { "01" "item_buckler;item_headdress" } } //================================================================================================================= // Mekansm //================================================================================================================= "item_mekansm" { // General //------------------------------------------------------------------------------------------------------------- "ID" "79" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_mekansm" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "45.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "150" "ItemCost" "2306" "ItemShopTags" "agi;int;str;armor;boost_health" "ItemQuality" "rare" "ItemAliases" "mechanism;astrolabe" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "5" } "02" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "03" { "var_type" "FIELD_INTEGER" "aura_radius" "750" } "04" { "var_type" "FIELD_INTEGER" "aura_health_regen" "4" } "05" { "var_type" "FIELD_INTEGER" "heal_amount" "250" } "06" { "var_type" "FIELD_INTEGER" "heal_radius" "750" } "07" { "var_type" "FIELD_INTEGER" "heal_bonus_armor" "2" } "08" { "var_type" "FIELD_FLOAT" "heal_armor_duration" "25.0" } } } //================================================================================================================= // Recipe: Vladimir //================================================================================================================= "item_recipe_vladmir" { // General //------------------------------------------------------------------------------------------------------------- "ID" "80" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_vladmir" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_vladmir" "ItemRequirements" { "01" "item_ring_of_regen;item_ring_of_basilius;item_lifesteal" } } //================================================================================================================= // Vladimir //================================================================================================================= "item_vladmir" { // General //------------------------------------------------------------------------------------------------------------- "ID" "81" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_vladmir" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2050" "ItemShopTags" "lifesteal;damage;armor;regen_mana" "ItemQuality" "rare" "ItemAliases" "abyssal skull" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "aura_radius" "900" } "02" { "var_type" "FIELD_INTEGER" "vampiric_aura" "16" } "04" { "var_type" "FIELD_INTEGER" "damage_aura" "15" } "06" { "var_type" "FIELD_INTEGER" "armor_aura" "5" } "08" { "var_type" "FIELD_FLOAT" "mana_regen_aura" "0.8" } "09" { "var_type" "FIELD_INTEGER" "hp_regen" "2" } } } //================================================================================================================= // Flying Courier //================================================================================================================= "item_flying_courier" { // General //------------------------------------------------------------------------------------------------------------- "ID" "84" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_flying_courier" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemDeclaresPurchase" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "consumable" "ItemQuality" "rare" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemAliases" "crow" } //================================================================================================================= // Recipe: Buckler //================================================================================================================= "item_recipe_buckler" { // General //------------------------------------------------------------------------------------------------------------- "ID" "85" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_buckler" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_buckler" "ItemRequirements" { "01" "item_chainmail;item_branches" } } //================================================================================================================= // Buckler //================================================================================================================= "item_buckler" { // General //------------------------------------------------------------------------------------------------------------- "ID" "86" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_buckler" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "10" "ItemCost" "803" "ItemShopTags" "armor;boost_armor" "ItemQuality" "rare" "ItemAliases" "shield of the five" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "2" } "03" { "var_type" "FIELD_INTEGER" "bonus_aoe_radius" "700" } "04" { "var_type" "FIELD_INTEGER" "bonus_aoe_armor" "2" } "05" { "var_type" "FIELD_FLOAT" "bonus_aoe_duration" "30.0" } "06" { "var_type" "FIELD_FLOAT" "bonus_aoe_duration_hero" "25.0" } } } //================================================================================================================= // Recipe: Ring of Basilius //================================================================================================================= "item_recipe_ring_of_basilius" { // General //------------------------------------------------------------------------------------------------------------- "ID" "87" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_ring_of_basilius" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ring_of_basilius" "ItemRequirements" { "01" "item_sobi_mask;item_ring_of_protection" } } //================================================================================================================= // Ring of Basilius //================================================================================================================= "item_ring_of_basilius" { // General //------------------------------------------------------------------------------------------------------------- "ID" "88" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ring_of_basilius" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "damage;regen_mana;armor" "ItemQuality" "rare" "ItemDisassemblable" "1" "ItemAliases" "rob;ring of the teacher;rott" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "02" { "var_type" "FIELD_INTEGER" "bonus_damage" "6" } "02" { "var_type" "FIELD_INTEGER" "aura_radius" "900" } "03" { "var_type" "FIELD_FLOAT" "aura_mana_regen" "0.65" } "04" { "var_type" "FIELD_INTEGER" "aura_bonus_armor" "2" } "04" { "var_type" "FIELD_INTEGER" "bonus_armor" "1" } } } //================================================================================================================= // Recipe: Pipe //================================================================================================================= "item_recipe_pipe" { // General //------------------------------------------------------------------------------------------------------------- "ID" "89" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_pipe" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_pipe" "ItemRequirements" { "01" "item_hood_of_defiance;item_headdress" } } //================================================================================================================= // Pipe //================================================================================================================= "item_pipe" { // General //------------------------------------------------------------------------------------------------------------- "ID" "90" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_pipe" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" "AbilityManaCost" "100" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3628" "ItemShopTags" "regen_health;boost_magic_resist" "ItemQuality" "rare" "ItemAliases" "khadgar's pipe of insight;barrier idol" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "health_regen" "11" } "02" { "var_type" "FIELD_INTEGER" "magic_resistance" "130" } "03" { "var_type" "FIELD_INTEGER" "barrier_radius" "500" } "04" { "var_type" "FIELD_INTEGER" "barrier_block" "400" } "05" { "var_type" "FIELD_FLOAT" "barrier_duration" "10.0" } "06" { "var_type" "FIELD_FLOAT" "barrier_debuff_duration" "50.0" } "07" { "var_type" "FIELD_INTEGER" "tooltip_resist" "30" } } } //================================================================================================================= // Recipe: Urn of Shadows //================================================================================================================= "item_recipe_urn_of_shadows" { // General //------------------------------------------------------------------------------------------------------------- "ID" "91" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_urn_of_shadows" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" "ItemDeclaresPurchase" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_urn_of_shadows" "ItemRequirements" { "01" "item_sobi_mask;item_gauntlets;item_gauntlets" } } //================================================================================================================= // Urn of Shadows //================================================================================================================= "item_urn_of_shadows" { // General //------------------------------------------------------------------------------------------------------------- "ID" "92" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_urn_of_shadows" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "950" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "10.0" // Items //------------------------------------------------------------------------------------------------------------- "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemStackable" "0" "ItemPermanent" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "875" "ItemShopTags" "regen_mana;str;boost_health" "ItemQuality" "rare" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "mana_regen" "50" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "6" } "03" { "var_type" "FIELD_INTEGER" "soul_radius" "1400" } "04" { "var_type" "FIELD_INTEGER" "soul_initial_charge" "2" } "05" { "var_type" "FIELD_INTEGER" "soul_additional_charges" "1" } "06" { "var_type" "FIELD_INTEGER" "soul_heal_amount" "400" } "07" { "var_type" "FIELD_FLOAT" "soul_heal_duration" "8.0" } "08" { "var_type" "FIELD_INTEGER" "soul_damage_amount" "150" } "09" { "var_type" "FIELD_FLOAT" "soul_damage_duration" "8.0" } "10" { "var_type" "FIELD_FLOAT" "soul_heal_interval" "0.25" } } } //================================================================================================================= // Recipe: Headdress //================================================================================================================= "item_recipe_headdress" { // General //------------------------------------------------------------------------------------------------------------- "ID" "93" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_headdress" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_headdress" "ItemRequirements" { "01" "item_ring_of_regen;item_branches" } } //================================================================================================================= // Headdress //================================================================================================================= "item_headdress" { // General //------------------------------------------------------------------------------------------------------------- "ID" "94" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_headdress" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "603" "ItemShopTags" "str;int;agi;regen_health" "ItemQuality" "rare" "ItemAliases" "refreshing ornament" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "2" } "02" { "var_type" "FIELD_INTEGER" "aura_radius" "500" } "03" { "var_type" "FIELD_INTEGER" "aura_health_regen" "3" } } } //================================================================================================================= // Recipe: Sheepstick //================================================================================================================= "item_recipe_sheepstick" { // General //------------------------------------------------------------------------------------------------------------- "ID" "95" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_sheepstick" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sheepstick" "ItemRequirements" { "01" "item_mystic_staff;item_ultimate_orb;item_void_stone" } } //================================================================================================================= // Sheepstick //================================================================================================================= "item_sheepstick" { // General //------------------------------------------------------------------------------------------------------------- "ID" "96" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_sheepstick" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "35.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "5675" "ItemShopTags" "int;regen_mana;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "hex;sheepstick;vyse;totem of kuldra;kuldra's" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_agility" "10" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "35" } "04" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "150" } "05" { "var_type" "FIELD_FLOAT" "sheep_duration" "3.5" } "06" { "var_type" "FIELD_FLOAT" "sheep_movement_speed" "100" } } } //================================================================================================================= // Recipe: Orchid //================================================================================================================= "item_recipe_orchid" { // General //------------------------------------------------------------------------------------------------------------- "ID" "97" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_orchid" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "775" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_orchid" "ItemRequirements" { "01" "item_oblivion_staff;item_oblivion_staff" } } //================================================================================================================= // Orchid //================================================================================================================= "item_orchid" { // General //------------------------------------------------------------------------------------------------------------- "ID" "98" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_orchid" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "900" "AbilityCastPoint" "0.0" "AbilityCooldown" "18.0" "ItemAliases" "malevolence;hellflower" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "5025" "ItemShopTags" "int;attack_speed;damage;regen_mana;damage;hard_to_tag" "ItemQuality" "rare" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "25" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "30" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "30" } "04" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "150" } "05" { "var_type" "FIELD_FLOAT" "silence_duration" "5" } "06" { "var_type" "FIELD_FLOAT" "silence_damage_percent" "25" } } } //================================================================================================================= // Recipe: Cyclone //================================================================================================================= "item_recipe_cyclone" { // General //------------------------------------------------------------------------------------------------------------- "ID" "99" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_cyclone" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_cyclone" "ItemRequirements" { "01" "item_staff_of_wizardry;item_sobi_mask;item_void_stone" } } //================================================================================================================= // Cyclone //================================================================================================================= "item_cyclone" { // General //------------------------------------------------------------------------------------------------------------- "ID" "100" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_cyclone" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CUSTOM" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "2800" "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "cyclone euls;eul's;stormspirit" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "150" } "03" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "30" } "04" { "var_type" "FIELD_FLOAT" "cyclone_duration" "2.5" } } } //================================================================================================================= // Recipe: Force Staff //================================================================================================================= "item_recipe_force_staff" { // General //------------------------------------------------------------------------------------------------------------- "ID" "101" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_force_staff" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_force_staff" "ItemRequirements" { "01" "item_staff_of_wizardry;item_quarterstaff" } } //================================================================================================================= // Force Staff //================================================================================================================= "item_force_staff" { // General //------------------------------------------------------------------------------------------------------------- "ID" "102" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_force_staff" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_MECHANICAL" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_ANCIENTS | DOTA_UNIT_TARGET_FLAG_NOT_MAGIC_IMMUNE_ALLIES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "20.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "25" "ItemCost" "2200" "ItemShopTags" "int;damage;attack_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "fs;push stick;tablet of command" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_damage" "10" } "03" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "10" } "04" { "var_type" "FIELD_INTEGER" "push_length" "600" } } } //================================================================================================================= // Recipe: Dagon //================================================================================================================= "item_recipe_dagon" { // General //------------------------------------------------------------------------------------------------------------- "ID" "103" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_dagon" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon" "ItemRequirements" { "01" "item_staff_of_wizardry;item_null_talisman" } } "item_recipe_dagon_2" { // General //------------------------------------------------------------------------------------------------------------- "ID" "197" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_dagon_2" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon_2" "ItemRequirements" { "02" "item_dagon;item_recipe_dagon" } } "item_recipe_dagon_3" { // General //------------------------------------------------------------------------------------------------------------- "ID" "198" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_dagon_3" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon_3" "ItemRequirements" { "02" "item_dagon_2;item_recipe_dagon" } } "item_recipe_dagon_4" { // General //------------------------------------------------------------------------------------------------------------- "ID" "199" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_dagon_4" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon_4" "ItemRequirements" { "02" "item_dagon_3;item_recipe_dagon" } } "item_recipe_dagon_5" { // General //------------------------------------------------------------------------------------------------------------- "ID" "200" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_dagon_5" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon_5" "ItemRequirements" { "02" "item_dagon_4;item_recipe_dagon" } } //================================================================================================================= // Dagon //================================================================================================================= "item_dagon" { // General //------------------------------------------------------------------------------------------------------------- "ID" "104" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_dagon" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600 650 700 750 800" "AbilityCastPoint" "0.0" "AbilityCooldown" "40.0 36.0 32.0 28.0 24.0" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "180 160 140 120 100" "ItemCost" "2850" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "codex;zap" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "13 15 17 19 21" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "04" { "var_type" "FIELD_INTEGER" "damage" "400 500 600 700 800" } } } "item_dagon_2" { // General //------------------------------------------------------------------------------------------------------------- "ID" "201" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_dagon_2" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600 650 700 750 800" "AbilityCastPoint" "0.0" "AbilityCooldown" "40.0 36.0 32.0 28.0 24.0" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "2" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "180 160 140 120 100" "ItemCost" "2850" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "codex;zap" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "13 15 17 19 21" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "04" { "var_type" "FIELD_INTEGER" "damage" "400 500 600 700 800" } } } "item_dagon_3" { // General //------------------------------------------------------------------------------------------------------------- "ID" "202" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_dagon_3" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600 650 700 750 800" "AbilityCastPoint" "0.0" "AbilityCooldown" "40.0 36.0 32.0 28.0 24.0" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "3" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "180 160 140 120 100" "ItemCost" "2850" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "codex;zap" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "13 15 17 19 21" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "04" { "var_type" "FIELD_INTEGER" "damage" "400 500 600 700 800" } } } "item_dagon_4" { // General //------------------------------------------------------------------------------------------------------------- "ID" "203" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_dagon_4" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600 650 700 750 800" "AbilityCastPoint" "0.0" "AbilityCooldown" "40.0 36.0 32.0 28.0 24.0" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "4" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "180 160 140 120 100" "ItemCost" "2850" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "codex;zap" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "13 15 17 19 21" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "04" { "var_type" "FIELD_INTEGER" "damage" "400 500 600 700 800" } } } "item_dagon_5" { // General //------------------------------------------------------------------------------------------------------------- "ID" "204" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_dagon_5" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600 650 700 750 800" "AbilityCastPoint" "0.0" "AbilityCooldown" "40.0 36.0 32.0 28.0 24.0" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "5" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "180 160 140 120 100" "ItemCost" "2850" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "codex;zap" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "13 15 17 19 21" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "04" { "var_type" "FIELD_INTEGER" "damage" "400 500 600 700 800" } } } //================================================================================================================= // Recipe: Necronomicon //================================================================================================================= "item_recipe_necronomicon" { // General //------------------------------------------------------------------------------------------------------------- "ID" "105" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_necronomicon" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_necronomicon" "ItemRequirements" { "01" "item_staff_of_wizardry;item_belt_of_strength" } } "item_recipe_necronomicon_2" { // General //------------------------------------------------------------------------------------------------------------- "ID" "191" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_necronomicon_2" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemBaseLevel" "2" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_necronomicon_2" "ItemRequirements" { "01" "item_necronomicon;item_recipe_necronomicon" } } "item_recipe_necronomicon_3" { // General //------------------------------------------------------------------------------------------------------------- "ID" "192" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_necronomicon_3" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemBaseLevel" "3" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_necronomicon_3" "ItemRequirements" { "01" "item_necronomicon_2;item_recipe_necronomicon" } } //================================================================================================================= // Necronomicon //================================================================================================================= "item_necronomicon" { // General //------------------------------------------------------------------------------------------------------------- "ID" "106" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_necronomicon" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "80.0" "AbilitySharedCooldown" "necronomicon" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "2700" "ItemShopTags" "int;str;hard_to_tag;see_invis" "ItemQuality" "rare" "ItemAliases" "puzzlebox" "MaxUpgradeLevel" "3" "ItemBaseLevel" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "15 21 24" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "8 12 16" } "03" { "var_type" "FIELD_FLOAT" "summon_duration" "35.0" } "04" { "var_type" "FIELD_INTEGER" "warrior_mana_feedback" "20 50 75" } "05" { "var_type" "FIELD_INTEGER" "warrior_truesight" "1000" } "06" { "var_type" "FIELD_INTEGER" "archer_mana_burn" "125 175 225" } "07" { "var_type" "FIELD_INTEGER" "archer_attack_speed" "3 6 9" } "08" { "var_type" "FIELD_INTEGER" "archer_attack_speed_radius" "400" } } } "item_necronomicon_2" { // General //------------------------------------------------------------------------------------------------------------- "ID" "193" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_necronomicon_2" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "80.0" "AbilitySharedCooldown" "necronomicon" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "2700" "ItemShopTags" "int;str;hard_to_tag;see_invis" "ItemQuality" "rare" "ItemAliases" "puzzlebox" "MaxUpgradeLevel" "3" "ItemBaseLevel" "2" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "15 21 24" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "8 12 16" } "03" { "var_type" "FIELD_FLOAT" "summon_duration" "35.0" } "04" { "var_type" "FIELD_INTEGER" "warrior_mana_feedback" "20 50 75" } "05" { "var_type" "FIELD_INTEGER" "warrior_truesight" "1000" } "06" { "var_type" "FIELD_INTEGER" "archer_mana_burn" "125 175 225" } "07" { "var_type" "FIELD_INTEGER" "archer_attack_speed" "3 6 9" } "08" { "var_type" "FIELD_INTEGER" "archer_attack_speed_radius" "400" } } } "item_necronomicon_3" { // General //------------------------------------------------------------------------------------------------------------- "ID" "194" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_necronomicon_3" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "80.0" "AbilitySharedCooldown" "necronomicon" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "2700" "ItemShopTags" "int;str;hard_to_tag;see_invis" "ItemQuality" "rare" "ItemAliases" "puzzlebox;reveal;true sight" "MaxUpgradeLevel" "3" "ItemBaseLevel" "3" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "15 21 24" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "8 12 16" } "03" { "var_type" "FIELD_FLOAT" "summon_duration" "35.0" } "04" { "var_type" "FIELD_INTEGER" "warrior_mana_feedback" "20 50 75" } "05" { "var_type" "FIELD_INTEGER" "warrior_truesight" "1000" } "06" { "var_type" "FIELD_INTEGER" "archer_mana_burn" "125 175 225" } "07" { "var_type" "FIELD_INTEGER" "archer_attack_speed" "3 6 9" } "08" { "var_type" "FIELD_INTEGER" "archer_attack_speed_radius" "400" } } } //================================================================================================================= // Recipe: Scepter //================================================================================================================= "item_recipe_ultimate_scepter" { // General //------------------------------------------------------------------------------------------------------------- "ID" "107" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_ultimate_scepter" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ultimate_scepter" "ItemRequirements" { "01" "item_point_booster;item_staff_of_wizardry;item_ogre_axe;item_blade_of_alacrity" } } //================================================================================================================= // Scepter //================================================================================================================= "item_ultimate_scepter" { // General //------------------------------------------------------------------------------------------------------------- "ID" "108" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ultimate_scepter" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4200" "ItemShopTags" "int;str;agi;mana_pool;health_pool;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "ultimate;staff of the master;sotm" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_health" "200" } "03" { "var_type" "FIELD_INTEGER" "bonus_mana" "150" } } } //================================================================================================================= // Recipe: Refresher //================================================================================================================= "item_recipe_refresher" { // General //------------------------------------------------------------------------------------------------------------- "ID" "109" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_refresher" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1875" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_refresher" "ItemRequirements" { "01" "item_oblivion_staff;item_pers" } } //================================================================================================================= // Refresher //================================================================================================================= "item_refresher" { // General //------------------------------------------------------------------------------------------------------------- "ID" "110" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_refresher" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "160.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "375" "ItemCost" "5300" "ItemShopTags" "regen_health;regen_mana;damage;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "restoration stone" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "5" } "02" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "200" } "03" { "var_type" "FIELD_INTEGER" "bonus_damage" "40" } "04" { "var_type" "FIELD_INTEGER" "bonus_int" "6" } } } //================================================================================================================= // Recipe: Assault Cuirass //================================================================================================================= "item_recipe_assault" { // General //------------------------------------------------------------------------------------------------------------- "ID" "111" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_assault" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_assault" "ItemRequirements" { "01" "item_platemail;item_hyperstone;item_chainmail" } } //================================================================================================================= // Assault Cuirass //================================================================================================================= "item_assault" { // General //------------------------------------------------------------------------------------------------------------- "ID" "112" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_assault" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5350" "ItemShopTags" "attack_speed;armor;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "ac;demonic breastplate;db" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "35" } "02" { "var_type" "FIELD_INTEGER" "bonus_armor" "10" } "03" { "var_type" "FIELD_INTEGER" "aura_radius" "900 " } "04" { "var_type" "FIELD_INTEGER" "aura_attack_speed" "20" } "05" { "var_type" "FIELD_INTEGER" "aura_positive_armor" "5" } "06" { "var_type" "FIELD_INTEGER" "aura_negative_armor" "-5" } } } //================================================================================================================= // Recipe: Heart //================================================================================================================= "item_recipe_heart" { // General //------------------------------------------------------------------------------------------------------------- "ID" "113" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_heart" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_heart" "ItemRequirements" { "01" "item_reaver;item_vitality_booster" } } //================================================================================================================= // Heart //================================================================================================================= "item_heart" { // General //------------------------------------------------------------------------------------------------------------- "ID" "114" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_heart" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "6.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5500" "ItemShopTags" "str;regen_health;health_pool" "ItemQuality" "epic" "ItemAliases" "hot;tarrasque;behemoth's heart" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "40" } "02" { "var_type" "FIELD_INTEGER" "bonus_health" "300" } "03" { "var_type" "FIELD_INTEGER" "health_regen_rate" "2" } "04" { "var_type" "FIELD_FLOAT" "cooldown_melee" "4" } } } //================================================================================================================= // Recipe: Black King Bar //================================================================================================================= "item_recipe_black_king_bar" { // General //------------------------------------------------------------------------------------------------------------- "ID" "115" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_black_king_bar" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_black_king_bar" "ItemRequirements" { "01" "item_ogre_axe;item_mithril_hammer" } } //================================================================================================================= // Black King Bar //================================================================================================================= "item_black_king_bar" { // General //------------------------------------------------------------------------------------------------------------- "ID" "116" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_black_king_bar" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "80 75 70 65 60 55" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3900" "ItemShopTags" "str;damage;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "bkb;avatar;shrunken head" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_damage" "24" } "03" { "var_type" "FIELD_FLOAT" "duration" "10.0 9.0 8.0 7.0 6.0 5.0" } "04" { "var_type" "FIELD_INTEGER" "max_level" "5" } "05" { "var_type" "FIELD_INTEGER" "model_scale" "30" // Percentage over model scale } } } //================================================================================================================= // Aegis of Immortality //================================================================================================================= "item_aegis" { // General //------------------------------------------------------------------------------------------------------------- "ID" "117" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_aegis" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/aegis.mdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemQuality" "artifact" // Items //------------------------------------------------------------------------------------------------------------- "ItemPurchasable" "0" "ItemDroppable" "0" "ItemSellable" "0" "ItemKillable" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_FLOAT" "reincarnate_time" "5.0" } } } //================================================================================================================= // Recipe: Shiva's Guard //================================================================================================================= "item_recipe_shivas_guard" { // General //------------------------------------------------------------------------------------------------------------- "ID" "118" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_shivas_guard" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_shivas_guard" "ItemRequirements" { "01" "item_platemail;item_mystic_staff" } } //================================================================================================================= // Shiva's //================================================================================================================= "item_shivas_guard" { // General //------------------------------------------------------------------------------------------------------------- "ID" "119" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_shivas_guard" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "4700" "ItemShopTags" "int;armor;hard_to_tag" "ItemQuality" "epic" "ItemDisassemblable" "1" "ItemAliases" "frostfield plate" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "30" } "02" { "var_type" "FIELD_INTEGER" "bonus_armor" "15" } "03" { "var_type" "FIELD_INTEGER" "aura_radius" "1000" } "04" { "var_type" "FIELD_INTEGER" "aura_attack_speed" "-25" } "05" { "var_type" "FIELD_INTEGER" "blast_radius" "744" } "06" { "var_type" "FIELD_INTEGER" "blast_speed" "300" } "07" { "var_type" "FIELD_INTEGER" "blast_damage" "200" } "08" { "var_type" "FIELD_INTEGER" "blast_movement_speed" "-40" } "09" { "var_type" "FIELD_FLOAT" "blast_debuff_duration" "4.0" } } } //================================================================================================================= // Recipe: Bloodstone //================================================================================================================= "item_recipe_bloodstone" { // General //------------------------------------------------------------------------------------------------------------- "ID" "120" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_bloodstone" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bloodstone" "ItemRequirements" { "01" "item_pers;item_soul_booster" } } //================================================================================================================= // Bloodstone //================================================================================================================= "item_bloodstone" { // General //------------------------------------------------------------------------------------------------------------- "ID" "121" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_bloodstone" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5050" "ItemShopTags" "regen_health;regen_mana;mana_pool;health_pool" "ItemQuality" "epic" "ItemInitialCharges" "6" "ItemDisplayCharges" "1" "ItemAliases" "bs;sacrificial stone" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health" "500" } "02" { "var_type" "FIELD_INTEGER" "bonus_mana" "400" } "03" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "8" } "04" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "200" } "05" { "var_type" "FIELD_INTEGER" "charge_range" "1600" } "06" { "var_type" "FIELD_INTEGER" "heal_on_death_range" "1675" } "07" { "var_type" "FIELD_INTEGER" "heal_on_death_base" "400" } "08" { "var_type" "FIELD_INTEGER" "heal_on_death_per_charge" "30" } "09" { "var_type" "FIELD_INTEGER" "vision_on_death_radius" "1800" } "10" { "var_type" "FIELD_FLOAT" "respawn_time_reduction" "4.0" } "11" { "var_type" "FIELD_INTEGER" "death_gold_reduction" "25" } "12" { "var_type" "FIELD_FLOAT" "on_death_removal" "0.7" //30% gone } } } //================================================================================================================= // Recipe: Sphere //================================================================================================================= "item_recipe_sphere" { // General //------------------------------------------------------------------------------------------------------------- "ID" "122" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_sphere" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1325" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sphere" "ItemRequirements" { "01" "item_ultimate_orb;item_pers" } } //================================================================================================================= // Sphere //================================================================================================================= "item_sphere" { // General //------------------------------------------------------------------------------------------------------------- "ID" "123" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_sphere" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5175" "ItemShopTags" "regen_health;regen_mana;str;agi;int;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "ls;linken's;nullstone" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "15" } "02" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "6" } "03" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "150" } "04" { "var_type" "FIELD_FLOAT" "block_cooldown" "20.0" } "04" { "var_type" "FIELD_INTEGER" "bonus_damage" "10" } } } //================================================================================================================= // Recipe: Vanguard //================================================================================================================= "item_recipe_vanguard" { // General //------------------------------------------------------------------------------------------------------------- "ID" "124" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_vanguard" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_vanguard" "ItemRequirements" { "01" "item_ring_of_health;item_vitality_booster;item_stout_shield" } } //================================================================================================================= // Vanguard //================================================================================================================= "item_vanguard" { // General //------------------------------------------------------------------------------------------------------------- "ID" "125" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_vanguard" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2225" "ItemShopTags" "regen_health;block;health_pool" "ItemQuality" "epic" "ItemAliases" "helm of the black legion;hotbl" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health" "250" } "02" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "6" } "03" { "var_type" "FIELD_INTEGER" "block_chance" "60" } "04" { "var_type" "FIELD_INTEGER" "block_damage_ranged" "20" } "04" { "var_type" "FIELD_INTEGER" "block_damage_melee" "40" } } } //================================================================================================================= // Recipe: Blade Mail //================================================================================================================= "item_recipe_blade_mail" { // General //------------------------------------------------------------------------------------------------------------- "ID" "126" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_blade_mail" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_blade_mail" "ItemRequirements" { "01" "item_broadsword;item_chainmail;item_robe" } } //================================================================================================================= // Blade Mail //================================================================================================================= "item_blade_mail" { // General //------------------------------------------------------------------------------------------------------------- "ID" "127" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_blade_mail" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "22.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "25" "ItemCost" "2200" "ItemShopTags" "damage;armor;int;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "barbed armor" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "22" } "02" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "10" } "04" { "var_type" "FIELD_FLOAT" "duration" "4.0" } } } //================================================================================================================= // Recipe: Soul Booster //================================================================================================================= "item_recipe_soul_booster" { // General //------------------------------------------------------------------------------------------------------------- "ID" "128" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_soul_booster" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_soul_booster" "ItemRequirements" { "01" "item_vitality_booster;item_energy_booster;item_point_booster" } } //================================================================================================================= // Soul Booster //================================================================================================================= "item_soul_booster" { // General //------------------------------------------------------------------------------------------------------------- "ID" "129" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_soul_booster" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3300" "ItemShopTags" "regen_health;regen_mana;health_pool;mana_pool" "ItemQuality" "epic" "ItemAliases" "icon of the goddess" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_health" "450" } "02" { "var_type" "FIELD_INTEGER" "bonus_mana" "400" } "03" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "4" } "04" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "100" } } } //================================================================================================================= // Recipe: Hood of Defiance //================================================================================================================= "item_recipe_hood_of_defiance" { // General //------------------------------------------------------------------------------------------------------------- "ID" "130" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_hood_of_defiance" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_hood_of_defiance" "ItemRequirements" { "01" "item_ring_of_health;item_cloak;item_ring_of_regen;item_ring_of_regen" } } //================================================================================================================= // Hood of Defiance //================================================================================================================= "item_hood_of_defiance" { // General //------------------------------------------------------------------------------------------------------------- "ID" "131" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_hood_of_defiance" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2125" "ItemShopTags" "regen_health;magic_resist" "ItemQuality" "epic" "ItemAliases" "shaman's headdress" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_spell_resist" "130" } "02" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "8" } "03" { "var_type" "FIELD_INTEGER" "tooltip_resist" "30" } } } //================================================================================================================= // Recipe: Rapier //================================================================================================================= "item_recipe_rapier" { // General //------------------------------------------------------------------------------------------------------------- "ID" "132" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_rapier" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_rapier" "ItemRequirements" { "01" "item_relic;item_demon_edge" } } //================================================================================================================= // Rapier //================================================================================================================= "item_rapier" { // General //------------------------------------------------------------------------------------------------------------- "ID" "133" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_rapier" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6200" "ItemShopTags" "damage" "ItemQuality" "epic" "ItemShareability" "ITEM_NOT_SHAREABLE" "ItemSellable" "0" "ItemKillable" "0" "ItemAliases" "doom bringer;doombringer" "ItemDeclaresPurchase" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "300" } } } //================================================================================================================= // Recipe: Monkey King Bar //================================================================================================================= "item_recipe_monkey_king_bar" { // General //------------------------------------------------------------------------------------------------------------- "ID" "134" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_monkey_king_bar" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_monkey_king_bar" "ItemRequirements" { "01" "item_demon_edge;item_javelin;item_javelin" } } //================================================================================================================= // Monkey King Bar //================================================================================================================= "item_monkey_king_bar" { // General //------------------------------------------------------------------------------------------------------------- "ID" "135" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_monkey_king_bar" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5400" "ItemShopTags" "damage;attack_speed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "mkb;savage mace" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "88" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "15" } "03" { "var_type" "FIELD_INTEGER" "bash_chance" "35" } "04" { "var_type" "FIELD_INTEGER" "bash_damage" "100" } "05" { "var_type" "FIELD_FLOAT" "bash_stun" "0.01" } } } //================================================================================================================= // Recipe: Radiance //================================================================================================================= "item_recipe_radiance" { // General //------------------------------------------------------------------------------------------------------------- "ID" "136" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_radiance" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1350" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_radiance" "ItemRequirements" { "01" "item_relic" } } //================================================================================================================= // Radiance //================================================================================================================= "item_radiance" { // General //------------------------------------------------------------------------------------------------------------- "ID" "137" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_radiance" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5150" "ItemShopTags" "damage" "ItemQuality" "epic" "ItemAliases" "mock of brilliance" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "60" } "02" { "var_type" "FIELD_INTEGER" "aura_radius" "650" } "03" { "var_type" "FIELD_INTEGER" "aura_damage" "40" } } } //================================================================================================================= // Recipe: Butterfly //================================================================================================================= "item_recipe_butterfly" { // General //------------------------------------------------------------------------------------------------------------- "ID" "138" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_butterfly" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_butterfly" "ItemRequirements" { "01" "item_talisman_of_evasion;item_quarterstaff;item_eagle" } } //================================================================================================================= // Butterfly //================================================================================================================= "item_butterfly" { // General //------------------------------------------------------------------------------------------------------------- "ID" "139" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_butterfly" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6000" "ItemShopTags" "agi;damage;evasion;attack_speed" "ItemQuality" "epic" "ItemAliases" "bfly;wingbow" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "30" } "02" { "var_type" "FIELD_INTEGER" "bonus_damage" "30" } "03" { "var_type" "FIELD_INTEGER" "bonus_evasion" "35" } "04" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "30" } } } //================================================================================================================= // Recipe: Greater Crit //================================================================================================================= "item_recipe_greater_crit" { // General //------------------------------------------------------------------------------------------------------------- "ID" "140" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_greater_crit" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_greater_crit" "ItemRequirements" { "01" "item_lesser_crit;item_demon_edge" } } //================================================================================================================= // Greater Crit //================================================================================================================= "item_greater_crit" { // General //------------------------------------------------------------------------------------------------------------- "ID" "141" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_greater_crit" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5750" "ItemShopTags" "damage;crit" "ItemQuality" "epic" "ItemAliases" "riftshards;buriza-do kyanon" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "81" } "02" { "var_type" "FIELD_INTEGER" "crit_chance" "25" } "03" { "var_type" "FIELD_INTEGER" "crit_multiplier" "250" } } } //================================================================================================================= // Recipe: Basher //================================================================================================================= "item_recipe_basher" { // General //------------------------------------------------------------------------------------------------------------- "ID" "142" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_basher" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_basher" "ItemRequirements" { "01" "item_belt_of_strength;item_javelin" } } //================================================================================================================= // Basher //================================================================================================================= "item_basher" { // General //------------------------------------------------------------------------------------------------------------- "ID" "143" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_basher" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "2.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2950" "ItemShopTags" "damage;str;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "cranium;brutalizer" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "40" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "6" } "03" { "var_type" "FIELD_INTEGER" "bash_chance_melee" "25" } "04" { "var_type" "FIELD_INTEGER" "bash_chance_ranged" "10" } "05" { "var_type" "FIELD_FLOAT" "bash_duration" "1.4" } "06" { "var_type" "FIELD_FLOAT" "bash_cooldown" "2.0" } } } //================================================================================================================= // Recipe: Battlefury //================================================================================================================= "item_recipe_bfury" { // General //------------------------------------------------------------------------------------------------------------- "ID" "144" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_bfury" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bfury" "ItemRequirements" { "01" "item_broadsword;item_claymore;item_pers" } } //================================================================================================================= // Battlefury //================================================================================================================= "item_bfury" { // General //------------------------------------------------------------------------------------------------------------- "ID" "145" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_bfury" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4350" "ItemShopTags" "damage;health_regen;mana_regen;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "bfury;runed axe;runed cleaver" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "65" } "02" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "6" } "03" { "var_type" "FIELD_INTEGER" "bonus_mana_regen" "150" } "04" { "var_type" "FIELD_INTEGER" "cleave_damage_percent" "35" } "05" { "var_type" "FIELD_INTEGER" "cleave_radius" "225" } } } //================================================================================================================= // Recipe: Manta //================================================================================================================= "item_recipe_manta" { // General //------------------------------------------------------------------------------------------------------------- "ID" "146" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_manta" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "650" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_manta" "ItemRequirements" { "01" "item_yasha;item_ultimate_orb" } } //================================================================================================================= // Manta //================================================================================================================= "item_manta" { // General //------------------------------------------------------------------------------------------------------------- "ID" "147" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_manta" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "50.0" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "165" "ItemCost" "4900" "ItemShopTags" "agi;str;int;attack_speed;move_speed;hard_to_tag" "ItemQuality" "epic" "ItemDisassemblable" "1" "ItemAliases" "geometer's bane;illusions" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_strength" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_agility" "26" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "10" } "04" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "15" } "05" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "10" } "06" { "var_type" "FIELD_INTEGER" "images_count" "2" } "07" { "var_type" "FIELD_INTEGER" "images_do_damage_percent_melee" "-67" } "08" { "var_type" "FIELD_INTEGER" "images_take_damage_percent_melee" "250" } "09" { "var_type" "FIELD_INTEGER" "images_do_damage_percent_ranged" "-72" } "10" { "var_type" "FIELD_INTEGER" "images_take_damage_percent_ranged" "300" } "11" { "var_type" "FIELD_FLOAT" "cooldown_melee" "35.0" } "12" { "var_type" "FIELD_FLOAT" "cooldown_melee" "50.0" } "13" { "var_type" "FIELD_FLOAT" "invuln_duration" "0.23" } "14" { "var_type" "FIELD_INTEGER" "vision_radius" "1000" } "15" { "var_type" "FIELD_INTEGER" "tooltip_outgoing_melee" "33" } "16" { "var_type" "FIELD_INTEGER" "tooltip_outgoing_range" "28" } } } //================================================================================================================= // Recipe: Lesser Crit //================================================================================================================= "item_recipe_lesser_crit" { // General //------------------------------------------------------------------------------------------------------------- "ID" "148" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_lesser_crit" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_lesser_crit" "ItemRequirements" { "01" "item_broadsword;item_blades_of_attack" } } //================================================================================================================= // Lesser Crit //================================================================================================================= "item_lesser_crit" { // General //------------------------------------------------------------------------------------------------------------- "ID" "149" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_lesser_crit" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2150" "ItemShopTags" "damage;crit" "ItemQuality" "epic" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "35" } "02" { "var_type" "FIELD_INTEGER" "crit_chance" "20" } "03" { "var_type" "FIELD_INTEGER" "crit_multiplier" "175" } } } //================================================================================================================= // Recipe: Armlet //================================================================================================================= "item_recipe_armlet" { // General //------------------------------------------------------------------------------------------------------------- "ID" "150" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_armlet" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_armlet" "ItemRequirements" { "01" "item_helm_of_iron_will;item_gloves;item_blades_of_attack" } } //================================================================================================================= // Armlet //================================================================================================================= "item_armlet" { // General //------------------------------------------------------------------------------------------------------------- "ID" "151" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_armlet" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "5.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2600" "ItemShopTags" "damage;attack_speed;armor;regen_health;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "mordiggian;insanitarius" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "15" } "03" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "04" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "5" } "05" { "var_type" "FIELD_INTEGER" "unholy_bonus_damage" "31" } "06" { "var_type" "FIELD_INTEGER" "unholy_bonus_attack_speed" "10" } "07" { "var_type" "FIELD_INTEGER" "unholy_bonus_strength" "25" } "08" { "var_type" "FIELD_INTEGER" "unholy_health_drain" "37" } } } //================================================================================================================= // Recipe: Invisibility Sword //================================================================================================================= "item_recipe_invis_sword" { // General //------------------------------------------------------------------------------------------------------------- "ID" "183" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_invis_sword" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_invis_sword" "ItemRequirements" { "01" "item_quarterstaff;item_claymore" } } //================================================================================================================= // Invisibility Sword //================================================================================================================= "item_invis_sword" { // General //------------------------------------------------------------------------------------------------------------- "ID" "152" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_invis_sword" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "18.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "3300" "ItemShopTags" "damage;attack_speed;movespeed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "lothar's edge;assassin's shroud;invis" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "38" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "10" } "03" { "var_type" "FIELD_FLOAT" "windwalk_duration" "9.0" } "04" { "var_type" "FIELD_INTEGER" "windwalk_movement_speed" "20" } "05" { "var_type" "FIELD_FLOAT" "windwalk_fade_time" "0.3" } "06" { "var_type" "FIELD_INTEGER" "windwalk_bonus_damage" "150" } } } //================================================================================================================= // Recipe: Sange and Yasha //================================================================================================================= "item_recipe_sange_and_yasha" { // General //------------------------------------------------------------------------------------------------------------- "ID" "153" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_sange_and_yasha" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sange_and_yasha" "ItemRequirements" { "01" "item_yasha;item_sange" } } //================================================================================================================= // Sange and Yasha //================================================================================================================= "item_sange_and_yasha" { // General //------------------------------------------------------------------------------------------------------------- "ID" "154" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_sange_and_yasha" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4300" "ItemShopTags" "damage;str;agi;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "sny;s&y;sy;frostburn" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "12" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "16" } "03" { "var_type" "FIELD_INTEGER" "bonus_agility" "16" } "04" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "15" } "05" { "var_type" "FIELD_INTEGER" "movement_speed_percent_bonus" "12" } "06" { "var_type" "FIELD_INTEGER" "maim_chance" "15" } "07" { "var_type" "FIELD_INTEGER" "maim_slow_movement" "-30" } "08" { "var_type" "FIELD_INTEGER" "maim_slow_attack" "-30" } "09" { "var_type" "FIELD_FLOAT" "maim_duration" "4.0" } } } //================================================================================================================= // Recipe: Satanic //================================================================================================================= "item_recipe_satanic" { // General //------------------------------------------------------------------------------------------------------------- "ID" "155" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_satanic" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1100" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_satanic" "ItemRequirements" { "01" "item_reaver;item_helm_of_the_dominator" } } //================================================================================================================= // Satanic //================================================================================================================= "item_satanic" { // General //------------------------------------------------------------------------------------------------------------- "ID" "156" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_satanic" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "35.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6150" "ItemShopTags" "damage;str;armor;unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "symbol of rage;lifesteal" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "20" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "25" } "03" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "04" { "var_type" "FIELD_INTEGER" "lifesteal_percent" "25" } "05" { "var_type" "FIELD_INTEGER" "unholy_lifesteal_percent" "175" } "06" { "var_type" "FIELD_FLOAT" "unholy_duration" "3.5" } } } //================================================================================================================= // Recipe: Mjollnir //================================================================================================================= "item_recipe_mjollnir" { // General //------------------------------------------------------------------------------------------------------------- "ID" "157" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_mjollnir" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mjollnir" "ItemRequirements" { "01" "item_hyperstone;item_maelstrom" } } //================================================================================================================= // Mjollnir //================================================================================================================= "item_mjollnir" { // General //------------------------------------------------------------------------------------------------------------- "ID" "158" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_mjollnir" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "35.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "5400" "ItemShopTags" "damage;attack_speed;unique" "ItemQuality" "artifact" "ItemDisassemblable" "1" "ItemAliases" "charged hammer;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "24" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "80" } "03" { "var_type" "FIELD_FLOAT" "static_duration" "20.0" } "04" { "var_type" "FIELD_INTEGER" "static_chance" "20" } "05" { "var_type" "FIELD_INTEGER" "static_strikes" "2" } "06" { "var_type" "FIELD_INTEGER" "static_damage" "200" } "07" { "var_type" "FIELD_INTEGER" "static_primary_radius" "600" } "08" { "var_type" "FIELD_INTEGER" "static_seconary_radius" "900" } "09" { "var_type" "FIELD_INTEGER" "static_radius" "300" } "10" { "var_type" "FIELD_FLOAT" "static_cooldown" "1.0" } "11" { "var_type" "FIELD_INTEGER" "chain_chance" "25" } "12" { "var_type" "FIELD_INTEGER" "chain_damage" "160" } "13" { "var_type" "FIELD_INTEGER" "chain_strikes" "8" } "14" { "var_type" "FIELD_INTEGER" "chain_radius" "500" } "15" { "var_type" "FIELD_FLOAT" "chain_delay" "0.25" } } } //================================================================================================================= // Recipe: Skadi //================================================================================================================= "item_recipe_skadi" { // General //------------------------------------------------------------------------------------------------------------- "ID" "159" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_skadi" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_skadi" "ItemRequirements" { "01" "item_ultimate_orb;item_ultimate_orb;item_point_booster;item_orb_of_venom" } } //================================================================================================================= // Skadi //================================================================================================================= "item_skadi" { // General //------------------------------------------------------------------------------------------------------------- "ID" "160" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_skadi" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5850" "ItemShopTags" "agi;str;int;hard_to_tag;mana_pool;health_pool;unique" "ItemQuality" "artifact" "ItemAliases" "eos;frostwolf skull;fws;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "25" } "02" { "var_type" "FIELD_INTEGER" "bonus_health" "200" } "03" { "var_type" "FIELD_INTEGER" "bonus_mana" "150" } "04" { "var_type" "FIELD_INTEGER" "cold_movement_speed" "-30" } "05" { "var_type" "FIELD_INTEGER" "cold_attack_speed" "-20" } "06" { "var_type" "FIELD_FLOAT" "cold_duration_melee" "3.0" } "07" { "var_type" "FIELD_FLOAT" "cold_duration_ranged" "2.0" } } } //================================================================================================================= // Recipe: Sange //================================================================================================================= "item_recipe_sange" { // General //------------------------------------------------------------------------------------------------------------- "ID" "161" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_sange" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sange" "ItemRequirements" { "01" "item_ogre_axe;item_belt_of_strength" } } //================================================================================================================= // Sange //================================================================================================================= "item_sange" { // General //------------------------------------------------------------------------------------------------------------- "ID" "162" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_sange" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2150" "ItemShopTags" "damage;str;unique" "ItemQuality" "artifact" "ItemAliases" "icebrand" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "10" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "16" } "03" { "var_type" "FIELD_INTEGER" "maim_chance" "15" } "04" { "var_type" "FIELD_INTEGER" "maim_movement_speed" "-20" } "05" { "var_type" "FIELD_INTEGER" "maim_attack_speed" "-20" } "06" { "var_type" "FIELD_FLOAT" "maim_duration" "4.0" } } } //================================================================================================================= // Recipe: Helm of the Dominator //================================================================================================================= "item_recipe_helm_of_the_dominator" { // General //------------------------------------------------------------------------------------------------------------- "ID" "163" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_helm_of_the_dominator" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_helm_of_the_dominator" "ItemRequirements" { "01" "item_lifesteal;item_helm_of_iron_will" } } //================================================================================================================= // Helm of the Dominator //================================================================================================================= "item_helm_of_the_dominator" { // General //------------------------------------------------------------------------------------------------------------- "ID" "164" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_helm_of_the_dominator" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CREEP" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_ANCIENTS" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700" "AbilityCastPoint" "0.0" "AbilityCooldown" "300.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "1850" "ItemShopTags" "damage;armor;unique;hard_to_tag" "ItemQuality" "artifact" "ItemDisassemblable" "1" "ItemAliases" "hotd;whispering helm;lifesteal;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "20" } "02" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "03" { "var_type" "FIELD_INTEGER" "lifesteal_percent" "15" } "04" { "var_type" "FIELD_FLOAT" "dominate_duration" "1200.0" } } } //================================================================================================================= // Recipe: Maelstrom //================================================================================================================= "item_recipe_maelstrom" { // General //------------------------------------------------------------------------------------------------------------- "ID" "165" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_maelstrom" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_maelstrom" "ItemRequirements" { "01" "item_gloves;item_mithril_hammer" } } //================================================================================================================= // Maelstrom //================================================================================================================= "item_maelstrom" { // General //------------------------------------------------------------------------------------------------------------- "ID" "166" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_maelstrom" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2700" "ItemShopTags" "damage;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "thunderclaw;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "24" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "25" } "03" { "var_type" "FIELD_INTEGER" "chain_chance" "25" } "04" { "var_type" "FIELD_INTEGER" "chain_strikes" "4" } "05" { "var_type" "FIELD_INTEGER" "chain_damage" "120" } "06" { "var_type" "FIELD_INTEGER" "chain_radius" "500" } "07" { "var_type" "FIELD_FLOAT" "chain_delay" "0.25" } } } //================================================================================================================= // Recipe: Desolator //================================================================================================================= "item_recipe_desolator" { // General //------------------------------------------------------------------------------------------------------------- "ID" "167" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_desolator" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_desolator" "ItemRequirements" { "01" "item_mithril_hammer;item_mithril_hammer" } } //================================================================================================================= // Desolator //================================================================================================================= "item_desolator" { // General //------------------------------------------------------------------------------------------------------------- "ID" "168" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_desolator" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4100" "ItemShopTags" "damage;unique" "ItemQuality" "artifact" "ItemAliases" "shieldbreaker;corruption;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "60" } "02" { "var_type" "FIELD_INTEGER" "corruption_armor" "-6" } "03" { "var_type" "FIELD_FLOAT" "corruption_duration" "7.0" } } } //================================================================================================================= // Recipe: Yasha //================================================================================================================= "item_recipe_yasha" { // General //------------------------------------------------------------------------------------------------------------- "ID" "169" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_yasha" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_yasha" "ItemRequirements" { "01" "item_blade_of_alacrity;item_boots_of_elves" } } //================================================================================================================= // Yasha //================================================================================================================= "item_yasha" { // General //------------------------------------------------------------------------------------------------------------- "ID" "170" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_yasha" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2150" "ItemShopTags" "agi;attack_speed;move_speed" "ItemQuality" "artifact" "ItemAliases" "firebrand" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "16" } "02" { "var_type" "FIELD_INTEGER" "bonus_attack_speed" "15" } "03" { "var_type" "FIELD_INTEGER" "movement_speed_percent_bonus" "10" } } } //================================================================================================================= // Recipe: Mask of Madness //================================================================================================================= "item_recipe_mask_of_madness" { // General //------------------------------------------------------------------------------------------------------------- "ID" "171" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_mask_of_madness" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mask_of_madness" "ItemRequirements" { "01" "item_lifesteal" } } //================================================================================================================= // Mask of Madness //================================================================================================================= "item_mask_of_madness" { // General //------------------------------------------------------------------------------------------------------------- "ID" "172" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_mask_of_madness" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "25" "ItemCost" "1900" "ItemShopTags" "unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "mom;elder parasite;lifesteal;orb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "lifesteal_percent" "17" } "02" { "var_type" "FIELD_INTEGER" "berserk_bonus_attack_speed" "100" } "03" { "var_type" "FIELD_INTEGER" "berserk_bonus_movement_speed" "25" } "04" { "var_type" "FIELD_INTEGER" "berserk_extra_damage" "30" } "05" { "var_type" "FIELD_FLOAT" "berserk_duration" "12.0" } } } //================================================================================================================= // Recipe: Diffusal Blade //================================================================================================================= "item_recipe_diffusal_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "173" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_diffusal_blade" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "850" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_diffusal_blade" "ItemRequirements" { "01" "item_blade_of_alacrity;item_blade_of_alacrity;item_robe" } } "item_recipe_diffusal_blade_2" { // General //------------------------------------------------------------------------------------------------------------- "ID" "195" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_diffusal_blade_2" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_diffusal_blade_2" "ItemRequirements" { "01" "item_diffusal_blade;item_recipe_diffusal_blade" } } //================================================================================================================= // Diffusal Blade //================================================================================================================= "item_diffusal_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "174" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_diffusal_blade" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "12.0" "AbilitySharedCooldown" "diffusal" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "3300" "ItemShopTags" "agi;int;unique;hard_to_tag" "ItemQuality" "artifact" "ItemBaseLevel" "1" "ItemPermanent" "1" "ItemInitialCharges" "8" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "MaxUpgradeLevel" "2" "ItemBaseLevel" "1" "ItemAliases" "nullfire blade;orb;manaburn;mana burn" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "22 26" } "02" { "var_type" "FIELD_INTEGER" "bonus_intellect" "6 10" } "03" { "var_type" "FIELD_INTEGER" "initial_charges" "8" } "03" { "var_type" "FIELD_INTEGER" "feedback_mana_burn" "20 36" } "04" { "var_type" "FIELD_INTEGER" "purge_summoned_damage" "99999" } "05" { "var_type" "FIELD_INTEGER" "purge_rate" "5" } "06" { "var_type" "FIELD_FLOAT" "purge_root_duration" "3.0" } "07" { "var_type" "FIELD_FLOAT" "purge_slow_duration" "4.0" } } } "item_diffusal_blade_2" { // General //------------------------------------------------------------------------------------------------------------- "ID" "196" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_diffusal_blade" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "12.0" "AbilitySharedCooldown" "diffusal" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "3300" "ItemShopTags" "agi;int;unique;hard_to_tag" "ItemQuality" "artifact" "ItemPermanent" "1" "ItemInitialCharges" "8" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "MaxUpgradeLevel" "2" "ItemBaseLevel" "2" "ItemAliases" "nullfire blade;orb;manaburn;mana burn" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "22 26" } "02" { "var_type" "FIELD_INTEGER" "bonus_intellect" "6 10" } "03" { "var_type" "FIELD_INTEGER" "initial_charges" "8" } "03" { "var_type" "FIELD_INTEGER" "feedback_mana_burn" "20 36" } "04" { "var_type" "FIELD_INTEGER" "purge_summoned_damage" "99999" } "05" { "var_type" "FIELD_INTEGER" "purge_rate" "5" } "06" { "var_type" "FIELD_FLOAT" "purge_root_duration" "3.0" } "07" { "var_type" "FIELD_FLOAT" "purge_slow_duration" "4.0" } } } //================================================================================================================= // Recipe: Ethereal Blade //================================================================================================================= "item_recipe_ethereal_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "175" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_ethereal_blade" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ethereal_blade" "ItemRequirements" { "01" "item_eagle;item_ghost" } } //================================================================================================================= // Ethereal Blade //================================================================================================================= "item_ethereal_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "176" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ethereal_blade" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CUSTOM" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCastPoint" "0.0" "AbilityCooldown" "30.0" "AbilitySharedCooldown" "ethereal" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "4900" "ItemShopTags" "agi;str;int;hard_to_tag" "ItemQuality" "epic" "ItemDisassemblable" "1" "ItemAliases" "eb" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_agility" "40" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "10" } "03" { "var_type" "FIELD_INTEGER" "bonus_intellect" "10" } "03" { "var_type" "FIELD_INTEGER" "blast_movement_slow" "-60" } "04" { "var_type" "FIELD_FLOAT" "duration" "3.0" } "05" { "var_type" "FIELD_FLOAT" "blast_agility_multiplier" "2.0" } "06" { "var_type" "FIELD_INTEGER" "blast_damage_base" "75" } "07" { "var_type" "FIELD_INTEGER" "ethereal_damage_bonus" "40" } } } //================================================================================================================= // Recipe: Soul Ring //================================================================================================================= "item_recipe_soul_ring" { // General //------------------------------------------------------------------------------------------------------------- "ID" "177" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_soul_ring" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "125" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_soul_ring" "ItemRequirements" { "01" "item_ring_of_regen;item_sobi_mask" } } //================================================================================================================= // Soul Ring //================================================================================================================= "item_soul_ring" { // General //------------------------------------------------------------------------------------------------------------- "ID" "178" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_soul_ring" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "800" "ItemShopTags" "regen_health;boost_mana" "ItemQuality" "common" "ItemAliases" "blood chalice" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "health_regen" "3" } "02" { "var_type" "FIELD_INTEGER" "mana_regen" "50" } "03" { "var_type" "FIELD_INTEGER" "health_sacrifice" "150" } "03" { "var_type" "FIELD_INTEGER" "mana_gain" "150" } "04" { "var_type" "FIELD_FLOAT" "duration" "10.0" } } } //================================================================================================================= // Recipe: Arcane Boots //================================================================================================================= "item_recipe_arcane_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "179" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_arcane_boots" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_arcane_boots" "ItemRequirements" { "01" "item_energy_booster;item_boots" } } //================================================================================================================= // Arcane Boots //================================================================================================================= "item_arcane_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "180" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_arcane_boots" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "45.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "25" "ItemCost" "1500" "ItemShopTags" "move_speed;boost_mana;mana_pool" "ItemQuality" "rare" "ItemDisassemblable" "1" "ItemAliases" "ring of sorcery;mana boots" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_movement" "65" } "02" { "var_type" "FIELD_INTEGER" "bonus_mana" "250" } "03" { "var_type" "FIELD_INTEGER" "replenish_radius" "600" } "04" { "var_type" "FIELD_INTEGER" "replenish_amount" "135" } } } //================================================================================================================= // Orb of Venom //================================================================================================================= "item_orb_of_venom" { // General //------------------------------------------------------------------------------------------------------------- "ID" "181" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_orb_of_venom" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "350" "ItemShopTags" "hard_to_tag" "ItemQuality" "secret_shop" "SecretShop" "1" "SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "poison_movement_speed_melee" "-12" } "02" { "var_type" "FIELD_INTEGER" "poison_movement_speed_range" "-4" } "03" { "var_type" "FIELD_FLOAT" "poison_duration" "4.0" } "04" { "var_type" "FIELD_FLOAT" "poison_damage" "3.0" } } } //================================================================================================================= // Recipe: Ancient Janggo of Endurance //================================================================================================================= "item_recipe_ancient_janggo" { // General //------------------------------------------------------------------------------------------------------------- "ID" "184" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_ancient_janggo" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "750" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ancient_janggo" "ItemRequirements" { "01" "item_bracer;item_robe" "02" "item_ancient_janggo" } } //================================================================================================================= // Ancient Janggo of Endurance //================================================================================================================= "item_ancient_janggo" { // General //------------------------------------------------------------------------------------------------------------- "ID" "185" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ancient_janggo" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemPermanent" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1725" "ItemShopTags" "str;agi;int;damage;move_speed;attack_speed;hard_to_tag" "ItemQuality" "rare" "ItemInitialCharges" "4" "ItemDisplayCharges" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_stats" "9" } "02" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "03" { "var_type" "FIELD_INTEGER" "bonus_aura_attack_speed_pct" "5" } "04" { "var_type" "FIELD_INTEGER" "bonus_aura_movement_speed_pct" "5" } "05" { "var_type" "FIELD_INTEGER" "bonus_attack_speed_pct" "10" } "06" { "var_type" "FIELD_INTEGER" "bonus_movement_speed_pct" "10" } "07" { "var_type" "FIELD_FLOAT" "duration" "6.0" } "08" { "var_type" "FIELD_INTEGER" "radius" "900" } } } //================================================================================================================= // Recipe: Medallion of Courage //================================================================================================================= "item_recipe_medallion_of_courage" { // General //------------------------------------------------------------------------------------------------------------- "ID" "186" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_medallion_of_courage" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_medallion_of_courage" "ItemRequirements" { "01" "item_chainmail;item_sobi_mask" } } //================================================================================================================= // Medallion of Courage //================================================================================================================= "item_medallion_of_courage" { // General //------------------------------------------------------------------------------------------------------------- "ID" "187" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_medallion_of_courage" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_MECHANICAL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCooldown" "7.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1075" "ItemShopTags" "armor;regen_mana;hard_to_tag" "ItemQuality" "rare" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "6" } "02" { "var_type" "FIELD_INTEGER" "bonus_mana_regen_pct" "50" } "03" { "var_type" "FIELD_INTEGER" "armor_reduction" "-6" } "04" { "var_type" "FIELD_FLOAT" "duration" "7.0" } } } //================================================================================================================= // Smoke of Deceit //================================================================================================================= "item_smoke_of_deceit" { // General //------------------------------------------------------------------------------------------------------------- "ID" "188" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_smoke_of_deceit" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "90.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "100" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDisplayCharges" "1" "ItemStockMax" "3" "ItemStockTime" "720.0" "ItemDeclaresPurchase" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "application_radius" "1200" } "02" { "var_type" "FIELD_INTEGER" "visibility_radius" "1025" } "03" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "15" } "04" { "var_type" "FIELD_FLOAT" "duration" "40.0" } } } //================================================================================================================= // Recipe: Veil of Discord //================================================================================================================= "item_recipe_veil_of_discord" { // General //------------------------------------------------------------------------------------------------------------- "ID" "189" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_veil_of_discord" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_veil_of_discord" "ItemRequirements" { "01" "item_helm_of_iron_will;item_robe" } } //================================================================================================================= // Veil of discord //================================================================================================================= "item_veil_of_discord" { // General //------------------------------------------------------------------------------------------------------------- "ID" "190" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_veil_of_discord" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30" "AbilityCastRange" "875" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "2650" "ItemShopTags" "int;armor;regen_health;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "vod" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_armor" "5" } "02" { "var_type" "FIELD_INTEGER" "bonus_intellect" "12" } "03" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "5" } "04" { "var_type" "FIELD_INTEGER" "debuff_radius" "500" } "05" { "var_type" "FIELD_INTEGER" "resist_debuff" "25" } "06" { "var_type" "FIELD_FLOAT" "resist_debuff_duration" "15.0" } } } //================================================================================================================= // Recipe: Rod of Atos //================================================================================================================= "item_recipe_rod_of_atos" { // General //------------------------------------------------------------------------------------------------------------- "ID" "205" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_rod_of_atos" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_rod_of_atos" "ItemRequirements" { "01" "item_staff_of_wizardry;item_staff_of_wizardry;item_vitality_booster" } } //================================================================================================================= // Rod of Atos //================================================================================================================= "item_rod_of_atos" { // General //------------------------------------------------------------------------------------------------------------- "ID" "206" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_rod_of_atos" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20" "AbilityCastRange" "800" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "3100" "ItemShopTags" "int;armor;regen_health" "ItemQuality" "rare" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_intellect" "25" } "02" { "var_type" "FIELD_INTEGER" "bonus_health" "250" } "03" { "var_type" "FIELD_INTEGER" "slow" "-50" } "04" { "var_type" "FIELD_FLOAT" "duration" "4" } } } //================================================================================================================= // Recipe: Abyssal Blade //================================================================================================================= "item_recipe_abyssal_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "207" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_abyssal_blade" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_abyssal_blade" "ItemRequirements" { "01" "item_basher;item_relic" } } //================================================================================================================= // Abyssal Blade //================================================================================================================= "item_abyssal_blade" { // General //------------------------------------------------------------------------------------------------------------- "ID" "208" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_abyssal_blade" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60" "AbilityCastRange" "140" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "150" "ItemCost" "6750" "ItemShopTags" "damage;str;hard_to_tag" "ItemQuality" "epic" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "100" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "10" } "03" { "var_type" "FIELD_INTEGER" "bash_chance_melee" "25" } "04" { "var_type" "FIELD_INTEGER" "bash_chance_ranged" "10" } "05" { "var_type" "FIELD_FLOAT" "bash_duration" "1.4" } "06" { "var_type" "FIELD_FLOAT" "bash_cooldown" "2.0" } "07" { "var_type" "FIELD_FLOAT" "stun_duration" "2" } } } //================================================================================================================= // Recipe: Heaven's Halberd //================================================================================================================= "item_recipe_heavens_halberd" { // General //------------------------------------------------------------------------------------------------------------- "ID" "209" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_heavens_halberd" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_heavens_halberd" "ItemRequirements" { "01" "item_sange;item_talisman_of_evasion" } } //================================================================================================================= // Heaven's Halberd //================================================================================================================= "item_heavens_halberd" { // General //------------------------------------------------------------------------------------------------------------- "ID" "210" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_heavens_halberd" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30" "AbilityCastRange" "600" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "3950" "ItemShopTags" "str;damage;evasion" "ItemQuality" "artifact" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "25" } "02" { "var_type" "FIELD_INTEGER" "bonus_strength" "20" } "03" { "var_type" "FIELD_INTEGER" "maim_chance" "15" } "04" { "var_type" "FIELD_INTEGER" "maim_movement_speed" "-20" } "05" { "var_type" "FIELD_INTEGER" "maim_attack_speed" "-20" } "06" { "var_type" "FIELD_FLOAT" "maim_duration" "4.0" } "07" { "var_type" "FIELD_INTEGER" "bonus_evasion" "25" } "08" { "var_type" "FIELD_FLOAT" "disarm_range" "4.0" } "09" { "var_type" "FIELD_FLOAT" "disarm_melee" "3.0" } } } //================================================================================================================= // Recipe: Ring of Aquila //================================================================================================================= "item_recipe_ring_of_aquila" { // General //------------------------------------------------------------------------------------------------------------- "ID" "211" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_ring_of_aquila" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ring_of_aquila" "ItemRequirements" { "01" "item_wraith_band;item_ring_of_basilius" } } //================================================================================================================= // Ring of Aquila //================================================================================================================= "item_ring_of_aquila" { // General //------------------------------------------------------------------------------------------------------------- "ID" "212" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_ring_of_aquila" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "985" "ItemShopTags" "" "ItemQuality" "rare" "ItemShareability" "" "ItemDisassemblable" "1" "ItemAliases" "roa" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_damage" "9" } "02" { "var_type" "FIELD_INTEGER" "bonus_all_stats" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_agility" "3" } "04" { "var_type" "FIELD_INTEGER" "bonus_armor" "1" } "05" { "var_type" "FIELD_INTEGER" "aura_radius" "900" } "06" { "var_type" "FIELD_FLOAT" "aura_mana_regen" "0.65" } "07" { "var_type" "FIELD_INTEGER" "aura_bonus_armor" "2" } } } //================================================================================================================= // Recipe: Tranquil Boots //================================================================================================================= "item_recipe_tranquil_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "213" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_recipe_tranquil_boots" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_tranquil_boots" "ItemRequirements" { "01" "item_boots;item_ring_of_protection;item_ring_of_regen" } } //================================================================================================================= // Tranquil Boots //================================================================================================================= "item_tranquil_boots" { // General //------------------------------------------------------------------------------------------------------------- "ID" "214" // unique ID number for this item. Do not change this once established or it will invalidate collected stats. "AbilityName" "item_tranquil_boots" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "40.0" "AbilityManaCost" "25" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1025" "ItemShopTags" "move_speed;regen_health;armor" "ItemQuality" "rare" // Special //------------------------------------------------------------------------------------------------------------- "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "bonus_movement_speed" "80" } "02" { "var_type" "FIELD_INTEGER" "bonus_armor" "3" } "03" { "var_type" "FIELD_INTEGER" "bonus_health_regen" "3" } "04" { "var_type" "FIELD_FLOAT" "heal_duration" "10.0" } "05" { "var_type" "FIELD_INTEGER" "heal_amount" "150" } "06" { "var_type" "FIELD_FLOAT" "heal_interval" "0.334" } "07" { "var_type" "FIELD_INTEGER" "break_time" "10" } "08" { "var_type" "FIELD_INTEGER" "break_count" "3" } "09" { "var_type" "FIELD_INTEGER" "break_threshold" "20" } "10" { "var_type" "FIELD_INTEGER" "broken_movement_speed" "50" } "11" { "var_type" "FIELD_INTEGER" "boots_damage_cooldown" "3" } } } // next free ID: 215 }