//=================================================================================================================
// Observer Wards
//=================================================================================================================
"item_ward_observer"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "42" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_OPTIONAL_UNIT_TARGET"
"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" "75"
"ItemShopTags" "consumable"
"ItemQuality" "consumable"
"ItemAliases" "observer ward"
"ItemStackable" "1"
"ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING"
"ItemPermanent" "0"
"ItemInitialCharges" "1"
"ItemStockMax" "4"
"ItemStockInitial" "2"
"ItemStockTime" "180.0"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES"
"ItemSupport" "1"
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
"01"
{
"var_type" "FIELD_INTEGER"
"lifetime" "420"
}
"02"
{
"var_type" "FIELD_INTEGER"
"vision_range" "1600"
}
"03"
{
"var_type" "FIELD_INTEGER"
"health" "200"
}
"04"
{
"var_type" "FIELD_INTEGER"
"duration_minutes_tooltip" "7"
}
}
}