//=================================================================================================================
// sample_virus
//=================================================================================================================
"item_sample_virus"
{
"ID" "1214"
// General
//-------------------------------------------------------------------------------------------------------------
"BaseClass" "item_datadriven"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
"Model" "models/props_gameplay/bottle_rejuvenation.vmdl"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"ItemCost" "1"
"ItemShopTags" "damage"
"ItemQuality" "rare"
"ItemDeclarations" "DECLARE_PURCHASES_TO_SPECTATORS"
"ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_NEVER"
"ItemAliases" "item_sample_virus"
"ItemAlertable" "0"
"ItemPurchasable" "0"
"ItemKillable" "1"
"ItemSellable" "1"
"ItemDroppable" "1"
"ItemShareability" "ITEM_FULLY_SHAREABLE"
"AbilityTextureName" "sample_virus"
}