#base "items/removed_items.kv"
#base "items/custom_items.kv"
#base "items/util_items.kv"
#base "items/quest_items.kv"
#base "items/blackshop/common.kv"
#base "items/blackshop/cursed.kv"
#base "items/blackshop/epic.kv"
#base "items/blackshop/heavenly.kv"
#base "items/blackshop/legendary.kv"
#base "items/blackshop/rare.kv"







"DOTAAbilities"
{			
    "item_madstone_bundle"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
		"Model"							"models/props_gameplay/crystal_shards/crystal_shards.vmdl"


		// 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"
		"AutoPickup"					"1"

		"AbilityValues"
		{
			"madstone_primary"			"1"
			"madstone_secondary"		"1 2"

			"die_time"					"20"
		}
	}
	//=================================================================================================================
	// 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"				"5.0"
		"AbilitySharedCooldown"			"teleport"
		"AbilityChannelTime"			"1.0"
		"AbilityCastPoint"				"0.0"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"0"
		"ItemCost"						"50"
		"ItemShopTags"					"consumable;laning;tutorial"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemSellable"					"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		//"SideShop"						"1"
		"ItemPurchasable"				"1"
		"ShouldNotSuggestMainGame"		"1"

		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"minimum_distance"		"70"
				"maximum_distance"		"800"
				"vision_radius"			"200"
				"tooltip_channel_time"			"1.0"
		}
	}
	//=================================================================================================================
	// Enhancement: Mystical
	//=================================================================================================================
	"item_enhancement_mystical"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"4"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"mana_regen"				"2.5 4.5 6.5 9"
			"magic_res"					"5 10 15 20"
		}
	}
	
	//=================================================================================================================
	// Energy Booster
	//=================================================================================================================
	"item_energy_booster"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"400"
		"ItemShopTags"					"mana_pool"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"		
		//"SideShop"						"1"		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_mana"			"250"
		}
	}
	//=================================================================================================================
	// Void Stone
	//=================================================================================================================
	"item_void_stone"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"300"
		"ItemShopTags"					"regen_mana"
		"ItemQuality"					"component"
		"SecretShop"					"1"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_mana_regen"		"1.75"
		}
	}
	//=================================================================================================================
	// Diadem
	//=================================================================================================================
	"item_diadem"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"500"
		"ItemShopTags"					"agi;int;str"
		"ItemQuality"					"component"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"		"8"
		}
	}
	//=================================================================================================================
	// Enhancement: Alert
	//=================================================================================================================
	"item_enhancement_alert"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"4"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_attack_speed"	"25 40 60 80"
			"bonus_night_vision"	"50 150 225 300"
		}
	}


	//=================================================================================================================
	// Enhancement: Brawny
	//=================================================================================================================
	"item_enhancement_brawny"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"4"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"health_bonus"			"200 350 400 550"
			"health_regen"			"2 4 8 12"
		}
	}

	//=================================================================================================================
	// Enhancement: Tough
	//=================================================================================================================
	"item_enhancement_tough"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"4"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage"				"10 15 20 25"
			"armor"						"2 4 7 10"
		}
	}

	//=================================================================================================================
	// Enhancement: Feverish
	//=================================================================================================================
	"item_enhancement_feverish"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"2"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"cooldown_reduction"		"15"
			"cost_increase"				"10"
		}
	}

	//=================================================================================================================
	// Enhancement: Fleetfooted
	//=================================================================================================================
	"item_enhancement_fleetfooted"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"movespeed"					"115"
		}
	}

	//=================================================================================================================
	// Crude Enhancement
	//=================================================================================================================
	"item_enhancement_crude"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"2"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"slow_resistance"			"20 30"
			"bat_reduce"				"12 18"
			"intelligence_pct"			"-25"
		}
	}

	//=================================================================================================================
	// Enhancement: Boundless
	//=================================================================================================================
	"item_enhancement_boundless"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_attack_range"		"150"
			"bonus_cast_range"			"350"
		}		
	}

	//=================================================================================================================
	// Enhancement: Wise
	//=================================================================================================================
	"item_enhancement_wise"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_xpm"					"1000"
		}		
	}

	//=================================================================================================================
	// Timeless Enhancement
	//=================================================================================================================
	"item_enhancement_timeless"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"2"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"debuff_amp"		"15 25"
			"spell_amp"			"15 25"
		}
	}

	//=================================================================================================================
	// Greedy Enhancement
	//=================================================================================================================
	"item_enhancement_greedy"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"DisplayOverheadAlertOnReceived" "0"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"ItemInitialCharges"			"750"
		"ItemPermanent"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"2"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_gpm"			"155 300"
			"bonus_mana"		"200 250"
			"bonus_damage"		"-90 -160"
		}
	}

	//=================================================================================================================
	// Vampiric Enhancement
	//=================================================================================================================
	"item_enhancement_vampiric"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"3"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"attack_lifesteal"				"12 14 16"
			"spell_lifesteal"				"8 10 12"
			"attack_damage"					"0"
			"vision_loss"					"0"
		}
	}

	//=================================================================================================================
	// Enhancement: Keen-eyes
	//=================================================================================================================
	"item_enhancement_keen_eyed"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"MaxLevel"					"2"


		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"cast_range_bonus"					"125 135"
			"bonus_mana_regen"					"1 1.5"
			"mana_reduction_pct"				"15"
		}
	}

	//=================================================================================================================
	// Evolved Enhancement
	//=================================================================================================================
	"item_enhancement_evolved"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"primary_stat"			 	"40"
			"primary_stat_universal"	"24"
		}
	}

	//=================================================================================================================
	// Titanic Enhancement
	//=================================================================================================================
	"item_enhancement_titanic"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item In	
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"2"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"base_attack_damage"		"15 25"
			//"magic_resistance"		"12 16"
			"status_resistance"			"10 15"
			//"attack_speed"			"-25"
		}
	}



	"item_null_talisman"
	{
		"ID"							"77"									
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"150"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"ItemAliases"					"null talisman"
		"ShouldBeInitiallySuggested"	"1"
		"ShouldBeSuggested"				"1"
		"AbilityValues"
		{
			
			"bonus_intellect"		"5"
		
			"bonus_strength"		"2"
		
			"bonus_agility"			"2"
		
			"bonus_spell_amp"		"3"
		
			"bonus_mana_regen"		"0.6"
			
		}
	}
	"item_recipe_null_talisman"
	{
		"ID"							"76"												
		"ItemCost"						"50"	
		"ItemShopTags"					""
		"ItemRecipe"					"1"
		"ItemResult"					"item_null_talisman"
		"ItemRequirements"
		{
			"01"						"item_circlet;item_mantle"
		}
	}
	"item_wraith_band"
	{
		"ID"							"75"													
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"150"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"ItemAliases"					"wraith band"
		"ShouldBeInitiallySuggested"	"1"
		"ShouldBeSuggested"				"1"
		"AbilityValues"
		{
			
			"bonus_agility"			"5"
		
			"bonus_strength"		"2"
		
			"bonus_intellect"		"2"
		
			"bonus_attack_speed"			"5"
		
			"bonus_armor"			"1.5"
			
		}
	}
	"item_recipe_wraith_band"
	{
		"ID"							"74"										
		"ItemCost"						"50"	
		"ItemShopTags"					""
		"ItemRecipe"					"1"
		"ItemResult"					"item_wraith_band"
		"ItemRequirements"
		{
			"01"						"item_circlet;item_slippers"
		}
	}
	"item_bracer"
	{
		"ID"							"73"											
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"150"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"ItemAliases"					"bracer"
		"ShouldBeInitiallySuggested"	"1"
		"ShouldBeSuggested"				"1"
		"AbilityValues"
		{
			"bonus_strength"		"5"
			"bonus_agility"			"2"		
			"bonus_intellect"		"2"		
			"bonus_damage"			"3"		
			"bonus_health_regen"	"0.75"		
		}
	}
	"item_recipe_bracer"
	{
		"ID"							"72"													
		"ItemCost"						"50"	
		"ItemShopTags"					""
		"ItemRecipe"					"1"
		"ItemResult"					"item_bracer"
		"ItemRequirements"
		{
			"01"						"item_circlet;item_gauntlets"
		}
	}

	"item_gauntlets"
	{

		"ID"							"13"													
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"75"
		"ItemShopTags"					"str"
		"ItemQuality"					"component"
		"ItemAliases"					"gauntlets of strength"
		"ShouldBeInitiallySuggested"	"1"
		"AbilityValues"
		{
			
			"bonus_strength"		"3"
			
		}
	}
	"item_slippers"
	{
		"ID"							"14"													
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"75"
		"ItemShopTags"					"agi"
		"ItemQuality"					"component"
		"ItemAliases"					"slippers of agility"
		"ShouldBeInitiallySuggested"	"1"
		"AbilityValues"
		{
			"bonus_agility"			"3"
		}
	}
	"item_mantle"
	{
		"ID"							"15"														
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"75"
		"ItemShopTags"					"int"
		"ItemQuality"					"component"
		"ItemAliases"					"mantle of intelligence"
		"ShouldBeInitiallySuggested"	"1"
		"AbilityValues"
		{
			
			"bonus_intellect"		"3"
			
		}
	}

	"item_circlet"
	{
		"ID"							"20"													
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"150"
		"ItemShopTags"					"agi;int;str"
		"ItemQuality"					"component"
		"ItemAliases"					"circlet"
		"ShouldBeInitiallySuggested"	"1"
		"AbilityValues"
		{
			
			"bonus_all_stats"		"3"
		}
	}


	"item_recipe_vambrace"
	{
		
		"ID"							"329"														
		"ItemCost"						"0"	
		"ItemShopTags"					""
		"ItemIsNeutralDrop"				"0"
		"ItemPurchasable"				"1"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"ItemRecipe"					"1"
		"ItemResult"					"item_vambrace"
		"ItemRequirements"
		{
			"01"						"item_wraith_band;item_bracer;item_null_talisman"
		}
	}
	"item_vambrace"
	{
													
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"ItemCost"						"450"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"ItemAliases"					"bracer"
		"ItemPurchasable"				"1"
		"ItemIsNeutralActiveDrop"       "0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemSellable"					"1"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityValues"
		{
			
			"bonus_primary_stat"		"9"
		
			"bonus_secondary_stat"			"7"
		
			"bonus_spell_amp"		"7"
		
			"bonus_magic_resistance"	"12"
		
			"bonus_attack_speed"	"20"
			
		}
	}
	//=================================================================================================================
	// 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_frost;item_blight_stone;item_slippers;item_slippers"
		}
	}
	
	

	//=================================================================================================================
	// Orb of Corrosion
	//=================================================================================================================
	"item_orb_of_corrosion"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		"ItemCost"						"1050"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"rare"
		"SuggestEarlygame"				"1"
		//"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"corruption_armor"		"-6"
				"slow_melee"			"-8"
				"slow_ranged"			"-16"
				"heal_reduction"		"45"
				"duration"				"3.0"
				"bonus_agility"			"6"
		}
	}
	//=================================================================================================================
	// Blight Stone
	//=================================================================================================================
	"item_blight_stone"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"150"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"component"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"corruption_armor"		"-2"
				"corruption_duration"	"3.0"
		}
	}
	//=================================================================================================================
	// Orb of Frost
	//=================================================================================================================
	"item_orb_of_frost"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		"ItemCost"						"150"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"rare"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				//"armor"			"2"
				"slow_melee"		"-6"
				"slow_ranged"		"-13"
				//"damage"			"0"
				"duration"			"3"
				//"attack_speed"	"0"
				"heal_reduction"	"25"
		}
	}
    "item_aghanims_shard"
	{
		"ID"							"609"											
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"0"
		"ItemPurchasable"				"0"
	}

	"item_aghanims_shard_roshan"
	{
		"ID"							"725"									
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"ItemCost"						"1400"
		"ItemShopTags"					""
		"ItemQuality"					"rare"
		"ItemAliases"					""
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemKillable"					"1"
		"IsTempestDoubleClonable"		"0"		
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemPermanent"					"0"
	}
    
	"item_blades_of_attack"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"325"
		"ItemShopTags"					"damage;tutorial"
		"ItemQuality"					"component"
		"ItemAliases"					"blades of attack"
		"AbilityValues"
		{
				"bonus_damage"			"9"
		}
	}

	"item_broadsword"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"625"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"
		"ItemAliases"					"broadsword"
		"AbilityValues"
		{
				"bonus_damage"			"15"
		}
	}

	"item_chainmail"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"200"
		"ItemShopTags"					"armor"
		"ItemQuality"					"component"
		"ItemAliases"					"chainmail"
		"AbilityValues"
		{
				"bonus_armor"			"4"
		}
	}

	"item_claymore"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"875"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"
		"ItemAliases"					"claymore"
		"AbilityValues"
		{
				"bonus_damage"			"20"
		}
	}
	"item_branches"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"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"
		"SuggestPregame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_all_stats"		"1"
				"tree_duration"		"20"
		}
	}
	"item_helm_of_iron_will"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"450"
		"ItemShopTags"					"armor;regen_health"
		"ItemQuality"					"component"
		"ItemAliases"					"helm of iron will"
		"AbilityValues"
		{
				"bonus_armor"			"4"
				"bonus_regen"			"4"
		}
	}
	"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"
		}
	}
	"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;dps;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_agility"			"35"
			"bonus_evasion"			"9"
			"bonus_attack_speed_pct"	"20"
			"bonus_damage"	"25"
		}
	}
	"item_recipe_king_fly"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"BaseClass"			"item_datadriven"
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_king_fly"
		"ItemRequirements"
		{
			"01"						"item_butterfly;item_butterfly;item_butterfly"
		}
	}
	"item_king_fly"
	{
		"BaseClass"						"item_butterfly"
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		//"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"AbilityTextureName"			"default_items/king_fly"
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5450"
		"ItemShopTags"					"agi;damage;evasion;attack_speed;dps;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_agility"			"105"
			"bonus_evasion"			"27"
			"bonus_attack_speed_pct"	"60"
			"bonus_damage"	"75"
		}
	}
	"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"						"200"
		"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"					"1600.0"
		"ItemSupport"					"1"
		"ItemKillable"					"0"
		"ItemContributesToNetWorthWhenDropped"	"0"
		"AllowedInBackpack"				"0"
		"IsTempestDoubleClonable"		"0"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"


		// Sound
		//-------------------------------------------------------------------------------------------------------------			
		"UIPickupSound"					"Item.PickUpGemShop"
		"UIDropSound"					"Item.DropGemShop"
		"WorldDropSound"				"Item.DropGemWorld"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"radius"				
			{
				"value"	"900"
				"affected_by_aoe_increase"	"1"
			}
			"active_radius"
			{
				"value"						"300"
				"affected_by_aoe_increase"	"1"
			}
			"duration"			"4"
		}
	}

	"item_javelin"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"400"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"
		"ItemAliases"					"javelin"
		"AbilityValues"
		{
				"bonus_chance"			"33"
				"bonus_chance_damage"	"45"
		}
	}
	
	"item_mithril_hammer"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"900"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"
		"ItemAliases"					"mithril hammer"
		"AbilityValues"
		{
				"bonus_damage"			"24"
		}
	}
	
	"item_platemail"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"1400"
		"ItemShopTags"					"armor"
		"ItemQuality"					"secret_shop"
		"ItemAliases"					"platemail"
		"AbilityValues"
		{
				"bonus_armor"			"10"
		}
	}
	
	"item_quarterstaff"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"325"
		"ItemShopTags"					"damage;attack_speed"
		"ItemQuality"					"component"
		"ItemAliases"					"quarterstaff"
		"IsObsolete"					"1"
		"AbilityValues"
		{
				"bonus_speed"			"16"
				"bonus_damage"			"14"
		}
	}
	
	"item_quelling_blade"
	{
		"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"
		"AbilityManaCost"				"0"
		"ItemCost"						"75"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"
		"ItemAliases"					"qb;quelling blade"
		"SuggestPregame"				"1"
		"AbilityValues"
		{
				"damage_bonus"			"8"
				"damage_bonus_ranged"	"4"
				"quelling_range_tooltip"			"350"
		}
	}
	"item_wind_lace"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"	
		"ItemCost"						"150"
		"ItemShopTags"					"armor"
		"ItemQuality"					"component"
		"ItemAliases"					"wind lace"
		"ItemPermanent"					"1"
		"SuggestPregame"				"1"
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"
		"AbilityValues"
		{
				"movement_speed"			"20"
		}
	}

	"item_ring_of_protection"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"175"
		"ItemShopTags"					"armor"
		"ItemQuality"					"component"
		"ItemAliases"					"rop;ring of protection"
		"SuggestPregame"				"1"
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"
		"AbilityValues"
		{
				"bonus_armor"			"2"
		}
	}

	"item_stout_shield"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"Model"							"models/props_gameplay/stout_shield.vmdl"
		"ItemCost"						"200"
		"ItemShopTags"					"block"
		"ItemQuality"					"component"
		"ItemAliases"					"stout shield"
		"ItemPurchasable"				"1"
        "IsObsolete"                    "1"
		"AbilityValues"
		{
				"damage_block_melee"	"16"
				"damage_block_ranged"	"8"
				"block_chance"			"50"
		}
	}

	"item_recipe_moon_shard"
	{
		"Model"							"models/props_gameplay/recipe.vmdl"
		"ItemCost"						"0"	
		"ItemRecipe"					"1"
		"ItemResult"					"item_moon_shard"
		"ItemRequirements"
		{
			"01"						"item_hyperstone;item_hyperstone"
		}
	}

	"item_moon_shard"
	{
		"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"
		"ItemCost"						"4000"
		"ItemShopTags"					"attack_speed"
		"ItemQuality"					"consumable"
		"ItemAliases"					"moon shard"
		"SuggestLategame"				"1"
		"AbilityValues"
		{
				"bonus_attack_speed"	"35"
				"bonus_night_vision"	"400"
				"consumed_bonus"	"70"
				"consumed_bonus_night_vision"	"200"
		}
	}
	//=================================================================================================================
	// Recipe: Trident
	//=================================================================================================================
	"item_recipe_trident"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		"ItemIsNeutralActiveDrop"				"0"
		"ItemPurchasable"				"0"
		"ItemSellable"				"2500"

		"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"						"8800"

		"ItemPurchasable"				"1"
		"ItemSellable"				"1"
		"ItemIsNeutralActiveDrop"	"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"	"16"
			"hp_regen_amp"			"30"
			"mana_regen_multiplier"		"30"
			"spell_amp"			"30"
			"magic_damage_attack"	"30"
		}
	}
	
	//=================================================================================================================
	// Eagle Horn
	//=================================================================================================================
	"item_eagle"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1400"
		"ItemShopTags"					"agi"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"			"25"
		}
	}
	
	//=================================================================================================================
	// Reaver
	//=================================================================================================================
	"item_reaver"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1400"
		"ItemShopTags"					"str"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"25"
		}
	}
	//=================================================================================================================
	// Mystic Staff
	//=================================================================================================================
	"item_mystic_staff"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1400"
		"ItemShopTags"					"int"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_intellect"		"25"
		}
	}
	//=================================================================================================================
	// Point Booster
	//=================================================================================================================
	"item_point_booster"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"600"
		"ItemShopTags"					"mana_pool;health_pool"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_mana"			"175"
				"bonus_health"			"175"
		}
	}
	"item_belt_of_strength"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"450"
		"ItemShopTags"					"str"
		"ItemQuality"					"component"
		"ItemAliases"					"belt of strength"
		"AbilityValues"
		{
				"bonus_strength"		"6"
		}
	}

	"item_boots_of_elves"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"450" 
		"ItemShopTags"					"agi"
		"ItemQuality"					"component"
		"ItemAliases"					"band of elvenskin"
		"AbilityValues"
		{
				"bonus_agility"			"6"
		}
	}

	"item_robe"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"450"
		"ItemShopTags"					"int"
		"ItemQuality"					"component"
		"ItemAliases"					"robe of the magi"
		"AbilityValues"
		{
				"bonus_intellect"		"6"
		}
	}
	"item_crown"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"450"
		"ItemShopTags"					"agi;int;str"
		"ItemQuality"					"component"
		"ItemAliases"					"crown"
		"AbilityValues"
		{
				"bonus_all_stats"		"4"
		}
	}
		"item_demon_edge"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1950"
		"ItemShopTags"					"damage"
		"ItemQuality"					"secret_shop"
		"ItemAliases"					"demon edge"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"40"
		}
	}
	"item_relic"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2750"
		"ItemShopTags"					"damage"
		"ItemQuality"					"secret_shop"
		"ItemAliases"					"sacred relic"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"60"
		}
	}

	"item_diadem"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"1000"
		"ItemShopTags"					"agi;int;str"
		"ItemQuality"					"component"
		"ItemAliases"					"diadem"
		"AbilityValues"
		{
				"bonus_all_stats"		"6"
		}
	}

	"item_ogre_axe"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"500"
		"ItemShopTags"					"str"
		"ItemQuality"					"component"
		"ItemAliases"					"ogre club"
		"AbilityValues"
		{
				"bonus_strength"		"10"
		}
	}

	"item_blade_of_alacrity"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"500"
		"ItemShopTags"					"agi"
		"ItemQuality"					"component"
		"ItemAliases"					"blade of alacrity"
		"AbilityValues"
		{
				"bonus_agility"			"10"
		}
	}

	"item_staff_of_wizardry"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"500"
		"ItemShopTags"					"int"
		"ItemQuality"					"component"
		"ItemAliases"					"staff of wizardry"
		"AbilityValues"
		{
				"bonus_intellect"		"10"
		}
	}

	"item_ultimate_orb"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"2800"
		"ItemShopTags"					"agi;int;str"
		"ItemQuality"					"secret_shop"
		"ItemAliases"					"ultimate orb"
		"AbilityValues"
		{
				"bonus_all_stats"		"15"
		}
	}
	
	"item_gloves"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"250"
		"ItemShopTags"					"attack_speed"
		"ItemQuality"					"component"
		"ItemAliases"					"gloves of haste"
		"AbilityValues"
		{
				"bonus_attack_speed"	"20"
		}
	}

	"item_blitz_knuckles"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"600"
		"ItemShopTags"					"attack_speed"
		"ItemQuality"					"component"
		"ItemAliases"					"blitz knuckles"
		"AbilityValues"
		{
				"bonus_attack_speed"	"35"
		}
	}



	"item_ring_of_regen"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"175"
		"ItemShopTags"					"regen_health"
		"ItemQuality"					"component"
		"ItemAliases"					"ror"
		"SuggestPregame"				"1"
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"
		"AbilityValues"
		{
				"bonus_health_regen"	"2.25"
		}
	}

	"item_sobi_mask"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"175" 
		"ItemShopTags"					"regen_mana"
		"ItemQuality"					"component"
		"ItemAliases"					"sage\'s mask"
		"SuggestPregame"				"1"
		"AbilityValues"
		{
				"bonus_mana_regen"		"1.7"
		}
	}

	"item_boots"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"Model"							"models/props_gameplay/boots_of_speed.vmdl"
		"ItemCost"						"100"
		"ItemShopTags"					"move_speed"
		"ItemQuality"					"component"
		"ItemAliases"					"boots of speed"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"AbilityValues"
		{
				"bonus_movement_speed"	"25"
		}
	}

	"item_cloak"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"400"
		"ItemShopTags"					"magic_resist"
		"ItemQuality"					"component"
		"ItemAliases"					"cloak"
		"AbilityValues"
		{
				"bonus_magical_armor"	"12"
				"tooltip_resist"			"12"
		}
	}
	"item_mage_slayer"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_ENEMY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_PHYSICAL"	

		// Stats		
		//-------------------------------------------------------------------------------------------------------------

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"3100"
		"ItemShopTags"					"hard_to_tag;dps;magic_resist"
		"ItemQuality"					"rare"
		"SuggestLategame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_magical_armor"	"10"
			"spell_amp_debuff"		"10"
			"bonus_health_regen"	"5.5"
			"bonus_mana_regen"		"2.5"
			"bonus_damage"			"15"
			"duration"				"3"
			"dps"					"40"
		}
	}
	"item_talisman_of_evasion" 
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemCost"						"1300"
		"ItemShopTags"					"evasion"
		"ItemQuality"					"secret_shop"
		"ItemAliases"					"talisman of evasion"
		"AbilityValues"
		{
				"bonus_evasion"			"6"
		}
	}
	"item_tiara_of_selemene"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"600"
		"ItemShopTags"					"regen_mana"
		"ItemQuality"					"component"
		"ItemAliases"					"tiara of selemene"


		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_mana_regen"		"9"
		}
	}
	"item_hyperstone"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1000"
		"ItemShopTags"					"attack_speed"
		"ItemQuality"					"secret_shop"
		"ItemAliases"					"hyperstone"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_attack_speed"	"35"
		}
	}
	"item_magic_stick"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"Model"							"models/props_gameplay/magic_wand.vmdl"
		"AbilityCooldown"				"17.0"
		"AbilitySharedCooldown"			"magicwand"
		"AbilityCastRange"				"1200"
		"ItemCost"						"100"
		"ItemShopTags"					"regen_health;regen_mana;boost_health;boost_mana"
		"ItemQuality"					"component"
		"ItemAliases"					"magic stick"
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"SuggestPregame"				"1"
		"AbilityValues"
		{
			"max_charges"			"14"
			"charge_radius"			
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}
			"restore_per_charge"	"12"
		}
	}


	"item_recipe_magic_wand"
	{
		"Model"							"models/props_gameplay/recipe.vmdl"
		"ItemCost"						"150"	
		"ItemShopTags"					""
		"ItemRecipe"					"1"
		"ItemResult"					"item_magic_wand"
		"ItemRequirements"
		{
			"01"						"item_magic_stick*;item_branches;item_branches"
		}
	}

	"item_magic_wand"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"Model"							"models/props_gameplay/magic_wand.vmdl"
		"AbilityCooldown"				"15.0"
		"AbilitySharedCooldown"			"magicwand"
		"AbilityCastRange"				"1200"
		"ItemCost"						"450"
		"ItemShopTags"					"regen_health;regen_mana;boost_health;boost_mana;int;agi;str"
		"ItemQuality"					"common"
		"ItemAliases"					"magic wand"
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"SuggestEarlygame"				"1"
		"AbilityValues"
		{
				"max_charges"			"20"
				"charge_radius"			
				{
					"value"			"1200"
					"affected_by_aoe_increase"	"1"
				}
				"bonus_all_stats"		"3"
				"restore_per_charge"	"15"
		}
	}
	"item_ring_of_health"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"300"
		"ItemShopTags"					"regen_health"
		"ItemQuality"					"component"
		"SuggestEarlygame"				"1"
		"SecretShop"					"1"
		
		// Sound
		//-------------------------------------------------------------------------------------------------------------			
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health_regen"	"4.5"
		}
	}
	"item_vitality_booster"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"500"
		"ItemShopTags"					"health_pool"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health"			"125"
		}
	}
	"item_ghost"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"FightRecapLevel"				"1"
		"AbilityCooldown"				"22.0"		 
		"AbilitySharedCooldown"			"ethereal"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"ItemCost"						"1500"
		"ItemShopTags"					"int;agi;str;hard_to_tag"
		"ItemQuality"					"component"
		"ItemAliases"					"ghost scepter"
		"SuggestLategame"				"1"
		"AbilityValues"
		{
				"bonus_all_stats"		"5"
				"duration"				"4.0"
				"extra_spell_damage_percent"	"-40"
		}
	}

	"item_clarity"
	{
		"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"		
		"AbilityCastRange"				"250"
		"AbilityCastPoint"				"0.0"	
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"ItemCost"						"50"
		"ItemShopTags"					"consumable"
		"ItemQuality"					"consumable"
		"ItemAliases"					"clarity"
		"ItemStackable"					"1"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"ItemStockMax"					"4"
		"ItemStockInitial"				"4"
		"ItemStockTime"					"120"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"AbilityValues"
		{
				"mana_regen"			"6"
				"buff_duration"			"25"
		}
	}

	"item_enchanted_mango"
	{
		"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"
		"AbilityCastRange"				"400"
		"AbilityCastPoint"				"0.0"
		"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"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"AbilityValues"
		{
				"hp_regen"		"0.4"
				"replenish_amount"		"100"
		}
	}
	"item_bottle"
	{
		"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"
		"AbilityCooldown"				"0.5"
		"AbilityCastRange"				"350"
		"AbilityCastPoint"				"0.0"
		"ItemCost"						"675"
		"ItemQuality"					"common"
		"ItemAliases"					"bottle"
		"ItemStackable"					"0"
		"ItemShareability"				"ITEM_PARTIALLY_SHAREABLE"
		"ItemPermanent"					"1"
		"ItemInitialCharges"			"3"
		"ItemDisplayCharges"			"1"
		"AbilityValues"
		{
				"health_restore"		"110"
				"mana_restore"			"60"
				"restore_time"			"2.7"
				"max_charges"			"3"
		}
	}
	"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_PASSIVE"
		"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"
		"SuggestLategame"				"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"
		}
	}
	//=================================================================================================================
	// Recipe: Specialists Array
	//=================================================================================================================
	"item_recipe_specialists_array"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"550"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_specialists_array"
		"ItemRequirements"
		{
			"01"						"item_blade_of_alacrity;item_broadsword"
		}
	}
	

	//=================================================================================================================
	// Specialist's Array
	//=================================================================================================================
	"item_specialists_array"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"0.0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"0"
		"ItemCost"						"2550"
		"ItemShopTags"					"int;damage;hard_to_tag;mobility;escape;save"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"all_stats"						"0"
			"agility"						"12"
			"damage"						"20"
			"count"							"1"
			"secondary_target_range_bonus"	"150"
			"secondary_target_angle"		"120"
			"proc_chance"					"30"
			"base_proc_dmg"					"20"
			"proc_dmg_pct"					"75"
			"proc_dmg_pct_primary_tooltip"	"100"
		}
	}
	//=================================================================================================================
	// Recipe: Hydra's Breath
	//=================================================================================================================
	"item_recipe_hydras_breath"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1100"	
		"ItemShopTags"					""
		"ItemPurchasable"				"1"
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_hydras_breath"
		"ItemRequirements"
		{
			"01"						"item_bearstbow;item_orb_of_venom;"
		}
	}
	//=================================================================================================================
	// Black King Bar
	//=================================================================================================================
	"item_black_king_bar"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"FightRecapLevel"				"2"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"18"
		"AbilityManaCost"				"25"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4050"
		"ItemShopTags"					"str;damage;hard_to_tag;teamfight;escape;tank"
		"ItemQuality"					"epic"
		"ItemSellable"					"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_strength"		"10"
			"bonus_damage"			"24"
			"duration"				"8"
			"max_level"				"3"
			"model_scale"			"50"     // Percentage over model scale
			"spell_reduce"			"100"
		}
	}

	//=================================================================================================================
	// Hydra's Breath
	//=================================================================================================================
	"item_hydras_breath"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"0"

		"AbilityCastRange"				"0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"0"
		"ItemCost"						"5900"
		"ItemShopTags"					"agi;damage;attack_speed;hard_to_tag;"
		"ItemPurchasable"				"1"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"strength"						"15"
			"agility"						"10"
			"damage"						"45"
			"base_count"					"0"
			"count"							"3"
			"secondary_target_range_bonus"	"150"
			"secondary_target_angle"		"120"
			"proc_chance"					"30"
			"proc_dmg_pct"					"75"
			"proc_dmg_pct_primary_tooltip"	"100"
			"base_proc_dmg"					"20"
			"base_attack_range"				"150"
	
			"poison_duration"				"3"
			"poison_base_damage"			"0"
			"poison_damage_per_second"		"0.15"
		}
	}
	
	//=================================================================================================================
	// Hurricane Pike
	//=================================================================================================================
	"item_hurricane_pike"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"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"
		"SuggestLategame"				"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"

		}
	}
	// neutral items


	"item_enhancement_mystical"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"4"
		"AbilityValues"
		{
			"mana_regen"				"2 3.5 5 7.5"
			"magic_res"					"4 8 12 16"
		}
	}

	"item_enhancement_alert"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"4"
		"AbilityValues"
		{
			"bonus_attack_speed"		"20 35 50 70"
			"bonus_night_vision"		"75 150 225 300"
		}
	}

	"item_enhancement_brawny"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"4"
		"AbilityValues"
		{
			"health_bonus"				"175 300 450 650"
			"health_regen"				"2 4 6 10"
		}
	}

	"item_enhancement_tough"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"4"
		"AbilityValues"
		{
			"bonus_damage"				"8 14 20 28"
			"armor"						"2 3 5 8"
		}
	}

	"item_enhancement_feverish"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"2"
		"AbilityValues"
		{
			"cooldown_reduction"		"12"
			"cost_increase"				"12"
		}
	}

	"item_enhancement_fleetfooted"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"1"
		"AbilityValues"
		{
			"movespeed"					"100"
		}
	}

	"item_enhancement_crude"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"2"
		"AbilityValues"
		{
			"slow_resistance"			"15 25"
			"bat_reduce"				"10 15"
			"intelligence_pct"			"-20"
		}
	}

	"item_enhancement_timeless"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"2"
		"AbilityValues"
		{
			"debuff_amp"				"12 20"
			"spell_amp"					"12 20"
		}
	}

	"item_enhancement_greedy"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"2"
		"AbilityValues"
		{
			"bonus_gpm"					"90 180"
			"bonus_mana"				"150 220"
			"bonus_damage"				"-70 -130"
		}
	}

	"item_enhancement_vampiric"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"3"
		"AbilityValues"
		{
			"attack_lifesteal"			"10 13 16"
			"spell_lifesteal"			"6 8 10"
			"attack_damage"				"0"
			"vision_loss"				"0"
		}
	}

	"item_enhancement_keen_eyed"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"2"
		"AbilityValues"
		{
			"cast_range_bonus"			"100 165"
			"bonus_mana_regen"			"0.8 1.2"
			"mana_reduction_pct"		"12"
		}
	}

	"item_enhancement_evolved"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"AbilityValues"
		{
			"primary_stat"				"32"
			"primary_stat_universal"	"20"
		}
	}

	"item_enhancement_titanic"
	{
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"ItemIsNeutralPassiveDrop"		"1"
		"MaxLevel"						"2"
		"AbilityValues"
		{
			"base_attack_damage"		"20 50"
			"status_resistance"			"18 32"
		}
	}

}