"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
		"AbilityCastPoint"				"0.0"
		"AbilityCooldown"				"15.0"
		"AbilityManaCost"				"0"
		"AbilitySharedCooldown"			"blink"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2250"
		"ItemShopTags"					"teleport;mobility;escape"
		"ItemQuality"					"component"
		//"SideShop"						"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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
		"AbilityCastPoint"				"0.0"
		"AbilityCooldown"				"15.0"
		"AbilityManaCost"				"0"
		"AbilitySharedCooldown"			"blink"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"6800"
		"ItemShopTags"					"teleport;mobility;escape"
		"ItemQuality"					"component"
		//"SideShop"						"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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
		"AbilityCastPoint"				"0.0"
		"AbilityCooldown"				"15.0"
		"AbilityManaCost"				"0"
		"AbilitySharedCooldown"			"blink"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"6800"
		"ItemShopTags"					"teleport;mobility;escape"
		"ItemQuality"					"component"
		//"SideShop"						"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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
		"AbilityCastPoint"				"0.0"
		"AbilityManaCost"				"0"
		"AbilityCooldown"				"9.0"
		"AbilitySharedCooldown"			"blink"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"6800"
		"ItemShopTags"					"teleport;mobility;escape;magic_dmg"
		"ItemQuality"					"component"
		//"SideShop"						"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"blink_range"			"1400"
				"blink_damage_cooldown"	"3.0"
				"blink_range_clamp"		"1120"
				"bonus_intellect"		"25"
				"heal_amount"			"250"
				"mana_amount"			"100"
				"debuff_amp"			"0"
				"duration"				"0"

				
		}
	}
	
	//=================================================================================================================
	// 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"

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

	//=================================================================================================================
	// Broadsword
	//=================================================================================================================
	"item_broadsword"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1000"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"
		//"SideShop"						"1"		

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

	//=================================================================================================================
	// Chainmail
	//=================================================================================================================
	"item_chainmail"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_FRIENDLY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"
		"AbilityUnitTargetFlags"		"DOTA_UNIT_TARGET_FLAG_INVULNERABLE | DOTA_UNIT_TARGET_FLAG_OUT_OF_WORLD"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"500"
		"ItemShopTags"					"armor"
		"ItemQuality"					"component"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_armor"			"4"
		}
	}

	//=================================================================================================================
	// Splintmail
	//=================================================================================================================
	"item_splintmail"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"950"
		"ItemShopTags"					"armor"
		"ItemQuality"					"component"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_armor"			"7"
		}
	}

	//=================================================================================================================
	// Claymore
	//=================================================================================================================
	"item_claymore"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1350"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_chance"			"25"
				"bonus_chance_damage"	"60"
		}
	}
	
	//=================================================================================================================
	// Mithril Hammer
	//=================================================================================================================
	"item_mithril_hammer"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1600"
		"ItemShopTags"					"damage"
		"ItemQuality"					"component"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"24"
		}
	}
	
	//=================================================================================================================
	// Platemail
	//=================================================================================================================
	"item_platemail"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1400"
		"ItemShopTags"					"armor"
		"ItemQuality"					"secret_shop"
		"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"
		"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"
		//"SideShop"						"1"
		"SuggestPregame"				"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"
		"ItemStackable"					"0"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"ItemHideCharges"				"1"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"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;laning"
		"ItemQuality"					"component"
		"ItemStackable"					"0"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"6"
		"ItemHideCharges"				"0"
		"ItemStockTime"					"1"			  
		"ItemStockInitial"				"0"
		"ItemStockMax"					"1"
		"ItemInitialStockTime"			"270.0"
		"ItemInitialStockTimeTurbo"		"150.0"
		"SuggestPregame"				"1"
		
		// 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"						"225"
		"ItemShopTags"					"armor;laning"
		"ItemQuality"					"component"
		"ItemPermanent"					"1"
		//"ItemInitialCharges"			"3"
		//"ItemRequiresCharges"			"1"
		"SuggestPregame"				"1"

		
		// Sounden
		//-------------------------------------------------------------------------------------------------------------			
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"movement_speed"			"15"
		}
	}


	//=================================================================================================================
	// Ring of Protection
	//=================================================================================================================
	"item_ring_of_protection"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"175"
		"ItemShopTags"					"armor"
		"ItemQuality"					"component"
		"SuggestPregame"				"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"
		"SuggestLategame"				"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"
		"SuggestLategame"				"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"
		"SuggestPregame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"3"
		}
	}
	
	//=================================================================================================================
	// Slippers
	//=================================================================================================================
	"item_slippers"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"140"
		"ItemShopTags"					"agi"
		"ItemQuality"					"component"
		"SuggestPregame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"			"3"
		}
	}

	//=================================================================================================================
	// Mantle
	//=================================================================================================================
	"item_mantle"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"140"
		"ItemShopTags"					"int"
		"ItemQuality"					"component"
		"SuggestPregame"				"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"						"55"
		"ItemShopTags"					"agi;int;str"
		"ItemQuality"					"consumable"
		"SuggestPregame"				"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"
		//"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"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"			"6"
		}
	}

	//=================================================================================================================
	// Robe
	//=================================================================================================================
	"item_robe"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"450"
		"ItemShopTags"					"int"
		"ItemQuality"					"component"
		//"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"
		"SuggestPregame"				"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"
		"SuggestEarlygame"				"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"
		//"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"

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

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

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"lifesteal_percent"		"18"
		}
	}
	
	//=================================================================================================================
	// Voodoo Mask
	//=================================================================================================================
	"item_voodoo_mask"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"650"
		"ItemShopTags"					"unique"
		"ItemQuality"					"component"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"spell_lifesteal"		"15"
		}
	}
	
	//=================================================================================================================
	// Ring of Regen
	//=================================================================================================================
	"item_ring_of_regen"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"175"
		"ItemShopTags"					"regen_health"
		"ItemQuality"					"component"
		"SuggestPregame"				"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"
		"SuggestPregame"				"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;mobility;laning"
		"ItemQuality"					"component"
		//"SideShop"						"1"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"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"
		"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"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShouldNotSuggestMainGame"		"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"
		}
	}
	
	//=================================================================================================================
	// Shawl
	//=================================================================================================================
	"item_shawl"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"450"
		"ItemShopTags"					"magic_resist"
		"ItemQuality"					"component"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_magical_armor"	"10"
				"tooltip_resist"		"10"
		}
	}

	
	//=================================================================================================================
	// Cloak
	//=================================================================================================================
	"item_cloak"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"900"
		"ItemShopTags"					"magic_resist"
		"ItemQuality"					"component"
		//"SideShop"						"1"		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_magical_armor"	"18"
				"tooltip_resist"		"18"
		}
	}

	//=================================================================================================================
	// Talisman of Evasion
	//=================================================================================================================
	"item_talisman_of_evasion"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1300"
		"ItemShopTags"					"evasion"
		"ItemQuality"					"secret_shop"
		"SecretShop"					"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_evasion"			"15"
		}
	}
	
	//=================================================================================================================
	// 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"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ItemAllowCombineFromGround"	"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"				"17.0"
		"AbilitySharedCooldown"			"magicwand"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"200"
		"ItemShopTags"					"regen_health;regen_mana;boost_health;boost_mana;laning;regen_mana"
		"ItemQuality"					"component"
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		//"SideShop"						"1"
		"SuggestPregame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"max_charges"			"10"
				"charge_radius"			
				{
					"value"		"1200"
					"affected_by_aoe_increase"	"1"
				}
				"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"				"15.0"
		"AbilitySharedCooldown"			"magicwand"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"460"
		"ItemShopTags"					"regen_health;regen_mana;boost_health;boost_mana;int;agi;str;laning;regen_mana"
		"ItemQuality"					"common"
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"SuggestEarlygame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"max_charges"			"20"
				"charge_radius"			
				{
					"value"			"1200"
					"affected_by_aoe_increase"	"1"
				}
				"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;escape"
		"ItemQuality"					"component"
		"SuggestLategame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_all_stats"		"5"
				"duration"				"4.0"
				"extra_spell_damage_percent"	"-30"
		}
	}
	
	//=================================================================================================================
	// 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"						"60"
		"ItemShopTags"					"consumable;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"ItemStockMax"					"5"
		"ItemStockInitial"				"5"
		"ItemStockTime"					"120"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"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"
		"ItemStackable"					"1"
		"ItemStackableMax"				"3"
		"ItemStockMax"					"4"
		"ItemStockInitial"				"4"
		"ItemStockTime"					"120"
		"ItemInitialCharges"			"1"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"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"
		"ItemStackable"					"1"
		"ItemStackableMax"				"3"
		"ItemInitialCharges"			"1"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"	"0"
		"ItemPurchasable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"1"

		"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"
		"ItemStackable"					"1"
		"ItemStackableMax"				"2"
		"ItemInitialCharges"			"1"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"	"0"
		"ItemPurchasable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"1"

		// 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"
		"ItemStackable"					"1"
		"ItemStackableMax"				"3"
		"ItemInitialCharges"			"1"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"	"0"
		"ItemPurchasable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemAllowCombineFromGround"	"0"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"1"

		// 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"
		"ShouldNotSuggestMainGame"		"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"
		"ShouldNotSuggestMainGame"		"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 | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"	
		"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;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemStackableMax"				"2"
		"ItemStockMax"					"3"
		"ItemStockInitial"				"2"
		"ItemStockTime"					"180"
		"ItemInitialCharges"			"1"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"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_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_FRIENDLY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"
		
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"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"
		"SpeciallyBannedFromNeutralSlot"		"1"

		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"shield"			"500"
				"regen"				"100"
				"idle"				"5"
				"duration"				"5"
				"health_restore"		"3000"
				"mana_restore"			"2000"				
		}
	}
	//=================================================================================================================
	// 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;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"ItemStockMax"					"5"
		"ItemStockInitial"				"5"
		"ItemStockTime"					"120"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"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;see_invis;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"		  
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES"
		"ItemSupport"					"1"
		"IsTempestDoubleClonable"		"0"
		"ShouldNotSuggestMainGame"		"1"
		"SpeciallyBannedFromNeutralSlot"		"1"


		// 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;laning"
		"ItemQuality"					"common"
		"ItemStackable"					"0"
		"ItemShareability"				"ITEM_PARTIALLY_SHAREABLE"
		"ItemPermanent"					"1"
		"ItemInitialCharges"			"3"
		"ItemDisplayCharges"			"1"
		"IsTempestDoubleClonable"		"0"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"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;laning"
		"ItemQuality"					"consumable"
		"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"
		"SuggestPregame"				"1"
		"ShouldNotSuggestMainGame"		"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"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;see_invis;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemPurchasable"				"1"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"ItemStockMax"					"8"
		"ItemStockInitial"				"3"
		"ItemStockTime"					"70"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES"
		"ItemSupport"					"1"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"ShouldNotSuggestMainGame"		"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"lifetime"								"420"
			"vision_range"							"0"
			"true_sight_range"						"1050"
			"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"
		"ShouldNotSuggestMainGame"		"1"
		"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"					"consumable;laning"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemPurchasable"				"0"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_NEVER"
		"IsTempestDoubleClonable"		"0"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"1"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"500"
		"AbilityCooldown"				"0"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health"			"75"
				"observer_cost"			"75"
				"sentry_cost"			"100"
				"lifetime_observer"				"360"
				"lifetime_sentry"				"420"
				"observer_vision_range_tooltip"		"1600"
				"observer_duration_minutes_tooltip"		"6"
				"sentry_duration_minutes_tooltip"		"8"
				"true_sight_range"		"1050"
				"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;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"3"
		"ItemStockMax"					"10"
		"ItemStockInitial"				"10"
		"ItemStockTime"					"120"
		"IsTempestDoubleClonable"		"0"
		"SuggestPregame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ShowGiveIndicatorOnTargetCast"	"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;laning"
		"ItemQuality"					"consumable"
		"ItemStackable"					"0"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"IsTempestDoubleClonable"		"0"
		"SpeciallyBannedFromNeutralSlot"		"1"

		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"health_regen"			"3.5"
				"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"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"ItemStockMax"					"1"
		"ItemStockTime"					"36000.0"
		"ItemSupport"					"1"
		"ItemKillable"					"0"
		"ItemSellable"					"0"
		"IsTempestDoubleClonable"		"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"
		"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;laning;tutorial"
		"ItemQuality"					"consumable"
		"ItemStackable"					"1"
		"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"			"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;mobility"
		"ItemQuality"					"common"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"MaxUpgradeLevel"				"2"
		"ItemBaseLevel"					"1"
		"SuggestLategame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"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;mobility"
		"ItemQuality"					"common"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"MaxUpgradeLevel"				"2"
		"ItemBaseLevel"					"2"
		"SuggestLategame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"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"						"1450"
		"ItemShopTags"					"damage;move_speed;hard_to_tag;mobility"
		"ItemQuality"					"common"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_movement_speed"	"50"
				"bonus_damage_melee"			"18"
				"bonus_damage_range"			"12"
				"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"
		"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"
		"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"
		"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"
		"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"
		"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"
		"SuggestEarlygame"				"1"
		"SecretShop"					"1"
		
		// 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"						"1700"
		"ItemShopTags"					"regen_health"
		"ItemQuality"					"component"
		"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"
		"SecretShop"					"1"
		//"SideShop"						"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_mana_regen"		"1.75"
		}
	}
	
	//=================================================================================================================
	// Void Stone
	//=================================================================================================================
	"item_tiara_of_selemene"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1700"
		"ItemShopTags"					"regen_mana"
		"ItemQuality"					"component"
		"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"
		"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"
		"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"
		"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"
		"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"
		//"SecretShop"					"1"
		//"SideShop"						"1"
		"SuggestPregame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health"			"125"
		}
	}

	//=================================================================================================================
	// Wizard Hat
	//=================================================================================================================
	"item_wizard_hat"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"250"
		"ItemShopTags"					"mana_pool"
		// "SuggestPregame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_mana"			"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;mobility"
		"ItemQuality"					"common"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_movement_speed_ranged"  "45"
				"bonus_movement_speed_melee"  "55"
				"bonus_stat"			"10"
				"bonus_attack_speed"			"25"
				"bonus_damage"			"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_pers;item_diadem"
		}
	}
	
	//=================================================================================================================
	// Phylactery
	//=================================================================================================================
	"item_phylactery"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"9.0"
		"AbilitySharedCooldown"			"phylactery"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2600"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"common"
		"SuggestLategame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"6"
			"bonus_health_regen"		"5.5"
			"bonus_mana_regen"			"2.25"
			"slow"						"30"
			"bonus_spell_damage"		"150"
			"slow_duration"				"3" // even if there is no slow, this needs to be above 0.0 so the delayed_damage happens OnIntervalThink
			"kill_bonus_window"			"0"
			"bonus_per_kill"			"0"
			"max_kill_bonus"			"0"
		}
	}

	//=================================================================================================================
	// Recipe: Khanda //aka dota_item_sharpened_periapt
	//=================================================================================================================
	"item_recipe_angels_demise"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		"ItemPurchasable"				"1"
		"ItemSellable"					"1"
		"IsObsolete"					"0"
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_angels_demise"
		"ItemRequirements"
		{
			"01"						"item_phylactery;item_soul_booster"
		}
	}
	
	//=================================================================================================================
	// Khanda //aka dota_item_sharpened_periapt
	//=================================================================================================================
	"item_angels_demise"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_ENEMY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"
		"FightRecapLevel"				"1"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"		

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"9"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------

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


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5600"
		"ItemShopTags"					"hard_to_tag;magic_dmg"
		"ItemQuality"					"common"
		"SuggestLategame"				"1"
		"ItemPurchasable"				"1"
		"ItemSellable"					"1"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"				"450"
			"bonus_mana"				"450"			
			"bonus_all_stats"			"8"
			"bonus_health_regen"		"7"
			"bonus_mana_regen"			"3"
			"slow"						"30"
			"slow_duration"				"4"
			//"proc_cooldown"				"9"
			"bonus_spell_damage"		"250"
		}
	}

	//=================================================================================================================
	// Recipe: Hand of Midas
	//=================================================================================================================
	"item_recipe_hand_of_midas"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1750"	
		"ItemShopTags"					""
		
		// 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"		"90"
		"ItemInitialCharges"			"1"
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"ItemStackable"					"0"
		"ItemPermanent"					"1"
		"ItemDisassembleRule"				"DOTA_ITEM_DISASSEMBLE_NEVER"
		"SpeciallyBannedFromNeutralSlot"		"1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"0"
		"ItemCost"						"2200"
		"ItemShopTags"					"attack_speed;hard_to_tag;farming"
		"ItemQuality"					"common"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_attack_speed"	"35"
				"bonus_gold"			"160"
		}
	}

	//=================================================================================================================
	// 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_robe;item_sobi_mask"
		}
	}
	
	//=================================================================================================================
	// Oblivion Staff
	//=================================================================================================================
	"item_oblivion_staff"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1625"
		"ItemShopTags"					"damage;int;attack_speed;regen_mana"
		"ItemQuality"					"common"
		
		// 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"						"300"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_witch_blade"
		"ItemRequirements"
		{
			"01"						"item_oblivion_staff;item_chainmail;item_orb_of_venom"
		}
	}
	
	//=================================================================================================================
	// 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;dps;magic_dmg"
		"ItemQuality"					"common"
		"SuggestLategame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_attack_speed"	"40"
				"bonus_intellect"		"12"
				"bonus_mana_regen"		"1.5"
				"bonus_armor"			"5"
				"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"
		"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"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health_regen"	"5.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"
		//"SecretShop"					"1"	
		"ItemPurchasable"				"0"
		"IsObsolete"					"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"
		""
	}
	
	//=================================================================================================================
	// 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"
		"ItemPurchasable"				"0"
		"ItemIsNeutralActiveDrop"				"1"
		"DisplayOverheadAlertOnReceived" "0"
		"ItemSellable"				"0"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_agility"			"0"
			"damage_block_melee"	
			{
				"value"				"30"
				"apply_curio_bonus"		"1"
			}

			"damage_block_ranged"	
			{
				"value"				"20"
				"apply_curio_bonus"		"1"
			}

			"block_chance"			"50"
			"block_chance_hero"		"100"
		}
	}

	//=================================================================================================================
	// 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"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"505"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"SuggestEarlygame"				"1"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_strength"		"5"
			"bonus_agility"			"2"
			"bonus_intellect"		"2"
			"bonus_damage"			"0"
			"bonus_health_regen"	"0.75"
			"bonus_health"			"50"
		}
	}
	

	//=================================================================================================================
	// 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"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"505"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"SuggestEarlygame"				"1"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"			"5"
				"bonus_strength"		"2"
				"bonus_intellect"		"2"
				"bonus_attack_speed"	"6"
				"bonus_armor"			"1.75"
		}
	}
	
	//=================================================================================================================
	// 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"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"505"
		"ItemShopTags"					"damage;int;agi;str"
		"ItemQuality"					"common"
		"SuggestEarlygame"				"1"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_intellect"		"5"
			"bonus_strength"		"2"
			"bonus_agility"			"2"
			"bonus_max_mana_percentage"	"3"
			"bonus_mana_regen"		"1.0"
		}
	}
		

	//=================================================================================================================
	// Recipe: Mekansm
	//=================================================================================================================
	"item_recipe_mekansm"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"850"	
		"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;teamfight;save;tank"
		"ItemQuality"					"rare"
		"ItemAlertable"					"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_armor"			"5"
			"aura_radius"			
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}
			"aura_health_regen"		"2.5"
			"heal_amount"			"250"
			"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;teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"

		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"armor"				"1"
				"mana_regen"		"0.75"
				"armor_aura"		"2.0"
				"mana_regen_aura"	"1"
				"lifesteal_aura"	"20"			// if changing this, update lifesteal_creeps_tooltip
				"damage_aura"		"18"
				"lifesteal_self"	"0"
				"damage_self"		"0"
				"aura_radius"	
				{
					"value"		"1200"
					"affected_by_aoe_increase"	"1"
				}
				"lifesteal_creeps_tooltip"
				{
					"value"			"12"			// lifesteal_aura * DOTA_ATTACK_LIFESTEAL_CREEP_FACTOR
				}
		}
	}

	
	//=================================================================================================================
	// 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"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"	
				{
					"value"		"1200" 
					"affected_by_aoe_increase"	"1"
				}
				"pact_aura_radius"	
				{
					"value"		"900" 
					"affected_by_aoe_increase"	"1"
				}
				"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"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"armor"		"1"
				"bonus_aoe_armor"		"2"
				"bonus_aoe_radius"		
				{
					"value"	"1200"
					"affected_by_aoe_increase"	"1"
				}
		}
	}
	
	//=================================================================================================================
	// 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"
		"SuggestEarlygame"				"1"
		
		// Sound
		//-------------------------------------------------------------------------------------------------------------			
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"mana_regen"		"0.25"
				"aura_mana_regen"		"1.0"
				"aura_radius"			
				{
					"value"	"1200"
					"affected_by_aoe_increase"	"1"
				}
		}
	}
	
	//=================================================================================================================
	// Recipe: Holy Locket
	//=================================================================================================================
	"item_recipe_holy_locket"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1340"	
		"ItemShopTags"					""
		
		// Sound
		//-------------------------------------------------------------------------------------------------------------			
		"UIPickupSound"					"Item.PickUpRingShop"
		"UIDropSound"					"Item.DropRingShop"
		"WorldDropSound"				"Item.DropRingWorld"
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_holy_locket"
		"ItemRequirements"
		{
			"01"						"item_magic_wand;item_crown"
		}
	}
	
	//=================================================================================================================
	// 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"				"600"
		"AbilityCastPoint"				"0.0"	

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2250"
		"ItemShopTags"					"teamfight;save"
		"ItemQuality"					"rare"
		"SuggestLategame"				"1"

		// Stats	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"0.0"
		"AbilitySharedCooldown"			"magicwand"


			
		"AbilityCharges"				"25"
		"AbilityChargeRestoreTime"		"10"
		"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_passive"	"10"
				"max_charges"			"25"
				"charge_radius"			
				{	
					"value"		"1200"
					"affected_by_aoe_increase"	"1"
				}
				"bonus_all_stats"				"7"
				"health_restore_per_charge"		"17"
				"mana_restore_per_charge"		"15"

				"incoming_heal_increase_active"	"15"
				"active_buff_duration"			"4.0"

				"charge_gain_timer"		"10"
				"use_cooldown"			"13"
		}
	}

	//=================================================================================================================
	// Recipe: Pipe
	//=================================================================================================================
	"item_recipe_pipe"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"675"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_pipe"
		"ItemRequirements"
		{
			"01"						"item_ring_of_tarrasque;item_cloak*;item_shawl;"
		}
	}
	
	//=================================================================================================================
	// 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;teamfight;tank;magic_resist"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"ItemAlertable"					"1"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"health_regen"				"14"
			"magic_resistance"			"20"
			"add_nostack_debuff"		"1"
			"aura_health_regen"			"0"
			"magic_resistance_aura"		"8"
			"aura_radius"			
			{	
				"value"			"1200"
				"affected_by_aoe_increase"	"1"
			}
			"barrier_block"			"425"
			"barrier_duration"		"8.0"
			"barrier_radius"		
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}
			"bonus_all_stats"		"0"
			"barrier_block_creep"	"425"
		}
	}

	//=================================================================================================================
	// Recipe: Urn of Shadows
	//=================================================================================================================
	"item_recipe_urn_of_shadows"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"320"	
		"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 | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
		"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"				"10.0"
		"AbilitySharedCooldown"			"urn"

		// Items
		//-------------------------------------------------------------------------------------------------------------
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"ItemStackable"					"0"
		"ItemPermanent"					"1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"825"
		"ItemShopTags"					"regen_mana;str;boost_health;teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"mana_regen"			"1.25"
				"bonus_all_stats"		"2"
				"bonus_armor"			"2"
				"soul_radius"			
				{	
					"value"	"1500"
					"affected_by_aoe_increase"	"1"
				}
				"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"
		"AbilityCastRange"				"1200"
		"SuggestEarlygame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"health_regen"		"0.5"
				"aura_health_regen"		"2.0"
				"aura_radius"			
				{
					"value"	"1200"
					"affected_by_aoe_increase"	"1"
				}
		}
	}
	

	//=================================================================================================================
	// Recipe: Sheepstick
	//=================================================================================================================
	"item_recipe_sheepstick"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"700"	
		"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;disable"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"
		"SpeciallyBannedFromNeutralSlot" "1"

        "IsObsolete"                    "1"

		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5600"
		"ItemShopTags"					"int;regen_mana;agi;hard_to_tag"
		"ItemQuality"					"rare"
		"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"

		"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"						"300"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_orchid"
		"ItemRequirements"
		{
			"01"						"item_oblivion_staff;item_claymore"
		}
	}
	
	//=================================================================================================================
	// 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"				"125"
		"ItemCost"						"3275"
		"ItemShopTags"					"attack_speed;damage;regen_mana;hard_to_tag;dps;disable"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------

		"AbilityValues"
		{
				"bonus_attack_speed"	"35"
				"bonus_damage"			"20"
				"bonus_mana_regen"		"2.5"
				"bonus_health_regen"	"0.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"						"600"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_bloodthorn"
		"ItemRequirements"
		{
			"01"						"item_orchid*;item_oblivion_staff;item_javelin"
		}
	}
	
	//=================================================================================================================
	// 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"				"150"
		"ItemCost"						"6400"
		"ItemShopTags"					"int;attack_speed;damage;regen_mana;damage;hard_to_tag;dps;disable"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_intellect"			"25"
				"bonus_attack_speed"		"70"
				"bonus_mana_regen"			"4"
				"bonus_health_regen"		"0"
				"silence_duration"			"5"
				"silence_damage_percent"	"60"
				"bonus_damage"				"20"
				"duration"					"6"	
				"spell_amp_debuff"			"35"
				"proc_damage_heroes"				"50"
				"proc_damage_creeps"				"25"
				"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;farming;dps"
		"ItemQuality"					"artifact"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"						"2600"
		"ItemShopTags"					"int;regen_mana;move_speed;hard_to_tag;escape;disable"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"				"19.0"
		"AbilitySharedCooldown"			"cyclone"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"175"
		"ItemCost"						"6800"
		"ItemShopTags"					"int;regen_mana;move_speed;hard_to_tag;escape;save;disable"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"	"300"
		}
	}

	//=================================================================================================================
	// 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;hard_to_tag"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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;hard_to_tag;mobility;escape;save"
		"ItemQuality"					"rare"
		"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"
		}
	}
	
	//=================================================================================================================
	// 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;mobility;escape;save"
		"ItemQuality"					"epic"
		"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"		"130"
			"push_length"			"600"
			"enemy_length"			"425"
			"range_duration"		"6"
			"cast_range_enemy"		"425"
			"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"						"1100"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_dagon"
		"ItemRequirements"
		{
			"01"						"item_point_booster;item_crown;item_wizard_hat"
		}
	}

	"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"				"640"
		"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"						"3000"
		"ItemShopTags"					"damage;int;str;agi;hard_to_tag;magic_dmg"
		"ItemQuality"					"rare"	
		
		"UpgradesItems"					"item_dagon;item_dagon_2;item_dagon_3;item_dagon_4"
		"UpgradeRecipe"					"item_recipe_dagon"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"6 7 8 9 10"
			"bonus_health"				"200 210 220 230 240"
			"bonus_mana"				"350 375 400 425 450"
			"damage"					"400 500 600 700 800"
			"damage_delay"				"0"
			"mana_cost_tooltip"			"120 140 160 180 200"
			"cast_range_bonus"			"60 90 120 150 180"
		}
	}

	"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"				"640"
		"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"						"4100"
		"ItemShopTags"					"damage;int;str;agi;hard_to_tag;magic_dmg"
		"ItemQuality"					"rare"	
		
		"UpgradesItems"					"item_dagon_2;item_dagon_3;item_dagon_4"
		"UpgradeRecipe"					"item_recipe_dagon"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"6 7 8 9 10"
			"bonus_health"				"200 210 220 230 240"
			"bonus_mana"				"350 375 400 425 450"
			"damage"					"400 500 600 700 800"
			"damage_delay"				"0"
			"mana_cost_tooltip"			"120 140 160 180 200"
			"cast_range_bonus"			"60 90 120 150 180"
		}
	}

	"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"				"640"
		"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"						"5200"
		"ItemShopTags"					"damage;int;str;agi;hard_to_tag;magic_dmg"
		"ItemQuality"					"rare"

		"UpgradesItems"					"item_dagon_3;item_dagon_4"
		"UpgradeRecipe"					"item_recipe_dagon"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"6 7 8 9 10"
			"bonus_health"				"200 210 220 230 240"
			"bonus_mana"				"350 375 400 425 450"
			"damage"					"400 500 600 700 800"
			"damage_delay"				"0"
			"mana_cost_tooltip"			"120 140 160 180 200"
			"cast_range_bonus"			"60 90 120 150 180"
		}
	}

	"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"				"640"
		"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;magic_dmg"
		"ItemQuality"					"rare"

		"UpgradesItems"					"item_dagon_4"
		"UpgradeRecipe"					"item_recipe_dagon"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"6 7 8 9 10"
			"bonus_health"				"200 210 220 230 240"
			"bonus_mana"				"350 375 400 425 450"
			"damage"					"400 500 600 700 800"
			"damage_delay"				"0"
			"mana_cost_tooltip"			"120 140 160 180 200"
			"cast_range_bonus"			"60 90 120 150 180"
		}
	}

	"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"				"640"
		"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"						"7400"
		"ItemShopTags"					"damage;int;str;agi;hard_to_tag;magic_dmg"
		"ItemQuality"					"rare"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"6 7 8 9 10"
			"bonus_health"				"200 210 220 230 240"
			"bonus_mana"				"350 375 400 425 450"
			"damage"					"400 500 600 700 800"
			"damage_delay"				"0"
			"mana_cost_tooltip"			"120 140 160 180 200"
			"cast_range_bonus"			"60 90 120 150 180"
		}
	}

	//=================================================================================================================
	// Recipe: Necronomicon
	//=================================================================================================================
	"item_recipe_necronomicon"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1250"	
		"ItemShopTags"					""

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

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

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

		"ItemPurchasable"				"0"
        "IsObsolete"                    "1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2050"
		"ItemShopTags"					"int;str;hard_to_tag;see_invis"
		"ItemQuality"					"rare"
		"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"

		"ItemPurchasable"				"0"
        "IsObsolete"                    "1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"3300"
		"ItemShopTags"					"int;str;hard_to_tag;see_invis"
		"ItemQuality"					"rare"
		"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"

		"ItemPurchasable"				"0"
        "IsObsolete"                    "1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4550"
		"ItemShopTags"					"int;str;hard_to_tag;see_invis"
		"ItemQuality"					"rare"
		"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"

		//"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"
		"SuggestLategame"				"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"

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

		"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"
		
		"ItemPermanent"					"0"
		"ItemStockTime"					"1"			  
		"ItemStockInitial"				"0"
		"ItemStockMax"					"1"
		"ItemInitialStockTime"			"990.0"
		"ItemInitialStockTimeTurbo"		"510.0"

		"SuggestLategame"				"1"
	}
	
	//=================================================================================================================
	// Aghanim's Shard
	//=================================================================================================================
	"item_aghanims_shard_roshan"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1400"
		"ItemShopTags"					""
		"ItemQuality"					"rare"
		
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemKillable"					"1"
		"IsTempestDoubleClonable"		"0"		
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		
		"ItemPermanent"					"0"
	}
	//=================================================================================================================
	// Eldwurm's Edda
	//=================================================================================================================
	"item_eldwurms_edda"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_UNSWAPPABLE"
		"FightRecapLevel"				"1"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"600"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"							"0"
		"ItemIsNeutralActiveDrop"					"0"
		"ItemPurchasable"					"0"
		"ItemDroppable"						"0"
		"DisplayOverheadAlertOnReceived"	"0"
		"ItemSellable"						"0"
		"ItemCanBeConsumed"					"1"
		
		"SpeciallyAllowedInNeutralSlot"		"1"
		"AllowedInBackpack"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityValues"
		{
			"intellect_pct"	"25"

		}
	}

	//=================================================================================================================
	// Recipe: Refresher
	//=================================================================================================================
	"item_recipe_refresher"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		"FightRecapLevel"				"2"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1600"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_refresher"
		"ItemRequirements"
		{
			"01"						"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"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"325"
		"ItemCost"						"5000"
		"ItemShopTags"					"regen_health;regen_mana;hard_to_tag;teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		"CooldownPausedOutOfInventory"	"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health_regen"	"14"
			"bonus_mana_regen"		"7.0"
			"bonus_damage"			"0"
			"max_level"				"1"
			"cooldown_duration"		"180"
			"refresh_items"			"0"

		}
	}





	//=================================================================================================================
	// 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_buckler;item_hyperstone;item_platemail"
		}
	}
	
	//=================================================================================================================
	// 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;teamfight;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_attack_speed"	"30"
				"bonus_armor"			"10"
				"aura_radius"			
				{
					"value"	"1200"
					"affected_by_aoe_increase"	"1"
				}
				"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"						"700"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_heart"
		"ItemRequirements"
		{
			"01"						"item_reaver;item_ring_of_tarrasque"
		}
	}
	
	//=================================================================================================================
	// Heart
	//=================================================================================================================
	"item_heart"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5200"
		"ItemShopTags"					"str;regen_health;health_pool;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_strength"		"40"
			"hp_regen"				"1"

			"missing_health_regen"	"1.5"
		}
	}

	//=================================================================================================================
	// 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_mithril_hammer;item_ogre_axe"
		}
	}
	
	//=================================================================================================================
	// Black King Bar
	//=================================================================================================================
	"item_black_king_bar"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"FightRecapLevel"				"2"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"95"
		"AbilityManaCost"				"50"

		// 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"				"9 8 7"
			"max_level"				"3"
			"model_scale"			"30"     // Percentage over model scale
			"spell_reduce"			"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"
		"SpeciallyBannedFromNeutralSlot"		"1"


		//-------------------------------------------------------------------------------------------------------------
		"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"						"1350"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_shivas_guard"
		"ItemRequirements"
		{
			"01"						"item_platemail;item_splintmail;item_chasm_stone"
		}
	}
	
	//=================================================================================================================
	// 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"						"4500"
		"ItemShopTags"					"armor;hard_to_tag;teamfight;tank;magic_dmg"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_hp_regen"		"0"
				"bonus_armor"			"17"
				"bonus_aoe"				"75"
				"aura_radius"			
				{
					"value"	"1200"
					"affected_by_aoe_increase"	"1"
				}
				"aura_attack_speed"		"-40"
				"blast_damage"			"260"
				"blast_movement_speed"	"-40"
				"blast_debuff_duration"	"4.0"
				"blast_radius"			
				{
					"value"						"825"
					"affected_by_aoe_increase"	"1"
				}
				"blast_speed"			"400"
		}
	}

	//=================================================================================================================
	// 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_veil_of_discord;item_soul_booster"
		}
	}
	
	//=================================================================================================================
	// Bloodstone
	//=================================================================================================================
	"item_bloodstone"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"FightRecapLevel"				"2"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastPoint"				"0.0"
		"AbilityCooldown"				"35.0"
		"AbilityManaCost"				"0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4700"
		"ItemShopTags"					"int;regen_health;mana_pool;health_pool;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"AllowedInBackpack"				"1"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"			"625"
			"bonus_mana"			"450"
			"bonus_mp_regen"		"0"
			"bonus_hp_regen"		"0"
			"bonus_intellect"		"15"
			"spell_lifesteal"		"20"
			"buff_duration"			"5"
			"spell_lifesteal_while_active"	"60"
			"hp_cost"				"0"

			"aura_spell_vulnerability"		"10"
			"aura_radius"			
			{
				"value"	"1200"
				"affected_by_aoe_increase"	"1"
			}
		}
	}

	//=================================================================================================================
	// 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_pers;item_ultimate_orb;"
		}
	}
	
	//=================================================================================================================
	// 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;teamfight;save"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"ActiveDescriptionLine"			"2"
		"SuggestLategame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_all_stats"		"16"
				"bonus_health_regen"	"6.5"
				"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;teamfight;save"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		// "ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_armor"		"10"
				"bonus_health_regen"	"6.5"
				"bonus_mana_regen"		"4.0"
				"bonus_mana"			"250"
				"active_duration"		"5"
		}
	}

	//=================================================================================================================
	// Recipe: Meteor Hammer
	//=================================================================================================================
	"item_recipe_meteor_hammer"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"300"	
		"ItemShopTags"					""
		"ItemPurchasable"				"1"
		"ItemSellable"					"1"
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_meteor_hammer"
		"ItemRequirements"
		{
			"01"						"item_kaya;item_crown"
		}
	}
	
	//=================================================================================================================
	// 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"
		
		"ItemPurchasable"				"1"
		"ItemSellable"					"1"
		
		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityChannelTime"			"2"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"600"
		"AbilityCooldown"				"24"
		"AbilityManaCost"				"75"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2850"
		"ItemShopTags"					"farming;magic_dmg;disable"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"6"
				"bonus_agility"		"6"
				"bonus_intellect"			"24"
				"spell_amp"			"10"
				"mana_regen_multiplier"		"35"

				"burn_dps_buildings"		"50"
				"burn_dps_units"		"50"
				"burn_slow"			"20"
				"burn_duration"		"6"
				"stun_duration"		"0.75"
				"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_splintmail"
		}
	}
	
	//=================================================================================================================
	// 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_MAGIC_IMMUNE_ENEMIES"
		"FightRecapLevel"				"1"
		
		"AbilityCooldown"				"10.0"
		"AbilityCastRange"				"900"
		"AbilityManaCost"				"0"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4350"
		"ItemShopTags"					"teamfight;disable"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"75"
				"bonus_armor"			"10"
				"bonus_regen"			"0"
				"mute_duration"			"4.0"
				"projectile_speed"		"1800"
				"slow_pct"				"10"
				"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;escape;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS | DECLARE_PURCHASES_IN_SPEECH"
		"SuggestLategame"				"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"
				"initial_cooldown"		"6"
		}
	}

	//=================================================================================================================
	// Recipe: Kaya
	//=================================================================================================================
	"item_recipe_kaya"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"650"	
		"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"						"2100"
		"ItemShopTags"					"int;mana;magic_dmg"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS | DECLARE_PURCHASES_IN_SPEECH"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_intellect"			"16"
				"spell_amp"			"10"
				"mana_regen_multiplier"		"30"
		}
	}
	


	//=================================================================================================================
	// Trident
	//=================================================================================================================
	"item_trident"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"6301"
		"ItemIsNeutralActiveDrop"				"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"
		}
	}	
	
	//=================================================================================================================
	// 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"
		"ItemHideCharges"				"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"ItemContributesToNetWorthWhenDropped"	"0"
		"IsTempestDoubleClonable"		"0"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"CooldownPausedOutOfInventory"	"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health_regen"	"12"
			"bonus_mana_regen"		"6.0"
			"bonus_damage"			"20"
			"refresh_items"			"0"
		}
	}

	//=================================================================================================================
	// Recipe: Spirit Vessel
	//=================================================================================================================
	"item_recipe_spirit_vessel"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"900"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_spirit_vessel"
		"ItemRequirements"
		{
			"01"						"item_urn_of_shadows*;item_diadem"
		}
	}
	
	//=================================================================================================================
	// Spirit Vessel
	//=================================================================================================================
	"item_spirit_vessel"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_BOTH"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"750"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"10.0"
		"AbilitySharedCooldown"			"urn"

		// Items
		//-------------------------------------------------------------------------------------------------------------
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"ItemStackable"					"0"
		"ItemPermanent"					"1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2725"
		"ItemShopTags"					"teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_mana_regen"		"1.75"
			"bonus_all_stats"		"10"
			"bonus_armor"			"2"
			"bonus_health"			"0"
			"soul_radius"			
			{
				"value"		"1500"
				"affected_by_aoe_increase"	"1"
			}
			"soul_initial_charge"	"2"
			"soul_additional_charges"	"1"
			"soul_heal_amount"		"40"
			"soul_damage_amount"	"25"
			"duration"			"8.0"
			"restoration_reduction_enemy"	"70"			
			"enemy_hp_drain"		"4"
			"enemy_slow_pct"		"0"
		}
	}
	
	//=================================================================================================================
	// Recipe: Essence Distiller
	//=================================================================================================================
	"item_recipe_essence_distiller"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"200"
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_essence_distiller"
		"ItemRequirements"
		{
			"01"						"item_urn_of_shadows*;item_chainmail;item_wizard_hat"
		}
	}
	
	//=================================================================================================================
	// Essence Distiller
	//=================================================================================================================
	"item_essence_distiller"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_BOTH"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"1000"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"10.0"
		"AbilitySharedCooldown"			"urn"

		// Items
		//-------------------------------------------------------------------------------------------------------------
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"ItemStackable"					"0"
		"ItemPermanent"					"1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1775"
		"ItemShopTags"					"teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"mana_regen"			"1.75"
			"bonus_all_stats"		"3"
			"bonus_armor"			"6"
			"bonus_mana"			"150"
			"soul_radius"			
			{	
				"value"	"1500"
				"affected_by_aoe_increase"	"1"
			}
			"soul_initial_charge"	"2"
			"soul_additional_charges"	"1"
			"soul_heal_amount"		"40"
			"soul_damage_amount"	"25"
			"duration"				"8.0"

			"ground_duration"		"15.0"
			"latch_range"			"450"
			"latch_vision"			"450"
			"linger_after_latch_duration"	"0.5"
		}
	}

	//=================================================================================================================
	// 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_vitality_booster;item_ring_of_health"
		}
	}
	
	//=================================================================================================================
	// Vanguard
	//=================================================================================================================
	"item_vanguard"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1700"
		"ItemShopTags"					"regen_health;block;health_pool;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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_NO"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"40.0"
		"AbilityCastRange"				"1200"
		"AbilityManaCost"				"75"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"3725"
		"ItemShopTags"					"armor;boost_armor;regen_health;block;health_pool;teamfight;tank"
		"ItemQuality"					"epic"
		"ItemAlertable"					"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health"			"250"
				"bonus_health_regen"	"12"
				"bonus_armor"			"6"
				"block_damage_melee"	"75"
				"block_damage_ranged"	"50"
				"block_chance"			"60"
				"duration"	"7"
				"bonus_aoe_radius"		
				{
					"value"			"1200"
					"affected_by_aoe_increase"	"1"
				}
				"block_damage_active"			"70"
				"block_chance_active"			"100"
				"block_penalty_ranged"			"25"
				"max_hp_pct"					"2.0"
		}
	}

	//=================================================================================================================
	// Recipe: Blade Mail
	//=================================================================================================================
	"item_recipe_blade_mail"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		"FightRecapLevel"				"1"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"450"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_blade_mail"
		"ItemRequirements"
		{
			"01"						"item_broadsword;item_splintmail"
		}
	}
	
	//=================================================================================================================
	// 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"						"2400"
		"ItemShopTags"					"damage;armor;int;hard_to_tag;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"15"
				"bonus_armor"			"7"
				"bonus_intellect"		"0"
				"duration"				"5.5"
				"passive_reflection_constant"			"10"
				"passive_reflection_pct"			"15"
				"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_point_booster;item_vitality_booster;item_energy_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"
		
		// 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"
		""
	}
	
	//=================================================================================================================
	// 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;tank"
		"ItemQuality"					"epic"
		"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"						"900"	
		"ItemShopTags"					""

		"ItemPurchasable"				"0"
        "IsObsolete"                    "1"

		// 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		
		//-------------------------------------------------------------------------------------------------------------

		"ItemPurchasable"				"0"
        "IsObsolete"                    "1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"3900"
		"ItemShopTags"					"regen_health;magic_resist;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_spell_resist"					"20"
			"bonus_strength"						"10"
			"bonus_health"							"250"
			"stack_threshold"						"300"
			"stack_duration"						"5"
			"stack_resist"							"3.5"
			"mana_restore_pct"						"25"
			"max_stacks"							"6"

		}
	}

	//=================================================================================================================
	// Recipe: Consecrated Wraps
	//=================================================================================================================
	"item_recipe_consecrated_wraps"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"700"	
		"ItemShopTags"					""

		"ItemPurchasable"				"1"		

		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_consecrated_wraps"
		"ItemRequirements"
		{
			"01"						"item_vitality_booster;item_shawl;item_crown"
		}
	}
	
	//=================================================================================================================
	// Consecrated Wraps
	//=================================================================================================================
	"item_consecrated_wraps"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

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


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2600"
		"ItemShopTags"					"magic_resist;move_speed;health_pool"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		"ItemDisassembleRule"				"DOTA_ITEM_DISASSEMBLE_NEVER"
		"EnableChargeDisplayOverride"	"1"

		"ItemPurchasable"				"1"		

		"ItemInitialCharges"			"3"
		"ItemRequiresCharges"			"1"
		"ItemDisplayCharges"			"1"
		"AbilityCharges"				"3"
		"AbilityChargeRestoreTime"		"4"
		"AbilityCooldown"				"0"
		"ItemPermanent"					"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_spell_resist"					"12"
			"bonus_all_stats"						"5"
			"bonus_health"							"250"

			"movement_speed_pct_on_stack_gain"		"15"

			"stack_threshold_damage"				"0"
			"duration"								"5"
			"barrier_per_stack"						"120"
			"max_barrier_tooltip"					"360"
		}
	}

	//=================================================================================================================
	// Recipe: Crella's Crozier
	//=================================================================================================================
	"item_recipe_crellas_crozier"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"300"	
		"ItemShopTags"					""
		
		"ItemPurchasable"				"1"

		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_crellas_crozier"
		"ItemRequirements"
		{
			"01"						"item_ghost*;item_soul_booster"
		}
	}	

	//=================================================================================================================
	// Crella's Crozier
	//=================================================================================================================
	"item_crellas_crozier"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"FightRecapLevel"				"1"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"20.0"		 
		"AbilitySharedCooldown"			"ethereal"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4800"
		"ItemShopTags"					"int;agi;str;hard_to_tag;escape"
		"ItemQuality"					"epic"
		"SuggestLategame"				"1"

		"ItemPurchasable"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_all_stats"				"6"
				"bonus_health"					"450"
				"bonus_mana"					"450"

				"duration"						"4.0"
				"extra_spell_damage_percent"	"-30"

				"radius"
				{
					"value"						"900"
					"affected_by_aoe_increase"	"1"
				}
				"health_steal"					"30"

				"interval"						"1.0"		// 0 disables
				"active_radius"	
				{
					"value"						"900"
					"affected_by_aoe_increase"	"1"
				}
				"movespeed_steal_pct"			"6"
				"active_health_steal"			"75"
				"stack_duration"				"1.5"
		}
	}

	//=================================================================================================================
	// 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_TOGGLE"
		"Model"							"models/props_gameplay/divine_rapier.vmdl"
		"ModelAlternate"				"models/props_gameplay/divine_rapier_spell.vmdl"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5600"
		"ItemShopTags"					"damage;dps;magic_dmg"
		"ItemQuality"					"epic"
		"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"
		"AbilityCooldown"				"6"
		"SpeciallyBannedFromNeutralSlot" "1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_spell_amp"		"25"
			"bonus_damage"			"250"
			"bonus_damage_base"		"100"
		}
	}
	
	//=================================================================================================================
	// Recipe: Monkey King Bar
	//=================================================================================================================
	"item_recipe_monkey_king_bar"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"900"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_monkey_king_bar"
		"ItemRequirements"
		{
			"01"						"item_demon_edge;item_blitz_knuckles;item_javelin"
		}
	}
	
	//=================================================================================================================
	// Monkey King Bar
	//=================================================================================================================
	"item_monkey_king_bar"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5000"
		"ItemShopTags"					"damage;attack_speed;hard_to_tag;dps"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"					"50"
				"bonus_attack_speed"			"50"
				"bonus_chance"					"80"
				"bonus_chance_damage"			"70"
				"melee_attack_range"			"50"
		}
	}
	
	//=================================================================================================================
	// 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 | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL | DOTA_ABILITY_BEHAVIOR_IGNORE_INVISIBLE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4700" 
		"ItemShopTags"					"damage;farming;dps"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		


		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"55"
				"aura_damage"			"60"
				"aura_damage_illusions"	"35"
				"upgrade_day_vision"	"250"
				"evasion"				"25"
				"blind_pct"				"0"
				"aura_radius"			
				{
					"value"		"650"
					"affected_by_aoe_increase"	"1"
				}
				"illusion_multiplier_pct"	"100"
		}
	}
	
	//=================================================================================================================
	// Recipe: Butterfly
	//=================================================================================================================
	"item_recipe_butterfly"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_butterfly"
		"ItemRequirements"
		{
			"01"						"item_eagle;item_claymore;item_talisman_of_evasion"
		}
	}
	
	//=================================================================================================================
	// 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;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"			"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;dps"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"						"400"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_bfury"
		"ItemRequirements"
		{
			"01"						"item_pers;item_broadsword;item_broadsword;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"						"3900"
		"ItemShopTags"					"damage;health_regen;mana_regen;hard_to_tag;farming;dps"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"50"
				"bonus_health_regen"	"7.5"
				"bonus_mana_regen"		"2.75"
				"cleave_damage_percent"	"60"
				"cleave_damage_percent_creep"	"40"
				"quelling_bonus"			"10"
				"quelling_bonus_ranged"	"5"
				"cleave_starting_width"			
				{
					"value"	"150"
					"affected_by_aoe_increase"	"1"
				}
				"cleave_ending_width"			
				{
					"value"	"360"
					"affected_by_aoe_increase"	"1"
				}
				"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"				"34.0"
		"AbilityCastPoint"				"0.0"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"125"
		"ItemCost"						"4650"
		"ItemShopTags"					"agi;str;int;attack_speed;move_speed;hard_to_tag;farming"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"10"
				"bonus_agility"			"26"
				"bonus_intellect"		"10"
				"bonus_attack_speed"	"15"
				"bonus_movement_speed"	"10"
				"images_count"			"2"
				"illusion_duration"			"18"
				"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;dps"
		"ItemQuality"					"epic"
		
		// 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"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"			"15"
				"bonus_strength"		"10"
				"base_attack_range"		"130"
				"base_attack_range_melee"	"0"
		}
	}
	
	//=================================================================================================================
	// 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;dps;tank"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"	"0"
			"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_claymore;item_blitz_knuckles;item_shadow_amulet*"
		}
	}
	
	//=================================================================================================================
	// 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"						"3250"
		"ItemShopTags"					"damage;attack_speed;movespeed;hard_to_tag;dps"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage" "25"
			"bonus_attack_speed"	"35"
			"windwalk_duration"		"17.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"				"22.0"
		"AbilitySharedCooldown"			"shadow_blade"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"75"
		"ItemCost"						"5700"
		"ItemShopTags"					"damage;attack_speed;movespeed;hard_to_tag;dps"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage" "70"
			"bonus_attack_speed"	"35"
			"bonus_strength"		"0"
			"bonus_intellect"			"0"
			"bonus_mana_regen"		"0"
			"windwalk_duration"		"17.0"
			"windwalk_movement_speed"	"22"
			"windwalk_fade_time"	"0.3"
			"windwalk_bonus_damage"	"300"
			"backstab_duration"		"5"
			"max_movement_speed"	"200"
			"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_sange;item_yasha"
		}
	}
	
	//=================================================================================================================
	// Sange and Yasha
	//=================================================================================================================
	"item_sange_and_yasha"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4200"
		"ItemShopTags"					"damage;str;agi;attack_speed;unique;dps"
		"ItemQuality"					"artifact"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"16"
				"bonus_agility"			"16"
				"status_resistance"				"16"
				"bonus_attack_speed"	"20"
				"movement_speed_percent_bonus_melee"	"12"
				"movement_speed_percent_bonus"			"12"
				
				"hp_regen_amp"			"16"
				"slow_resistance"		"30"
		}
	}

	//=================================================================================================================
	// 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_kaya;item_sange"
		}
	}
	
	//=================================================================================================================
	// Kaya and Sange
	//=================================================================================================================
	"item_kaya_and_sange"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4200"
		"ItemShopTags"					"damage;str;agi;unique;magic_dmg"
		"ItemQuality"					"artifact"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"16"
				"bonus_intellect"			"16"
				"slow_resistance"				"25"
				"mana_regen_multiplier"		"40"
				"spell_amp"			"12"
				"hp_regen_amp"			"16"
				"manacost_reduction"	"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_yasha;item_kaya"
		}
	}
	
	//=================================================================================================================
	// Yasha and Kaya
	//=================================================================================================================
	"item_yasha_and_kaya"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4200"
		"ItemShopTags"					"damage;str;agi;attack_speed;unique;dps;magic_dmg"
		"ItemQuality"					"artifact"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"			"16"
				"bonus_intellect"			"16"
				"bonus_attack_speed"	"20"
				"mana_regen_multiplier"		"40"
				"movement_speed_percent_bonus_melee"	"12"
				"movement_speed_percent_bonus"	"12"

				"spell_amp"			"12"
				"cast_speed_pct"		"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_reaver;item_claymore;item_lifesteal"
		}
	}
	
	//=================================================================================================================
	// 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;dps"
		"ItemQuality"					"artifact"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"		"25"
				"bonus_damage"			"25"
				"lifesteal_percent"		"30"
				"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;farming;dps"
		"ItemQuality"					"artifact"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"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"			"25"
			"chain_damage"			"180"
			"chain_strikes"			"12"
			"chain_radius"			"650"
			"chain_delay"			"0.25"
			"chain_cooldown"		"0.2"
			"max_charges"			"0"
			"illusion_multiplier_pct"	"100"
		}
	}
	
	//=================================================================================================================
	// Recipe: Skadi
	//=================================================================================================================
	"item_recipe_skadi"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_skadi"
		"ItemRequirements"
		{
			"01"						"item_ultimate_orb;item_ultimate_orb;item_orb_of_frost"
		}
	}
	
	//=================================================================================================================
	// Skadi
	//=================================================================================================================
	"item_skadi"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"5900"
		"ItemShopTags"					"agi;str;int;hard_to_tag;mana_pool;health_pool;unique;tank"
		"ItemQuality"					"artifact"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_all_stats"		"35"
				"bonus_health"			"0"
				"bonus_mana"			"0"
				"cold_slow_melee"		"-25"
				"cold_attack_slow_melee"	"-20"	 // if changing this, change ranged value
				"cold_slow_ranged"	"-50"
				"cold_attack_slow_ranged"	"-20"	// if changing this, change melee value
				"cold_duration"	"3.0"
				"restoration_reduction" "50"				
		}
	}
	
	//=================================================================================================================
	// Recipe: Sange
	//=================================================================================================================
	"item_recipe_sange"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"650"	
		"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"						"2100"
		"ItemShopTags"					"damage;str;unique"
		"ItemQuality"					"artifact"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{	
				"bonus_strength"				"16"
				"slow_resistance"				"25"
				"hp_regen_amp"					"12"
		}
	}

	//=================================================================================================================
	// Recipe: Helm of the Dominator
	//=================================================================================================================
	"item_recipe_helm_of_the_dominator"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1125"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_helm_of_the_dominator"
		"ItemRequirements"
		{
			"01"						"item_helm_of_iron_will;item_crown"
		}
	}
	
	//=================================================================================================================
	// 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"				"50"
		"ItemCost"						"2550"
		"ItemShopTags"					"damage;armor;unique;hard_to_tag"
		"ItemQuality"					"artifact"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_stats"			"6"
				"bonus_armor"			"6"
				"bonus_regen"			"6"
				"health_min"			"1000"
				"speed_base"			"370"
				"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"
				"creep_damage_taken_cooldown"			"3"
				"bounty_pct"					"50"

		}
	}

	//=================================================================================================================
	// 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"				"40"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"50"
		"ItemCost"						"5650"
		"ItemShopTags"					"damage;armor;unique;hard_to_tag"
		"ItemQuality"					"artifact"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_stats"			"21"
				"bonus_armor"			"7"
				"bonus_regen"			"7"
				"health_min"			"1900"
				"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"
				"is_overlord"			"1"
				"creep_damage_taken_cooldown"			"3"
				"bounty_pct"					"100"

		}
	}

	//=================================================================================================================
	// Recipe: Maelstrom
	//=================================================================================================================
	"item_recipe_maelstrom"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					"farming"
		
		// 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;farming;dps"
		"ItemQuality"					"artifact"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"25"
				"bonus_attack_speed"	"25"
				"chain_chance"			"25"
				"chain_damage"			"110"
				"chain_strikes"			"4"
				"chain_radius"			"650"
				"chain_delay"			"0.25"
				"chain_cooldown"		"0.2"
				"illusion_multiplier_pct"	"100"
		}
	}

	//=================================================================================================================
	// Recipe: Gleipnir
	//=================================================================================================================
	"item_recipe_gungir"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"400"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_gungir"
		"ItemRequirements"
		{
			"01"						"item_rod_of_atos*;item_point_booster;item_chasm_stone"
		}
	}
	
	//=================================================================================================================
	// 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"				"150"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4650"
		"ItemShopTags"					"damage;attack_speed;unique;magic_dmg;disable"
		"ItemQuality"					"artifact"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_hp"					"450"
			"bonus_mana"				"200"
			"bonus_intellect"			"12"

			"bonus_aoe"					"75"			// If changing this, change radius_tooltip
			
			"radius"
			{
				"value"						"325"		// NOTE: effective radius is 400 because the bonus_aoe applies to itself. If changing this, change radius_tooltip
				"affected_by_aoe_increase"	"1"
			}
			"radius_tooltip"
			{
				"value"						"400"		// NOTE: radius_tooltip = ( radius + bonus_aoe )
				"affected_by_aoe_increase"	"1"
			}

			"duration"				"2.0"
		}
	}

	//=================================================================================================================
	// 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;dps"
		"ItemQuality"					"artifact"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"SuggestLategame"				"1"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"55"
				"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"						"650"	
		"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"						"2100"
		"ItemShopTags"					"agi;attack_speed;move_speed"
		"ItemQuality"					"artifact"
		"SuggestLategame"				"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_broadsword;item_lifesteal"
		}
	}
	
	//=================================================================================================================
	// 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;farming;dps"
		"ItemQuality"					"artifact"
		"ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage"	"20"
			"lifesteal_percent"		"24"
			"berserk_bonus_attack_speed"	"100"
			"berserk_bonus_movement_speed_melee"	"12"
			"berserk_bonus_movement_speed"			"8"
			"berserk_armor_reduction"	"7"
			"berserk_slow_resist"		"30"
			"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"
		"ItemPermanent"					"1"


		"UpgradesItems"					"item_diffusal_blade"
		"UpgradeRecipe"					"item_recipe_diffusal_blade"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_agility"			"15"
			"bonus_intellect"		"10"
			"feedback_mana_burn"	"40"
			"feedback_mana_burn_illusion_melee"	"0"
			"feedback_mana_burn_illusion_ranged"	"0"
			"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"
		"ItemPermanent"					"1"


		"UpgradesItems"					"item_diffusal_blade"
		"UpgradeRecipe"					"item_recipe_diffusal_blade"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_agility"			"40"
			"bonus_intellect"		"10"
			"feedback_mana_burn"	"40"
			"feedback_mana_burn_illusion_melee"	"0"
			"feedback_mana_burn_illusion_ranged"	"0"
			"purge_rate"			"5"
			"purge_root_duration"	"3.0"
			"damage_per_burn"		"1.0"
			"enemy_effect_duration"	"4.0"
			"ally_effect_duration"	"4.0"
			"movement_speed_buff_rate"	"4"
			"phase_movement_speed"		"100"
			"slow_resist"			"40"
		}
	}
	
	//=================================================================================================================
	// Recipe: Ethereal Blade
	//=================================================================================================================
	"item_recipe_ethereal_blade"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"900"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_ethereal_blade"
		"ItemRequirements"
		{
			"01"						"item_ultimate_orb;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"						"5200"
		"ItemShopTags"					"agi;str;int;hard_to_tag;escape;save;magic_dmg"
		"ItemQuality"					"epic"
		// "ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_agility"				"24"
				"bonus_strength"			"24"
				"bonus_intellect"			"24"

				"blast_movement_slow"		"-80"
				"duration"					"4.0"
				"blast_stat_multiplier"		"1.0"
				"blast_damage_base"			"50"
				"duration_ally"				"4.0"
				"ethereal_damage_bonus"		"-30"
				"projectile_speed"			"1400"
		}
	}
	
	//=================================================================================================================
	// 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"				"30.0"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityHealthCost"				"170"
		"ItemCost"						"805"
		"ItemShopTags"					"regen_health;boost_mana;mana;regen_mana"
		"ItemQuality"					"common"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestEarlygame"				"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"						"325"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_arcane_boots"
		"ItemRequirements"
		{
			"01"						"item_boots*;item_ring_of_basilius;item_wizard_hat"
		}
	}
	
	//=================================================================================================================
	// 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"						"1500"
		"ItemShopTags"					"move_speed;boost_mana;mana_pool;mana;regen_mana"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"ItemAlertable"					"1"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_movement"		"45"
				"mana_regen"			"0.25"
				"bonus_mana"			"125"
				"aura_mana_regen"		"1"
				"aura_radius"			
				{
					"value"		"1200"
					"affected_by_aoe_increase"	"1"
				}
				"replenish_amount"		"150"
				"replenish_radius"		
				{
					"value"			"1200"
					"affected_by_aoe_increase"	"1"
				}
		}
	}
	
	//=================================================================================================================
	// Recipe: Octarine Core
	//=================================================================================================================
	"item_recipe_octarine_core"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"200"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_octarine_core"
		"ItemRequirements"
		{
			"01"						"item_soul_booster;item_tiara_of_selemene;"
		}
	}
	
	//=================================================================================================================
	// Octarine Core
	//=================================================================================================================
	"item_octarine_core"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4900"
		"ItemShopTags"					"move_speed;boost_mana;mana_pool;mana"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_cooldown"		"25"
			"bonus_health"			"450"
			"bonus_mana"			"450"
			"bonus_health_regen"	"0"
			"bonus_mana_regen"		"6"
		}
	}
	
	//=================================================================================================================
	// Orb of Venom
	//=================================================================================================================
	"item_orb_of_venom"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"350"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"component"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		"AbilityCooldown"				"9.0"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"damage"			"10"
			"tick_interval"		"1.0"
			"poison_duration"		"3.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"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"corruption_armor"		"-2"
				"corruption_duration"	"3.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_boots_of_elves;item_orb_of_frost;item_blight_stone"
		}
	}
	
	

	//=================================================================================================================
	// 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"		"-2"
				"slow_melee"			"-8"
				"slow_ranged"			"-16"
				"heal_reduction"		"16"
				"duration"				"3.0"
				"bonus_agility"			"7"
		}
	}
	

	//=================================================================================================================
	// Orb of Frost
	//=================================================================================================================
	"item_orb_of_frost"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		"ItemCost"						"300"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"rare"
		"SuggestPregame"				"1"
		"SuggestEarlygame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				//"armor"			"0"
				"slow_melee"		"-6"
				"slow_ranged"		"-13"
				//"damage"			"0"
				"duration"			"3"
				//"attack_speed"	"0"
				"heal_reduction"	"13"
		}
	}
	
	//=================================================================================================================
	// 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_blades_of_attack;item_fluffy_hat;item_sobi_mask"
		}
	}
	
	//=================================================================================================================
	// Falcon Blade
	//=================================================================================================================
	"item_falcon_blade"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1125"
		"ItemShopTags"					"hard_to_tag"
		"ItemQuality"					"rare"
		"SuggestEarlygame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health"			"200"
				"bonus_mana_regen"		"1.8"
				"bonus_damage"			"14"		
			//	"stack_limit"				"3"
			//	"stack_duration"			"20"
			//	"mana_regen_per_stack"		"0.75"
		}
	}

	

	
	
	//=================================================================================================================
	// Recipe: Mage Slayer
	//=================================================================================================================
	"item_recipe_mage_slayer"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_mage_slayer"
		"ItemRequirements"
		{
			"01"						"item_pers;item_cloak;item_blades_of_attack;item_orb_of_venom"
		}
	}
	
	//=================================================================================================================
	// Mage Slayer
	//=================================================================================================================
	"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"	"18"
			"spell_amp_debuff"		"40"
			"bonus_health_regen"	"5.5"
			"bonus_mana_regen"		"2.5"
			"bonus_damage"			"12"
			"duration"				"3"
			"dps"					"35"
		}
	}

	
	//=================================================================================================================
	// Recipe: Ancient Janggo of Endurance
	//=================================================================================================================
	"item_recipe_ancient_janggo"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"525"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_ancient_janggo"
		"ItemRequirements"
		{
			"01"						"item_headdress;item_belt_of_strength;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"				"45.0"
		"AbilitySharedCooldown"			"janggo"
		//"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1625"
		"ItemShopTags"					"str;int;damage;move_speed;attack_speed;hard_to_tag;teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		//"ItemRequiresCharges"			"1"
		"SuggestEarlygame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"aura_movement_speed"		"15"
			"aura_health_regen"			"2.5"
			"bonus_str"					"8"
			"bonus_int"					"0"
			"bonus_attack_speed_pct"	"35"
			"bonus_movement_speed_pct"	"13"
			"duration"					"6"
			"radius"				
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}
			"charges_tooltip"				"8"
		}
	}


	//=================================================================================================================
	// Recipe: Marching Boots
	//=================================================================================================================
	"item_recipe_boots_of_bearing"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_boots_of_bearing"
		"ItemRequirements"
		{
			"01"						"item_tranquil_boots;item_ancient_janggo;item_ring_of_tarrasque"
		}
	}
	
	//=================================================================================================================
	// Boots of Bearing
	//=================================================================================================================
	"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"
		"AbilitySharedCooldown"			"janggo"
		//"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"4225"
		"ItemShopTags"					"str;int;damage;move_speed;attack_speed;hard_to_tag;mobility;teamfight"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"aura_movement_speed"	"15"
			"aura_health_regen"		"2.5"
			"bonus_str"				"8"
			"bonus_int"				"0"
			"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"	"18"
			"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"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"		

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"1000"
		"AbilityCooldown"				"18"
		"AbilityManaCost"				"30"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"ally_armor"			"7"
			"enemy_armor"			"-4"
			"duration"
			{
				"value"				"8"
				"apply_curio_bonus"	"1"
			}
		}
	}

	//=================================================================================================================
	// Recipe: Solar Crest
	//=================================================================================================================
	"item_recipe_solar_crest"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"500"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_solar_crest"
		"ItemRequirements"
		{
			"01"						"item_pavise*;item_chainmail;item_wind_lace"
		}
	}

	//=================================================================================================================
	// Solar Crest
	//=================================================================================================================
	"item_solar_crest"
	{
		// 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_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"						"2575"
		"ItemShopTags"					"armor;regen_mana;hard_to_tag;teamfight;save;tank"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_armor"			"7"
			"bonus_all_stats"		"0"
			"self_movement_speed"	"25"
			"bonus_mana"			"200"
			"bonus_health"			"200"
			"target_movement_speed"	"15"
			"target_attack_speed"	"60"
			"target_armor"			"5"
			"duration"				"7"
			"absorb_amount"			"350"
		}
	}


	//=================================================================================================================
	// Recipe: Pavise
	//=================================================================================================================
	"item_recipe_pavise"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"675"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_pavise"
		"ItemRequirements"
		{
			"01"						"item_wizard_hat;item_fluffy_hat;item_ring_of_protection"
		}
	}

	//=================================================================================================================
	// Item: Pavise
	//=================================================================================================================
	"item_pavise"
	{
		// 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_BASIC"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_NO"
		"FightRecapLevel"				"1"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"1000"
		"AbilityCooldown"				"16.0"
		"AbilityManaCost"				"60"
		"AbilitySharedCooldown"			"pavise"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1350"
		"ItemShopTags"					"armor;regen_mana;hard_to_tag;teamfight;save;tank"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_TO_SPECTATORS"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_armor"			"3"
			"bonus_mana"			"175"
			"bonus_health"			"175"
			"duration"				"7"
			"absorb_amount"			"250"
		}
	}



	//=================================================================================================================
	// 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;teamfight"
		"ItemQuality"					"consumable"
		"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"
		"SuggestPregame"				"1"
		"ShouldNotSuggestMainGame"		"1"
		"SpeciallyBannedFromNeutralSlot"		"1"
		"ItemCanBeUsedWithoutInventory" "1"


		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"application_radius"	
			{
				"value"			"1200"
				"affected_by_aoe_increase"	"1"
			}
			"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"
		"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"				"750"
				"xp_per_use"			"150"
		}
	}
	
	//=================================================================================================================
	// Recipe: Veil of Discord
	//=================================================================================================================
	"item_recipe_veil_of_discord"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/recipe.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"350"	
		"ItemShopTags"					""

		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_veil_of_discord"
		"ItemRequirements"
		{
			"01"						"item_voodoo_mask;item_robe;item_fluffy_hat"
		}
	}
	
	//=================================================================================================================
	// Veil of discord
	//=================================================================================================================
	"item_veil_of_discord"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"16"
		"AbilityCastRange"				"900"
		"AbilityCastPoint"				"0.0"
		"AbilityManaCost"				"50"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1700"
		"ItemShopTags"					"int;regen_health;hard_to_tag;magic_dmg"
		"ItemQuality"					"rare"

		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"				"175"
			"bonus_intellect"			"10"
			"spell_lifesteal"			"18"
			"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"						"650"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_revenants_brooch"
		"ItemRequirements"
		{
			"01"						"item_lesser_crit;item_voodoo_mask"
		}
	}
	
	//=================================================================================================================
	// Revenant's Brooch
	//=================================================================================================================
	"item_revenants_brooch"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_NO"

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

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"3300"
		"ItemShopTags"					"int;hard_to_tag;crit;dps"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{				
			"bonus_damage"			"35"				
			"spell_lifesteal"		"15"	
			"crit_chance"			"30"
			"crit_multiplier"		"80"
		}
	}



	
	//=================================================================================================================
	// 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;dps;magic_dmg"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{				
				"bonus_intellect"		"40"				
				"bonus_attack_speed"	"40"	
				"bonus_armor"			"7"
				"bonus_mana_regen"		"1.5"
				"projectile_speed"		"300"
				"int_damage_multiplier"	"0.75"
				"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"						"1175"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_guardian_greaves"

		"ItemRequirements"
		{
			"01"						"item_arcane_boots;item_mekansm"
		}
	}
	
	//=================================================================================================================
	// Guardian Greaves
	//=================================================================================================================
	"item_guardian_greaves"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"FightRecapLevel"				"1"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"45"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"0"
		"ItemCost"						"4450"
		"ItemShopTags"					"int;armor;regen_health;hard_to_tag;teamfight;save;tank;regen_mana"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"ItemAlertable"					"1"
		"SuggestLategame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{				
			"bonus_movement"		"50"
			"bonus_armor"			"5"
			"bonus_mana"			"150"
			"mana_regen"			"1.0"
			"aura_health_regen"		"2.5"
			"aura_mana_regen"		"1.5"
			"aura_radius"			
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}
			"aura_health_regen_bonus"		"14.5"
			"aura_bonus_threshold"	"25"
			"replenish_health"		"325"
			"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"				"100"
		"ItemCost"						"2250"
		"ItemShopTags"					"int;regen_health;disable"
		"ItemQuality"					"rare"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{		
				"bonus_intellect"		"12"
				"bonus_hp"				"275"
				"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"				"15.0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"0"
		"ItemCost"						"0"
		"ItemShopTags"					"damage" 
		"ItemQuality"					"common"
		"ItemPurchasable"				"0"
		"ItemIsNeutralActiveDrop"				"1"
		"DisplayOverheadAlertOnReceived" "0"
		"ItemSellable"				"0"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_attack_speed"			"0"
				"quelling_range_tooltip"			"350"
				"cast_range_ward"			"450"
				"creep_damage_pct"			"80"
				"bonus_armor"	"0"
				"alternative_cooldown"	"4"
		}
	}
	//=================================================================================================================
	// Recipe: Abyssal Blade
	//=================================================================================================================
	"item_recipe_abyssal_blade"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"1275"	
		"ItemShopTags"					""

		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_abyssal_blade"
		"ItemRequirements"
		{
			"01"						"item_basher;item_sange"
		}
	}
	
	
	//=================================================================================================================
	// 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;disable"
		"ItemQuality"					"epic"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"		"35"
				"bonus_strength"		"26"

				"slow_resistance"				"30"
				"hp_regen_amp"			"16"			

				"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"						"450"	
		"ItemShopTags"					""

		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_heavens_halberd"
		"ItemRequirements"
		{
			"01"						"item_talisman_of_evasion;item_splintmail;item_ring_of_health"
		}
	}
	
	
	//=================================================================================================================
	// 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"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES_STRONG"
		"FightRecapLevel"				"1"

		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"16"
		"AbilityCastRange"				"750"
		"AbilityCastPoint"				"0.0"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"25"
		"ItemCost"						"3400"
		"ItemShopTags"					"regen_health;save;teamfight;tank"
		"ItemQuality"					"artifact"
		// "ItemDisassembleRule"			"DOTA_ITEM_DISASSEMBLE_ALWAYS"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_armor"				"9"
				"bonus_health_regen"		"6.5"
				"bonus_evasion"				"25"

				"disarm_range"				"3.5"
				"disarm_melee"				"3.5"
		}
	}
	
	//=================================================================================================================
	// 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"
		""
	}

	//=================================================================================================================
	// 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"					""
		"ItemShareability"				""		
		"ActiveDescriptionLine"			"2"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemIsNeutralActiveDrop"				"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"			
				{
					"value"		"1200"
					"affected_by_aoe_increase"	"1"
				}
				"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"						"900"
		"ItemShopTags"					"move_speed;regen_health;armor"
		"ItemQuality"					"rare"
		"ItemHideCharges"		     	"1"
		"ItemDeclarations"				"DECLARE_PURCHASES_TO_SPECTATORS"
		"SuggestEarlygame"				"1"
		"SpeciallyBannedFromNeutralSlot"		"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"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		"FightRecapLevel"				"1"


		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"600"
		"AbilityCooldown"				"18.0"
		"AbilityManaCost"				"0"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"900"
		"ItemShopTags"					""
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{			
				"fade_time"						"1.25"
				"movement_speed_reduction"		"35"
				"fade_duration"					"3.5"
		}
	}

	//=================================================================================================================
	// Recipe: Glimmer Cape
	//=================================================================================================================
	"item_recipe_glimmer_cape"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
	
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"800"	
		"ItemShopTags"					""
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_glimmer_cape"
		"ItemRequirements"
		{
			"01"						"item_shadow_amulet*;item_shawl"
		}
	}

	//=================================================================================================================
	// 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"				"15.0"
		"AbilityManaCost"				"125"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"2150"
		"ItemShopTags"					"teamfight;escape;save;magic_resist"
		"ItemQuality"					"rare"
		"SuggestLategame"				"1"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{			
			"initial_fade_delay"				"0.5"
			"secondary_fade_delay"				"0.5"
			"active_movement_speed"		"20"
			"duration"					"5"
			"bonus_magical_armor"			"20"
			"barrier_block"					"375"
		}
	}


	
	
	//================================================================================================================
	//================================================================================================================
	//================================================================================================================
	//================================================================================================================

	//=================================================================================================================
	// 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"
		"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"
		"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"
		"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"
		"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"
		"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"
		"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"
		"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"DisplayOverheadAlertOnReceived" "0"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"attack_range_bonus"			"0"
			"attack_speed_bonus"			"0"
			"magic_resistance_reduction"	"20"
			"debuff_duration"		"6"
		}
	}

	
	
	//=================================================================================================================
	// Quickening Charm
	//=================================================================================================================
	"item_quickening_charm"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"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"			"75 100"
			"bonus_mana"		"200 250"
			"bonus_damage"		"-30 -60"
		}
	}
	
	//=================================================================================================================
	// 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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"0"
				"corruption_armor"		
				{
					"value"				"-13"
					"apply_curio_bonus"		"1"
				}
				"corruption_duration"	"7.0"
		}
	}

	
	
	//=================================================================================================================
	// Phoenix Ash
	//=================================================================================================================
	"item_phoenix_ash"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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 | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"FightRecapLevel"				"1"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"0"
		
		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"60"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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/neutral_box.vmdl"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastPoint"				"0.0"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemStackable"					"0"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"SpeciallyBannedFromNeutralSlot"		"1"

	}

	
	
	//=================================================================================================================
	// 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/neutral_box.vmdl"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"250"
		"AbilityCastPoint"				"0.0"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemInitialCharges"			"3"
		"ItemPermanent"					"0"
		"IsTempestDoubleClonable"		"0"
		"ItemSellable"				"0"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"health"			"500"
				"mana"			"250"
				"duration"			"6"
		}
	}

	
	
	//=================================================================================================================
	// Vampire Fangs
	//=================================================================================================================
	"item_vampire_fangs"
	{
		// 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 16 20"
			"spell_lifesteal"				"8 12 16"
			"attack_damage"					"0"
			"vision_loss"					"0"
		}
	}

	//=================================================================================================================
	// Arcanist's Armor
	//=================================================================================================================
	"item_force_field"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		

		"AbilityCooldown"				"35"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_aoe_radius"			
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}			
			"bonus_aoe_armor"			"4"
			"self_armor"				"0"
			"self_mres"					"0"
			"bonus_aoe_mres"			"8"
			"active_reflection_pct"		"25"
		}
	}

	
	
	//=================================================================================================================
	// Force Field
	//=================================================================================================================
	"item_black_powder_bag"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"AbilityCooldown"				"20"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_armor"			"7"
			"radius"				
			{
				"value"		"400"
				"affected_by_aoe_increase"	"1"
			}
			"damage"				"250"
			"blind_duration"			"2"
			"blind_pct"			"100"
		}
	}

	//=================================================================================================================
	// Force Field
	//=================================================================================================================
	"item_mechanical_arm"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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 | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"AbilityCooldown"				"12"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"armor_bonus"			"0"
				"move_speed"			"20"
				"active_armor"			"6"
				"active_duration"		"6"
				"bonus_health"			"0"
		}
	}

	
	
	//=================================================================================================================
	// 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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemShopTags"					"consumable;laning"
		"ItemQuality"					"consumable"
		"ItemPurchasable"				"0"
		"ItemInitialCharges"			"3"
		"ItemPermanent"					"0"
		"AbilityCooldown"				"10.0"
		"IsTempestDoubleClonable"		"0"
		"ItemSellable"				"0"
		"SpeciallyBannedFromNeutralSlot"		"1"


		"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"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"2"

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

	
	
	//=================================================================================================================
	// Mirror Shield
	//=================================================================================================================
	"item_mirror_shield"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"reflect_chance"		"75"
				"all_stats"				"0"
				"block_cooldown"		"12.0"
		}
	}

	
	//=================================================================================================================
	// Ironwood Tree
	//=================================================================================================================
	"item_ironwood_tree"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"400"
		"AbilityCooldown"				"15.0"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_all_stats"			"5"
				"tree_duration"		"20"
		}
	}

	
	
	
	//=================================================================================================================
	// Mango Tree
	//=================================================================================================================
	"item_mango_tree"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"200"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemShopTags"					"consumable;laning"
		"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"
		"ItemIsNeutralActiveDrop"				"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.5"
				"mana_regen"			"1.25"
				"regen_duration"		"8"
		}
	}

	
	
	//=================================================================================================================
	// Pupil's Gift
	//=================================================================================================================
	"item_pupils_gift"
	{
		// 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"
		{
				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"AbilityCooldown"				"16.0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"magic_damage"			"0"
				"attack_speed"			"0"
				"duration"				"1.5"
		}
	}

	
	
	//=================================================================================================================
	// Third Eye
	//=================================================================================================================
	"item_third_eye"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"				"5.0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"crit_multiplier"			"130"
				"bonus_damage"		"0"
		}
	}

	
	
	//=================================================================================================================
	// 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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"scan_cooldown_reduction"	"50"
			"attack_range"	"75"
			"cast_range"	"100"
			"aura_range"	
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}  
		}
	}

	
	
	//=================================================================================================================
	// Spider Legs
	//=================================================================================================================
	"item_spider_legs"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"15"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"turn_rate"	"50"
			"bonus_movement_speed_active"	
			{
				"value"			"20"
				"apply_curio_bonus"		"1"
			}
			"duration"			"12"
		}
	}

	
	
	//=================================================================================================================
	// Helm of the Undying
	//=================================================================================================================
	"item_helm_of_the_undying"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"100"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"			
			{
				"value"				"6"
				"apply_curio_bonus"		"1"
			}
			"bonus_kill_duration"	"5"
			"kill_radius"		"1200"
		}
	}
	
	
	
	//=================================================================================================================
	// 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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemSellable"					"0"
		"ItemPurchasable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_primary_stat"		"10"
				"bonus_secondary_stat"		"4"
				"bonus_spell_amp"			"8"
				"bonus_magic_resistance"	"10"
				"bonus_attack_speed"		"15"
		}
	}
	

	//=================================================================================================================
	// 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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"damage"			"10"
			"armor"				"5"
			"health_pct"		"50"
		}
	}
	
	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_broom_handle"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"				"70.0"
		"AbilityCastPoint"				"0.1"
		"AbilityChannelTime"			"1"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"CooldownPausedOutOfInventory"	"1"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"			"0"
			"chance_bounty_rune"	"16"
			"chance_other_item"		"28"
			"kobold_duration"		"60"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_nether_shawl"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"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"				"160"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_int"			"0"
			"mp_regen"		"0"
			"health_gain"		
			{
				"value"				"240"
				"apply_curio_bonus"	"1"
			}
			"health_gain_duration"	"10"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"duration"			"1.75"
				"all_stats"			"0"
				"mana_regen"		"0"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_enchanted_quiver"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"4.0"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_attack_range"	"0"
			"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"
		"AbilityManaCost"				"100"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_agility"			"0"
			"passive_movement_bonus"		"0"
			"visibility_radius"		"1025"
			"duration"				"15.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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_damage"			"16"
				"bonus_strength"		"14"
				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health"			"0"
				"heal"		"1500"
				"health_threshold"		"20"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_apex"
	{
		// 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"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_ballista"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"					""
		"ItemIsNeutralActiveDrop"				"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_demonicon"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"80"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"			"0"
				"bonus_intellect"		"0"
				"summon_duration"				
				{
					"value"				"65"
					"apply_curio_bonus"		"1"
				}
		}
	}
	
	
	//=================================================================================================================
	// Recipe: Fallen Sky
	//=================================================================================================================
	"item_recipe_fallen_sky"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"	
		"ItemShopTags"					""
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"IsObsolete"					"1"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Recipe
		//-------------------------------------------------------------------------------------------------------------
		"ItemRecipe"					"1"
		"ItemResult"					"item_fallen_sky"
		"ItemRequirements"
		""
	}

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_fallen_sky"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"1200"
		"AbilityCooldown"				"25.0"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_strength"		"0"
			"bonus_intellect"		"0"
			"bonus_health_regen"		"0"
			"bonus_mana_regen"		"0"
			"burn_dps_buildings"
			{
				"value"				"60"
				"apply_curio_bonus"		"1"
			}
			"burn_dps_units"
			{
				"value"				"60"
				"apply_curio_bonus"		"1"
			}
			"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"
			{
				"value"					"110"
				"apply_curio_bonus"		"1"
			}
			"impact_damage_units"
			{
				"value"					"150"
				"apply_curio_bonus"		"1"
			}
			"blink_damage_cooldown"	"3.0"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_pirate_hat"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"AbilityCastAnimation"			"ACT_DOTA_GENERIC_CHANNEL_1"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"gold_steal_base"			"150"
			"gold_steal_kill"			"400"
			"gold_steal_range"			"2400"
			"gold_loss_reduction"		"100"
		}
	}	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_ex_machina"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"60.0"
		"AbilityManaCost"				"350"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_armor"			"0"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_faded_broach"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralPassiveDrop"		"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"			"0"
			"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"			
			{
				"value"			"2"
				"apply_curio_bonus"		"1"
			}
			"magic_resist"		"60"
			"model_scale"		"40"
		}
	}
	

	//=================================================================================================================
	// Orb of Destruction
	//=================================================================================================================
	"item_orb_of_destruction"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"armor_reduction"		"2"
				"slow_melee"			"8"
				"slow_range"			"4"
				"duration"				"3"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_the_leveller"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_attack_speed"	"0"
				"bonus_armor"			"0"
				"demolish"				"35"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_arcane_ring"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"60.0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_intelligence"	"0"
				"bonus_armor"			"0"
				"mana_restore"			"30"
				"mana_restore_pct"		"3"
				"radius"				
				{
					"value"						"1200"
					"affected_by_aoe_increase"	"1"
				}
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_titan_sliver"
	{
		// 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"
		{
			"base_attack_damage"		"15 25"
			//"magic_resistance"		"12 16"
			"status_resistance"			"10 15"
			//"attack_speed"			"-25"
		}
	}
	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_chipped_vest"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"hp_regen"			"0"
				"damage_return_hero"			"30"
				"damage_return_creep"			"15"
		}
	}
	
	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_elven_tunic"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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 | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"armor"			"0"
			"magic_resistance"			"0"
			"damage"
			{
				"value"					"40"
				"apply_curio_bonus"		"1"
			}
			"radius"			
			{
				"value"		"375"
				"affected_by_aoe_increase"	"1"
			}
			"damage_illusions"
			{
				"value"					"25"
				"apply_curio_bonus"		"1"
			}
		}
	}	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_trickster_cloak"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"25.0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"evasion"			"0"
				"magic_resistance"			"0"
				"duration"			"6"
		}
	}	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_possessed_mask"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"primary_attribute"		"0"
			"lifesteal"			"5"
		}
	}	

	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_penta_edged_sword"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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_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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"11.0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_health_regen"			"0"
				"bonus_mana_regen"			"0"
				"duration"			"4"
				"speed"			"25"
				"bullwhip_delay_time"	"0.3"
		}
	}
	
	
	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_psychic_headband"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_BOTH"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"600"
				
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"15"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"intelligence_pct"		"0"
			"cast_range"			"0"
			"push_length"			
			{
				"value"				"400"
				"apply_curio_bonus"		"1"
			}
			"push_duration"			"0.3"
		}
	}
	
	
	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_ceremonial_robe"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_mana"			"0"
			"aura_radius"			
			{
				"value"			"1200"
				"affected_by_aoe_increase"	"1"
			}
			"status_resistance"			"10"
			"magic_resistance"			"10"
		}
	}
	
	
	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_quicksilver_amulet"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"700"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"8.0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"0"
			"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"bonus_strength"			"0"
				"movement_speed"			"0"
				"model_scale"			"60"
				"pct_str_damage_per_second"			"100"
				"damage_radius"			
				{
					"value"		"100"
					"affected_by_aoe_increase"	"1"
				}				
		}
	}
	
	//=================================================================================================================
	// 
	//=================================================================================================================
	"item_stormcrafter"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"6"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"range"			
			{
				"value"			"700"
				"affected_by_aoe_increase"	"1"
			}
			"damage"
			{
				"value"			"70"
				"apply_curio_bonus"	"1"
			}			
			"slow"				"40"
			"slow_duration"		"0.4"
			"bonus_mana_regen"	"0"
			"max_targets"		"2"
			"passive_movement_bonus"		"0"
		}
	}

	//=================================================================================================================
	// Fairy's Trinket
	//=================================================================================================================
	"item_mysterious_hat"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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_ascetic_cap"
	{

		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"25.0"
		"AbilityManaCost"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"		"0"
			"hp_regen"		"0"
		}
	}

	//////////////////////
	// Brigand's Blade
	/////////////////////
	"item_misericorde"
	{

		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


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

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage"			
			{
				"value"				"3"
				"apply_curio_bonus"		"1"
			}

			"missing_hp"			"7"
			"damage"				"0"
			"aspd"					"0"
		}
	}
	
	//=================================================================================================================
	// Witchbane
	//=================================================================================================================
	"item_heavy_blade"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE"
		"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"				"700"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"40"
		"AbilityCastPoint"				"0"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"50"		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"radius"
			{
				"value"				"300"
				"affected_by_aoe_increase"	"1"	
			}
			
			"damage"
			{
				"value"				"4"
				"apply_curio_bonus"	"1"
			}

			"attack_speed"			"0"
		}
	}
	
	//=================================================================================================================
	// Unstable Wand (Pig Pole)
	//=================================================================================================================
	"item_unstable_wand"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------

		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"AbilityCooldown"				"20.0"
		"AbilityManaCost"				"0"
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"duration"					"3"
				"all_stats"					"0"
				"active_movespeed_pct"		"20"
		}
	}

	//=================================================================================================================
	// Light Robes
	//=================================================================================================================
	"item_pogo_stick"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------

		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
			
		"AbilityCooldown"				"15"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"leap_distance"			
			{
				"value"				"300"
				"apply_curio_bonus"		"1"
			}

			"leap_speed"			"1300.0"
			"leap_acceleration"		"20000.0"
			"bonus_mana"		"0"
		}
	}
	//=================================================================================================================
	// paintball (Fae Grenade)
	//=================================================================================================================
	"item_paintball"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | 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"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
			
		"AbilityCooldown"				"35.0"
		"AbilityCastRange"				"350"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"				"0"
			"bonus_health_regen"		"0"
			"aura_health_regen"
			{
				"value"					"8"
				"apply_curio_bonus"		"1"
			}

			"aura_health_regen_pct"
			{
				"value"					"25"
				"apply_curio_bonus"		"1"
			}			

			"radius"					
			{
				"value"			"400"
				"affected_by_aoe_increase"	"1"
			}
			"duration"					"8"
		}
	}
	"item_lance_of_pursuit"
	{

		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
	
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"			"20"
				"backstab_angle"			"90"
				"slow_pct_melee"			"16"
				"slow_pct_ranged"			"8"
		}
	}
	"item_occult_bracelet"
	{

		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
	
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


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

		"Model"							"models/props_gameplay/neutral_box.vmdl"
	
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_all_stats"			"0"
			"mana_regen"				"0.4"
			"stack_limit"				"5"
			"stack_duration"			"5"
			"magic_resistance"			"0"
		}
	}

	"item_ogre_seal_totem"
	{

		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES"
	
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


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

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityCastPoint"				"0.3"
		"AbilityCooldown"				"40"
        "AbilityManaCost"               "25"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{

			"bonus_strength"			"0"
			"movement_turn_rate"		"75"
			"leap_distance"				"400"
			"leap_speed"				"800.0"
			"leap_acceleration"			"1250.0"
            "radius"                    
			{
				"value"				"275"
					"affected_by_aoe_increase"	"1"
			}
            "flop_damage"               "250"
	        "slow_duration"             "1.5"
	        "slow"           			"-100"
	        "max_bounces"				"2"
		}
	}
	
	//=================================================================================================================
	// 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 | DOTA_UNIT_TARGET_TREE"
		"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"
		"SuggestLategame"				"1"
		
		// 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
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemCost"						"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"ItemSellable"				"0"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"			"5"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"counter_damage"
			{
				"value"			"80"
				"apply_curio_bonus" "true"
			}
		}
	}

	"item_eye_of_the_vizier"
	{
		// 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"
		}
	}

	//=================================================================================================================
	// 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"
		"ItemIsNeutralActiveDrop"				"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"
		}
	}
	
	//=================================================================================================================
	// Mechanical Release
	//=================================================================================================================
	"item_dagger_of_ristul"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"30.0"
		"AbilityHealthCost"				"100"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"aspd"							"0"
			"bonus_damage"					"25"
			"duration"						"8"
			"health_sacrifice"				"0"
		}
	}

	"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"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
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"TokenTier"						"1"
	}
	"item_tier2_token"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"TokenTier"						"2"
	}
	"item_tier3_token"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"TokenTier"						"3"
	}
	"item_tier4_token"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"TokenTier"						"4"
	}
	"item_tier5_token"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"TokenTier"						"5"
	}

	"item_vindicators_axe"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_attack_speed"	"20"
			"bonus_damage"			"0"
			"radius"				
			{
				"value"		"1200"
				"affected_by_aoe_increase"	"1"
			}
		}
	}
	"item_ancient_guardian"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"extra_bonus_damage"	"50"
			"bonus_damage"			"50"
			"radius"				
			{	
				"value"		"2000"
				"affected_by_aoe_increase"	"1"
			}
		}
	}
	"item_safety_bubble"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"shield"	"100"
			"restore_time"			"8"
			"bonus_hp_regen"	"0"
		}
	}
	"item_whisper_of_the_dread"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"vision_penalty"		"15"
			"bonus_spell_damage"	
			{
				"value"				"10"
				"apply_curio_bonus"		"1"
			}
			"bonus_mana"			"0"
		}
	}
	"item_nemesis_curse"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"debuff_self"	"6"
			"debuff_enemy"	"12"
			"debuff_enemy_duration"	"5"
			"bonus_damage"			"0"
		}
	}
	"item_avianas_feather"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"max_health"			"1800"
			"magic_resist"			"95"
		}
	}

	"item_dandelion_amulet"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		"AbilityCooldown"				"12"


		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"move_speed"			"0"
			"mana"					"0"
			"magic_block"
			{
				"value"				"300"
				"apply_curio_bonus"	"1"
			}
			"min_damage"			"75"
		}
	}
	"item_martyrs_plate"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"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"				
			{
				"value"		"900"
				"affected_by_aoe_increase"	"1"
			}
			"hp_regen"					"7"
		}
	}
	"item_gossamer_cape"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		

		"AbilityCooldown"				"6"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"movement_speed"			"0"
		}
	}
	"item_light_collector"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityCooldown"				"30"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"health_regen"			"10"
			"mana_regen"			"6"
			"penalty"				"75"
			"movespeed_pct"				"5"
			"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"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"radius"
			{
				"value"		"600"
				"affected_by_aoe_increase"	"1"
			}
			"slow_duration"			"0.2"
			"damage_reset_interval"		"7"
			"damage_threshold"			"220"
			"slow"			"100"
			"projectile_speed"				"1000"
			"projectile_damage"
			{
				"value"						"90"
				"apply_curio_bonus"			"1"
			}
			"target_count"					"2"
			"bonus_armor"					"0"
		}
	}
	
	"item_doubloon"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_TOGGLE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityCooldown"	"5"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"conversion_pct"					"30"
			"bonus_health_regen"				"0"
			"bonus_mana_regen"					"0"
			"regen_bonus_pct"					"0"
		}
	}

	//=================================================================================================================
	// 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"				"1200"
		"AbilityCastPoint"				"0.0"
		"AbilityCooldown"				"1.0"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemSellable"					"0"
		"ItemPurchasable"				"0"
		"ItemQuality"					"consumable"
		"ItemDroppable"					"1"
		"ItemKillable"					"1"
		"ItemContributesToNetWorthWhenDropped"	"0"
		"AllowedInBackpack"				"1"
		"IsTempestDoubleClonable"		"0"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"
		"SpeciallyBannedFromNeutralSlot"		"1"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"				"120"
			"radius"				"600 900 1200"
			"health"				"24 32 40"
			"health_tooltip"		"6 8 10"
			"hp_bonus"				"75"
			"damage_bonus"			"50"
			"model_scale"			"25"
			"buff_linger_duration"		"0.1"
			"max_level"					"3"
		}
	}

	

	// Warlock's Black Grimoire
	//=================================================================================================================
	"item_black_grimoire"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_UNSWAPPABLE"
		"FightRecapLevel"				"1"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"420"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"							"0"
		"ItemIsNeutralActiveDrop"					"0"
		"ItemPurchasable"					"0"
		"ItemDroppable"						"0"
		"DisplayOverheadAlertOnReceived"	"0"
		"ItemSellable"						"0"
		"ItemCanBeConsumed"					"1"
		
		"SpeciallyAllowedInNeutralSlot"		"1"
		"AllowedInBackpack"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"xp_per_charge"					"200"
		}
	}
	//=================================================================================================================
	// Witch Doctors's Gris Gris
	//=================================================================================================================
	"item_grisgris"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_UNSWAPPABLE"
		"FightRecapLevel"				"1"
		

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"							"0"
		"ItemIsNeutralActiveDrop"					"0"
		"ItemPurchasable"					"0"
		"DisplayOverheadAlertOnReceived"	"0"
		"ItemSellable"					"0"
		"SpeciallyAllowedInNeutralSlot"		"1"
		"ItemCanBeConsumed"					"1"
		"ItemDroppable"					"0"
		"AllowedInBackpack"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"death_gold_lost_reduction_pct"					"100"
			"gold_tick_interval"							"3"
		}
	}

	//=================================================================================================================
	// Enhancement: Vast
	//=================================================================================================================
	"item_enhancement_vast"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"3"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"attack_range"						"60 90 120"
			"bonus_damage"						"6 10 14"
			"bonus_armor"						"-4 -6 -8"			
		}
	}

	//=================================================================================================================
	// Enhancement: Quickened
	//=================================================================================================================
	"item_enhancement_quickened"
	{
		// 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"
		{
			"movement_speed"			"15 20 25 30"
			"max_mana"					"0 100 160 220"
			"evasion"					"0 0 0 15"		
		}
	}

	//=================================================================================================================
	// Enhancement: Audacious
	//=================================================================================================================
	"item_enhancement_audacious"
	{
		// 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"
		{
			"attack_speed"				"100"
			"magic_damage"				"80"
			"incoming_damage"			"10"
		}
	}

	//=================================================================================================================
	// 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"				"0.8 1.6 2.4 3.2"
			"magic_res"					"0 10 13 16"
			"manacost_reduction"		"0 0 0 15"
		}
	}

	//=================================================================================================================
	// 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"	"7 15 23 31"
			"bonus_night_vision"	"0 125 175 225"
			"bonus_attack_range"	"0 0 0 80"
		}
	}


	//=================================================================================================================
	// 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"			"110 150 190 230"
			"health_regen"			"0 3 6 9"
			"slow_resist"			"0 0 0 25"
		}
	}

	//=================================================================================================================
	// 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"				"6 9 12 15"
			"armor"						"0 4 6 8"
			"knockback_resist"			"0 0 0 40"
		}
	}

	//=================================================================================================================
	// 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"				"7"
		}
	}

	//=================================================================================================================
	// 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"						"3"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"health_restoration"		"9 12 15"
			"bat_reduce"				"6 9 12"
			"intelligence_pct"			"-9"
		}
	}

	//=================================================================================================================
	// 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"			"275"
		}		
	}

	//=================================================================================================================
	// 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"
			"max_mana_pct"				"15"
		}		
	}

	//=================================================================================================================
	// 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"		"8 15"
			"spell_amp"			"5 12"
		}
	}

	//=================================================================================================================
	// 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"			"75 100"
			"bonus_mana"		"150 200"
			"bonus_damage"		"-30 -60"
		}
	}

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

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"attack_lifesteal"				"30"
			"spell_lifesteal"				"20"
			"bonus_night_vision"			"300"
		}
	}

	//=================================================================================================================
	// Enhancement: Keen-eyed
	//=================================================================================================================
	"item_enhancement_keen_eyed"
	{
		// 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"
		{
			"cast_range_bonus"					"125 135 145"
			"bonus_mana_regen"					"1 1.5 2"
			"mana_reduction_pct"				"10 12 14"
		}
	}

	//=================================================================================================================
	// 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 Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"3"

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

	//=================================================================================================================
	// Unrelenting Eye
	//=================================================================================================================
	"item_unrelenting_eye"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"max_slow_res"				
			{
				"value"					"50"
				"apply_curio_bonus"		"1"
			}
			"hero_reduction"			"10"
			"status_res_pct_increase_per_hero"	"0"			
		}
	}

	//=================================================================================================================
	// Mana Draught
	//=================================================================================================================
	"item_mana_draught"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_RESUME_ATTACK"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_FRIENDLY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"AbilityCooldown"				"60"
		"AbilityCastRange"				"650"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"mana_restore"				"70"
			"mana_restore_pct"			
			{
				"value"					"3"
				"apply_curio_bonus"		"1"
			}
			"heal_duration"				"6"
			"water_acceleration"		"30"
		}
	}

	//=================================================================================================================
	// Ripper's Lash
	//=================================================================================================================
	"item_rippers_lash"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_PHYSICAL"	

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"AbilityCooldown"				"25"
		"AbilityManaCost"				"0"
		"AbilityCastRange"				"850"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"thorn_area"				"200"
			"bonus_damage_hero"			"16"
			"bonus_damage_creep"		"4"
			"duration"					"10"
		}
	}

	//=================================================================================================================
	// Crippling Crossbow
	//=================================================================================================================
	"item_crippling_crossbow"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_MAGICAL"	
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_ENEMY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"30"
		"AbilityManaCost"				"50"
		"AbilityCastRange"				"650"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"slow_pct"					"50"
			"heal_reduce"				
			{
				"value"					"40"
				"apply_curio_bonus"		"1"
			}
			"duration"					"4"
			"damage"					"25"
			"projectile_speed"			"1400"
		}
	}

	//=================================================================================================================
	// Gale Guard
	//=================================================================================================================
	"item_gale_guard"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"30.0"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		"AbilityValues"
		{
			"barrier_duration"			"10"
			"barrier_amount"			
			{
				"value"					"225"
				"apply_curio_bonus"		"1"
			}
			"barrier_pct"				"75"
			"slow_resist"				"50"
		}
	}

	//=================================================================================================================
	// Gunpowder Gauntlets 
	//=================================================================================================================
	"item_gunpowder_gauntlets"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"10"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage"			
			{
				"value"				"120"
				"apply_curio_bonus"		"1"
			}
			"splash_radius"
			{
				"value"				"250"
				"affected_by_aoe_increase" "1"
			}

			"splash_pct"			"50"
		}
	}

	//=================================================================================================================
	// Searing Signet
	//=================================================================================================================
	"item_searing_signet"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"damage_threshold"			"60"
			"burn_damage"				
			{
				"value"					"80"
				"apply_curio_bonus"		"1"
			}
			"burn_duration"				"6"
			"burn_tickrate"				".25"
			"creep_penalty"				"50"
			"max_range"
			{
				"value"						"2000"
				"affected_by_aoe_increase"	"1"
			}
		}
	}

	//=================================================================================================================
	// Serrated Shiv
	//=================================================================================================================
	"item_serrated_shiv"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"1.5"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"proc_chance"			"20"
			"hp_dmg"				
			{
				"value"				"8"
				"apply_curio_bonus"		"1"
			}

			"hp_dmg_rosh"
			{
				"value"					"200"
				"apply_curio_bonus"		"1"
			}
		}
	}

	//=================================================================================================================
	// Pollywog Charm
	//=================================================================================================================
	"item_polliwog_charm"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_FRIENDLY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"45"
		"AbilityCastRange"				"1000"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"regen_boost"				"8"
			"water_movespeed"			"10"
			"duration"					"14"
			
		}
	}

	//=================================================================================================================
	// Magnifying Monocle
	//=================================================================================================================
	"item_magnifying_monocle"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"0"
		"AbilityManaCost"				"0"
		"AbilityCastRange"				"0"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_attack_range"		
			{
				"value"					"100"
				"apply_curio_bonus"		"1"
			}
			"bonus_cast_range"			
			{
				"value"					"100"
				"apply_curio_bonus"		"1"
			}
			"damage_disable"			"6"
			"damage_threshold"			"25"
		}
	}

	//=================================================================================================================
	// Pyrrhic Cloak
	//=================================================================================================================
	"item_pyrrhic_cloak"
	{
		// 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"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_PHYSICAL"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"40"
		"AbilityManaCost"				"0"
		"AbilityCastRange"				"800"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"damage_pct"				
			{
				"value"					"75"
				"apply_curio_bonus"		"1"
			}

			"max_distance"				"1200"

			"damage_time"				"6"
		}
	}

	//=================================================================================================================
	// Bundle of Madstone
	//=================================================================================================================
	"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"			"2 3 4"
			"madstone_secondary"		"1 2 3"
			"turbo_madstone_primary"	"3 4 6"
			"turbo_madstone_secondary"	"2 3 4"
			"die_time"					"20"
		}
	}
	
	//=================================================================================================================
	// Protector Summoner
	//=================================================================================================================
	"item_miniboss_minion_summoner"
	{
		// 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_BUILDING"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemPurchasable"				"0"
		"ItemDroppable"					"1"
		"ItemSellable"					"0"
		"ItemKillable"					"1"
		"IsTempestDoubleClonable"		"0"
		"ItemQuality"					"artifact"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"4"
		"ItemShareability"				"ITEM_FULLY_SHAREABLE"

		"AbilityCooldown"				"40.0"
		"AbilityCastRange"				"700"
		"AbilityDuration"				"20"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"disappear_time"							"120"
			"protector_duration"						"240"
			"aura_radius"								"900"
			"max_barrier_pct_max_health"				"40"	
			"owner_max_barrier_pct_max_health"			"25"	
			"regeneration_to_max_seconds"				"2.0"	// How long to charge barrier to full
			"decay_to_zero_seconds"						"1"		// How long it takes barrier to decay to 0 outside of aura.
			"damage_cooldown"							"1.5"		// How long after taking damage will the barrier start to regenerate.
			"damage_reflection_pct"						"40"	// How much damage gets reflected on hit.
			"duration"				"20"
		}
	}

	//=================================================================================================================
	// Kobold Cup
	//=================================================================================================================
	"item_kobold_cup"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"40"
		"AbilityManaCost"				"40"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"movespeed_pct"				"10"
			"buff_radius"				"1000"
			"buff_duration"				"6"
		}
	}

	//=================================================================================================================
	// Curio
	//=================================================================================================================
	"item_dormant_curio"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"item_potency"				"30"
		}
	}

	//=================================================================================================================
	// Sister's Shroud
	//=================================================================================================================
	"item_sisters_shroud"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"		

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"hp_threshold"				"50"
			"evasion_max"
			{
				"value"					"150"
				"apply_curio_bonus"		"1"				
			}
			
			"evasion_loss"				"75"
			"max_duration"				"5"
		}
	}

	//=================================================================================================================
	// Jidi Pollen Bag
	//=================================================================================================================
	"item_jidi_pollen_bag"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"25"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"health_regen_loss"			"50"
			"hp_damage"					
			{
				"value"					"9"
				"apply_curio_bonus"		"1"
			}
			"debuff_radius"				"900"
			"debuff_duration"			"9"
			"damage_interval"			"1"
		}
	}

	//=================================================================================================================
	// Outworld Staff
	//=================================================================================================================
	"item_outworld_staff"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"30"
		"AbilityManaCost"				"65"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"invuln_duration"			
			{
				"value"					".7"
				"apply_curio_bonus"		"1"
			}

			"self_dmg_pct"				"5"
		}
	}

	//=================================================================================================================
	// Tome of Gorroth
	//=================================================================================================================
	"item_dezun_bloodrite"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"health_pct"				"35"
			"aoe_pct"					
			{
				"value"					"20"
				"apply_curio_bonus"		"1"
			}
		}
	}

	//=================================================================================================================
	// Giant's Maul
	//=================================================================================================================
	"item_giant_maul"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Stats		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"15"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"crit_multiplier"			
			{
				"value"					"150"
				"apply_curio_bonus"		"1"
			}
			"movespeed_slow"			"10"
			"attack_slow"				"15"
			"cast_slow"					"20"
			"debuff_duration"			"3"
		}
	}

	//=================================================================================================================
	// Divine Regalia
	//=================================================================================================================
	"item_divine_regalia"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"outgoing_damage"			
			{
				"value"					"20"
				"apply_curio_bonus"		"1"
			}
		}
	}

	//=================================================================================================================
	// Divine Regalia (broken)
	//=================================================================================================================
	"item_divine_regalia_broken"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
		}
	}

	//=================================================================================================================
	// Fierce Enhancement
	//=================================================================================================================
	"item_enhancement_fierce"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"1"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"movement_speed"			"30"
			"bonus_night_vision"		"250"
			"bonus_damage"				"15"
		}
	}

	//=================================================================================================================
	// Dominant Enhancement
	//=================================================================================================================
	"item_enhancement_dominant"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"1"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"attack_speed"				"25"
			"magic_resist"				"15"
			"bonus_health"				"205"
		}
	}

	//=================================================================================================================
	// Restorative Enhancement
	//=================================================================================================================
	"item_enhancement_restorative"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"1"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_mana"				"200"
			"bonus_hp_regen"			"8"
			"heal_amp"					"10"
		}
	}

	//=================================================================================================================
	// Thick Enhancement
	//=================================================================================================================
	"item_enhancement_thick"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"1"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"				"240"
			"bonus_mana_regen"			"3"
			"bonus_armor"				"7"
		}
	}

	//=================================================================================================================
	// Curious Enhancement (Fake Ability used to show when picking a curio-upgraded artifact)
	//=================================================================================================================
	"item_enhancement_curious"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"MaxLevel"						"1"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"item_potency"				"30"
		}
	}

	//=================================================================================================================
	// Gold Bag
	//=================================================================================================================
	"item_furion_gold_bag"
	{
		// 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/gold_bag.vmdl"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"50"
		"AbilityCastPoint"				"0.0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemPurchasable"				"0"
		"AutoPickup"					"1"

		"AbilityValues"
		{
			"gold_bag_duration"				"15"
		}
	}

	//=================================================================================================================


	//=================================================================================================================
	// 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"						"15"
			"damage"						"20"
			"count"							"2"
			"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_specialists_array;item_dragon_lance;item_orb_of_venom;"
		}
	}
	

	//=================================================================================================================
	// 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"						"30"
			"damage"						"25"
			"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"		"2.5"
		}
	}

	//=================================================================================================================
	// Weighted Dice
	//=================================================================================================================
	"item_weighted_dice"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"roll_count"				"2"
			"bonus_max_damage"			"6"
		}
	}

	//=================================================================================================================
	// Ash Legion Shield
	//=================================================================================================================
	"item_ash_legion_shield"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"40.0"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		"AbilityValues"
		{
			"slow"						"20"
			"block_amount"				"160"
			"block_radius"				"800"
			"duration"					"6"
		}
	}
	//=================================================================================================================
	// Riftshadow Prism
	//=================================================================================================================
	"item_riftshadow_prism"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"27.0"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"outgoing_damage"
			{
				"value"					"60"
				"apply_curio_bonus"		"1"
			}
			
			"incoming_damage"			"200"
			"duration"					"20"
			"health_cost"				"8"			
		}
	}


	//=================================================================================================================
	// Metamorphic Mandible
	//=================================================================================================================
	"item_metamorphic_mandible"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"30"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"					
			{
				"value"					"5"
				"apply_curio_bonus"		"1"
			}

			"bonus_magic_resistance"	"50"
			"bonus_movespeed"			"20"
			"size_decrease"				"20"
			"armor_decrease"			"45"
		}
	}



	//=================================================================================================================
	// Idol of Scree'auk
	//=================================================================================================================
	"item_idol_of_screeauk"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"30"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"
			{
				"value"					"6.5"
				"apply_curio_bonus"		"1"
			}

			"slow_resist"				"50"
			"evasion"					"35"
		}
	}

	//=================================================================================================================
	// Flayer's Bota
	//=================================================================================================================
	"item_flayers_bota"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		
		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"65"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

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

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"					"6"

			"base_damage"
			{
				"value"					"15"
				"apply_curio_bonus"		"1"
			}

			"attack_speed"
			{
				"value"					"30"
				"apply_curious_bonus"	"1"
			}

			"death_radius"
			{
				"value"					"1500"
				"affected_by_aoe_increase" "1"
			}
		}
	}

	//=================================================================================================================
	// Spellslinger
	//=================================================================================================================
	"item_spellslinger"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"mana_pct"
			{
				"value"					"20"
				"apply_curio_bonus"		"1"
			}

			"duration"					"10"
			"restore_tickrate"			"2"
		}
	}

	//=================================================================================================================
	// Prophet's Pendulum
	//=================================================================================================================
	"item_prophets_pendulum"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"delay_pct"
			{
				"value"					"30"
				"apply_curio_bonus"		"1"
			}

			"delay_time"				"5"
			"damage_interval"			"1"
		}
	}

	//=================================================================================================================
	// Stonefeather Satchel
	//=================================================================================================================
	"item_stonefeather_satchel"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_NO_TARGET"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"6"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"knockback_resistance"
			{
				"value"					"30"
				"apply_curio_bonus"		"1"
			}

			"feather_movespeed"			"12"
			"rocks_armor"				"3"
		}
	}


	//=================================================================================================================
	// Enchanter's Bauble
	//=================================================================================================================
	"item_enchanters_bauble"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"enchantment_bonus_base"	"10"

			"enchantment_bonus_growth"
			{
				"value"					"40"
				"apply_curio_bonus"		"1"
			}

			"current_bonus"
			{
				"value"					"0"
				"dynamic_value"			"true"
			}
		}
	}

	//=================================================================================================================
	// Harmonizer
	//=================================================================================================================
	"item_harmonizer"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"manacost_reduction"
			{
				"value"					"7"
				"apply_curio_bonus"		"1"
			}

			"spell_amp"
			{
				"value"					"6"
				"apply_curio_bonus"		"1"
			}
		}
	}

	//=================================================================================================================
	// Conjurer's Catalyst
	//=================================================================================================================
	"item_conjurers_catalyst"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_DONT_PROC_OTHER_ABILITIES"
					
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"

		"Model"							"models/props_gameplay/neutral_box.vmdl"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"duration"						"6"
			"damage_threshold"				"200"
			"damage_aoe"
			{
				"value"						"300"
				"affected_by_aoe_increase"	"1"
			}

			"damage"
			{
				"value"						"80"
				"apply_curio_bonus"			"1"
			}

			"damage_creep"
			{
				"value"						"30"
				"apply_curio_bonus"			"1"
			}
			"cooldown"		"0.1"
		}
	}

	//=================================================================================================================
	// Enhancement: Vital
	//=================================================================================================================
	"item_enhancement_vital"
	{
		// 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"
		{			
			"health_regen"			"2.25"
		}
	}

	//=================================================================================================================
	// Enhancement: Hulking
	//=================================================================================================================
	"item_enhancement_hulking"
	{
		// 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"
		{
			"max_health"				"5"
			"max_health_regen"			"1.5"
			"attack_speed"				"-30"	
		}
	}

	//=================================================================================================================
	// Enhancement: Manic
	//=================================================================================================================
	"item_enhancement_manic"
	{
		// 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"
		{
			"bat_reduce"				"18"
			"cast_speed"				"20"
			"vision_reduce"				"20"
		}
	}

	//=================================================================================================================
	// Forager's Kit
	//=================================================================================================================
	"item_foragers_kit"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"1"
		
		"AbilityCooldown"				"60"
		"AbilityChannelTime"			"1"
		"HasSubAbility"					"1"
		"SubAbilityNames"				"item_foragers_health;item_foragers_stats;item_foragers_mana"
					
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"gold_amount"				"30"
			"radius"					"1200"
			"tree_radius"				"250"
			"tree_creation_interval"	"5.0"
			"max_trees"					"3"
			"old_destroy_radius"		"2500"
		}
	}

	//=================================================================================================================
	// Forager's Kit: +Health Item
	//=================================================================================================================
	"item_foragers_health"
	{
		// 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"
		"ItemIsNeutralActiveDrop"		"0"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemStackable"					"1"
		"ItemStackableMax"				"5"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"AutoPickup"					"1"
		"IsTempestDoubleClonable"		"0"


		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"buff_duration"			"10"
			"health_regen_pct"			"1"
			"break_on_hero_damage"	"1"
			"bonus_damage"			"2"
		}
	}

	//=================================================================================================================
	// Forager's Kit: Primary Stat Item
	//=================================================================================================================
	"item_foragers_stats"
	{
		// 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"
		"AutoPickup"					"1"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"0"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemPermanent"					"0"
		"ItemStackable"					"1"
		"ItemStackableMax"				"5"
		"ItemInitialCharges"			"1"
		"IsTempestDoubleClonable"		"0"

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_stat"				"1"
			"bonus_stat_uni"			".4"
			"bonus_move_speed"			"3"
		}
	}

	//=================================================================================================================
	// Forager's Kit: Mana Item
	//=================================================================================================================
	"item_foragers_mana"
	{
		// 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"
		"AutoPickup"					"1"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"400"
		"AbilityCastPoint"				"0.0"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"		"0"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"ItemStackable"					"1"
		"ItemStackableMax"				"5"
		"ItemPermanent"					"0"
		"ItemInitialCharges"			"1"
		"IsTempestDoubleClonable"		"0"


		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_int"				"2"
			"replenish_amount"		"50"
			"mana_pct"				"5"
		}
	}

	//=================================================================================================================
	// Chasm Stone
	//=================================================================================================================
	"item_chasm_stone"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"800"
		"ItemShopTags"					"aoe"
		"ItemQuality"					"component"
		

		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_health"		"0"
			"aoe_bonus"			"40"
		}
	}

	//=================================================================================================================
	// Partisan's Brand
	//=================================================================================================================
	"item_partisans_brand"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralActiveDrop"				"1"
		"ItemPurchasable"				"0"
		"ItemSellable"				"0"


		"Model"							"models/props_gameplay/neutral_box.vmdl"
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage_pct"
			{
				"value"				"9"
				"apply_curio_bonus"	"1"
			}			
		}
	}

	//=================================================================================================================
	// Enhancement: Nimble
	//=================================================================================================================
	"item_enhancement_nimble"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
			
		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemIsNeutralPassiveDrop"		"1"
		"ItemPurchasable"				"0"
		"ItemSellable"					"0"
		"Model"							"models/props_gameplay/neutral_box.vmdl"
		"MaxLevel"						"3"
		
		// Special	
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"movespeed_pct"						"6 8 10"
			"bonus_damage"						"10 15 20"
			"hp_regen_reduce"					"1.5 2.25 3"			
		}
	}

	//=================================================================================================================
	// Tidehunter Fish
	//=================================================================================================================
	"item_tidehunter_fish"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_DONT_CANCEL_MOVEMENT | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL | DOTA_ABILITY_BEHAVIOR_IGNORE_PSEUDO_QUEUE"
		"Model"							"models/heroes/tidehunter/tidehunter_fish_pickup.vmdl"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"20"
		"AbilityCastPoint"				"0.0"

		// Item Info
		//-------------------------------------------------------------------------------------------------------------
		"ItemCost"						"0"
		"ItemPurchasable"				"0"
		"AutoPickup"					"1"
		"ShowDroppedItemTooltip"		"0"
		"DisplayOverheadAlertOnReceived" "0"
		"ItemKillable"					"1"

		"AbilityValues"
		{
		}
	}

}
