"DOTAAbilities"
{
    "Version"       "1"
	
	//=================================================================================================================
	// Necrolyte: Death Seeker (shard ability )
	//=================================================================================================================
	"necrolyte_death_seeker"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET | DOTA_ABILITY_BEHAVIOR_ROOT_DISABLES | DOTA_ABILITY_BEHAVIOR_HIDDEN | DOTA_ABILITY_BEHAVIOR_SHOW_IN_GUIDES"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_ENEMY | DOTA_UNIT_TARGET_TEAM_FRIENDLY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_MAGICAL"	
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_NO"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"MaxLevel"						"1"
		"FightRecapLevel"				"1"
		"IsGrantedByShard"              "1"
		"SubAbilityNames"				"necrolyte_death_pulse"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"750"
		"AbilityCastPoint"				"0.2"
		"AbilityCastAnimation"			"ACT_DOTA_CAST_ABILITY_5"
		
		
		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"19"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"160"
		"AbilityValues"
		{
			"projectile_multiplier"
			{
				"value" "175"
			}
			"ethereal_duration"
			{
				"value" "2.5"
			}
			"magic_resistance_reduction"
			{
				"value" "25"
			}
		}
	}

	//=================================================================================================================
	// Necrolyte: Death Pulse
	//=================================================================================================================
	"necrolyte_death_pulse"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_MAGICAL"
		"SpellImmunityType"				"SPELL_IMMUNITY_ALLIES_YES_ENEMIES_NO"
		"FightRecapLevel"				"1"
		"AbilitySound"					"Hero_Necrolyte.DeathPulse"
		"TooltipSummaryProperties"		"AbilityDamage;heal;area_of_effect"

		"AbilityDraftExtraAbilities"
		{
			"necrolyte_death_seeker" "shard"
		}

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"0"
		"AbilityCastPoint"				"0.0 0.0 0.0 0.0"

		// Damage.
		//-------------------------------------------------------------------------------------------------------------
		"AbilityDamage"					"100 160 220 280"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"115 130 145 160"

		// Special
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"area_of_effect"		
				{
					"value"		"500"
					"affected_by_aoe_increase"	"1"
				}
				"heal"
				{
					"value"		"70 90 110 130"
				"special_bonus_unique_necrophos_4" "+60"
				}
				"projectile_speed"		"400"
				"AbilityCooldown"
				{
					"value"								"8 7 6 5"
					"special_bonus_unique_necrophos"	"-2.5"
				}
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_1"
	}
	
	//=================================================================================================================
	// Ability: Necrolyte's Heartstopper Aura
	//=================================================================================================================
	"necrolyte_heartstopper_aura"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_AURA"
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_ENEMY"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_MAGICAL"	
		"SpellDispellableType"			"SPELL_DISPELLABLE_NO"
		"TooltipSummaryProperties"		"#DOTA_Tooltip_ability_necrolyte_heartstopper_aura___damage"

		"HasScepterUpgrade"			"1"	
		"IsBreakable"					"1"
		

		"AbilityValues"
		{
			"aura_radius"			
			{
				"value"		"700"		
				"affected_by_aoe_increase"	"1"
			}
			"aura_damage"
			{
				"value"		"0.8 1.3 1.8 2.3" 
				"special_bonus_unique_necrophos_2"		"+0.5"
				"DamageTypeTooltip"	"DAMAGE_TYPE_NONE"
				"CalculateSpellDamageTooltip"	"0"
				"display_type"	"kMagicalDamagePercentage"
			} 	
			"heal_reduction_pct"
			{
				"value"					"0"
				"special_bonus_unique_necrophos_5"		"+20"
			}

			"heal_regen_to_damage"
			{
				"value"					"0"
				"special_bonus_scepter"	"+50"
			}
			
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_3"
	}
	

	//=================================================================================================================
	// Ability: Necrolyte's Sadist
	//=================================================================================================================
	"necrolyte_sadist"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_NOT_LEARNABLE | DOTA_ABILITY_BEHAVIOR_HIDDEN | DOTA_ABILITY_BEHAVIOR_FORCE_NO_INNATE_UI"
		"Innate"						"1"
		"IsBreakable"					"1"

		"AbilityValues"
		{
			"regen"
			{
				"value"			"3.7"
				"hero_levelup"	"0.3"
			}
			"bonus_aoe"					"0"
			"bonus_spell_amp"
			{
				"value"		"0"
			}
			"hero_multiplier" "6"
			"regen_duration"		
			{
				"value"						 "8"
				"special_bonus_unique_necrophos_heartstopper_regen_duration"							"+2"
			}
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_3"
	}

	//=================================================================================================================
	// Ability: Ghost Shroud
	//=================================================================================================================
	"necrolyte_ghost_shroud"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_NO"
		"AbilitySound"					"Hero_Necrolyte.SpiritForm.Cast"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"TooltipSummaryProperties"		"duration;movement_speed;#DOTA_Tooltip_ability_necrolyte_ghost_shroud___restoration"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastPoint"				"0"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		
		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"75"
		
		
		"AbilityValues"
		{
			"duration"		"3 3.5 4 4.5"
			"heal_bonus"
			{	
				"value"			"55 65 75 85"
				"display_type"	"kBuffPercentage"
			}
			"enemies_negative_heal_bonus_as_pct_of_self"
			{
				"value"										"0"
			}
			"movement_speed"
			{
				"value"			"16 19 22 25"
				"special_bonus_unique_necrophos_3"		"+15"
				"display_type"	"kBuffPercentage"
			}
			"movement_transfer"
			{
				"value"			"0"
			}
			"slow_aoe"		
			{
				"value"		"700"
				"affected_by_aoe_increase"	"1"
			}
			"bonus_damage"
			{
				"value"		"-20"
				"DamageTypeTooltip"	"DAMAGE_TYPE_NONE"
				"display_type"	"kDebuffPercentage"
			}
			"AbilityCooldown"
			{
				"value"						"28 24 20 16"
				"special_bonus_unique_necrophos_6"	"-2.5"
			} 	
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_2"
	}
		
	//=================================================================================================================
	// Aether Form Stop
	//=================================================================================================================
	"necrolyte_sadist_stop"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_HIDDEN | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_IGNORE_PSEUDO_QUEUE"
		
		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastPoint"				"0.0 0.0 0.0 0.0"
	}

	//=================================================================================================================
	// Ability: Necrolyte's Reaper's Scythe
	//=================================================================================================================
	"necrolyte_reapers_scythe"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityType"					"ABILITY_TYPE_ULTIMATE"
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_UNIT_TARGET"		
		"AbilityUnitTargetTeam"			"DOTA_UNIT_TARGET_TEAM_ENEMY"
		"AbilityUnitTargetType"			"DOTA_UNIT_TARGET_HERO"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_NO"
		"SpellDispellableType"			"SPELL_DISPELLABLE_NO"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_MAGICAL"	
		"FightRecapLevel"				"2"
		"AbilitySound"					"Hero_Necrolyte.ReapersScythe.Target"
		"TooltipSummaryProperties"		"stun_duration;damage_per_health;#DOTA_Tooltip_ability_necrolyte_reapers_scythe___kill_bonus"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastPoint"				"0.45"
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_4"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"100"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"250 375 500"		

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityModifierSupportValue"	"0.1"	// Primarily about the damage
		
		// Special
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"damage_per_health"			
			{
				"value" "0.7 0.8 0.9"
				"special_bonus_unique_necrophos_reaper_scythe_damage_per_health" "+0.3"
			}

			"stun_duration"				"1.5 1.5 1.5"
			"hp_per_kill"				"1 2 3"
			"mana_per_kill"				"1 2 3"
			"AbilityCastRange"
			{
				"value"						"600"
			}
		}
	}
}
