"DOTAAbilities"
{
    "Version"       "1"

	//=================================================================================================================
	// Ability: Slardar River Warden
	//=================================================================================================================
	"slardar_seaborn_sentinel"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE | DOTA_ABILITY_BEHAVIOR_NOT_LEARNABLE"
		"MaxLevel"						"1"
		"Innate"						"1"
		"HasScepterUpgrade"				"1"		
		"IsBreakable"					"1"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{			
			"river_speed"					"18"
			"puddle_regen"				
			{
				"value"						"1.75"
				"hero_levelup"				"+0.25"
				"special_bonus_scepter"		"+20"
			}
			"puddle_armor"				
			{
				"value"						"1.8"
				"hero_levelup"				"+0.2"
				"special_bonus_scepter"		"+8"
			}
			"puddle_status_resistance"			
			{
				"special_bonus_scepter"		"40"
			}
			"river_damage_pct"
			{
				"value"								"11.4"
				"hero_levelup"						"+0.6"
				"special_bonus_unique_slardar_6"	"+16"
			}
			"scepter_puddle_radius_tooltip"				"75"
			"scepter_puddle_duration_increase_tooltip"	"5"
		}
	}
	
	//=================================================================================================================
	// Ability: Slardar Guardian Sprint
	//=================================================================================================================
	"slardar_sprint"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE | DOTA_ABILITY_BEHAVIOR_IGNORE_CHANNEL"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"AbilitySound"					"Hero_Slardar.Sprint"

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

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"25"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		
		"AbilityValues"
		{			
			"AbilityCooldown"
			{
				"value"									"33 28 23 18"
				
			}	
			"bonus_speed"								"10 18 26 34"
			"duration"						
			{
				"value"						"10"
				"special_bonus_unique_slardar_7"		"+2"
			}
			
			"speed_burst_max_duration"					"2.5"
			"slow_resistance_tooltip"					"100"
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_1"
	}	

	//=================================================================================================================
	// Slardar Scepter
	//=================================================================================================================
	"slardar_scepter"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_HIDDEN | DOTA_ABILITY_BEHAVIOR_SHOW_IN_GUIDES"
		"MaxLevel"						"1"
		"FightRecapLevel"				"1"
		"IsGrantedByScepter"			"1"

		"AbilityCastPoint"				"0.2"
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_4"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"1200"

		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"5"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"20"
	}
	
	//=================================================================================================================
	// Ability: Slardar Slithereen Crush
	//=================================================================================================================
	"slardar_slithereen_crush"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_NO_TARGET"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_PHYSICAL"	
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_NO"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES_STRONG"
		"FightRecapLevel"				"1"
		"AbilitySound"					"Hero_Slardar.Slithereen_Crush"
        "HasShardUpgrade"               "1"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"0"
		"AbilityCastPoint"				"0.25"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"100"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityModifierSupportValue"	"0.5"	// Applies multiple modifiers

		
		// Special
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
				"crush_radius"				
				{
					"value"			"325"
					"affected_by_aoe_increase"	"1"
				}
				"crush_extra_slow"				
				{
					"value"	"-20 -25 -30 -35"
				}
				"crush_attack_slow_tooltip"		"-20 -25 -30 -35"
				"crush_extra_slow_duration"		"3 4 5 6"
				"stun_duration"					
				{
					"value"															"0.8"
					"special_bonus_unique_slardar_slithereen_crush_stun"			"+0.2"
				}
				"puddle_duration"		
				{
					"value"					"7"
					"special_bonus_scepter"	"+5"
				}
				"puddle_radius"		
				{
					"value"					"325"
					"special_bonus_scepter"	"+75"		// if updating this, update scepter_puddle_radius_tooltip
					"affected_by_aoe_increase"	"1"
				}
				"crush_damage"			
				{
					"value"					"75 150 225 300"
					"special_bonus_unique_slardar"	"+125"
				}
				"shard_amp_duration"			
				{
					"special_bonus_shard"			"5.0"
				}
				"shard_bonus_radius"			
				{
					"special_bonus_shard"			"0"
					// "affected_by_aoe_increase" explicitly removed here so shard aoe increase doesn't double dip with base radius increase
				}
				"AbilityCooldown"
				{
					"value"								"8.5 8 7.5 7"
					"special_bonus_unique_slardar_4"	"-3"
				}
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_2"
	}
	
	//=================================================================================================================
	// Ability: Slardar Bash of the Deep
	//=================================================================================================================
	"slardar_bash"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityBehavior"				"DOTA_ABILITY_BEHAVIOR_PASSIVE"
		"AbilityUnitDamageType"			"DAMAGE_TYPE_PHYSICAL"	
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES_STRONG"
		"AbilitySound"					"Hero_Slardar.Bash"
		"IsBreakable"					"1"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityModifierSupportBonus"		"25"

		// Special
		//-------------------------------------------------------------------------------------------------------------
		"AbilityValues"
		{
			"bonus_damage"			
			{
				"value"		"35 90 145 200"
				"special_bonus_unique_slardar_2"	"+30"
			}
			"duration"				"1.0"
			"attack_count"			"3"
		}
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_3"
	}
	
	//=================================================================================================================
	// Ability: Slardar Amplify Damage (corrosive haze)
	//=================================================================================================================
	"slardar_amplify_damage"
	{
		// General
		//-------------------------------------------------------------------------------------------------------------
		"AbilityType"					"ABILITY_TYPE_ULTIMATE"
		"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"
		"SpellImmunityType"				"SPELL_IMMUNITY_ENEMIES_YES"
		"SpellDispellableType"			"SPELL_DISPELLABLE_YES"
		"FightRecapLevel"				"1"
		"AbilitySound"					"Hero_Slardar.Amplify_Damage"

		// Casting
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCastRange"				"900"
		"AbilityCastPoint"				"0.3"
		"AbilityCastAnimation"		"ACT_DOTA_CAST_ABILITY_4"
		
		// Time		
		//-------------------------------------------------------------------------------------------------------------
		"AbilityCooldown"				"5"

		// Cost
		//-------------------------------------------------------------------------------------------------------------
		"AbilityManaCost"				"25"

		// Stats
		//-------------------------------------------------------------------------------------------------------------
		"AbilityModifierSupportValue"	"6.0"	// Very valuable compared to cost.

		
		"AbilityValues"
		{
			"armor_reduction"		
			{ 
				"value"				"-10 -15 -20"
				"special_bonus_unique_slardar_5"	"-3"
			}
			"duration"
			{
				"value"			"18"
			}
			"undispellable"
			{
				"value"			"0"
				"special_bonus_unique_slardar_3"	"+1"
			}
			"puddle_radius"
			{
				"value"						"100"
				"special_bonus_scepter"		"x1.8"
				"affected_by_aoe_increase"	"1"
			}
			"puddle_duration"
			{
				"value"						"7"
				"special_bonus_scepter"		"+5"
			}
			"has_self_buff"
			{
				"value"			"0"
				"special_bonus_facet_slardar_brineguard"		"+1"
			}
			"armor_pct"
			{
				"value"			"0"
				"special_bonus_facet_slardar_brineguard"		"+50"
			}
		}
	}
}
