// 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 //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES | DOTA_ABILITY_BEHAVIOR_OVERSHOOT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1200" // If updating this, update AbilityOvershootCastRange to 4/5 of this value "AbilityOvershootCastRange" "960" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "0" "AbilitySharedCooldown" "blink" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2250" "ItemShopTags" "teleport" "ItemQuality" "component" "ItemAliases" "blink dagger" //"SideShop" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "blink_range" "1200" "blink_damage_cooldown" "3.0" "blink_range_clamp" "960" } } //================================================================================================================= // Blink dagger //================================================================================================================= "item_overwhelming_blink" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES | DOTA_ABILITY_BEHAVIOR_OVERSHOOT" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1200" // If updating this, update AbilityOvershootCastRange to 4/5 of this value "AbilityOvershootCastRange" "960" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "0" "AbilitySharedCooldown" "blink" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6800" "ItemShopTags" "teleport" "ItemQuality" "component" "ItemAliases" "blink dagger" //"SideShop" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "blink_range" "1200" "blink_damage_cooldown" "3.0" "blink_range_clamp" "960" "bonus_strength" "25" "radius" { "value" "800" "affected_by_aoe_increase" "1" } "movement_slow" "50" "attack_slow" "50" "duration" "6" "damage_base" "100" "damage_pct_instant" "50" "damage_pct_over_time" "100" } } //================================================================================================================= // Blink dagger //================================================================================================================= "item_swift_blink" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES | DOTA_ABILITY_BEHAVIOR_OVERSHOOT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1200" // If updating this, update AbilityOvershootCastRange to 4/5 of this value "AbilityOvershootCastRange" "960" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "0" "AbilitySharedCooldown" "blink" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6800" "ItemShopTags" "teleport" "ItemQuality" "component" "ItemAliases" "blink dagger" //"SideShop" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "blink_range" "1200" "blink_damage_cooldown" "3.0" "blink_range_clamp" "960" "bonus_agility" "25" "bonus_movement" "40" "bonus_agi_active" "35" "duration" "6" } } //================================================================================================================= // Blink dagger //================================================================================================================= "item_arcane_blink" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES | DOTA_ABILITY_BEHAVIOR_OVERSHOOT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1400" // If updating this, update AbilityOvershootCastRange to 4/5 of this value "AbilityOvershootCastRange" "1120" "AbilityCastPoint" "0.0" "AbilityCooldown" "7.0" "AbilityManaCost" "0" "AbilitySharedCooldown" "blink" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6800" "ItemShopTags" "teleport" "ItemQuality" "component" "ItemAliases" "blink dagger" //"SideShop" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "blink_range" "1400" "blink_damage_cooldown" "3.0" "blink_range_clamp" "960" "bonus_intellect" "25" "heal_amount" "200" "mana_amount" "100" } } //================================================================================================================= // Recipe: Arcane Blink //================================================================================================================= "item_recipe_arcane_blink" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1750" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_arcane_blink" "ItemRequirements" { "01" "item_blink*;item_mystic_staff" } } //================================================================================================================= // Recipe: Swift Blink //================================================================================================================= "item_recipe_swift_blink" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1750" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_swift_blink" "ItemRequirements" { "01" "item_blink*;item_eagle" } } //================================================================================================================= // Recipe: Overwhelming Blink //================================================================================================================= "item_recipe_overwhelming_blink" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1750" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_overwhelming_blink" "ItemRequirements" { "01" "item_blink*;item_reaver" } } //================================================================================================================= // Blades of Attack //================================================================================================================= "item_blades_of_attack" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "damage;tutorial" "ItemQuality" "component" "ItemAliases" "blades of attack" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "9" } } //================================================================================================================= // Broadsword //================================================================================================================= "item_broadsword" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "damage" "ItemQuality" "component" "ItemAliases" "broadsword" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "15" } } //================================================================================================================= // Chainmail //================================================================================================================= "item_chainmail" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "armor" "ItemQuality" "component" "ItemAliases" "chainmail" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "4" } } //================================================================================================================= // Claymore //================================================================================================================= "item_claymore" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1350" "ItemShopTags" "damage" "ItemQuality" "component" "ItemAliases" "claymore" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "20" } } //================================================================================================================= // Helm of Iron Will //================================================================================================================= "item_helm_of_iron_will" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "975" "ItemShopTags" "armor;regen_health" "ItemQuality" "component" "ItemAliases" "helm of iron will" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "4" "bonus_regen" "4" } } //================================================================================================================= // Javelin //================================================================================================================= "item_javelin" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "damage" "ItemQuality" "component" "ItemAliases" "javelin" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_chance" "30" "bonus_chance_damage" "60" } } //================================================================================================================= // Mithril Hammer //================================================================================================================= "item_mithril_hammer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1600" "ItemShopTags" "damage" "ItemQuality" "component" "ItemAliases" "mithril hammer" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "24" } } //================================================================================================================= // Platemail //================================================================================================================= "item_platemail" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "armor" "ItemQuality" "secret_shop" "ItemAliases" "platemail" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "10" } } //================================================================================================================= // Quarterstaff //================================================================================================================= "item_quarterstaff" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "875" "ItemShopTags" "damage;attack_speed" "ItemQuality" "component" "ItemAliases" "quarterstaff" "IsObsolete" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_speed" "10" "bonus_damage" "10" } } //================================================================================================================= // Quelling Blade //================================================================================================================= "item_quelling_blade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE | DOTA_UNIT_TARGET_CUSTOM" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityCastRange" "350" "AbilityCastPoint" "0.0" "AbilityCooldown" "4.0" "Model" "models/props_gameplay/quelling_blade.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "100" "ItemShopTags" "damage" "ItemQuality" "component" "ItemAliases" "qb;quelling blade" //"SideShop" "1" "ShouldBeSuggested" "1" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "damage_bonus" "8" "damage_bonus_ranged" "4" "quelling_range_tooltip" "350" } } //================================================================================================================= // Faerie Fire //================================================================================================================= "item_faerie_fire" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "5.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "65" "ItemShopTags" "damage" "ItemQuality" "consumable" "ItemAliases" "faerie fire" "ItemStackable" "0" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemHideCharges" "1" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Sounden //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "2" "hp_restore" "85" } } //================================================================================================================= // Infused Raindrop //================================================================================================================= "item_infused_raindrop" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "7.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "225" "ItemShopTags" "armor" "ItemQuality" "component" "ItemAliases" "raindrop" "ItemStackable" "0" "ItemPermanent" "0" "ItemInitialCharges" "6" "ItemHideCharges" "0" "ItemStockTime" "1" "ItemStockInitial" "0" "ItemStockMax" "1" "ItemInitialStockTime" "270.0" "ItemInitialStockTimeTurbo" "150.0" // Sounden //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "mana_regen" "0.8" "magic_damage_block" "120" "min_damage" "75" "initial_charges" "6" } } //================================================================================================================= // Wind Lace //================================================================================================================= "item_wind_lace" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" //"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "armor" "ItemQuality" "component" "ItemAliases" "wind lace" "ItemPermanent" "1" //"ItemInitialCharges" "3" //"ItemRequiresCharges" "1" "ShouldBeInitiallySuggested" "1" // Sounden //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "movement_speed" "20" } } //================================================================================================================= // Ring of Protection //================================================================================================================= "item_ring_of_protection" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "175" "ItemShopTags" "armor" "ItemQuality" "component" "ItemAliases" "rop;ring of protection" "ShouldBeInitiallySuggested" "1" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "2" } } //================================================================================================================= // Stout Shield //================================================================================================================= "item_stout_shield" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/stout_shield.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "100" "ItemShopTags" "block" "ItemQuality" "component" "ItemAliases" "stout shield" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "damage_block_melee" "20" "damage_block_ranged" "8" "block_chance" "50" } } //================================================================================================================= // Recipe: Moon Shard //================================================================================================================= "item_recipe_moon_shard" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_moon_shard" "ItemRequirements" { "01" "item_hyperstone;item_hyperstone" } } //================================================================================================================= // Moon Shard //================================================================================================================= "item_moon_shard" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CUSTOM" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE | DOTA_UNIT_TARGET_FLAG_OUT_OF_WORLD" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4000" "ItemShopTags" "attack_speed" "ItemQuality" "consumable" "ItemAliases" "moon shard" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "140" "bonus_night_vision" "400" "consumed_bonus" "60" "consumed_bonus_night_vision" "200" } } //================================================================================================================= // Gauntlets //================================================================================================================= "item_gauntlets" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "140" "ItemShopTags" "str" "ItemQuality" "component" "ItemAliases" "gauntlets of strength" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "3" } } //================================================================================================================= // Slippers //================================================================================================================= "item_slippers" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "140" "ItemShopTags" "agi" "ItemQuality" "component" "ItemAliases" "slippers of agility" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "3" } } //================================================================================================================= // Mantle //================================================================================================================= "item_mantle" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "140" "ItemShopTags" "int" "ItemQuality" "component" "ItemAliases" "mantle of intelligence" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "3" } } //================================================================================================================= // Branches //================================================================================================================= "item_branches" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "Model" "models/props_gameplay/branch.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "400" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "agi;int;str" "ItemQuality" "consumable" "ItemAliases" "gg branch;iron branch" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "1" "tree_duration" "20" } } //================================================================================================================= // Belt of Strength //================================================================================================================= "item_belt_of_strength" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "str" "ItemQuality" "component" "ItemAliases" "belt of strength" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "6" } } //================================================================================================================= // Boots of Elves //================================================================================================================= "item_boots_of_elves" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "agi" "ItemQuality" "component" "ItemAliases" "band of elvenskin" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "6" } } //================================================================================================================= // Robe //================================================================================================================= "item_robe" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "int" "ItemQuality" "component" "ItemAliases" "robe of the magi" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "6" } } //================================================================================================================= // Circlet //================================================================================================================= "item_circlet" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "155" "ItemShopTags" "agi;int;str" "ItemQuality" "component" "ItemAliases" "circlet" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "2" } } //================================================================================================================= // Crown //================================================================================================================= "item_crown" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "agi;int;str" "ItemQuality" "component" "ItemAliases" "crown" "ShouldBeInitiallySuggested" "1" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "4" } } //================================================================================================================= // Diadem //================================================================================================================= "item_diadem" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "agi;int;str" "ItemQuality" "component" "ItemAliases" "diadem" "ShouldBeInitiallySuggested" "0" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "6" } } //================================================================================================================= // Ogre Axe //================================================================================================================= "item_ogre_axe" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "str" "ItemQuality" "component" "ItemAliases" "ogre club" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "10" } } //================================================================================================================= // Blade of Alacrity //================================================================================================================= "item_blade_of_alacrity" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "agi" "ItemQuality" "component" "ItemAliases" "blade of alacrity" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "10" } } //================================================================================================================= // Staff of Wizardry //================================================================================================================= "item_staff_of_wizardry" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "int" "ItemQuality" "component" "ItemAliases" "staff of wizardry" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "10" } } //================================================================================================================= // Ultimate Orb //================================================================================================================= "item_ultimate_orb" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2800" "ItemShopTags" "agi;int;str" "ItemQuality" "secret_shop" "ItemAliases" "ultimate orb" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "15" } } //================================================================================================================= // Gloves //================================================================================================================= "item_gloves" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "attack_speed" "ItemQuality" "component" "ItemAliases" "gloves of haste" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "20" } } //================================================================================================================= // Blitz Knuckles //================================================================================================================= "item_blitz_knuckles" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "attack_speed" "ItemQuality" "component" "ItemAliases" "blitz knuckles" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "35" } } //================================================================================================================= // Lifesteal //================================================================================================================= "item_lifesteal" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "unique" "ItemQuality" "component" "ItemAliases" "morbid mask" //"SideShop" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "lifesteal_percent" "18" "creep_lifesteal_reduction_pct" "40" } } //================================================================================================================= // Voodoo Mask //================================================================================================================= "item_voodoo_mask" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "unique" "ItemQuality" "component" "ItemAliases" "voodoo mask;voom;vodo;vm" //"SideShop" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "spell_lifesteal" "12" } } //================================================================================================================= // Ring of Regen //================================================================================================================= "item_ring_of_regen" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "175" "ItemShopTags" "regen_health" "ItemQuality" "component" "ItemAliases" "ror" "ShouldBeInitiallySuggested" "1" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "1.25" } } //================================================================================================================= // Sobi Mask //================================================================================================================= "item_sobi_mask" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "175" "ItemShopTags" "regen_mana" "ItemQuality" "component" "ItemAliases" "sage's mask" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana_regen" "0.7" } } //================================================================================================================= // Boots //================================================================================================================= "item_boots" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/boots_of_speed.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "move_speed" "ItemQuality" "component" "ItemAliases" "boots of speed" //"SideShop" "1" "ShouldBeSuggested" "1" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "45" } } //================================================================================================================= // Gem //================================================================================================================= "item_gem" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE" "AbilityCastRange" "300" "Model" "models/props_gameplay/gem01.vmdl" "Effect" "particles/generic_gameplay/dropped_gem.vpcf" "AbilityCooldown" "12" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "see_invis" "ItemQuality" "component" "ItemAliases" "gem of true sight" "ItemSellable" "0" "ItemInitiallySellable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemStockMax" "1" "ItemStockTime" "600.0" "ItemSupport" "1" "ItemKillable" "0" "ItemContributesToNetWorthWhenDropped" "0" "AllowedInBackpack" "0" "IsTempestDoubleClonable" "0" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpGemShop" "UIDropSound" "Item.DropGemShop" "WorldDropSound" "Item.DropGemWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "radius" "900" "active_radius" { "value" "300" "affected_by_aoe_increase" "1" } "duration" "4" } } //================================================================================================================= // Cloak //================================================================================================================= "item_cloak" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "800" "ItemShopTags" "magic_resist" "ItemQuality" "component" "ItemAliases" "cloak" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_magical_armor" "20" "tooltip_resist" "20" } } //================================================================================================================= // Talisman of Evasion //================================================================================================================= "item_talisman_of_evasion" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1300" "ItemShopTags" "evasion" "ItemQuality" "secret_shop" "ItemAliases" "talisman of evasion" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_evasion" "20" } } //================================================================================================================= // Cheese //================================================================================================================= "item_cheese" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/cheese.vmdl" "FightRecapLevel" "2" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "40.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" "ItemQuality" "consumable" "ItemPurchasable" "0" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemContributesToNetWorthWhenDropped" "0" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_restore" "2500" "mana_restore" "1500" } } //================================================================================================================= // Magic Stick //================================================================================================================= "item_magic_stick" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/magic_wand.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "13.0" "AbilitySharedCooldown" "magicwand" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "regen_health;regen_mana;boost_health;boost_mana" "ItemQuality" "component" "ItemAliases" "magic stick" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" //"SideShop" "1" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "max_charges" "10" "charge_radius" "1200" "restore_per_charge" "15" } } //================================================================================================================= // Recipe: Magic Wand //================================================================================================================= "item_recipe_magic_wand" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "150" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_magic_wand" "ItemRequirements" { "01" "item_magic_stick*;item_branches;item_branches" } } //================================================================================================================= // Magic Wand //================================================================================================================= "item_magic_wand" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/magic_wand.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "13.0" "AbilitySharedCooldown" "magicwand" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "regen_health;regen_mana;boost_health;boost_mana;int;agi;str" "ItemQuality" "common" "ItemAliases" "magic wand" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "max_charges" "20" "charge_radius" "1200" "bonus_all_stats" "3" "restore_per_charge" "15" } } //================================================================================================================= // Ghost //================================================================================================================= "item_ghost" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "22.0" "AbilitySharedCooldown" "ethereal" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1500" "ItemShopTags" "int;agi;str;hard_to_tag" "ItemQuality" "component" "ItemAliases" "ghost scepter" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "5" "duration" "4.0" "extra_spell_damage_percent" "-40" } } //================================================================================================================= // Clarity //================================================================================================================= "item_clarity" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/clarity.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCastPoint" "0.0" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "clarity" "ItemStackable" "1" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemStockMax" "4" "ItemStockInitial" "4" "ItemStockTime" "120" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "mana_regen" "6" "buff_duration" "25" } } //================================================================================================================= // Enchanted Mango //================================================================================================================= "item_enchanted_mango" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/mango.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "400" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "65" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "enchanted mango" "ItemStackable" "1" "ItemStackableMax" "3" "ItemStockMax" "4" "ItemStockInitial" "4" "ItemStockTime" "120" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "hp_regen" "0.4" "replenish_amount" "100" } } //================================================================================================================= // Enchanted Mango //================================================================================================================= "item_famango" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/fountain_of_life/fountain_of_life_consumable.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "400" "AbilityCastPoint" "0.0" "AbilityCooldown" "5" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "famango" "ItemStackable" "1" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "0" "ItemPurchasable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "AbilitySharedCooldown" "famango" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "replenish_amount" "125" } } "item_great_famango" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/fountain_of_life/fountain_of_life_consumable.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "400" "AbilityCastPoint" "0.0" "AbilityCooldown" "5" "AbilitySharedCooldown" "famango" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "famangus" "ItemStackable" "1" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "0" "ItemPurchasable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "replenish_amount" "400" } } "item_greater_famango" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/fountain_of_life/fountain_of_life_consumable.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "400" "AbilityCastPoint" "0.0" "AbilityCooldown" "5" "AbilitySharedCooldown" "famango" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "famogus" "ItemStackable" "1" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "0" "ItemPurchasable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "replenish_amount" "900" } } "item_recipe_great_famango" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_great_famango" "ItemRecipeConsumesCharges" "1" "ItemRequirements" { "01" "item_famango;item_famango;item_famango" } } "item_recipe_greater_famango" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_greater_famango" "ItemRecipeConsumesCharges" "1" "ItemRequirements" { "01" "item_great_famango;item_great_famango" } } //================================================================================================================= // Enchanted Mango //================================================================================================================= "item_blood_grenade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "900" "AbilityCastPoint" "0.2" "AbilityHealthCost" "75" "AbilityCooldown" "10" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "grenade" "ItemStackable" "1" "ItemStackableMax" "2" "ItemStockMax" "3" "ItemStockInitial" "2" "ItemStockTime" "180" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "speed" "1100" "radius" { "value" "300" "affected_by_aoe_increase" "1" } "movespeed_slow" "-15" "bonus_health" "50" "damage_over_time" "15" "impact_damage" "50" "tick_rate" "1" "debuff_duration" "5" } } //================================================================================================================= // Flask //================================================================================================================= "item_royale_with_cheese" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCastPoint" "0.0" "SpellDispellableType" "SPELL_DISPELLABLE_NO" "AbilityCooldown" "40.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2" "ItemShopTags" "" "ItemQuality" "consumable" "ItemPurchasable" "0" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemContributesToNetWorthWhenDropped" "0" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "shield" "500" "regen" "100" "idle" "5" } } //================================================================================================================= // Flask //================================================================================================================= "item_flask" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/salve.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCastPoint" "0.0" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "100" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "healing salve" "ItemStackable" "1" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemStockMax" "4" "ItemStockInitial" "4" "ItemStockTime" "120" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "buff_duration" "13" "health_regen" "30" "break_on_hero_damage" "1" } } //================================================================================================================= // Dust //================================================================================================================= "item_dust" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/dust.vmdl" "Effect" "particles/generic_gameplay/dropped_dust.vpcf" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" "AbilityCastRange" "1050" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "80" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "dust of appearance" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES" "ItemSupport" "1" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "12" "radius" { "value" "1050" "affected_by_aoe_increase" "1" } "movespeed" "-20" "damage" "25" "linger_duration" "8" } } //================================================================================================================= // Bottle //================================================================================================================= "item_bottle" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/bottle_blue.vmdl" "ModelAlternate" "models/props_gameplay/bottle_empty.vmdl" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.5" "AbilityCastRange" "350" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "675" "ItemShopTags" "consumable" "ItemQuality" "common" "ItemAliases" "bottle" "ItemStackable" "0" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "ItemPermanent" "1" "ItemInitialCharges" "3" "ItemDisplayCharges" "1" "IsTempestDoubleClonable" "0" "ShouldBeSuggested" "1" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_restore" "110" "mana_restore" "60" "health_restore_pct" "0" "mana_restore_pct" "0" "restore_time" "2.7" "max_charges" "3" "break_on_hero_damage" "1" "rune_expire_time" "90.0" } } //================================================================================================================= // Observer Wards //================================================================================================================= "item_ward_observer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_CREEP_HERO" "Model" "models/props_gameplay/observer_ward_bundle.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "500" "AbilityCastPoint" "0.0" "AbilityCooldown" "1.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "observer ward" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemStockMax" "4" "ItemStockInitial" "2" "ItemStockTime" "135.0" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES" "ItemSupport" "1" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "lifetime" "360" "vision_range_tooltip" "1600" "health" "200" "duration_minutes_tooltip" "6" } } //================================================================================================================= // Sentry Ward //================================================================================================================= "item_ward_sentry" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_CREEP_HERO" "Model" "models/props_gameplay/sentry_ward_bundle.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "500" "AbilityCastPoint" "0.0" "AbilityCooldown" "1.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "sentry ward" "ItemStackable" "1" "ItemPurchasable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemStockMax" "8" "ItemStockInitial" "3" "ItemStockTime" "80" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES" "ItemSupport" "1" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "lifetime" "420" "vision_range" "0" "true_sight_range" "1000" "health" "200" "duration_minutes_tooltip" "7" } } //================================================================================================================= // Recipe: Ward Dispenser //================================================================================================================= "item_recipe_ward_dispenser" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemPurchasable" "0" "ItemResult" "item_ward_dispenser" "ItemRequirements" { "01" "item_ward_sentry;item_ward_observer" "02" "item_ward_sentry;item_ward_dispenser" "03" "item_ward_dispenser*;item_ward_observer" "04" "item_ward_dispenser*;item_ward_dispenser" } } //================================================================================================================= // Ward Dispenser //================================================================================================================= "item_ward_dispenser" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_NOT_CREEP_HERO" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemQuality" "common" "ItemAliases" "ward" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" "IsTempestDoubleClonable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "500" "AbilityCooldown" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "75" "observer_cost" "75" "sentry_cost" "100" "lifetime_observer" "360" "lifetime_sentry" "420" "creation_delay" "0" "observer_vision_range_tooltip" "1200" "observer_duration_minutes_tooltip" "6" "sentry_duration_minutes_tooltip" "8" "true_sight_range" "1000" "cast_range_observer" "500" "cast_range_sentry" "500" } } //================================================================================================================= // Tango //================================================================================================================= "item_tango" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "Model" "models/props_gameplay/tango.vmdl" "Effect" "particles/generic_gameplay/dropped_tango.vpcf" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE | DOTA_UNIT_TARGET_CUSTOM" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "165" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "90" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "tango" "ItemStackable" "1" "ItemPermanent" "0" "ItemStockMax" "8" "ItemStockInitial" "8" "ItemStockTime" "120" "ItemInitialCharges" "3" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_regen" "7.0" "buff_duration" "16.0" "tooltip_charges" "3" } } //================================================================================================================= // Tango Single Instance //================================================================================================================= "item_tango_single" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "Model" "models/props_gameplay/tango.vmdl" "Effect" "particles/generic_gameplay/dropped_tango.vpcf" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE | DOTA_UNIT_TARGET_CUSTOM" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "165" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "30" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "0" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_regen" "7.0" "buff_duration" "16.0" "duration_to_use" "40" } } //================================================================================================================= // Courier //================================================================================================================= "item_courier" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "donkey;chicken;animal courier" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemStockMax" "1" "ItemStockTime" "36000.0" "ItemSupport" "1" "ItemKillable" "0" "ItemSellable" "0" "IsTempestDoubleClonable" "0" "ShouldBeInitiallySuggested" "0" "ItemPurchasable" "0" // Not sellable, but handled in code. } //================================================================================================================= // Flying Courier //================================================================================================================= "item_flying_courier" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "100" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "crow;flying courier" "ItemStockMax" "1" "ItemStockInitial" "0" "ItemInitialStockTime" "270.0" "ItemStockTime" "1" "ItemSupport" "1" "IsTempestDoubleClonable" "0" "ItemPurchasable" "0" } //================================================================================================================= // Teleport Scroll //================================================================================================================= "item_tpscroll" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_CHANNEL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_BUILDING" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE" "Model" "models/props_gameplay/tpscroll01.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "0" "AbilityCooldown" "80.0" "AbilitySharedCooldown" "teleport" "AbilityChannelTime" "3.0" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "100" "ItemShopTags" "consumable;tutorial" "ItemQuality" "consumable" "ItemAliases" "tp;town portal scroll;teleport" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" //"SideShop" "1" "ItemPurchasable" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "minimun_distance" "70" "maximum_distance" "800" "vision_radius" "200" "tooltip_channel_time" "3.0" } } //================================================================================================================= // Recipe: Travel Boots //================================================================================================================= "item_recipe_travel_boots" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_travel_boots" "ItemRequirements" { "01" "item_boots*" } } //================================================================================================================= // Recipe: Travel Boots //================================================================================================================= "item_recipe_travel_boots_2" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_travel_boots_2" "ItemRequirements" { "01" "item_travel_boots*;item_recipe_travel_boots" } } //================================================================================================================= // Travel Boots //================================================================================================================= "item_travel_boots" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CREEP" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2500" "ItemShopTags" "teleport;move_speed" "ItemQuality" "common" "ItemAliases" "bot;boots of travel;tp" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "MaxUpgradeLevel" "2" "ItemBaseLevel" "1" "ShouldBeSuggested" "1" "UpgradesItems" "item_travel_boots" "UpgradeRecipe" "item_recipe_travel_boots" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "90" "maximum_distance" "800" "vision_radius" "200" "tp_cooldown" "40" } } //================================================================================================================= // Travel Boots 2 //================================================================================================================= "item_travel_boots_2" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CREEP" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4500" "ItemShopTags" "teleport;move_speed" "ItemQuality" "common" "ItemAliases" "bot;boots of travel;tp" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "MaxUpgradeLevel" "2" "ItemBaseLevel" "2" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "110" "maximum_distance" "800" "vision_radius" "200" "tp_cooldown" "40" "tp_channel_time" "2" } } //================================================================================================================= // Recipe: Phase Boots //================================================================================================================= "item_recipe_phase_boots" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_phase_boots" "ItemRequirements" { "01" "item_boots*;item_chainmail;item_blades_of_attack" } } //================================================================================================================= // Phase Boots //================================================================================================================= "item_phase_boots" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "8.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1500" "ItemShopTags" "damage;move_speed;hard_to_tag" "ItemQuality" "common" "ItemAliases" "phase boots" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "50" "bonus_damage_melee" "18" "bonus_damage_range" "12" "damage_block_melee" "0" "damage_block_ranged" "0" "block_chance" "0" "phase_movement_speed" "20" "phase_movement_speed_range" "10" "phase_duration" "3.0" "bonus_attack_speed" "0" "bonus_armor" "4" } } //================================================================================================================= // Demon Edge //================================================================================================================= "item_demon_edge" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2200" "ItemShopTags" "damage" "ItemQuality" "secret_shop" "ItemAliases" "demon edge" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "40" } } //================================================================================================================= // Eagle Horn //================================================================================================================= "item_eagle" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2800" "ItemShopTags" "agi" "ItemQuality" "secret_shop" "ItemAliases" "eaglesong" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "25" } } //================================================================================================================= // Reaver //================================================================================================================= "item_reaver" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2800" "ItemShopTags" "str" "ItemQuality" "secret_shop" "ItemAliases" "reaver" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "25" } } //================================================================================================================= // Sacred Relic //================================================================================================================= "item_relic" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3400" "ItemShopTags" "damage" "ItemQuality" "secret_shop" "ItemAliases" "sacred relic" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "55" } } //================================================================================================================= // Hyperstone //================================================================================================================= "item_hyperstone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "attack_speed" "ItemQuality" "secret_shop" "ItemAliases" "hyperstone" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "60" } } //================================================================================================================= // Ring of Health //================================================================================================================= "item_ring_of_health" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "regen_health" "ItemQuality" "component" "ItemAliases" "roh;ring of health" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "4.5" } } //================================================================================================================= // Ring of Health //================================================================================================================= "item_ring_of_tarrasque" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1800" "ItemShopTags" "regen_health" "ItemQuality" "component" "ItemAliases" "rot;ring of tarrasque" "SecretShop" "1" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "12" } } //================================================================================================================= // Void Stone //================================================================================================================= "item_void_stone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "regen_mana" "ItemQuality" "component" "ItemAliases" "void stone" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana_regen" "1.75" } } //================================================================================================================= // Void Stone //================================================================================================================= "item_tiara_of_selemene" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1800" "ItemShopTags" "regen_mana" "ItemQuality" "component" "ItemAliases" "tiara of selemene" "SecretShop" "1" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana_regen" "6" } } //================================================================================================================= // Mystic Staff //================================================================================================================= "item_mystic_staff" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2800" "ItemShopTags" "int" "ItemQuality" "secret_shop" "ItemAliases" "mystic staff" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "25" } } //================================================================================================================= // Energy Booster //================================================================================================================= "item_energy_booster" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "800" "ItemShopTags" "mana_pool" "ItemQuality" "secret_shop" "ItemAliases" "energy booster" "SecretShop" "1" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "250" } } //================================================================================================================= // Point Booster //================================================================================================================= "item_point_booster" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "mana_pool;health_pool" "ItemQuality" "secret_shop" "ItemAliases" "point booster" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "175" "bonus_health" "175" } } //================================================================================================================= // Vitality Booster //================================================================================================================= "item_vitality_booster" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "health_pool" "ItemQuality" "secret_shop" "ItemAliases" "vitality booster" "SecretShop" "1" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "250" } } //================================================================================================================= // Fluffy Hat //================================================================================================================= "item_fluffy_hat" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "health_pool" "ItemQuality" "secret_shop" "ItemAliases" "flf;fluffy hat;hat;fh" //"SecretShop" "1" //"SideShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "125" } } //================================================================================================================= // Recipe: Power Treads //================================================================================================================= "item_recipe_power_treads" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_power_treads" "ItemRequirements" { "01" "item_boots*;item_gloves;item_belt_of_strength" "04" "item_boots*;item_gloves;item_robe" "06" "item_boots*;item_gloves;item_boots_of_elves" } } //================================================================================================================= // Power Treads //================================================================================================================= "item_power_treads" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "attack_speed;move_speed;int;agi;str" "ItemQuality" "common" "ItemAliases" "power treads" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed_ranged" "45" "bonus_movement_speed_melee" "55" "bonus_stat" "10" "bonus_attack_speed" "25" "bonus_damage" "0" } } //================================================================================================================= // Recipe: Samurai Tabi //================================================================================================================= "item_recipe_samurai_tabi" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1100" "ItemShopTags" "" "ItemPurchasable" "0" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_samurai_tabi" "ItemRequirements" { "01" "item_belt_of_strength;item_boots_of_elves;item_robe;item_ultimate_orb" } } //================================================================================================================= // Samurai Tabi //================================================================================================================= "item_samurai_tabi" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5250" "ItemShopTags" "attack_speed;move_speed;int;agi;str" "ItemQuality" "common" "ItemAliases" "tabi" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" "ItemPurchasable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "10" "base_interval" "0.1" "max_tick_count" "8" "stat_per_tick" "3" "bonus_stat_tooltip" "24" "int_damage_interval" "4" "int_damage_range" "700" "int_damage" "125" "int_max_targets" "2" "str_root_cooldown" "4" "str_root_duration" "1.0" "str_bonus_damage" "80" "str_root_chance" "20" "agi_counter_chance" "20" "agi_counter_cooldown" "4" } } //================================================================================================================= // Recipe: Hermes Sandals //================================================================================================================= "item_recipe_hermes_sandals" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "" "ItemPurchasable" "0" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_hermes_sandals" "ItemRequirements" { "01" "item_phase_boots;item_eagle" } } //================================================================================================================= // Hermes Sandals //================================================================================================================= "item_hermes_sandals" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "10.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4800" "ItemShopTags" "damage;move_speed;hard_to_tag" "ItemQuality" "common" "ItemAliases" "sandals" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" "ItemPurchasable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "50" "bonus_damage_melee" "20" "bonus_damage_range" "20" "phase_movement_speed" "20" "phase_movement_speed_range" "10" "phase_duration" "4.0" "bonus_armor" "5" "bonus_agility" "30" } } //================================================================================================================= // Recipe: Witches Switch //================================================================================================================= "item_recipe_witches_switch" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "625" "ItemShopTags" "" "ItemPurchasable" "0" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_witches_switch" "ItemRequirements" { "01" "item_buckler;item_ring_of_basilius;item_headdress" } } //================================================================================================================= // Witches Switch //================================================================================================================= "item_witches_switch" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_TOGGLE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "1.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1900" "ItemPurchasable" "0" "ItemShopTags" "armor;regen_health" "ItemQuality" "common" "ItemAliases" "switch" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "3.5" "bonus_mana_regen" "2" "bonus_armor" "5" "aura_health_regen" "3" "aura_mana_regen" "1.5" "aura_armor" "4" "aura_radius" "900" } } //================================================================================================================= // Recipe: Grandmaster's Glaive //================================================================================================================= "item_recipe_grandmasters_glaive" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemPurchasable" "0" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_grandmasters_glaive" "ItemRequirements" { //"01" "item_basher;item_kaya" //"04" "item_basher;item_sange" //"06" "item_basher;item_yasha" } } //================================================================================================================= // Recipe: Lunar Crest //================================================================================================================= "item_recipe_lunar_crest" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" "ItemPurchasable" "0" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_lunar_crest" "ItemRequirements" { "01" "item_cloak;item_wind_lace;item_vitality_booster" } } //================================================================================================================= // Lunar Crest //================================================================================================================= "item_lunar_crest" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "FightRecapLevel" "1" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "900" "AbilityCooldown" "30.0" "AbilityManacost" "50" "ItemPurchasable" "0" // Item Info //---------------------------------------------------------------------------------------\---------------------- "ItemCost" "2300" "ItemShopTags" "regen_health;magic_resist" "ItemQuality" "common" "ItemAliases" "lunar crest" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "300" "bonus_spell_resist" "22" "tooltip_resist" "22" "barrier_block" "375" "movement_speed" "20" "duration" "12.0" } } //================================================================================================================= // Recipe: Phylactery //================================================================================================================= "item_recipe_phylactery" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_phylactery" "ItemRequirements" { "01" "item_point_booster;item_diadem" } } //================================================================================================================= // Phylactery //================================================================================================================= "item_phylactery" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "6.0" "AbilitySharedCooldown" "phylactery" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2400" "ItemShopTags" "hard_to_tag" "ItemQuality" "common" "ItemAliases" "phylactery" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "200" "bonus_mana" "200" "bonus_all_stats" "7" "slow" "50" "bonus_spell_damage" "150" "slow_duration" "1.5" } } //================================================================================================================= // Recipe: Khanda //================================================================================================================= "item_recipe_angels_demise" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_angels_demise" "ItemRequirements" { "01" "item_phylactery;item_lesser_crit" } } //================================================================================================================= // Khanda //================================================================================================================= "item_angels_demise" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "6.0" "AbilitySharedCooldown" "phylactery" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5000" "ItemShopTags" "hard_to_tag" "ItemQuality" "common" "ItemAliases" "angel;demise" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "50" "crit_chance" "30" "spell_crit_multiplier" "75" "spell_crit_flat" "150" "crit_multiplier" "160" "tooltip_crit_damage" "60" "bonus_health" "200" "bonus_mana" "200" "bonus_all_stats" "8" "slow" "50" "slow_duration" "1.5" } } //================================================================================================================= // Grandmaster's Glaive //================================================================================================================= "item_grandmasters_glaive" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5000" "ItemShopTags" "attack_speed;move_speed;int;agi;str" "ItemQuality" "common" "ItemAliases" "power treads" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemPurchasable" "0" "IsObsolete" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "sange_bonus_strength" "16" "sange_status_resistance" "16" "sange_hp_regen_amp" "24" "kaya_bonus_intellect" "16" "kaya_spell_amp" "8" "kaya_mana_regen_multiplier" "24" "kaya_magic_damage_attack" "14" "yasha_bonus_agility" "16" "yasha_bonus_attack_speed" "12" "yasha_movement_speed_percent_bonus" "8" "bonus_damage" "25" "bonus_strength" "10" "bash_chance_melee" "25" "bash_chance_ranged" "10" "bash_duration" "1.5" "bash_cooldown" "2.3" "bonus_chance_damage" "100" "str_stance" "10" "agi_stance" "25" "int_stance" "25" "stance_bonus_duration" "6" } } //================================================================================================================= // Recipe: Hand of Midas //================================================================================================================= "item_recipe_hand_of_midas" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1750" "ItemShopTags" "" "ItemAliases" "hom" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_hand_of_midas" "ItemRequirements" { "01" "item_gloves*" } } //================================================================================================================= // Hand of Midas //================================================================================================================= "item_hand_of_midas" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "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" "0" "AbilityCharges" "2" "AbilityChargeRestoreTime" "110" "ItemInitialCharges" "1" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemStackable" "0" "ItemPermanent" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "2200" "ItemShopTags" "attack_speed;hard_to_tag" "ItemQuality" "common" "ItemAliases" "hand of midas" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "35" "xp_multiplier" "2.1" "bonus_gold" "160" } } //================================================================================================================= // Phylactery //================================================================================================================= "item_aetherial_halo" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_CHANNELLED" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "FightRecapLevel" "1" "IsObsolete" "1" // Time //------------------------------------------------------------------------------------------------------------- "AbilityChannelTime" "1.5" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCooldown" "24" "AbilityManaCost" "100" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5900" "ItemShopTags" "hard_to_tag" "ItemQuality" "common" "ItemAliases" "aetherial halo" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "25" "bonus_agility" "25" "bonus_intellect" "40" "spell_amp" "12" "mana_regen_multiplier" "100" "spell_lifesteal_amp" "36" "burn_dps_buildings" "60" "burn_dps_units" "60" "burn_slow" "20" "burn_duration" "6" "stun_duration" "0.5" "burn_interval" "1.0" "land_time" ".5" "impact_radius" { "value" "400" "affected_by_aoe_increase" "1" } "max_duration" "1.5" "impact_damage_buildings" "95" "impact_damage_units" "150" "enemy_particles_visible" "0" } } //================================================================================================================= // Recipe: Oblivion Staff //================================================================================================================= "item_recipe_oblivion_staff" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_oblivion_staff" "ItemRequirements" { "01" "item_blitz_knuckles;item_sobi_mask;item_robe" } } //================================================================================================================= // Oblivion Staff //================================================================================================================= "item_oblivion_staff" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1625" "ItemShopTags" "damage;int;attack_speed;regen_mana" "ItemQuality" "common" "ItemAliases" "oblivion staff" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "10" "bonus_attack_speed" "35" "bonus_mana_regen" "1.25" } } //================================================================================================================= // Recipe: Witch Blade //================================================================================================================= "item_recipe_witch_blade" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_witch_blade" "ItemRequirements" { "01" "item_oblivion_staff;item_chainmail" } } //================================================================================================================= // Witch Blade //================================================================================================================= "item_witch_blade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "9.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2775" "ItemShopTags" "damage;int;attack_speed;regen_mana" "ItemQuality" "common" "ItemAliases" "witch blade;wb" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "40" "bonus_intellect" "12" "bonus_mana_regen" "1.5" "bonus_armor" "6" "int_damage_multiplier" "0.75" "slow" "25" "slow_duration" "4" "projectile_speed" "300" } } //================================================================================================================= // Recipe: Perseverence //================================================================================================================= "item_recipe_pers" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_pers" "ItemPurchasable" "0" "ItemRequirements" { "01" "item_ring_of_health;item_void_stone" } } //================================================================================================================= // Perseverence //================================================================================================================= "item_pers" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "regen_health;regen_mana" "ItemQuality" "common" "ItemAliases" "perseverance" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "6.5" "bonus_mana_regen" "2.25" } } //================================================================================================================= // Cornucopia //================================================================================================================= "item_cornucopia" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "regen_health;regen_mana" "ItemQuality" "common" "ItemAliases" "cornucopia" "SecretShop" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "5" "bonus_mana_regen" "2" "bonus_damage" "7" } } //================================================================================================================= // Recipe: Poor Man's Shield //================================================================================================================= "item_recipe_poor_mans_shield" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_poor_mans_shield" "ItemPurchasable" "0" "ItemRequirements" { //"01" "item_slippers;item_slippers;item_stout_shield*" } } //================================================================================================================= // Poor Man's Shield //================================================================================================================= "item_poor_mans_shield" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "agi;block" "ItemQuality" "common" "ItemAliases" "pms;poor man's shield" "ItemPurchasable" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "8" "damage_block_melee" "30" "damage_block_ranged" "20" "block_chance" "50" "block_chance_hero" "100" } } //================================================================================================================= // Satchel //================================================================================================================= "item_satchel" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "agi;block" "ItemQuality" "common" "ItemPurchasable" "0" "ItemIsNeutralDrop" "1" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "5" "xp_gain" "15" } } //================================================================================================================= // Recipe: Bracer //================================================================================================================= "item_recipe_bracer" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "210" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bracer" "ItemRequirements" { "01" "item_circlet;item_gauntlets" } } //================================================================================================================= // Bracer //================================================================================================================= "item_bracer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "MaxUpgradeLevel" "2" "ItemBaseLevel" "1" "ItemLevelByGameTime" "25" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "505" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "bracer" "ShouldBeInitiallySuggested" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "5 10" "bonus_agility" "2 4" "bonus_intellect" "2 4" "bonus_damage" "3 6" "bonus_health_regen" "0.75 1.5" "clock_time" "25" } } //================================================================================================================= // Recipe: Wraith Band //================================================================================================================= "item_recipe_wraith_band" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "210" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_wraith_band" "ItemRequirements" { "01" "item_circlet;item_slippers" } } //================================================================================================================= // Wraith Band //================================================================================================================= "item_wraith_band" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "MaxUpgradeLevel" "2" "ItemBaseLevel" "1" "ItemLevelByGameTime" "25" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "505" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "wraith band" "ShouldBeInitiallySuggested" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "5 10" "bonus_strength" "2 4" "bonus_intellect" "2 4" "bonus_attack_speed" "5 10" "bonus_armor" "1.75 3.5" "clock_time" "25" } } //================================================================================================================= // Recipe: Null Talisman //================================================================================================================= "item_recipe_null_talisman" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "210" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_null_talisman" "ItemRequirements" { "01" "item_circlet;item_mantle" } } //================================================================================================================= // Null Talisman //================================================================================================================= "item_null_talisman" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "MaxUpgradeLevel" "2" "ItemBaseLevel" "1" "ItemLevelByGameTime" "25" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "505" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "null talisman" "ShouldBeInitiallySuggested" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "5 10" "bonus_strength" "2 4" "bonus_agility" "2 4" "bonus_max_mana_percentage" "3 6" "bonus_mana_regen" "0.75 1.5" "clock_time" "25" } } //================================================================================================================= // Recipe: Mekasmm //================================================================================================================= "item_recipe_mekansm" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "800" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mekansm" "ItemRequirements" { "01" "item_headdress;item_chainmail" } } //================================================================================================================= // Mekansm //================================================================================================================= "item_mekansm" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "2" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "50.0" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "1775" "ItemShopTags" "agi;int;str;armor;boost_health" "ItemQuality" "rare" "ItemAliases" "mechanism;mekansm" "ItemAlertable" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "4" "aura_radius" "1200" "aura_health_regen" "2.5" "heal_amount" "275" "heal_radius" { "value" "1200" "affected_by_aoe_increase" "1" } } } //================================================================================================================= // Recipe: Vladimir //================================================================================================================= "item_recipe_vladmir" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_vladmir" "ItemRequirements" { "01" "item_buckler;item_ring_of_basilius;item_lifesteal;item_blades_of_attack" } } //================================================================================================================= // Vladimir //================================================================================================================= "item_vladmir" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2200" "ItemShopTags" "damage;armor;regen_mana" "ItemQuality" "rare" "ItemAliases" "vladmir's offering;vlads" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "armor" "2" "mana_regen" "0.75" "armor_aura" "2.0" "mana_regen_aura" "1" "lifesteal_aura" "20" "creep_lifesteal_reduction_pct" "40" "damage_aura" "18" "aura_radius" "1200" } } //================================================================================================================= // Recipe: Wraith Pact //================================================================================================================= "item_recipe_wraith_pact" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "400" "ItemPurchasable" "0" "ItemShopTags" "" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_wraith_pact" "ItemRequirements" { "01" "item_vladmir;item_point_booster" } } //================================================================================================================= // Wraith Pact //================================================================================================================= "item_wraith_pact" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "FightRecapLevel" "1" "AbilitySound" "Hero_Pugna.NetherWard" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "IsObsolete" "1" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.2 0.2 0.2 0.2" "AbilityCastRange" "350" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60" "AbilityDuration" "25" // Cost //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3800" "ItemPurchasable" "0" "ItemShopTags" "damage;armor;regen_mana" "ItemQuality" "rare" "ItemAliases" "pact;wp" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "250" "bonus_mana" "250" "armor_aura" "3.0" "mana_regen_aura" "2.0" "lifesteal_aura" "24" "creep_lifesteal_reduction_pct" "50" "damage_aura" "18" "aura_radius" "1200" "pact_aura_radius" "900" "damage_penalty_aura" "30" "aura_dps" "45" } } //================================================================================================================= // Recipe: Buckler //================================================================================================================= "item_recipe_buckler" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_buckler" "ItemRequirements" { "01" "item_ring_of_protection" } } //================================================================================================================= // Buckler //================================================================================================================= "item_buckler" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "425" "ItemShopTags" "armor;boost_armor" "ItemQuality" "rare" "ItemAliases" "buckler" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "armor" "1" "bonus_aoe_armor" "2" "bonus_aoe_radius" "1200" } } //================================================================================================================= // Recipe: Ring of Basilius //================================================================================================================= "item_recipe_ring_of_basilius" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ring_of_basilius" "ItemRequirements" { "01" "item_sobi_mask" } } //================================================================================================================= // Ring of Basilius //================================================================================================================= "item_ring_of_basilius" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "425" "ItemShopTags" "regen_mana" "ItemQuality" "rare" "ItemAliases" "rob;ring of basilius" "ShouldBeInitiallySuggested" "1" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "mana_regen" "0.5" "aura_mana_regen" "1.0" "aura_radius" "1200" } } //================================================================================================================= // Recipe: Holy Locket //================================================================================================================= "item_recipe_holy_locket" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_holy_locket" "ItemRequirements" { "01" "item_diadem;item_magic_wand" } } //================================================================================================================= // Holy Locket //================================================================================================================= "item_holy_locket" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "500" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2350" "ItemQuality" "rare" "ItemAliases" "hl;holy locket" "ShouldBeInitiallySuggested" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.0" "AbilitySharedCooldown" "magicwand" "AbilityCharges" "20" "AbilityChargeRestoreTime" "8" "ItemInitialCharges" "1" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemStackable" "0" "ItemPermanent" "1" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "0" "bonus_mana" "0" "heal_increase" "30" "max_charges" "20" "charge_radius" "1200" "bonus_all_stats" "9" "restore_per_charge" "17" "charge_gain_timer" "10" "use_cooldown" "13" } } //================================================================================================================= // Recipe: Pipe //================================================================================================================= "item_recipe_pipe" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "700" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_pipe" "ItemRequirements" { "01" "item_cloak*;item_headdress;item_ring_of_tarrasque" } } //================================================================================================================= // Pipe //================================================================================================================= "item_pipe" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "2" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" "AbilityManaCost" "150" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3725" "ItemShopTags" "regen_health;boost_magic_resist" "ItemQuality" "rare" "ItemAliases" "pipe of insight" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemAlertable" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_regen" "14.0" "magic_resistance" "20" "barrier_debuff_duration" "50.0" "tooltip_resist" "20" "aura_health_regen" "2.5" "magic_resistance_aura" "10" "aura_radius" "1200" "barrier_block" "450" "barrier_duration" "12.0" "barrier_radius" { "value" "1200" "affected_by_aoe_increase" "1" } "bonus_all_stats" "0" "barrier_block_creep" "450" } } //================================================================================================================= // Recipe: Urn of Shadows //================================================================================================================= "item_recipe_urn_of_shadows" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "375" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_urn_of_shadows" "ItemRequirements" { "01" "item_sobi_mask;item_ring_of_protection;item_circlet" } } //================================================================================================================= // Urn of Shadows //================================================================================================================= "item_urn_of_shadows" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "750" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "7.0" "AbilitySharedCooldown" "urn" // Items //------------------------------------------------------------------------------------------------------------- "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemStackable" "0" "ItemPermanent" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "880" "ItemShopTags" "regen_mana;str;boost_health" "ItemQuality" "rare" "ItemAliases" "urn of shadows" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "mana_regen" "1.4" "bonus_all_stats" "2" "bonus_armor" "2" "soul_radius" "1400" "soul_initial_charge" "2" "soul_additional_charges" "1" "soul_heal_amount" "30" "soul_damage_amount" "25" "duration" "8.0" } } //================================================================================================================= // Recipe: Headdress //================================================================================================================= "item_recipe_headdress" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_headdress" "ItemRequirements" { "01" "item_ring_of_regen" } } //================================================================================================================= // Headdress //================================================================================================================= "item_headdress" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "425" "ItemShopTags" "str;int;agi;regen_health" "ItemQuality" "rare" "ItemAliases" "headdress" "AbilityCastRange" "1200" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_regen" "0.5" "aura_health_regen" "2.0" "aura_radius" "1200" } } //================================================================================================================= // Recipe: Sheepstick //================================================================================================================= "item_recipe_sheepstick" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sheepstick" "ItemRequirements" { "01" "item_mystic_staff;item_tiara_of_selemene" } } //================================================================================================================= // Sheepstick //================================================================================================================= "item_sheepstick" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "2" "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCastPoint" "0.0" "AbilityCooldown" "20.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "250" "ItemCost" "5200" "ItemShopTags" "int;regen_mana;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "hex;sheepstick;scythe of vyse" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "30" "bonus_mana_regen" "8.5" "sheep_duration" "2.8" "sheep_movement_speed" "140" "upgrade_radius" "200" } } //================================================================================================================= // Caster Rapier //================================================================================================================= "item_caster_rapier" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "2" "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG" "IsObsolete" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5600" "ItemShopTags" "int;regen_mana;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "caster_rapier" "ItemShareability" "ITEM_NOT_SHAREABLE" "ItemSellable" "0" "ItemKillable" "0" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS | DECLARE_PURCHASES_IN_SPEECH" "ItemContributesToNetWorthWhenDropped" "0" "AllowedInBackpack" "0" "IsTempestDoubleClonable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" "ShouldBeSuggested" "1" "AbilityCooldown" "9" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_spell_amp" "50" "cast_range_limit" "2000" "backstab_duration" "3" } } //================================================================================================================= // Recipe: Orchid //================================================================================================================= "item_recipe_orchid" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_orchid" "ItemRequirements" { "01" "item_oblivion_staff;item_cornucopia" } } //================================================================================================================= // Orchid //================================================================================================================= "item_orchid" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "900" "AbilityCastPoint" "0.0" "AbilityCooldown" "18.0" "AbilitySharedCooldown" "orchid" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "3275" "ItemShopTags" "attack_speed;damage;regen_mana;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "orchid malevolence;silence" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "40" "bonus_damage" "10" "bonus_mana_regen" "3.5" "bonus_health_regen" "6.0" "bonus_intellect" "12" "silence_damage_percent" "30" "silence_duration" "5" } } //================================================================================================================= // Recipe: Bloodthorn //================================================================================================================= "item_recipe_bloodthorn" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bloodthorn" "ItemRequirements" { "01" "item_orchid*;item_javelin;item_hyperstone" } } //================================================================================================================= // Bloodthorn //================================================================================================================= "item_bloodthorn" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "900" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilitySharedCooldown" "orchid" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "6625" "ItemShopTags" "int;attack_speed;damage;regen_mana;damage;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "orchid malevolence" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "15" "bonus_attack_speed" "100" "bonus_mana_regen" "3.5" "bonus_health_regen" "6.5" "silence_duration" "5" "silence_damage_percent" "60" "bonus_damage" "10" "duration" "6" "spell_amp_debuff" "35" "proc_damage" "50" "passive_proc_damage" "60" "proc_chance" "40" } } //================================================================================================================= // Recipe: Echo Sabre //================================================================================================================= "item_recipe_echo_sabre" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_echo_sabre" "ItemRequirements" { "01" "item_ogre_axe;item_broadsword;item_void_stone" } } //================================================================================================================= // Echo Sabre //================================================================================================================= "item_echo_sabre" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "5" "AbilitySharedCooldown" "echo_sabre" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "2700" "ItemShopTags" "attack_speed;damage;regen_mana;damage;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "echo sabre" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "20" "bonus_strength" "15" "bonus_mana_regen" "1.75" "movement_slow" "100" "slow_duration" "0.8" } } //================================================================================================================= // Recipe: Cyclone //================================================================================================================= "item_recipe_cyclone" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "675" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_cyclone" "ItemRequirements" { "01" "item_staff_of_wizardry;item_void_stone;item_wind_lace" } } //================================================================================================================= // Cyclone //================================================================================================================= "item_cyclone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CUSTOM" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "550" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "23.0" "AbilitySharedCooldown" "cyclone" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "175" "ItemCost" "2625" "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "cyclone euls;eul's scepter of divinity" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "10" "bonus_mana_regen" "2.5" "bonus_movement_speed" "20" "cyclone_duration" "2.5" "tooltip_drop_damage" "50" } } //================================================================================================================= // Recipe: Wind Waker //================================================================================================================= "item_recipe_wind_waker" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_wind_waker" "ItemRequirements" { "01" "item_cyclone*;item_mystic_staff" } } //================================================================================================================= // Wind Waker //================================================================================================================= "item_wind_waker" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CUSTOM" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "550" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "13.0" "AbilitySharedCooldown" "cyclone" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "175" "ItemCost" "6825" "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "cyclone;wind waker;ww" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "30" "bonus_mana_regen" "3.0" "bonus_intellect" "35" "cyclone_duration" "2.5" "tooltip_drop_damage" "50" "tornado_speed" "360" } } //================================================================================================================= // Recipe: Aether Lens //================================================================================================================= "item_recipe_aether_lens" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "775" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_aether_lens" "ItemRequirements" { "01" "item_energy_booster;item_void_stone" } } //================================================================================================================= // Aether Lens //================================================================================================================= "item_aether_lens" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2275" "ItemShopTags" "int;regen_mana;move_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "aether lens" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "300" "bonus_mana_regen" "2.5" "cast_range_bonus" "225" } } //================================================================================================================= // Recipe: Force Staff //================================================================================================================= "item_recipe_force_staff" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "950" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_force_staff" "ItemRequirements" { "01" "item_staff_of_wizardry;item_fluffy_hat" } } //================================================================================================================= // Force Staff //================================================================================================================= "item_force_staff" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH | DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_CUSTOM" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "550" "AbilityCastPoint" "0.0" "AbilityCooldown" "19.0" "AbilitySharedCooldown" "force" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "150" "ItemCost" "2200" "ItemShopTags" "int;damage;attack_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "fs;force staff" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "10" "bonus_health" "175" "push_length" "600" "enemy_cast_range" "850" "push_time" "0.5" } } //================================================================================================================= // Recipe: Hurricane Pike //================================================================================================================= "item_recipe_hurricane_pike" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "350" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_hurricane_pike" "ItemRequirements" { "01" "item_force_staff*;item_dragon_lance" } } //================================================================================================================= // Hurricane Pike //================================================================================================================= "item_hurricane_pike" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH | DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_CUSTOM" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "650" "AbilityCastPoint" "0.0" "AbilityCooldown" "19.0" "AbilitySharedCooldown" "force" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "150" "ItemCost" "4450" "ItemShopTags" "int;damage;attack_speed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "fs;force staff" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "15" "bonus_health" "200" "bonus_agility" "20" "bonus_strength" "15" "base_attack_range" "150" "push_length" "600" "enemy_length" "450" "range_duration" "6" "cast_range_enemy" "450" "max_attacks" "5" "bonus_attack_speed" "100" "push_time" "0.5" "dizzy_duration" "0" "dizzy_distance_pct" "0" } } //================================================================================================================= // Recipe: Dagon //================================================================================================================= "item_recipe_dagon" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1150" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon" "ItemRequirements" { "01" "item_diadem;item_voodoo_mask" } } "item_recipe_dagon_2" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon_2" "ItemRequirements" { "02" "item_dagon*;item_recipe_dagon" } } "item_recipe_dagon_3" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // 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 //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // 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 //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dagon_5" "ItemRequirements" { "02" "item_dagon_4*;item_recipe_dagon" } } //================================================================================================================= // Dagon //================================================================================================================= "item_dagon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700 750 800 850 900" "AbilityCastPoint" "0.0" "AbilityCooldown" "27 24 21 18 15" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "120 140 160 180 200" "ItemCost" "2850" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "dagon 1" "UpgradesItems" "item_dagon;item_dagon_2;item_dagon_3;item_dagon_4" "UpgradeRecipe" "item_recipe_dagon" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_int" "7 9 11 13 15" "bonus_str" "7 9 11 13 15" "bonus_agi" "7 9 11 13 15" "damage" "400 500 600 700 800" "damage_delay" "0" "mana_cost_tooltip" "120 140 160 180 200" "int_damage" "0" "passive_spell_lifesteal" "15" "dagon_spell_lifesteal" "75" } } "item_dagon_2" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700 750 800 850 900" "AbilityCastPoint" "0.0" "AbilityCooldown" "27 24 21 18 15" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "2" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "120 140 160 180 200" "ItemCost" "4000" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "dagon 2" "UpgradesItems" "item_dagon_2;item_dagon_3;item_dagon_4" "UpgradeRecipe" "item_recipe_dagon" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_int" "7 9 11 13 15" "bonus_str" "7 9 11 13 15" "bonus_agi" "7 9 11 13 15" "damage" "400 500 600 700 800" "damage_delay" "0" "mana_cost_tooltip" "120 140 160 180 200" "int_damage" "0" "passive_spell_lifesteal" "15" "dagon_spell_lifesteal" "75" } } "item_dagon_3" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700 750 800 850 900" "AbilityCastPoint" "0.0" "AbilityCooldown" "27 24 21 18 15" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "3" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "120 140 160 180 200" "ItemCost" "5150" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "dagon 3" "UpgradesItems" "item_dagon_3;item_dagon_4" "UpgradeRecipe" "item_recipe_dagon" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_int" "7 9 11 13 15" "bonus_str" "7 9 11 13 15" "bonus_agi" "7 9 11 13 15" "damage" "400 500 600 700 800" "damage_delay" "0" "mana_cost_tooltip" "120 140 160 180 200" "int_damage" "0" "passive_spell_lifesteal" "15" "dagon_spell_lifesteal" "75" } } "item_dagon_4" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700 750 800 850 900" "AbilityCastPoint" "0.0" "AbilityCooldown" "27 24 21 18 15" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "4" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "120 140 160 180 200" "ItemCost" "6300" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "dagon 4" "UpgradesItems" "item_dagon_4" "UpgradeRecipe" "item_recipe_dagon" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_int" "7 9 11 13 15" "bonus_str" "7 9 11 13 15" "bonus_agi" "7 9 11 13 15" "damage" "400 500 600 700 800" "damage_delay" "0" "mana_cost_tooltip" "120 140 160 180 200" "int_damage" "0" "passive_spell_lifesteal" "15" "dagon_spell_lifesteal" "75" } } "item_dagon_5" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700 750 800 850 900" "AbilityCastPoint" "0.0" "AbilityCooldown" "27 24 21 18 15" "AbilitySharedCooldown" "dagon" "MaxUpgradeLevel" "5" "ItemBaseLevel" "5" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "120 140 160 180 200" "ItemCost" "7450" "ItemShopTags" "damage;int;str;agi;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "dagon 5" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_int" "7 9 11 13 15" "bonus_str" "7 9 11 13 15" "bonus_agi" "7 9 11 13 15" "damage" "400 500 600 700 800" "damage_delay" "0" "mana_cost_tooltip" "120 140 160 180 200" "int_damage" "0" "passive_spell_lifesteal" "15" "dagon_spell_lifesteal" "75" } } //================================================================================================================= // Recipe: Necronomicon //================================================================================================================= "item_recipe_necronomicon" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1250" "ItemShopTags" "" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_necronomicon" "ItemRequirements" { "01" "item_sobi_mask;item_sobi_mask;item_belt_of_strength" } } "item_recipe_necronomicon_2" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemBaseLevel" "2" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_necronomicon_2" "ItemRequirements" { "01" "item_necronomicon*;item_recipe_necronomicon" } } "item_recipe_necronomicon_3" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemBaseLevel" "3" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_necronomicon_3" "ItemRequirements" { "01" "item_necronomicon_2*;item_recipe_necronomicon" } } //================================================================================================================= // Necronomicon //================================================================================================================= "item_necronomicon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "80.0" "AbilityManaCost" "150" "AbilitySharedCooldown" "necronomicon" "FightRecapLevel" "1" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2050" "ItemShopTags" "int;str;hard_to_tag;see_invis" "ItemQuality" "rare" "ItemAliases" "necronomicon 1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "MaxUpgradeLevel" "3" "ItemBaseLevel" "1" "UpgradesItems" "item_necronomicon;item_necronomicon_2" "UpgradeRecipe" "item_recipe_necronomicon" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "6 12 18" "bonus_mana_regen" "2 3 4" "summon_duration" "60" "warrior_health_tooltip" "800 1200 1600" "warrior_damage_tooltip" "25 45 65" "warrior_mana_feedback" "30 40 50" "warrior_mana_break_tooltip" "30 40 50" "explosion" "600 700 800" "warrior_truesight" "400 800 1200" "archer_health_tooltip" "800 1200 1600" "archer_damage_tooltip" "37 57 75" "archer_mana_burn" "125 175 225" "archer_aura_radius_tooltip" "1200" "archer_move_speed" "5 7 9" } } "item_necronomicon_2" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "80.0" "AbilityManaCost" "150" "AbilitySharedCooldown" "necronomicon" "FightRecapLevel" "1" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3300" "ItemShopTags" "int;str;hard_to_tag;see_invis" "ItemQuality" "rare" "ItemAliases" "necronomicon 2" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "MaxUpgradeLevel" "3" "ItemBaseLevel" "2" "UpgradesItems" "item_necronomicon_2" "UpgradeRecipe" "item_recipe_necronomicon" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "6 12 18" "bonus_mana_regen" "2 3 4" "summon_duration" "60" "warrior_health_tooltip" "800 1200 1600" "warrior_damage_tooltip" "25 45 65" "warrior_mana_feedback" "30 40 50" "warrior_mana_break_tooltip" "30 40 50" "explosion" "600 700 800" "warrior_truesight" "400 800 1200" "archer_health_tooltip" "800 1200 1600" "archer_damage_tooltip" "37 57 75" "archer_mana_burn" "125 175 225" "archer_aura_radius_tooltip" "1200" "archer_move_speed" "5 7 9" } } "item_necronomicon_3" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "80.0" "AbilityManaCost" "150" "AbilitySharedCooldown" "necronomicon" "FightRecapLevel" "1" "ShouldBeSuggested" "0" "ItemPurchasable" "0" "IsObsolete" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4550" "ItemShopTags" "int;str;hard_to_tag;see_invis" "ItemQuality" "rare" "ItemAliases" "necronomicon 3" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "MaxUpgradeLevel" "3" "ItemBaseLevel" "3" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "6 12 18" "bonus_mana_regen" "2 3 4" "summon_duration" "60" "warrior_health_tooltip" "800 1200 1600" "warrior_damage_tooltip" "25 45 65" "warrior_mana_feedback" "30 40 50" "warrior_mana_break_tooltip" "30 40 50" "explosion" "600 700 800" "warrior_truesight" "400 800 1200" "archer_health_tooltip" "800 1200 1600" "archer_damage_tooltip" "37 57 75" "archer_mana_burn" "125 175 225" "archer_aura_radius_tooltip" "1200" "archer_move_speed" "5 7 9" } } //================================================================================================================= // Recipe: Scepter //================================================================================================================= "item_recipe_ultimate_scepter" { // General //------------------------------------------------------------------------------------------------------------- // 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 //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "AbilityCastRange" "600" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4200" "ItemShopTags" "int;str;agi;mana_pool;health_pool;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "ags;ultimate;aghanim's scepter;ags" //"ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" // heroes for whom this is a problem solve it in their code - ogre magi, meepo "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "10" "bonus_health" "175" "bonus_mana" "175" } } //================================================================================================================= // Recipe: Scepter 2 //================================================================================================================= "item_recipe_ultimate_scepter_2" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ultimate_scepter_2" "ItemRequirements" { "01" "item_ultimate_scepter" } } //================================================================================================================= // Scepter //================================================================================================================= "item_ultimate_scepter_2" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/aghanim_scepter.vmdl" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5800" "ItemShopTags" "int;str;agi;mana_pool;health_pool;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "ags;ultimate;aghanim's scepter;ags" //"ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" // heroes for whom this is a problem solve it in their code - ogre magi, meepo } //================================================================================================================= // Scepter //================================================================================================================= "item_ultimate_scepter_roshan" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/aghanim_scepter.vmdl" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5800" "ItemShopTags" "" "ItemQuality" "rare" "ItemAliases" "" "ItemPurchasable" "0" "ItemSellable" "0" "ItemKillable" "1" "IsTempestDoubleClonable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" //"ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" // heroes for whom this is a problem solve it in their code - ogre magi, meepo } //================================================================================================================= // Aghanim's Shard //================================================================================================================= "item_aghanims_shard" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "int;str;agi;mana_pool;health_pool;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "ags;shard;aghanim's shard;aghs" "ItemPermanent" "0" "ItemStockTime" "1" "ItemStockInitial" "0" "ItemStockMax" "1" "ItemInitialStockTime" "990.0" "ItemInitialStockTimeTurbo" "510.0" "ShouldBeSuggested" "1" } //================================================================================================================= // Aghanim's Shard //================================================================================================================= "item_aghanims_shard_roshan" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "" "ItemQuality" "rare" "ItemAliases" "" "ItemPurchasable" "0" "ItemSellable" "0" "ItemKillable" "1" "IsTempestDoubleClonable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" } //================================================================================================================= // Recipe: Refresher //================================================================================================================= "item_recipe_refresher" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" "FightRecapLevel" "2" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_refresher" "ItemRequirements" { "01" "item_cornucopia;item_ring_of_tarrasque;item_tiara_of_selemene" } } //================================================================================================================= // Refresher //================================================================================================================= "item_refresher" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "180.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "350" "ItemCost" "5000" "ItemShopTags" "regen_health;regen_mana;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "refresher orb" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "18" "bonus_mana_regen" "8.0" "bonus_damage" "10" } } //================================================================================================================= // Recipe: Assault Cuirass //================================================================================================================= "item_recipe_assault" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_assault" "ItemRequirements" { "01" "item_platemail;item_hyperstone;item_buckler" } } //================================================================================================================= // Assault Cuirass //================================================================================================================= "item_assault" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCastRange" "1200" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5125" "ItemShopTags" "attack_speed;armor;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "ac;assault cuirass" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "30" "bonus_armor" "10" "aura_radius" "1200" "aura_attack_speed" "30" "aura_positive_armor" "5" "aura_negative_armor" "-5" } } //================================================================================================================= // Recipe: Heart //================================================================================================================= "item_recipe_heart" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_heart" "ItemRequirements" { "01" "item_ring_of_tarrasque;item_reaver" } } //================================================================================================================= // Heart //================================================================================================================= "item_heart" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5200" "ItemShopTags" "str;regen_health;health_pool" "ItemQuality" "epic" "ItemAliases" "hot;heart of tarrasque" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "40" "health_regen_pct" "1.6" } } //================================================================================================================= // Recipe: Black King Bar //================================================================================================================= "item_recipe_black_king_bar" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1450" "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 //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "2" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "90" "AbilityManaCost" "50" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4050" "ItemShopTags" "str;damage;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "bkb;black king bar" "ItemSellable" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "10" "bonus_damage" "24" "duration" "9 8 7 6" "max_level" "4" "model_scale" "30" // Percentage over model scale "magic_resist" "60" } } //================================================================================================================= // Aegis of Immortality //================================================================================================================= "item_aegis" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/aegis.vmdl" "Effect" "particles/generic_gameplay/dropped_aegis.vpcf" "FightRecapLevel" "2" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemQuality" "artifact" // Items //------------------------------------------------------------------------------------------------------------- "ItemPurchasable" "0" "ItemDroppable" "0" "ItemSellable" "0" "ItemKillable" "1" "ItemContributesToNetWorthWhenDropped" "0" "AllowedInBackpack" "0" "IsTempestDoubleClonable" "0" //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "reincarnate_time" "5.0" "disappear_time" "300.0" "disappear_time_minutes_tooltip" "5" "disappear_time_turbo" "240.0" } } //================================================================================================================= // Recipe: Shiva's Guard //================================================================================================================= "item_recipe_shivas_guard" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2050" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_shivas_guard" "ItemRequirements" { "01" "item_veil_of_discord;item_platemail" } } //================================================================================================================= // Shiva's //================================================================================================================= "item_shivas_guard" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "27" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "5175" "ItemShopTags" "int;armor;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "shiva's guard;shivas" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "5" "bonus_strength" "5" "bonus_agility" "5" "bonus_hp_regen" "5" "bonus_armor" "15" "aura_radius" "1200" "aura_attack_speed" "-45" "blast_damage" "200" "blast_movement_speed" "-40" "blast_debuff_duration" "4.0" "blast_radius" { "value" "900" "affected_by_aoe_increase" "1" } "blast_speed" "400" "hp_regen_degen_aura" "25" "illusion_multiplier_pct" "150" "spell_amp" "15" "resist_debuff_duration" "16.0" } } //================================================================================================================= // Recipe: Bloodstone //================================================================================================================= "item_recipe_bloodstone" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bloodstone" "ItemRequirements" { "01" "item_voodoo_mask;item_soul_booster;item_void_stone" } } //================================================================================================================= // Bloodstone //================================================================================================================= "item_bloodstone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "2" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "35.0" "AbilityManaCost" "0" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4400" "ItemShopTags" "regen_health;regen_mana;mana_pool;health_pool" "ItemQuality" "epic" "ItemAliases" "bs;bloodstone" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "AllowedInBackpack" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_aoe" "75" "bonus_health" "500" "bonus_mana" "500" "bonus_mp_regen" "3" "spell_lifesteal" "30" "buff_duration" "6" "lifesteal_multiplier" "2.5" "hp_cost" "0" } } //================================================================================================================= // Recipe: Sphere //================================================================================================================= "item_recipe_sphere" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sphere" "ItemRequirements" { "01" "item_ultimate_orb;item_pers" } } //================================================================================================================= // Sphere //================================================================================================================= "item_sphere" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "FightRecapLevel" "1" "AbilityCastRange" "700" "AbilityCooldown" "14.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4800" "ItemShopTags" "regen_health;regen_mana;str;agi;int;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "ls;linken's sphere" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ActiveDescriptionLine" "2" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "16" "bonus_health_regen" "6" "bonus_mana_regen" "4.25" "block_cooldown" "14.0" "upgrade_absorb_duration" "10.0" "damage_absorb" "300" } } //================================================================================================================= // Recipe: Lotus Orb //================================================================================================================= "item_recipe_lotus_orb" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_lotus_orb" "ItemRequirements" { "01" "item_pers;item_platemail;item_energy_booster" } } //================================================================================================================= // Lotus Orb //================================================================================================================= "item_lotus_orb" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "FightRecapLevel" "1" "AbilityCooldown" "15.0" "AbilityCastRange" "900" "AbilityManaCost" "175" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3850" "ItemShopTags" "regen_health;regen_mana;str;agi;int;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "ls;lotus orb" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "10" "bonus_health_regen" "6.5" "bonus_mana_regen" "4.0" "bonus_mana" "250" "active_duration" "6" } } //================================================================================================================= // Recipe: Meteor Hammer //================================================================================================================= "item_recipe_meteor_hammer" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "400" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_meteor_hammer" "ItemRequirements" { "01" "item_crown;item_kaya" } } //================================================================================================================= // Meteor Hammer //================================================================================================================= "item_meteor_hammer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_CHANNELLED" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "FightRecapLevel" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" // Time //------------------------------------------------------------------------------------------------------------- "AbilityChannelTime" "2" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCooldown" "24" "AbilityManaCost" "100" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2850" "ItemQuality" "epic" "ItemAliases" "mh;meteor hammer" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "6" "bonus_agility" "6" "bonus_intellect" "24" "spell_amp" "10" "mana_regen_multiplier" "75" "spell_lifesteal_amp" "24" "burn_dps_buildings" "50" "burn_dps_units" "50" "burn_slow" "20" "burn_duration" "6" "stun_duration" "0.5" "burn_interval" "1.0" "land_time" ".5" "impact_radius" { "value" "400" "affected_by_aoe_increase" "1" } "max_duration" "2" "impact_damage_buildings" "90" "impact_damage_units" "130" "enemy_particles_visible" "0" } } //================================================================================================================= // Recipe: Nullifier //================================================================================================================= "item_recipe_nullifier" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_nullifier" "ItemRequirements" { "01" "item_relic;item_helm_of_iron_will" } } //================================================================================================================= // Nullifier //================================================================================================================= "item_nullifier" { // General //------------------------------------------------------------------------------------------------------------- "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_INVULNERABLE | DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES" "FightRecapLevel" "1" "AbilityCooldown" "10.0" "AbilityCastRange" "900" "AbilityManaCost" "0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4375" "ItemQuality" "epic" "ItemAliases" "nlf;nullifier" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "75" "bonus_armor" "10" "bonus_regen" "6" "mute_duration" "5.0" "projectile_speed" "1800" "slow_pct" "80" "slow_interval_duration" "0.5" } } //================================================================================================================= // Recipe: Aeon Disk //================================================================================================================= "item_recipe_aeon_disk" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_aeon_disk" "ItemRequirements" { "01" "item_vitality_booster;item_energy_booster" } } //================================================================================================================= // Aeon Disk //================================================================================================================= "item_aeon_disk" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "105.0 125.0 145.0 165.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3000" "ItemShopTags" "str;regen_health;health_pool" "ItemQuality" "epic" "ItemAliases" "ad;aeon disk" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS | DECLARE_PURCHASES_IN_SPEECH" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "250" "bonus_mana" "300" "health_threshold_pct" "70" "status_resistance" "75" "buff_duration" "2.5" "max_level" "4" "cooldown_duration" "105.0 125.0 145.0 165.0" } } //================================================================================================================= // Recipe: Kaya //================================================================================================================= "item_recipe_kaya" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_kaya" "ItemRequirements" { "01" "item_staff_of_wizardry;item_robe" } } //================================================================================================================= // Kaya //================================================================================================================= "item_kaya" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "int;mana" "ItemQuality" "epic" "ItemAliases" "ky;kaya" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS | DECLARE_PURCHASES_IN_SPEECH" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "16" "spell_amp" "10" "mana_regen_multiplier" "50" "spell_lifesteal_amp" "20" } } //================================================================================================================= // Trident //================================================================================================================= "item_trident" { "IsObsolete" "1" "ItemPurchasable" "0" } //================================================================================================================= // Combo Breaker //================================================================================================================= "item_combo_breaker" { "IsObsolete" "1" "ItemPurchasable" "0" } //================================================================================================================= // Refresher Shard //================================================================================================================= "item_refresher_shard" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "2" "Model" "models/props_gameplay/refresher_shard.vmdl" "Effect" "particles/generic_gameplay/dropped_refresher_shard.vpcf" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "180.0" "AbilityManaCost" "200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" "ItemQuality" "consumable" "ItemPurchasable" "0" "ItemStackable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemContributesToNetWorthWhenDropped" "0" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "12" "bonus_mana_regen" "6.0" "bonus_damage" "20" } } //================================================================================================================= // Recipe: Spirit Vessel //================================================================================================================= "item_recipe_spirit_vessel" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_spirit_vessel" "ItemRequirements" { "01" "item_urn_of_shadows*;item_crown;item_fluffy_hat" } } //================================================================================================================= // Spirit Vessel //================================================================================================================= "item_spirit_vessel" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "750" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "7.0" "AbilitySharedCooldown" "urn" // Items //------------------------------------------------------------------------------------------------------------- "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemStackable" "0" "ItemPermanent" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2780" "ItemQuality" "rare" "ItemAliases" "sv;spirit vessel" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana_regen" "1.75" "bonus_all_stats" "6" "bonus_armor" "2" "bonus_health" "125" "soul_radius" "1400" "soul_initial_charge" "2" "soul_additional_charges" "1" "soul_heal_amount" "40" "soul_damage_amount" "35" "duration" "8.0" "hp_regen_reduction_enemy" "45" "enemy_hp_drain" "4" } } //================================================================================================================= // Recipe: Vanguard //================================================================================================================= "item_recipe_vanguard" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_vanguard" "ItemRequirements" { "01" "item_ring_of_health;item_vitality_booster" } } //================================================================================================================= // Vanguard //================================================================================================================= "item_vanguard" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1700" "ItemShopTags" "regen_health;block;health_pool" "ItemQuality" "epic" "ItemAliases" "vg;vanguard" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "250" "bonus_health_regen" "4.5" "block_damage_melee" "50" "block_damage_ranged" "25" "block_chance" "60" } } //================================================================================================================= // Recipe: Crimson Guard //================================================================================================================= "item_recipe_crimson_guard" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1050" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_crimson_guard" "ItemRequirements" { "01" "item_vanguard;item_helm_of_iron_will" } } //================================================================================================================= // Crimson Guard //================================================================================================================= "item_crimson_guard" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "35.0" "AbilityCastRange" "1200" "AbilityManaCost" "75" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3725" "ItemShopTags" "armor;boost_armor;regen_health;block;health_pool" "ItemQuality" "epic" "ItemAlertable" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "250" "bonus_health_regen" "12" "bonus_armor" "8" "block_damage_melee" "75" "block_damage_ranged" "50" "block_chance" "60" "duration" "8" "bonus_aoe_radius" { "value" "1200" "affected_by_aoe_increase" "1" } "block_damage_active" "70" "block_chance_active" "100" "tooltip_reapply_time" "35" "strength_pct" "50" } } //================================================================================================================= // Recipe: Blade Mail //================================================================================================================= "item_recipe_blade_mail" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" "FightRecapLevel" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_blade_mail" "ItemRequirements" { "01" "item_broadsword;item_chainmail" } } //================================================================================================================= // Blade Mail //================================================================================================================= "item_blade_mail" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "25" "ItemCost" "2100" "ItemShopTags" "damage;armor;int;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "bm;blade mail;blademail" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "18" "bonus_armor" "7" "bonus_intellect" "0" "duration" "5.5" "passive_reflection_constant" "20" "passive_reflection_pct" "20" "active_reflection_pct" "85" } } //================================================================================================================= // Recipe: Soul Booster //================================================================================================================= "item_recipe_soul_booster" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_soul_booster" "ItemRequirements" { "01" "item_vitality_booster;item_energy_booster;item_point_booster" } } //================================================================================================================= // Booster //================================================================================================================= "item_soul_booster" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3000" "ItemShopTags" "regen_health;regen_mana;health_pool;mana_pool" "ItemQuality" "epic" "ItemAliases" "soul booster" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "425" "bonus_mana" "425" } } //================================================================================================================= // Recipe: Hood of Defiance //================================================================================================================= "item_recipe_hood_of_defiance" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_hood_of_defiance" "ItemPurchasable" "0" "ItemRequirements" { //"01" "item_ring_of_health;item_cloak;item_ring_of_regen" } } //================================================================================================================= // Hood of Defiance //================================================================================================================= "item_hood_of_defiance" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" "AbilityManaCost" "50" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "regen_health;magic_resist" "ItemQuality" "epic" "ItemAliases" "hood of defiance" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemPurchasable" "0" "IsObsolete" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_spell_resist" "18" "bonus_health_regen" "8.5" "tooltip_resist" "18" "barrier_block" "350" "barrier_duration" "12.0" } } //================================================================================================================= // Recipe: Eternal Shroud //================================================================================================================= "item_recipe_eternal_shroud" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "800" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_eternal_shroud" "ItemRequirements" { "01" "item_cloak;item_ogre_axe;item_vitality_booster" } } //================================================================================================================= // Eternal Shroud //================================================================================================================= "item_eternal_shroud" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3600" "ItemShopTags" "regen_health;magic_resist" "ItemQuality" "epic" "ItemAliases" "eternal shroud;es" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_spell_resist" "25" "bonus_strength" "14" "bonus_health" "250" "stack_threshold" "300" "stack_duration" "6" "stack_resist" "4" "mana_restore_pct" "20" "max_stacks" "6" } } //================================================================================================================= // Recipe: Rapier //================================================================================================================= "item_recipe_rapier" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_rapier" "ItemRequirements" { "01" "item_relic;item_demon_edge" } } //================================================================================================================= // Rapier //================================================================================================================= "item_rapier" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/divine_rapier.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5600" "ItemShopTags" "damage" "ItemQuality" "epic" "ItemAliases" "divine rapier" "ItemShareability" "ITEM_NOT_SHAREABLE" "ItemSellable" "0" "ItemKillable" "0" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS | DECLARE_PURCHASES_IN_SPEECH" "ItemContributesToNetWorthWhenDropped" "0" "AllowedInBackpack" "0" "IsTempestDoubleClonable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_spell_amp" "25" "bonus_damage" "350" } } //================================================================================================================= // Recipe: Monkey King Bar //================================================================================================================= "item_recipe_monkey_king_bar" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_monkey_king_bar" "ItemRequirements" { "01" "item_demon_edge;item_javelin;item_blitz_knuckles" } } //================================================================================================================= // Monkey King Bar //================================================================================================================= "item_monkey_king_bar" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4700" "ItemShopTags" "damage;attack_speed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "mkb;monkey king bar" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "40" "bonus_attack_speed" "45" "bonus_chance" "80" "bonus_chance_damage" "70" } } //================================================================================================================= // Recipe: Radiance //================================================================================================================= "item_recipe_radiance" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_radiance" "ItemRequirements" { "01" "item_relic;item_talisman_of_evasion" } } //================================================================================================================= // Radiance //================================================================================================================= "item_radiance" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE" "AbilityCastRange" "700" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4700" "ItemShopTags" "damage" "ItemQuality" "epic" "ItemAliases" "radiance" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "55" "aura_damage" "60" "aura_damage_illusions" "35" "upgrade_day_vision" "250" "evasion" "20" "blind_pct" "15" "aura_radius" "700" "illusion_multiplier_pct" "150" } } //================================================================================================================= // Recipe: Butterfly //================================================================================================================= "item_recipe_butterfly" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_butterfly" "ItemRequirements" { "01" "item_eagle;item_talisman_of_evasion;item_claymore" } } //================================================================================================================= // Butterfly //================================================================================================================= "item_butterfly" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" //"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5450" "ItemShopTags" "agi;damage;evasion;attack_speed" "ItemQuality" "epic" "ItemAliases" "bfly;butterfly" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "35" "bonus_evasion" "35" "bonus_attack_speed_pct" "20" "bonus_damage" "25" } } //================================================================================================================= // Recipe: Greater Crit //================================================================================================================= "item_recipe_greater_crit" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "900" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_greater_crit" "ItemRequirements" { "01" "item_lesser_crit;item_demon_edge" } } //================================================================================================================= // Greater Crit //================================================================================================================= "item_greater_crit" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5100" "ItemShopTags" "damage;crit" "ItemQuality" "epic" "ItemAliases" "daedalus" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "88" "crit_chance" "30" "crit_multiplier" "225" } } //================================================================================================================= // Recipe: Basher //================================================================================================================= "item_recipe_basher" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "825" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_basher" "ItemRequirements" { "01" "item_mithril_hammer;item_belt_of_strength" } } //================================================================================================================= // Basher //================================================================================================================= "item_basher" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitDamageType" "DAMAGE_TYPE_PHYSICAL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "2.3" "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2875" "ItemShopTags" "damage;str;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "skull basher" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "30" "bonus_strength" "10" "bash_chance_melee" "25" "bash_chance_ranged" "10" "bash_duration" "1.2" "bash_cooldown" "2.3" "bonus_chance_damage" "100" } } //================================================================================================================= // Recipe: Battlefury //================================================================================================================= "item_recipe_bfury" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_bfury" "ItemRequirements" { "01" "item_broadsword;item_claymore;item_cornucopia;item_quelling_blade" } } //================================================================================================================= // Battlefury //================================================================================================================= "item_bfury" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE | DOTA_UNIT_TARGET_CUSTOM" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityCastRange" "350" "AbilityCastPoint" "0.0" "AbilityCooldown" "4.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4100" "ItemShopTags" "damage;health_regen;mana_regen;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "bf;battle fury" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "65" "bonus_health_regen" "7.5" "bonus_mana_regen" "2.75" "cleave_damage_percent" "70" "cleave_damage_percent_creep" "40" "quelling_bonus" "10" "quelling_bonus_ranged" "5" "cleave_starting_width" "150" "cleave_ending_width" "360" "cleave_distance" "650" "upgraded_cleave_bonus" "25" "upgraded_damage_bonus" "15" } } //================================================================================================================= // Recipe: Manta //================================================================================================================= "item_recipe_manta" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" "FightRecapLevel" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1550" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_manta" "ItemRequirements" { "01" "item_yasha;item_diadem" } } //================================================================================================================= // Manta //================================================================================================================= "item_manta" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "125" "ItemCost" "4550" "ItemShopTags" "agi;str;int;attack_speed;move_speed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "manta style" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "10" "bonus_agility" "26" "bonus_intellect" "10" "bonus_attack_speed" "15" "bonus_movement_speed" "10" "images_count" "2" "tooltip_illusion_duration" "20" "images_do_damage_percent_melee" "-67" "tooltip_damage_outgoing_melee" "33" "images_take_damage_percent" "200" "tooltip_damage_incoming_total_pct" "300" "images_do_damage_percent_ranged" "-72" "tooltip_damage_outgoing_ranged" "28" "invuln_duration" "0.1" "vision_radius" "1000" } } //================================================================================================================= // Recipe: Lesser Crit //================================================================================================================= "item_recipe_lesser_crit" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_lesser_crit" "ItemRequirements" { "01" "item_claymore;item_blades_of_attack" } } //================================================================================================================= // Lesser Crit //================================================================================================================= "item_lesser_crit" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "damage;crit" "ItemQuality" "epic" "ItemAliases" "crystalys" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "32" "crit_chance" "30" "crit_multiplier" "160" "tooltip_crit_damage" "60" } } //================================================================================================================= // Recipe: Dragon Lance //================================================================================================================= "item_recipe_dragon_lance" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "450" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_dragon_lance" "ItemRequirements" { "01" "item_blade_of_alacrity;item_belt_of_strength" } } //================================================================================================================= // Dragon Lance //================================================================================================================= "item_dragon_lance" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1900" "ItemShopTags" "damage" "ItemQuality" "artifact" "ItemAliases" "dragon lance" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "15" "bonus_strength" "10" "base_attack_range" "150" } } //================================================================================================================= // Recipe: Armlet //================================================================================================================= "item_recipe_armlet" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "625" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_armlet" "ItemRequirements" { "01" "item_helm_of_iron_will;item_gloves;item_blades_of_attack" } } //================================================================================================================= // Armlet //================================================================================================================= "item_armlet" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2500" "ItemShopTags" "damage;attack_speed;armor;regen_health;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "armlet of mordiggian" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "15" "bonus_attack_speed" "25" "bonus_armor" "6" "bonus_health_regen" "5" "unholy_bonus_damage" "35" "unholy_bonus_strength" "25" "unholy_bonus_armor" "4" "unholy_bonus_slow_resistance" "35" "unholy_health_drain_per_second" "45" "toggle_cooldown" "0.036" } } //================================================================================================================= // Recipe: Invisibility Sword //================================================================================================================= "item_recipe_invis_sword" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_invis_sword" "ItemRequirements" { "01" "item_shadow_amulet*;item_blitz_knuckles;item_broadsword" } } //================================================================================================================= // Invisibility Sword //================================================================================================================= "item_invis_sword" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" "AbilitySharedCooldown" "shadow_blade" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "3000" "ItemShopTags" "damage;attack_speed;movespeed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "sb;invis;shadow blade;silver edge" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "20" "bonus_attack_speed" "35" "windwalk_duration" "14.0" "windwalk_movement_speed" "20" "windwalk_fade_time" "0.3" "windwalk_bonus_damage" "175" } } //================================================================================================================= // Recipe: Silver Edge //================================================================================================================= "item_recipe_silver_edge" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_silver_edge" "ItemRequirements" { "01" "item_invis_sword*;item_demon_edge" } } //================================================================================================================= // Silver Edge //================================================================================================================= "item_silver_edge" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20.0" "AbilitySharedCooldown" "shadow_blade" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "5450" "ItemShopTags" "damage;attack_speed;movespeed;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "sb;invis;shadow blade" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "60" "bonus_attack_speed" "35" "bonus_strength" "0" "bonus_intellect" "0" "bonus_mana_regen" "0" "windwalk_duration" "14.0" "windwalk_movement_speed" "25" "windwalk_fade_time" "0.3" "windwalk_bonus_damage" "300" "backstab_duration" "5" "visibility_radius" "1025" } } //================================================================================================================= // Recipe: Sange and Yasha //================================================================================================================= "item_recipe_sange_and_yasha" { // General //------------------------------------------------------------------------------------------------------------- // 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 //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4000" "ItemShopTags" "damage;str;agi;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "sny;s&y;sy;sange and yasha" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "16" "bonus_agility" "16" "status_resistance" "25" "bonus_attack_speed" "20" "movement_speed_percent_bonus" "12" "hp_regen_amp" "25" } } //================================================================================================================= // Recipe: Kaya and Sange //================================================================================================================= "item_recipe_kaya_and_sange" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_kaya_and_sange" "ItemRequirements" { "01" "item_sange;item_kaya" } } //================================================================================================================= // Kaya and Sange //================================================================================================================= "item_kaya_and_sange" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4000" "ItemShopTags" "damage;str;agi;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "snk;s&k;sk;sange and kaya" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "16" "bonus_intellect" "16" "status_resistance" "25" "mana_regen_multiplier" "50" "spell_amp" "12" "hp_regen_amp" "25" "spell_lifesteal_amp" "25" } } //================================================================================================================= // Recipe: Yasha and Kaya //================================================================================================================= "item_recipe_yasha_and_kaya" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_yasha_and_kaya" "ItemRequirements" { "01" "item_kaya;item_yasha" } } //================================================================================================================= // Yasha and Kaya //================================================================================================================= "item_yasha_and_kaya" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4000" "ItemShopTags" "damage;str;agi;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "ynk;y&k;sk;yasha and kaya" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "16" "bonus_intellect" "16" "bonus_attack_speed" "20" "mana_regen_multiplier" "50" "movement_speed_percent_bonus" "12" "spell_amp" "12" "spell_lifesteal_amp" "25" } } //================================================================================================================= // Recipe: Satanic //================================================================================================================= "item_recipe_satanic" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_satanic" "ItemRequirements" { "01" "item_lifesteal;item_claymore;item_reaver" } } //================================================================================================================= // Satanic //================================================================================================================= "item_satanic" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "2" "SpellDispellableType" "SPELL_DISPELLABLE_NO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5050" "ItemShopTags" "damage;str;armor;unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "satanic" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "25" "bonus_damage" "25" "lifesteal_percent" "30" "creep_lifesteal_reduction_pct" "40" "unholy_lifesteal_percent" "145" "unholy_lifesteal_total_tooltip" "175" "unholy_duration" "6.0" } } //================================================================================================================= // Recipe: Mjollnir //================================================================================================================= "item_recipe_mjollnir" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mjollnir" "ItemRequirements" { "01" "item_maelstrom*;item_hyperstone" } } //================================================================================================================= // Mjollnir //================================================================================================================= "item_mjollnir" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCastPoint" "0.0" "AbilityCooldown" "35.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "5500" "ItemShopTags" "damage;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "mjollnir" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "25" "bonus_attack_speed" "90" "static_duration" "15.0" "static_chance" "20" "static_strikes" "4" "static_damage" "225" "static_primary_radius" "600" "static_seconary_radius" "900" "static_radius" "900" "static_cooldown" "1.0" "chain_chance" "30" "chain_damage" "180" "chain_strikes" "12" "chain_radius" "650" "chain_delay" "0.25" "chain_cooldown" "0.2" "max_charges" "0" "illusion_multiplier_pct" "150" } } //================================================================================================================= // Recipe: Skadi //================================================================================================================= "item_recipe_skadi" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_skadi" "ItemRequirements" { "01" "item_ultimate_orb;item_point_booster" } } //================================================================================================================= // Skadi //================================================================================================================= "item_skadi" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5300" "ItemShopTags" "agi;str;int;hard_to_tag;mana_pool;health_pool;unique" "ItemQuality" "artifact" "ItemAliases" "eos;eye of skadi" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "22" "bonus_health" "220" "bonus_mana" "220" "cold_slow_melee" "-20" "cold_attack_slow_melee" "-10" "cold_slow_ranged" "-50" "cold_attack_slow_ranged" "-20" "cold_duration" "3.0" "heal_reduction" "40" } } //================================================================================================================= // Recipe: Sange //================================================================================================================= "item_recipe_sange" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_sange" "ItemRequirements" { "01" "item_ogre_axe;item_belt_of_strength" } } //================================================================================================================= // Sange //================================================================================================================= "item_sange" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "damage;str;unique" "ItemQuality" "artifact" "ItemAliases" "sange" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "16" "status_resistance" "16" "hp_regen_amp" "20" } } //================================================================================================================= // Recipe: Helm of the Dominator //================================================================================================================= "item_recipe_helm_of_the_dominator" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "650" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_helm_of_the_dominator" "ItemRequirements" { "01" "item_helm_of_iron_will;item_diadem" } } //================================================================================================================= // Helm of the Dominator //================================================================================================================= "item_helm_of_the_dominator" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "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" "700" "AbilityCastPoint" "0.0" "AbilityCooldown" "45.0" "MaxUpgradeLevel" "2" "ItemBaseLevel" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "2625" "ItemShopTags" "damage;armor;unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "hotd;helm of the dominator" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_stats" "6" "bonus_armor" "6" "bonus_regen" "6" "health_min" "1000" "speed_base" "380" "bounty_gold" "100" "creep_bonus_damage" "25" "creep_bonus_hp_regen" "12" "creep_bonus_mp_regen" "4" "creep_bonus_armor" "4" "model_scale" "0" "count_limit" "1" "creep_ability_level_increase" "0" } } //================================================================================================================= // Recipe: Helm of the Dominator //================================================================================================================= "item_recipe_helm_of_the_overlord" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_helm_of_the_overlord" "ItemRequirements" { "01" "item_helm_of_the_dominator;item_ultimate_orb" } } //================================================================================================================= // Helm of the Overlord //================================================================================================================= "item_helm_of_the_overlord" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CREEP" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_MAGIC_IMMUNE_ENEMIES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700" "AbilityCastPoint" "0.0" "AbilityCooldown" "45" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "5725" "ItemShopTags" "damage;armor;unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "hoto;helm of the overlord" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_stats" "21" "bonus_armor" "7" "bonus_regen" "7" "health_min" "1800" "speed_base" "380" "bounty_gold" "250" "creep_bonus_damage" "70" "creep_bonus_hp_regen" "12" "creep_bonus_mp_regen" "4" "creep_bonus_armor" "7" "model_scale" "20" "count_limit" "1" "creep_ability_level_increase" "1" } } //================================================================================================================= // Recipe: Maelstrom //================================================================================================================= "item_recipe_maelstrom" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_maelstrom" "ItemRequirements" { "01" "item_mithril_hammer;item_javelin;item_gloves" } } //================================================================================================================= // Maelstrom //================================================================================================================= "item_maelstrom" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2950" "ItemShopTags" "damage;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "maelstrom" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "25" "bonus_attack_speed" "25" "chain_chance" "30" "chain_damage" "120" "chain_strikes" "4" "chain_radius" "650" "chain_delay" "0.25" "chain_cooldown" "0.2" "illusion_multiplier_pct" "150" } } //================================================================================================================= // Recipe: Gleipnir //================================================================================================================= "item_recipe_gungir" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_gungir" "ItemRequirements" { "01" "item_maelstrom;item_rod_of_atos*" } } //================================================================================================================= // Gleipnir //================================================================================================================= "item_gungir" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" "AbilitySharedCooldown" "atos" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "18" "AbilityCastRange" "1100" "AbilityCastPoint" "0.0" "AbilityManaCost" "200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5450" "ItemShopTags" "damage;attack_speed;unique" "ItemQuality" "artifact" "ItemAliases" "gleipnir;gliepnir;glaypnir" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "30" "bonus_attack_speed" "30" "chain_chance" "30" "chain_damage" "160" "chain_strikes" "4" "chain_radius" "650" "chain_delay" "0.25" "chain_cooldown" "0.2" "bonus_intellect" "24" "bonus_hp" "350" "duration" "2.0" "radius" { "value" "375" "affected_by_aoe_increase" "1" } "active_damage" "180" "illusion_multiplier_pct" "150" } } //================================================================================================================= // Recipe: Desolator //================================================================================================================= "item_recipe_desolator" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_desolator" "ItemRequirements" { "01" "item_mithril_hammer;item_mithril_hammer;item_blight_stone" } } //================================================================================================================= // Desolator //================================================================================================================= "item_desolator" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "3500" "ItemShopTags" "damage;unique" "ItemQuality" "artifact" "ItemAliases" "desolator" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "SpellDispellableType" "SPELL_DISPELLABLE_YES" "ShouldBeSuggested" "1" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "50" "corruption_armor" "-6" "corruption_duration" "7.0" "bonus_damage_per_kill" "2" "bonus_damage_per_assist" "1" "max_damage" "30" } } //================================================================================================================= // Recipe: Yasha //================================================================================================================= "item_recipe_yasha" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "550" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_yasha" "ItemRequirements" { "01" "item_blade_of_alacrity;item_boots_of_elves" } } //================================================================================================================= // Yasha //================================================================================================================= "item_yasha" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2000" "ItemShopTags" "agi;attack_speed;move_speed" "ItemQuality" "artifact" "ItemAliases" "yasha" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "16" "bonus_attack_speed" "15" "movement_speed_percent_bonus" "10" } } //================================================================================================================= // Recipe: Mask of Madness //================================================================================================================= "item_recipe_mask_of_madness" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mask_of_madness" "ItemRequirements" { "01" "item_lifesteal;item_broadsword" } } //================================================================================================================= // Mask of Madness //================================================================================================================= "item_mask_of_madness" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "16.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "25" "ItemCost" "1900" "ItemShopTags" "unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "mom;mask of madness" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "20" "lifesteal_percent" "24" "creep_lifesteal_reduction_pct" "40" "berserk_bonus_attack_speed" "110" "berserk_bonus_movement_speed" "30" "berserk_armor_reduction" "8" "berserk_duration" "6.0" } } //================================================================================================================= // Recipe: Diffusal Blade //================================================================================================================= "item_recipe_diffusal_blade" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1050" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_diffusal_blade" "ItemRequirements" { "01" "item_blade_of_alacrity;item_robe" } } //================================================================================================================= // Diffusal Blade //================================================================================================================= "item_diffusal_blade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "25" "AbilitySharedCooldown" "diffusal" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2500" "ItemShopTags" "agi;int;unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "diffusal blade 1" "ItemPermanent" "1" "UpgradesItems" "item_diffusal_blade" "UpgradeRecipe" "item_recipe_diffusal_blade" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "15" "bonus_intellect" "10" "feedback_mana_burn" "40" "feedback_mana_burn_illusion_melee" "8" "feedback_mana_burn_illusion_ranged" "8" "purge_rate" "5" "purge_root_duration" "3.0" "purge_slow_duration" "4.0" "damage_per_burn" "1" } } //================================================================================================================= // Recipe: Disperser //================================================================================================================= "item_recipe_disperser" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "800" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_disperser" "ItemRequirements" { "01" "item_diffusal_blade;item_eagle" } } //================================================================================================================= // Disperser //================================================================================================================= "item_disperser" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_AOE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "75" "AbilitySharedCooldown" "diffusal" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "6100" "ItemShopTags" "agi;int;unique;hard_to_tag" "ItemQuality" "artifact" "ItemAliases" "diffusal blade 1" "ItemPermanent" "1" "UpgradesItems" "item_diffusal_blade" "UpgradeRecipe" "item_recipe_diffusal_blade" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "40" "bonus_intellect" "10" "feedback_mana_burn" "40" "feedback_mana_burn_illusion_melee" "8" "feedback_mana_burn_illusion_ranged" "8" "purge_rate" "5" "purge_root_duration" "3.0" "damage_per_burn" "1.0" "enemy_effect_duration" "5.0" "ally_effect_duration" "5.0" "movement_speed_buff_rate" "5" "phase_movement_speed" "100" } } //================================================================================================================= // Recipe: Ethereal Blade //================================================================================================================= "item_recipe_ethereal_blade" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ethereal_blade" "ItemRequirements" { "01" "item_aether_lens;item_ghost*" } } //================================================================================================================= // Ethereal Blade //================================================================================================================= "item_ethereal_blade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY | DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_CREEP" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCastPoint" "0.0" "AbilityCooldown" "22.0" "AbilitySharedCooldown" "ethereal" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "5375" "ItemShopTags" "agi;str;int;hard_to_tag" "ItemQuality" "epic" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemAliases" "eb;ethereal blade;eblade" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "8" "bonus_strength" "8" "bonus_intellect" "8" "bonus_mana" "300" "bonus_cast_range" "250" "bonus_mana_regen" "3" "blast_movement_slow" "-80" "duration" "4.0" "blast_agility_multiplier" "1.5" "blast_damage_base" "50" "duration_ally" "4.0" "ethereal_damage_bonus" "-40" "projectile_speed" "1275" } } //================================================================================================================= // Recipe: Soul Ring //================================================================================================================= "item_recipe_soul_ring" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "350" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_soul_ring" "ItemRequirements" { "01" "item_ring_of_protection;item_gauntlets;item_gauntlets" } } //================================================================================================================= // Soul Ring //================================================================================================================= "item_soul_ring" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityHealthCost" "170" "ItemCost" "805" "ItemShopTags" "regen_health;boost_mana" "ItemQuality" "common" "ItemAliases" "soul ring" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "6" "bonus_armor" "2" "mana_gain" "170" "duration" "10" } } //================================================================================================================= // Recipe: Arcane Boots //================================================================================================================= "item_recipe_arcane_boots" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "375" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_arcane_boots" "ItemRequirements" { "01" "item_boots*;item_ring_of_basilius" } } //================================================================================================================= // Arcane Boots //================================================================================================================= "item_arcane_boots" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "55.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "1300" "ItemShopTags" "move_speed;boost_mana;mana_pool" "ItemQuality" "rare" "ItemAliases" "mana;mb;arcane boots" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER" "ItemAlertable" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement" "45" "mana_regen" "0.75" "aura_mana_regen" "1" "aura_radius" "1200" "replenish_amount" "175" "replenish_radius" { "value" "1200" "affected_by_aoe_increase" "1" } } } //================================================================================================================= // Recipe: Octarine Core //================================================================================================================= "item_recipe_octarine_core" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_octarine_core" "ItemRequirements" { "01" "item_tiara_of_selemene;item_soul_booster" } } //================================================================================================================= // Octarine Core //================================================================================================================= "item_octarine_core" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4800" "ItemShopTags" "move_speed;boost_mana;mana_pool" "ItemQuality" "rare" "ItemAliases" "mana;mb;octarine core" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_cooldown" "25" "bonus_health" "625" "bonus_mana" "625" "bonus_health_regen" "0" "bonus_mana_regen" "6" } } //================================================================================================================= // Orb of Venom //================================================================================================================= "item_orb_of_venom" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "hard_to_tag" "ItemQuality" "component" "ItemAliases" "oov;orb of venom" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "poison_damage_melee" "2.0" "poison_damage_range" "2.0" "poison_movement_speed_melee" "-13" "poison_movement_speed_range" "-4" "poison_duration" "2.0" } } //================================================================================================================= // Blight Stone //================================================================================================================= "item_blight_stone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "300" "ItemShopTags" "hard_to_tag" "ItemQuality" "component" "ItemAliases" "blight stone" "ShouldBeInitiallySuggested" "1" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "corruption_armor" "-2" "corruption_duration" "8.0" } } //================================================================================================================= // Recipe: Orb of Corrosion //================================================================================================================= "item_recipe_orb_of_corrosion" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_orb_of_corrosion" "ItemRequirements" { "01" "item_orb_of_venom;item_ring_of_protection;item_gloves" } } //================================================================================================================= // Orb of Corrosion //================================================================================================================= "item_orb_of_corrosion" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemCost" "875" "ItemShopTags" "hard_to_tag" "ItemQuality" "rare" "ItemAliases" "ooc;orb of corrosion;corosion;corossion" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "armor" "3" "slow_melee" "13" "slow_range" "4" "damage" "5" "duration" "3" "attack_speed" "25" "heal_reduction" "20" } } //================================================================================================================= // Recipe: Falcon Blade //================================================================================================================= "item_recipe_falcon_blade" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_falcon_blade" "ItemRequirements" { "01" "item_fluffy_hat;item_sobi_mask;item_blades_of_attack" } } //================================================================================================================= // Falcon Blade //================================================================================================================= "item_falcon_blade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1125" "ItemShopTags" "hard_to_tag" "ItemQuality" "rare" "ItemAliases" "fb;falcon blade" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "200" "bonus_mana_regen" "1.8" "bonus_damage" "14" } } //================================================================================================================= // Recipe: Mage Slayer //================================================================================================================= "item_recipe_mage_slayer" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "400" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_mage_slayer" "ItemRequirements" { "01" "item_cloak;item_oblivion_staff" } } //================================================================================================================= // Mage Slayer //================================================================================================================= "item_mage_slayer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "SpellDispellableType" "SPELL_DISPELLABLE_YES" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" // Stats //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2825" "ItemShopTags" "hard_to_tag" "ItemQuality" "rare" "ItemAliases" "mage slayer;ms" "ShouldBeInitiallySuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_magical_armor" "20" "bonus_attack_speed" "45" "spell_amp_debuff" "40" "bonus_mana_regen" "2" "duration" "3" "bonus_intellect" "10" "dps" "25" } } //================================================================================================================= // Recipe: Ancient Janggo of Endurance //================================================================================================================= "item_recipe_ancient_janggo" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "500" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ancient_janggo" "ItemRequirements" { "01" "item_belt_of_strength;item_robe;item_wind_lace" } } //================================================================================================================= // Ancient Janggo of Endurance //================================================================================================================= "item_ancient_janggo" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "ItemPermanent" "1" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" //"SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1650" "ItemShopTags" "str;agi;int;damage;move_speed;attack_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "drum of endurance" "ItemInitialCharges" "8" "ItemDisplayCharges" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" //"ItemRequiresCharges" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "aura_movement_speed" "20" "bonus_str" "7" "bonus_int" "7" "bonus_attack_speed_pct" "45" "bonus_movement_speed_pct" "13" "duration" "6" "radius" "1200" "charges_tooltip" "8" } } //================================================================================================================= // Recipe: Marching Boots //================================================================================================================= "item_recipe_boots_of_bearing" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1700" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_boots_of_bearing" "ItemRequirements" { "01" "item_tranquil_boots;item_ancient_janggo" } } //================================================================================================================= // Ancient Janggo of Endurance //================================================================================================================= "item_boots_of_bearing" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "ItemPermanent" "1" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" //"SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4275" "ItemShopTags" "str;agi;int;damage;move_speed;attack_speed;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "marching boots" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "aura_movement_speed" "20" "bonus_str" "8" "bonus_int" "8" "bonus_attack_speed_pct" "50" "bonus_movement_speed_pct" "15" "duration" "6" "radius" { "value" "1200" "affected_by_aoe_increase" "1" } "bonus_movement_speed" "65" "bonus_health_regen" "15" "bonus_ms_duration" "1.5" } } //================================================================================================================= // Recipe: Medallion of Courage //================================================================================================================= "item_recipe_medallion_of_courage" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemPurchasable" "0" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_medallion_of_courage" "ItemRequirements" { "01" "item_chainmail;item_sobi_mask;item_blight_stone" } } //================================================================================================================= // Medallion of Courage //================================================================================================================= "item_medallion_of_courage" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" "ItemPurchasable" "0" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1000" "AbilityCooldown" "16.0" "AbilitySharedCooldown" "medallion" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1025" "ItemShopTags" "armor;regen_mana;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "medallion of courage" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "5" "bonus_mana_regen_pct" "1.5" "armor_reduction" "-6" "duration" "8" } } //================================================================================================================= // Recipe: Solar Crest //================================================================================================================= "item_recipe_solar_crest" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "600" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_solar_crest" "ItemRequirements" { "01" "item_pavise*;item_crown;item_wind_lace" } } //================================================================================================================= // Solar Crest //================================================================================================================= "item_solar_crest" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1000" "AbilityCooldown" "16.0" "AbilitySharedCooldown" "pavise" "AbilityManaCost" "100" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2700" "ItemShopTags" "armor;regen_mana;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "solar crest" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "4" "bonus_all_stats" "4" "self_movement_speed" "25" "bonus_mana" "300" "bonus_health" "200" "target_movement_speed" "15" "target_attack_speed" "70" "target_armor" "7" "duration" "8" "absorb_amount" "400" } } //================================================================================================================= // Recipe: Pavise //================================================================================================================= "item_recipe_pavise" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "175" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_pavise" "ItemRequirements" { "01" "item_energy_booster;item_ring_of_protection;item_fluffy_hat" } } //================================================================================================================= // Medallion of Courage //================================================================================================================= "item_pavise" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1000" "AbilityCooldown" "16.0" "AbilityManaCost" "75" "AbilitySharedCooldown" "pavise" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1400" "ItemShopTags" "armor;regen_mana;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "pavise" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "2" "bonus_mana" "250" "bonus_health" "150" "duration" "8" "absorb_amount" "300" } } //================================================================================================================= // Smoke of Deceit //================================================================================================================= "item_smoke_of_deceit" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "Model" "models/props_gameplay/smoke.vmdl" "Effect" "particles/generic_gameplay/dropped_smoke.vpcf" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "1.0" "AbilityCastRange" "1200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "50" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "smoke of deceit" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDisplayCharges" "1" "ItemStockInitial" "2" "ItemStockMax" "3" "ItemStockTime" "420.0" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemSupport" "1" "ItemAlertable" "1" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "application_radius" "1200" "visibility_radius" "1025" "bonus_movement_speed" "15" "duration" "45.0" "second_cast_cooldown" "2.0" "secondary_application_radius" "300" } } //================================================================================================================= // Tome of Knowledge //================================================================================================================= "item_tome_of_knowledge" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "FightRecapLevel" "1" "Model" "models/gameplay/attrib_tome_xp.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "75" "ItemPurchasable" "0" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemAliases" "tome of knowledge" "ItemStackable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "AbilitySharedCooldown" "tome" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemDisplayCharges" "1" "ItemStockMax" "3" "ItemStockInitial" "0" "ItemStockTime" "600.0" "ItemInitialStockTime" "690.0" "BonusDelayedStockCount" "0" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS" "ItemSupport" "1" "IsTempestDoubleClonable" "0" "IsObsolete" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "xp_bonus" "700" "xp_per_use" "135" } } //================================================================================================================= // Recipe: Veil of Discord //================================================================================================================= "item_recipe_veil_of_discord" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "300" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_veil_of_discord" "ItemRequirements" { "01" "item_helm_of_iron_will;item_crown" } } //================================================================================================================= // Veil of discord //================================================================================================================= "item_veil_of_discord" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "16" "AbilityCastRange" "900" "AbilityCastPoint" "0.0" "AbilityManaCost" "50" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1725" "ItemShopTags" "int;armor;regen_health;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "vod;veil of discord" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "4" "bonus_armor" "4" "bonus_hp_regen" "4" "spell_amp" "10" "debuff_radius" { "value" "900" "affected_by_aoe_increase" "1" } "resist_debuff_duration" "16.0" } } //================================================================================================================= // Recipe: Veil of Discord //================================================================================================================= "item_recipe_revenants_brooch" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "800" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_revenants_brooch" "ItemRequirements" { "01" "item_relic;item_voodoo_mask" } } //================================================================================================================= // Veil of discord //================================================================================================================= "item_revenants_brooch" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" // Stats //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "4900" "ItemShopTags" "int;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "staff;misery;sm" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "70" "spell_lifesteal" "20" "manacost_per_hit" "50" } } //================================================================================================================= // Recipe: Parasma //================================================================================================================= "item_recipe_devastator" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "400" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_devastator" "ItemRequirements" { "01" "item_witch_blade;item_mystic_staff" } } //================================================================================================================= // Parasma //================================================================================================================= "item_devastator" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "7" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "5975" "ItemShopTags" "int;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "staff;misery;sm" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "40" "bonus_attack_speed" "40" "bonus_armor" "8" "bonus_mana_regen" "1.5" "projectile_speed" "300" "int_damage_multiplier" "1" "slow" "25" "slow_duration" "4" "active_mres_reduction" "20" "passive_cooldown" "4" } } //================================================================================================================= // Recipe: Guardian Greaves //================================================================================================================= "item_recipe_guardian_greaves" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1450" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_guardian_greaves" "ItemRequirements" { "01" "item_mekansm;item_arcane_boots;item_buckler" } } //================================================================================================================= // Guardian Greaves //================================================================================================================= "item_guardian_greaves" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "40" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "4950" "ItemShopTags" "int;armor;regen_health;hard_to_tag" "ItemQuality" "rare" "ItemAliases" "guardian greaves" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ItemAlertable" "1" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement" "50" "bonus_armor" "4" "mana_regen" "1.5" "aura_health_regen" "2.5" "aura_armor" "3" "aura_mana_regen" "1.5" "aura_radius" "1200" "aura_health_regen_bonus" "14.5" "aura_mana_regen_bonus" "5" "aura_armor_bonus" "8" "aura_bonus_threshold" "25" "replenish_health" "350" "replenish_mana" "200" "replenish_radius" { "value" "1200" "affected_by_aoe_increase" "1" } "max_health_pct_heal_amount" "0" } } //================================================================================================================= // Recipe: Rod of Atos //================================================================================================================= "item_recipe_rod_of_atos" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "250" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_rod_of_atos" "ItemRequirements" { "01" "item_staff_of_wizardry;item_vitality_booster" } } //================================================================================================================= // Rod of Atos //================================================================================================================= "item_rod_of_atos" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" "AbilitySharedCooldown" "atos" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "18" "AbilityCastRange" "1100" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "50" "ItemCost" "2250" "ItemShopTags" "int;regen_health" "ItemQuality" "rare" "ItemAliases" "rod of atos" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intellect" "15" "bonus_hp" "300" "duration" "2.0" } } //================================================================================================================= // Recipe: Iron Talon //================================================================================================================= "item_recipe_iron_talon" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.mdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1" "ItemShopTags" "" "ItemPurchasable" "0" "IsObsolete" "1" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_iron_talon" "ItemRequirements" { "01" "item_quelling_blade*;item_ring_of_protection" } } //================================================================================================================= // Iron Talon //================================================================================================================= "item_iron_talon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE | DOTA_UNIT_TARGET_CUSTOM" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_PREFER_ENEMIES" "AbilityCastRange" "350" "AbilityCastPoint" "0.0" "AbilityCooldown" "25.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" "ItemCost" "0" "ItemShopTags" "damage" "ItemQuality" "common" "ItemAliases" "quelling blade" "ItemPurchasable" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "15" "quelling_range_tooltip" "350" "cast_range_ward" "450" "creep_damage_pct" "40" "bonus_armor" "2" "alternative_cooldown" "4" } } //================================================================================================================= // Recipe: Abyssal Blade //================================================================================================================= "item_recipe_abyssal_blade" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1675" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_abyssal_blade" "ItemRequirements" { "01" "item_basher;item_vanguard" } } //================================================================================================================= // Abyssal Blade //================================================================================================================= "item_abyssal_blade" { // General //------------------------------------------------------------------------------------------------------------- "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" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES_STRONG" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "35" "AbilityCastRange" "150" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75" "ItemCost" "6250" "ItemShopTags" "damage;str;hard_to_tag" "ItemQuality" "epic" "ItemAliases" "abyssal blade" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "35" "bonus_health" "250" "bonus_health_regen" "10" "block_damage_melee" "70" "block_damage_ranged" "35" "block_chance" "60" "bonus_strength" "10" "bash_chance_melee" "25" "bash_chance_ranged" "10" "bash_duration" "1.2" "bash_cooldown" "2.3" "bonus_chance_damage" "120" "stun_duration" "1.6" } } //================================================================================================================= // Recipe: Heaven's Halberd //================================================================================================================= "item_recipe_heavens_halberd" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "200" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_heavens_halberd" "ItemRequirements" { "01" "item_sange;item_talisman_of_evasion" } } //================================================================================================================= // Heaven's Halberd //================================================================================================================= "item_heavens_halberd" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "18" "AbilityCastRange" "650" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "100" "ItemCost" "3500" "ItemShopTags" "str;damage;evasion" "ItemQuality" "artifact" "ItemAliases" "heaven's halberd" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_evasion" "25" "bonus_strength" "20" "disarm_range" "5.0" "disarm_melee" "3.0" "status_resistance" "16" "hp_regen_amp" "25" } } //================================================================================================================= // Recipe: Ring of Aquila //================================================================================================================= "item_recipe_ring_of_aquila" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemPurchasable" "0" "IsObsolete" "1" // 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 //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE" "AbilityCastRange" "1200" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemShopTags" "" "ItemAliases" "roa;ring of aquila" "ItemShareability" "" "ActiveDescriptionLine" "2" "ItemPurchasable" "0" "ShouldBeSuggested" "0" "ItemSellable" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" // Sound //------------------------------------------------------------------------------------------------------------- "UIPickupSound" "Item.PickUpRingShop" "UIDropSound" "Item.DropRingShop" "WorldDropSound" "Item.DropRingWorld" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "3" "bonus_strength" "3" "bonus_agility" "9" "bonus_intellect" "3" "aura_radius" "1200" "aura_mana_regen" "1" "aura_bonus_armor" "2" } } //================================================================================================================= // Recipe: Tranquil Boots //================================================================================================================= "item_recipe_tranquil_boots" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_tranquil_boots" "ItemRequirements" { "01" "item_boots;item_wind_lace;item_ring_of_regen" } } //================================================================================================================= // Tranquil Boots //================================================================================================================= "item_tranquil_boots" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "13.0" "AbilityManaCost" "0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "925" "ItemShopTags" "move_speed;regen_health;armor" "ItemQuality" "rare" "ItemAliases" "tranquil boots" "ItemHideCharges" "1" "ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "65" "bonus_armor" "0" "bonus_health_regen" "14" "heal_duration" "20.0" "heal_amount" "250" "heal_interval" "0.334" "break_time" "13" "break_count" "1" "break_threshold" "20" "broken_movement_speed" "40" } } //================================================================================================================= // Shadow Amulet //================================================================================================================= "item_shadow_amulet" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_MOVEMENT" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCooldown" "7.0" "AbilityManaCost" "0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" "ItemAliases" "shadow amulet" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "fade_time" "1.25" "fade_duration" "15" } } //================================================================================================================= // Recipe: Glimmer Cape //================================================================================================================= "item_recipe_glimmer_cape" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "350" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_glimmer_cape" "ItemRequirements" { "01" "item_shadow_amulet*;item_cloak" } } //================================================================================================================= // Glimmer Cape //================================================================================================================= "item_glimmer_cape" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_MOVEMENT" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCooldown" "14.0" "AbilityManaCost" "90" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "2150" "ItemShopTags" "" "ItemQuality" "rare" "ItemAliases" "glimmer cape" "ShouldBeSuggested" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "initial_fade_delay" "0.5" "secondary_fade_delay" "0.5" "active_movement_speed" "40" "duration" "5" "bonus_magical_armor" "25" "barrier_block" "300" } } //================================================================================================================ //================================================================================================================ //================================================================================================================ //================================================================================================================ //================================================================================================================= // RiverPainter //================================================================================================================= "item_river_painter" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17022" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // RiverPainter2 //================================================================================================================= "item_river_painter2" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17023" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // RiverPainter3 //================================================================================================================= "item_river_painter3" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17024" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // RiverPainter4 //================================================================================================================= "item_river_painter4" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17025" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // RiverPainter5 //================================================================================================================= "item_river_painter5" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17026" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // RiverPainter6 //================================================================================================================= "item_river_painter6" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17027" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // RiverPainter7 //================================================================================================================= "item_river_painter7" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "IsObsolete" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" "AbilityCastPoint" "0.0" "AbilityCooldown" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemQuality" "component" "ItemAliases" "paint" "ItemStockMax" "1" "ItemStockInitial" "1" "ItemStackable" "1" "ItemStockTime" "900.0" "AssociatedConsumable" "17047" "EventID" "14" "PlayerSpecificCooldown" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "paint_duration" "900.0" } } //================================================================================================================= // Mutation Tombstone //================================================================================================================= "item_mutation_tombstone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityName" "item_tombstone" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "Model" "models/props_gameplay/tombstoneb01.vmdl" "PingOverrideText" "DOTA_Chat_Tombstone_Pinged" "precache" { "particle_folder" "particles/units/heroes/hero_morphling" } // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "100" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemPurchasable" "0" "ItemShopTags" "consumable" "ItemQuality" "consumable" "ItemStackable" "1" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPermanent" "0" "ItemInitialCharges" "1" "ItemCastOnPickup" "1" "ItemKillable" "0" } "item_super_blink" { // General //------------------------------------------------------------------------------------------------------------- "AbilityName" "item_super_blink" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" "ItemPurchasable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "0" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "0" // Item Info //------------------------------------------------------------------------------------------------------------- // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "blink_range" "1200" "blink_range_clamp" "960" } } "item_pocket_tower" { // General //------------------------------------------------------------------------------------------------------------- "AbilityName" "item_pocket_tower" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "ItemPurchasable" "0" "IsTempestDoubleClonable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.0" "AbilityCooldown" "15.0" "AbilityManaCost" "0" // Item Info //------------------------------------------------------------------------------------------------------------- } "item_pocket_roshan" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" "AbilityCooldown" "60.0" "AbilityManaCost" "0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemQuality" "rare" "ItemPurchasable" "0" "IsTempestDoubleClonable" "0" "AbilityValues" { "summon_duration" "60" } } //================================================================================================================= // Keen Optic //================================================================================================================= "item_keen_optic" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemPurchasable" "0" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "cast_range_bonus" "75" "bonus_mana_regen" "1.25" } } //================================================================================================================= // Grove Bow //================================================================================================================= "item_grove_bow" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemPurchasable" "0" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "attack_range_bonus" "100" "attack_speed_bonus" "20" "magic_resistance_reduction" "15" "debuff_duration" "6" } } //================================================================================================================= // Quickening Charm //================================================================================================================= "item_quickening_charm" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_cooldown" "10" "bonus_health_regen" "10" } } //================================================================================================================= // Philosopher's Stone //================================================================================================================= "item_philosophers_stone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_gpm" "75" "bonus_mana" "200" "bonus_damage" "-30" } } //================================================================================================================= // Force Boots //================================================================================================================= "item_force_boots" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH | DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_CUSTOM" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "750" "AbilityCooldown" "8.0" "AbilityManaCost" "75" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "DisplayOverheadAlertOnReceived" "0" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "115" "push_length" "750" "push_duration" "0.5" "hp_regen" "30" } } //================================================================================================================= // Desolator 2 Stygian //================================================================================================================= "item_desolator_2" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "60" "corruption_armor" "-10" "corruption_duration" "7.0" } } //================================================================================================================= // Phoenix Ash //================================================================================================================= "item_phoenix_ash" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemInitialCharges" "1" "ItemPermanent" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_pct" "50" } } //================================================================================================================= // Seer Stone //================================================================================================================= "item_seer_stone" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE" "FightRecapLevel" "1" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "0" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "cast_range_bonus" "350" "vision_bonus" "350" "mana_regen" "10" "radius" { "value" "800" "affected_by_aoe_increase" "1" } "duration" "6" } } //================================================================================================================= // Greater Mango //================================================================================================================= "item_greater_mango" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/mango.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemStackable" "0" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" } //================================================================================================================= // Elixer //================================================================================================================= "item_elixer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/salve.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCastPoint" "0.0" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemInitialCharges" "3" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health" "500" "mana" "250" "duration" "6" } } //================================================================================================================= // Vampire Fangs //================================================================================================================= "item_vampire_fangs" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "attack_lifesteal" "15" "spell_lifesteal" "10" "night_vision" "300" "creep_lifesteal_reduction_pct" "40" } } //================================================================================================================= // Arcanist's Armor //================================================================================================================= "item_force_field" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCooldown" "20" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_aoe_radius" "1200" "bonus_aoe_armor" "5" "self_armor" "5" "self_mres" "20" "bonus_aoe_mres" "20" "active_reflection_pct" "40" } } //================================================================================================================= // Force Field //================================================================================================================= "item_black_powder_bag" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "AbilityCooldown" "20" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "7" "radius" "400" "damage" "250" "blind_duration" "2" "blind_pct" "100" } } //================================================================================================================= // Force Field //================================================================================================================= "item_mechanical_arm" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bat" "0.1" "stun_chance" "10" "stun_duration" "0.1" } } //================================================================================================================= // Craggy Coat //================================================================================================================= "item_craggy_coat" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "12" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "armor_bonus" "8" "move_speed" "30" "active_armor" "12" "active_duration" "8" "bonus_health" "150" } } //================================================================================================================= // Greater Faerie Fire //================================================================================================================= "item_greater_faerie_fire" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemQuality" "consumable" "ItemPurchasable" "0" "ItemInitialCharges" "3" "ItemPermanent" "0" "AbilityCooldown" "10.0" "IsTempestDoubleClonable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "20" "hp_restore" "250" } } //================================================================================================================= // Timeless Relic //================================================================================================================= "item_timeless_relic" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "debuff_amp" "20" "spell_amp" "15" } } //================================================================================================================= // Mirror Shield //================================================================================================================= "item_mirror_shield" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "reflect_chance" "75" "all_stats" "10" "block_cooldown" "12.0" } } //================================================================================================================= // Recipe: Ironwood Tree //================================================================================================================= "item_recipe_ironwood_tree" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_ironwood_tree" } //================================================================================================================= // Ironwood Tree //================================================================================================================= "item_ironwood_tree" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "800" "AbilityCooldown" "15.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "6" "tree_duration" "20" } } //================================================================================================================= // Mango Tree //================================================================================================================= "item_mango_tree" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemQuality" "consumable" "ItemPurchasable" "0" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "seconds" "60" } } //================================================================================================================= // Royal Jelly //================================================================================================================= "item_royal_jelly" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "300" "AbilityCastPoint" "0.0" // Stats //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemQuality" "consumable" "ItemPurchasable" "0" "AbilityCharges" "10" "AbilityChargeRestoreTime" "8" "ItemInitialCharges" "5" "ItemRequiresCharges" "1" "ItemDisplayCharges" "1" "ItemStackable" "0" "ItemPermanent" "0" "IsTempestDoubleClonable" "1" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "50" "bonus_mana" "50" "max_charges" "10" "use_cooldown" "12" "health_regen" "2.0" "mana_regen" "1.0" "regen_duration" "10" } } //================================================================================================================= // Pupil's Gift //================================================================================================================= "item_pupils_gift" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "secondary_stats" "15" } } //================================================================================================================= // Tome of Aghanim //================================================================================================================= "item_tome_of_aghanim" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemInitialCharges" "1" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration_minutes" "3" } } //================================================================================================================= // Repair Kit //================================================================================================================= "item_repair_kit" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_BUILDING" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemQuality" "consumable" "ItemPurchasable" "0" "ItemInitialCharges" "3" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "AbilityCooldown" "60.0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "30" "heal_percent" "40" "armor_bonus" "10" "hp_regen" "25" } } //================================================================================================================= // Mind Breaker //================================================================================================================= "item_mind_breaker" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "AbilityCooldown" "12.0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "magic_damage" "45" "attack_speed" "30" "duration" "2.0" } } //================================================================================================================= // Third Eye //================================================================================================================= "item_third_eye" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemInitialCharges" "3" "ItemPermanent" "0" "IsTempestDoubleClonable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "truesight_radius" "500" "bonus_vision" "300" "bonus_all_stats" "7" } } //================================================================================================================= // Spell Prism //================================================================================================================= "item_spell_prism" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_cooldown" "12" "bonus_all_stats" "5" "mana_regen" "2" } } //================================================================================================================= // Prince's Knife //================================================================================================================= "item_princes_knife" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "10.0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "1.5" "movespeed" "140" "projectile_bonus" "60" } } //================================================================================================================= // Witless Shako //================================================================================================================= "item_witless_shako" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "max_health" "1350" "max_mana" "400" } } //================================================================================================================= // Imp Claw //================================================================================================================= "item_imp_claw" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "7.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "crit_multiplier" "130" "bonus_damage" "26" } } //================================================================================================================= // Flicker //================================================================================================================= "item_flicker" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "5.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "IsObsolete" "1" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "max_range" "600" "min_range" "200" "bonus_movement_speed" "35" } } //================================================================================================================= // Spy Gadget (Telescope) //================================================================================================================= "item_spy_gadget" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "scan_cooldown_reduction" "50" "attack_range" "125" "cast_range" "125" "aura_range" "1200" } } //================================================================================================================= // Spider Legs //================================================================================================================= "item_spider_legs" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "12.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "25" "turn_rate" "50" "bonus_movement_speed_active" "18" "duration" "3.5" } } //================================================================================================================= // Helm of the Undying //================================================================================================================= "item_helm_of_the_undying" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "6" "duration" "5" } } //================================================================================================================= // Vambrace //================================================================================================================= "item_vambrace" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "damage;int;agi;str" "ItemQuality" "common" "ItemAliases" "bracer" "ItemIsNeutralDrop" "1" "ItemSellable" "0" "ItemPurchasable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_primary_stat" "8" "bonus_secondary_stat" "2" "bonus_spell_amp" "6" "bonus_magic_resistance" "8" "bonus_attack_speed" "10" } } //================================================================================================================= // Horizon //================================================================================================================= "item_horizon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_CUSTOM" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1600" "AbilityCooldown" "10.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "knockback_distance" "250" "knockback_duration" "1" } } //================================================================================================================= // Fusion Rune //================================================================================================================= "item_fusion_rune" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemInitialCharges" "3" "ItemPermanent" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "120.0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "50" } } //================================================================================================================= // //================================================================================================================= "item_ocean_heart" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "all_stats" "5" "water_hp_regen" "10" "water_mp_regen" "5" } } //================================================================================================================= // //================================================================================================================= "item_spark_of_courage" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "damage" "16" "armor" "7" "health_pct" "50" } } //================================================================================================================= // //================================================================================================================= "item_broom_handle" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "melee_attack_range" "50" "bonus_damage" "8" "bonus_armor" "4" } } //================================================================================================================= // //================================================================================================================= "item_trusty_shovel" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING" "AbilityCastAnimation" "ACT_DOTA_GENERIC_CHANNEL_1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCooldown" "40.0" "AbilityCastPoint" "0.1" "AbilityChannelTime" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "90" "chance_bounty_rune" "16" "chance_other_item" "28" "kobold_duration" "60" } } //================================================================================================================= // //================================================================================================================= "item_nether_shawl" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "IsObsolete" "1" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_magic_resistance" "20" "bonus_spell_amp" "6" "bonus_armor" "2" } } //================================================================================================================= // Dragon Scale //================================================================================================================= "item_dragon_scale" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "5" "bonus_hp_regen" "5" "damage_per_sec" "22" "duration" "3" } } //================================================================================================================= // //================================================================================================================= "item_essence_ring" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" "AbilityManaCost" "200" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_int" "10" "mp_regen" "2.5" "health_gain" "400" "health_gain_duration" "15" } } //================================================================================================================= // //================================================================================================================= "item_clumsy_net" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCooldown" "25.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "1.75" "all_stats" "5" "mana_regen" "2" } } //================================================================================================================= // //================================================================================================================= "item_enchanted_quiver" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "4.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_range" "75" "bonus_damage" "250" "active_bonus_attack_range" "350" } } //================================================================================================================= // //================================================================================================================= "item_ninja_gear" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_agility" "20" "passive_movement_bonus" "20" "visibility_radius" "1025" "duration" "35.0" "bonus_movement_speed" "15" "secondary_application_radius" "0" } } //================================================================================================================= // //================================================================================================================= "item_illusionsts_cape" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "attack_damage_aura" "6" "illusion_duration" "30" "outgoing_damage" "-50" "outgoing_damage_tooltip" "50" "incoming_damage" "100" "tooltip_incoming_damage_total_pct" "200" "bonus_agi" "14" "bonus_str" "14" } } //================================================================================================================= // //================================================================================================================= "item_havoc_hammer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "10.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "16" "bonus_strength" "16" "range" { "value" "400" "affected_by_aoe_increase" "1" } "slow" "50" "slow_duration" "3" "angle" "360" "knockback_duration" "0.2" "pull_distance" "100" "nuke_base_dmg" "175" "nuke_str_dmg" "1.5" } } //================================================================================================================= // Magic Lamp //================================================================================================================= "item_panic_button" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "75.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "500" "heal" "1250" "health_threshold" "20" } } //================================================================================================================= // //================================================================================================================= "item_apex" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "primary_stat" "70" "primary_stat_universal" "25" } } //================================================================================================================= // //================================================================================================================= "item_ballista" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "attack_range_bonus" "250" "knockback_distance" "50" "knockback_duration" "0.2" "bonus_damage" "50" } } //================================================================================================================= // //================================================================================================================= "item_woodland_striders" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_movement_speed" "140" "bonus_hp_regen" "60" "active_duration" "3" "tree_duration" "15" } } //================================================================================================================= // Recipe: Trident //================================================================================================================= "item_recipe_trident" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1" "ItemShopTags" "" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_trident" "ItemRequirements" { "01" "item_kaya;item_sange;item_yasha;" "02" "item_kaya_and_sange;item_yasha;" "03" "item_sange_and_yasha;item_kaya;" "04" "item_yasha_and_kaya;item_sange;" } } //================================================================================================================= // //================================================================================================================= "item_trident" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "30" "bonus_agility" "30" "bonus_intellect" "30" "status_resistance" "30" "bonus_attack_speed" "30" "movement_speed_percent_bonus" "10" "hp_regen_amp" "30" "mana_regen_multiplier" "30" "spell_amp" "30" "magic_damage_attack" "30" } } //================================================================================================================= // //================================================================================================================= "item_demonicon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "80.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "25" "bonus_intellect" "25" "summon_duration" "75" } } //================================================================================================================= // Recipe: Fallen Sky //================================================================================================================= "item_recipe_fallen_sky" { // General //------------------------------------------------------------------------------------------------------------- // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemShopTags" "" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "IsObsolete" "1" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_fallen_sky" "ItemRequirements" { //"01" "item_blink;item_meteor_hammer;" } } //================================================================================================================= // //================================================================================================================= "item_fallen_sky" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1200" "AbilityCooldown" "15.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "25" "bonus_intellect" "15" "bonus_health_regen" "15.0" "bonus_mana_regen" "10.0" "burn_dps_buildings" "60" "burn_dps_units" "60" "burn_duration" "6" "stun_duration" "1.6" "burn_interval" "1.0" "land_time" "1" "impact_radius" { "value" "315" "affected_by_aoe_increase" "1" } "max_duration" "2.5" "impact_damage_buildings" "75" "impact_damage_units" "150" "blink_damage_cooldown" "3.0" } } //================================================================================================================= // //================================================================================================================= "item_pirate_hat" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING" "AbilityCastAnimation" "ACT_DOTA_GENERIC_CHANNEL_1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCooldown" "40.0" "AbilityCastPoint" "0.1" "AbilityChannelTime" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "150" "bonus_ms" "15" } } //================================================================================================================= // //================================================================================================================= "item_dimensional_doorway" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "90.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemInitialCharges" "3" "ItemPermanent" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" } //================================================================================================================= // //================================================================================================================= "item_ex_machina" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" "AbilityManaCost" "350" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "20" } } //================================================================================================================= // //================================================================================================================= "item_faded_broach" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "150" "bonus_movement_speed" "15" } } //================================================================================================================= // //================================================================================================================= "item_paladin_sword" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "16" "bonus_lifesteal" "16" "bonus_spell_lifesteal" "8" "bonus_amp" "14" "creep_lifesteal_reduction_pct" "40" } } //================================================================================================================= // //================================================================================================================= "item_minotaur_horn" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "40.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "20" "duration" "2" } } //================================================================================================================= // Orb of Destruction //================================================================================================================= "item_orb_of_destruction" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "armor_reduction" "3" "slow_melee" "20" "slow_range" "10" "duration" "4" } } //================================================================================================================= // //================================================================================================================= "item_the_leveller" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "40" "bonus_armor" "5" "demolish" "25" } } //================================================================================================================= // //================================================================================================================= "item_arcane_ring" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "60.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_intelligence" "6" "bonus_armor" "2" "mana_restore" "75" "radius" { "value" "1200" "affected_by_aoe_increase" "1" } } } //================================================================================================================= // //================================================================================================================= "item_titan_sliver" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "base_attack_damage" "20" "magic_resistance" "16" "status_resistance" "10" } } //================================================================================================================= // //================================================================================================================= "item_chipped_vest" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "hp_regen" "4" "damage_return_hero" "30" "damage_return_creep" "20" } } //================================================================================================================= // //================================================================================================================= "item_wizard_glass" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "15.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "debuff_amp" "10" "cooldown_reduction" "8" "damage" "125" "radius" "700" "count" "2" } } //================================================================================================================= // //================================================================================================================= "item_gloves_of_travel" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "attack_speed" "20" "tp_cooldown_reduction" "20" } } //================================================================================================================= // //================================================================================================================= "item_elven_tunic" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "attack_speed" "26" "evasion" "16" "movment" "7" } } //================================================================================================================= // //================================================================================================================= "item_cloak_of_flames" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "armor" "4" "magic_resistance" "10" "damage" "45" "radius" "375" "damage_illusions" "30" } } //================================================================================================================= // //================================================================================================================= "item_venom_gland" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "primary_attribute" "10" "debuff_amp" "12" "damage" "25" "degen" "25" "duration" "6" } } //================================================================================================================= // //================================================================================================================= "item_trickster_cloak" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "evasion" "17" "magic_resistance" "17" "duration" "6" } } //================================================================================================================= // //================================================================================================================= "item_gladiator_helm" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "damage" "18" "armor" "5" "movement_speed" "15" "duration" "7" } } //================================================================================================================= // //================================================================================================================= "item_possessed_mask" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "primary_attribute" "7" "lifesteal" "7" } } //================================================================================================================= // //================================================================================================================= "item_ancient_perseverance" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "damage" "10" "hp_regen" "7" "mana_regen_amp" "50" } } //================================================================================================================= // //================================================================================================================= "item_star_mace" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "movement_speed_pct" "10" "bonus_mana_regen" "1" "cleave_damage_percent" "20" "cleave_starting_width" "150" "cleave_ending_width" "360" "cleave_distance" "650" } } //================================================================================================================= // //================================================================================================================= "item_penta_edged_sword" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "damage" "45" "melee_attack_range" "100" "maim_chance" "25" "maim_slow_movement" "20" "maim_slow_attack" "60" "maim_duration" "3" } } //================================================================================================================= // //================================================================================================================= "item_oakheart" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityManaCost" "75" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "18.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "strength" "15" "heal" "480" "duration" "12" } } //================================================================================================================= // //================================================================================================================= "item_warhammer" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "750" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "10" "armor_reduction" "3" "duration" "6" "damage" "75" } } //================================================================================================================= // //================================================================================================================= "item_bullwhip" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "850" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "11.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health_regen" "2.75" "bonus_mana_regen" "2" "duration" "4" "speed" "18" "bullwhip_delay_time" "0.3" } } //================================================================================================================= // //================================================================================================================= "item_psychic_headband" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "intelligence_pct" "15" "cast_range" "100" "push_length" "400" "push_duration" "0.3" } } //================================================================================================================= // //================================================================================================================= "item_ceremonial_robe" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "300" "aura_radius" "1200" "status_resistance" "10" "magic_resistance" "10" } } //================================================================================================================= // //================================================================================================================= "item_quicksilver_amulet" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "base_movement" "4" "base_attack" "18" "bonus_movement" "5" "bonus_attack" "20" "anim_increase" "40" "projectile_increase" "40" } } //================================================================================================================= // //================================================================================================================= "item_book_of_shadows" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "8.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "13" "night_vision" "400" "duration" "4" } } //================================================================================================================= // Giant's Ring //================================================================================================================= "item_giants_ring" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "30" "movement_speed" "45" "model_scale" "60" "pct_str_damage_per_second" "100" "damage_radius" "100" } } //================================================================================================================= // //================================================================================================================= "item_vengeances_shadow" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "500" "damage_return" "20" "illusion_duration" "30" "illusion_outgoing_damage" "100" "illusion_incoming_damage" "150" } } //================================================================================================================= // //================================================================================================================= "item_stormcrafter" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "3.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "range" "700" "damage" "200" "interval" "3" "slow" "40" "slow_duration" "0.4" "bonus_mana_regen" "4" "max_targets" "2" "passive_movement_bonus" "35" } } //================================================================================================================= // //================================================================================================================= "item_overflowing_elixir" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "45.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health" "500" "mana" "200" "duration" "4" } } //================================================================================================================= // Fairy's Trinket //================================================================================================================= "item_mysterious_hat" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "8.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "50" "spell_amp" "5" "manacost_reduction" "5" } } "item_assassins_dagger" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "7.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "debuff_duration" "1" "bonus_damage" "30" "bonus_attack_speed" "10" } } "item_ascetic_cap" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "25.0" "AbilityManaCost" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "status_resistance" "40" "slow_resistance" "40" "bonus_health" "250" "duration" "5" "hp_regen" "20" } } "item_sample_picker" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "15.0" "AbilityManaCost" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "base_gold" "20" "gold_per_level" "10" "strength_penalty" "5" } } "item_icarus_wings" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "45.0" "AbilityManaCost" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "5" "slow" "50" "slow_duration" "4" "move_speed" "20" "bonus_move_speed" "0" } } ////////////////////// // Brigand's Blade ///////////////////// "item_misericorde" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "10" "missing_hp" "10" "damage" "10" "aspd" "10" } } //================================================================================================================= // Light Robes //================================================================================================================= "item_light_robes" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_penalty" "175" "attack_speed" "35" } } //================================================================================================================= // Witchbane //================================================================================================================= "item_heavy_blade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilitySound" "Brewmaster_Storm.DispelMagic" "AbilityCastRange" "500 500 500 500" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20" "AbilityCastPoint" "0" // Cost //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "75 75 75 75" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "radius" "300" "damage" "4" "attack_speed" "20" } } //================================================================================================================= // Unstable Wand //================================================================================================================= "item_unstable_wand" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "25.0" "AbilityManaCost" "50" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "4" "all_stats" "5" } } //================================================================================================================= // //================================================================================================================= "item_fortitude_ring" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" "AbilityManaCost" "100" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "250" "hp_regen" "8" "damage_reduction" "50" "damage_reduction_duration" "3" } } //================================================================================================================= // Light Robes //================================================================================================================= "item_pogo_stick" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "15.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "leap_distance" "300" "leap_speed" "1300.0" "leap_acceleration" "20000.0" "bonus_mana" "150" } } //================================================================================================================= // paintball (Fae Grenade) //================================================================================================================= "item_paintball" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "20.0" "AbilityCastRange" "900" "AbilityManaCost" "25" "AbilityCastPoint" "0.2" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "movespeed" "20" "dps" "40" "duration" "7" } } //================================================================================================================= // Seeds of Serenity //================================================================================================================= "item_seeds_of_serenity" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "35.0" "AbilityCastRange" "350" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_health" "150" "bonus_health_regen" "4" "aura_health_regen" "10" "radius" { "value" "400" "affected_by_aoe_increase" "1" } "duration" "14" } } "item_lance_of_pursuit" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "200" "bonus_strength" "0" "slow_duration" "2" "backstab_damage" "15" "backstab_angle" "90" "slow_pct_melee" "16" "slow_pct_ranged" "8" } } "item_occult_bracelet" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_all_stats" "3" "mana_regen" "0.4" "stack_limit" "5" "stack_duration" "5" "magic_resistance" "5" } } "item_tome_of_omniscience" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_mana" "200" "bonus_xpm" "100" "bonus_armor" "-5" } } "item_ogre_seal_totem" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCastPoint" "0.3" "AbilityCooldown" "40.0" "AbilityManaCost" "25" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_strength" "10" "leap_distance" "400" "leap_speed" "800.0" "leap_acceleration" "1250.0" "radius" { "value" "275" "affected_by_aoe_increase" "1" } "flop_damage" "150" "slow_duration" "1.5" "slow" "-100" "max_bounces" "2" } } "item_wand_of_the_brine" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_MOVEMENT" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCastRange" "550" "AbilityCooldown" "35.0" "AbilityManaCost" "90" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "heal_increase" "15" "duration" "3" "movement_speed" "50" "damage_reduction" "50" "heal" "40" "interval" "0.5" } } "item_slime_vial" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" "FightRecapLevel" "1" "SpellDispellableType" "SPELL_DISPELLABLE_YES" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "27" "AbilityCastRange" "550" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_regen" "12" "spill_damage" "125" "spill_debuff_duration" "4.0" "spill_radius" "550" "spill_speed" "350" "spill_movement_speed" "35" "spill_attack_speed" "30" "spill_self_bonus_armor" "15" } } //================================================================================================================= // Recipe: Harpoon //================================================================================================================= "item_recipe_harpoon" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/recipe.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "1000" "ItemShopTags" "" // Recipe //------------------------------------------------------------------------------------------------------------- "ItemRecipe" "1" "ItemResult" "item_harpoon" "ItemRequirements" { "01" "item_echo_sabre;item_diadem" } } "item_harpoon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY | DOTA_UNIT_TARGET_TEAM_CUSTOM" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_CUSTOM" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "700" "AbilityCastPoint" "0.0" "AbilityCooldown" "19.0" "AbilityManaCost" "50" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemPurchasable" "1" "ItemCost" "4700" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_damage" "25" "bonus_strength" "25" "bonus_agility" "10" "bonus_intellect" "10" "bonus_mana_regen" "2.0" "passive_cooldown" "5" "movement_slow" "100" "slow_duration" "1.0" "pull_duration" "0.3" "pull_distance_pct" "35" "min_distance" "100" "max_distance" "1000" "cast_range_enemy" "700" "push_length" "600" "projectile_speed" "2000" } } "item_defiant_shell" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemCost" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_armor" "7" "all_stats" "7" "counter_cooldown" "5" } } "item_arcane_scout" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "40.0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "20" "magic_resist" "15" "vision_bonus" "150" "self_vision_duration" "5" "scout_movespeed" "350" "sight_range" "300" } } "item_barricade" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "45.0" "AbilityCastRange" "300" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "8" "width" "50" "length" "300" "bonus_health" "300" "bonus_armor" "5" "max_hits" "5" } } "item_eye_of_the_vizier" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "cast_range_bonus" "125" "mana_reduction_pct" "15" "bonus_mana_regen" "1.25" } } "item_manacles_of_power" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "AbilityCastRange" "300" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "AbilityCooldown" "20.0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "4" "bonus_strength" "30" "bonus_strength_per_kill" "5" "leash_distance" "300" "leash_limit_multiplier" "1.3" } } //================================================================================================================= // Bottle //================================================================================================================= "item_bottomless_chalice" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_SUPPRESS_ASSOCIATED_CONSUMABLE" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO" "FightRecapLevel" "1" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.5" "AbilityCastRange" "350" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "ItemInitialCharges" "6" "ItemDisplayCharges" "1" "IsTempestDoubleClonable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "3" "stored_rune_duration" "90" "health" "200" "mana" "70" "max_charges_per_kill" "1" "recharge_time" "10" "movement_speed" "30" "bonus_intellect" "40" } } //================================================================================================================= // Wand of Sanctity //================================================================================================================= "item_wand_of_sanctitude" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "40.0" "AbilityCastRange" "350" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "radius" "450" "duration" "6" "tick_rate" "1.5" "duration_per_charge" "1.5" "all_stats" "15" "bonus_cast_range" "200" } } //================================================================================================================= // Mechanical Release //================================================================================================================= "item_specialists_array" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "8.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "all_stats" "6" "bonus_damage" "12" "count" "2" "secondary_target_range_bonus" "225" "proc_bonus_damage" "20" } } //================================================================================================================= // Mechanical Release //================================================================================================================= "item_dagger_of_ristul" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "30.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "aspd" "15" "bonus_damage" "40" "duration" "8" "health_sacrifice" "100" } } "item_ofrenda" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_NOT_LEARNABLE " "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_BUILDING" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "AbilityCastAnimation" "ACT_INVALID" "AbilityUnitTargetFlags" "DOTA_UNIT_TARGET_FLAG_INVULNERABLE" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "600" "AbilityCastPoint" "0.2" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "3" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "0" "ItemPurchasable" "0" "ItemSellable" "0" "ItemKillable" "0" // Damage. //------------------------------------------------------------------------------------------------------------- "AbilityDamage" "0" // Cost //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "speed" "1000" } } "item_ofrenda_shovel" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_NOT_LEARNABLE | DOTA_ABILITY_BEHAVIOR_CHANNELLED | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING" "AbilityCastAnimation" "ACT_DOTA_GENERIC_CHANNEL_1" "MaxLevel" "1" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "250" "AbilityCastPoint" "0.1" "AbilityChannelTime" "1" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "0" "ItemPurchasable" "0" "ItemSellable" "0" "ItemKillable" "0" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "8" // Damage. //------------------------------------------------------------------------------------------------------------- "AbilityDamage" "0" // Cost //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" } "item_ofrenda_pledge" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_NOT_LEARNABLE " "AbilityCastAnimation" "ACT_INVALID" "MaxLevel" "1" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "1200" "AbilityCastPoint" "0.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "0" "ItemPurchasable" "0" "ItemSellable" "0" "ItemKillable" "0" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "0.5" // Damage. //------------------------------------------------------------------------------------------------------------- "AbilityDamage" "0" // Cost //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "radius" "600" "speed" "1200" "linger_duration" "5.0" } } "item_muertas_gun" { // General //------------------------------------------------------------------------------------------------------------- "Model" "models/props_gameplay/muerta_minigame_guns.vmdl" "ModelScale" "10" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_VECTOR_TARGETING" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_ENEMY" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC | DOTA_UNIT_TARGET_TREE" "AbilityUnitDamageType" "DAMAGE_TYPE_MAGICAL" "ItemSellable" "0" "ItemKillable" "0" "AllowedInBackpack" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" "SpellDispellableType" "SPELL_DISPELLABLE_YES" "FightRecapLevel" "1" //"AbilitySound" "Hero_Venomancer.VenomousGale" // Casting //------------------------------------------------------------------------------------------------------------- "AbilityCastAnimation" "ACT_DOTA_CAST_ABILITY_1" "AbilityCastGestureSlot" "DEFAULT" "AbilityCastPoint" "0.15" // Time //------------------------------------------------------------------------------------------------------------- "AbilityCooldown" "10" // Cost //------------------------------------------------------------------------------------------------------------- "AbilityManaCost" "160" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "0" "ItemPurchasable" "0" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "AbilityCastRange" "1000" "damage" "300" "speed" "2000" "radius" "100" "ricochet_radius_start" "115" "ricochet_radius_end" "115" "ricochet_stun_duration" "2.0" "ricochet_distance_multiplier" "1" "ricochet_fear_duration" "2.0" "impact_slow_percent" "-100" "impact_slow_duration" "0.5" "bonus_cast_pct" "100" "bonus_spell_amp" "100" "health_pct_penalty" "70" } } "item_tier1_token" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "TokenTier" "1" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { } } "item_tier2_token" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "TokenTier" "2" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { } } "item_tier3_token" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "TokenTier" "3" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { } } "item_tier4_token" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "TokenTier" "4" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { } } "item_tier5_token" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "Model" "models/props_gameplay/neutral_box.vmdl" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "TokenTier" "5" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { } } "item_vindicators_axe" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "35" "bonus_damage" "30" "bonus_armor" "20" "bonus_slow_resist" "20" } } "item_duelist_gloves" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "bonus_attack_speed" "20" "bonus_damage" "12" "radius" "1200" } } "item_ancient_guardian" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "extra_bonus_damage" "50" "bonus_damage" "50" "radius" "2000" } } "item_safety_bubble" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "shield" "100" "restore_time" "8" "bonus_hp_regen" "2" } } "item_whisper_of_the_dread" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "vision_penalty" "15" "bonus_spell_damage" "10" "bonus_mana" "150" } } "item_nemesis_curse" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "debuff_self" "8" "debuff_enemy" "12" "debuff_enemy_duration" "5" "bonus_damage" "35" } } "item_avianas_feather" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "evasion" "25" "move_speed" "30" "flight_threshold" "30" } } "item_unwavering_condition" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "max_health" "1800" "magic_resist" "95" } } "item_horizons_equilibrium" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "distance" "500" "damage_reduction" "25" "attack_lifesteal" "24" "spell_lifesteal" "12" "creep_lifesteal_reduction_pct" "50" } } "item_blighted_spirit" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "magic_resist" "15" "heal_reduction" "25" "duration" "3" } } "item_dandelion_amulet" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "12" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "move_speed" "25" "mana" "300" "magic_block" "300" "min_damage" "75" } } "item_turtle_shell" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_MOVEMENT | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCooldown" "30" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "15" "armor" "5" "damage_reduction" "50" } } "item_martyrs_plate" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCooldown" "40" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "10" "magic_resist" "25" "damage_redirection" "25" "aura_radius" "900" "hp_regen" "5" } } "item_gossamer_cape" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCooldown" "4" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "movement_speed" "20" } } "item_light_collector" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCooldown" "30" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "health_regen" "12" "mana_regen" "6" "penalty" "0.5" "movespeed_pct" "10" "radius" "200" "tree_destruction_radius" { "value" "325" "affected_by_aoe_increase" "1" } "miss_rate" "30" "duration" "2.5" } } "item_rattlecage" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "radius" "600" "slow_duration" "0.2" "damage_reset_interval" "7" "damage_threshold" "180" "slow" "100" "projectile_speed" "1000" "projectile_damage" "125" "target_count" "2" "bonus_armor" "12" } } "item_doubloon" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemIsNeutralDrop" "1" "ItemPurchasable" "0" "ItemSellable" "0" "Model" "models/props_gameplay/neutral_box.vmdl" "AbilityCooldown" "5" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "conversion_pct" "20" "bonus_health_regen" "5" "bonus_mana_regen" "2.5" } } //================================================================================================================= // Roshan's Banner //================================================================================================================= "item_roshans_banner" { // General //------------------------------------------------------------------------------------------------------------- "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE " "Model" "models/props_gameplay/neutral_box.vmdl" // Stats //------------------------------------------------------------------------------------------------------------- "AbilityCastRange" "99999" "AbilityCastPoint" "0.0" "AbilityCooldown" "1.0" // Item Info //------------------------------------------------------------------------------------------------------------- "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "ItemQuality" "artifact" "ItemDroppable" "1" "ItemKillable" "1" "ItemContributesToNetWorthWhenDropped" "0" "AllowedInBackpack" "1" "IsTempestDoubleClonable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" // Special //------------------------------------------------------------------------------------------------------------- "AbilityValues" { "duration" "300" "radius" "750" "health" "24" "hp_bonus" "75" "damage_bonus" "50" "model_scale" "25" "buff_linger_duration" "45" } } }