Files
Dota-Zombie-Invasion/scripts/npc/items/blackshop/cursed.kv
T
2026-05-29 15:11:31 +07:00

91 lines
3.3 KiB
Plaintext

"DOTAAbilities"
{
"item_blackshop_cursed_the_hand_of_gluttony"
{
"BaseClass" "item_lua"
"ScriptFile" "items/blackshop/cursed/item_blackshop_cursed_the_hand_of_gluttony"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET"
"ItemCost" "0"
"AbilityTextureName" "blackshop/the_hand_of_gluttony"
"ItemKillable" "0"
"ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING"
"ItemPurchasable" "0"
"ItemSellable" "0"
"Model" "models/props_gameplay/treasure_chest_gold.vmdl"
"Effect" "particles/econ/items/shadow_fiend/sf_desolation/sf_base_attack_desolation.vpcf"
"AbilityCooldown" "0"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"AbilityValues"
{
"bonus_stats" "66.6"
}
}
"item_blackshop_cursed_martyrs_brand"
{
"BaseClass" "item_lua"
"ScriptFile" "items/blackshop/cursed/item_blackshop_cursed_martyrs_brand"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET"
"ItemCost" "0"
"AbilityTextureName" "blackshop/martyrs_brand"
"ItemKillable" "0"
"ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING"
"ItemStackable" "0"
"ItemPurchasable" "0"
"ItemSellable" "0"
"Model" "models/props_gameplay/treasure_chest_gold.vmdl"
"Effect" "particles/econ/items/shadow_fiend/sf_desolation/sf_base_attack_desolation.vpcf"
"AbilityCooldown" "0"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"AbilityValues"
{
"bonus_damage_per" "30"
"incoming_damage_per_stack" "6.66"
}
}
"item_blackshop_cursed_widow_chain"
{
"BaseClass" "item_lua"
"ScriptFile" "items/blackshop/cursed/item_blackshop_cursed_widow_chain"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET"
"ItemCost" "0"
"AbilityTextureName" "blackshop/widow_chain"
"ItemKillable" "0"
"ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING"
"ItemStackable" "0"
"ItemPurchasable" "0"
"ItemSellable" "0"
"Model" "models/props_gameplay/treasure_chest_gold.vmdl"
"Effect" "particles/econ/items/shadow_fiend/sf_desolation/sf_base_attack_desolation.vpcf"
"AbilityCooldown" "0"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"AbilityValues"
{
"bonus_outgoing_damage_pct" "50"
"attack_speed_loss_pct" "50"
"root_duration" "1.5"
}
}
"item_blackshop_cursed_glass_pact"
{
"BaseClass" "item_lua"
"ScriptFile" "items/blackshop/cursed/item_blackshop_cursed_glass_pact"
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET"
"ItemCost" "0"
"AbilityTextureName" "blackshop/glass_pact"
"ItemKillable" "0"
"ItemShareability" "ITEM_FULLY_SHAREABLE_STACKING"
"ItemStackable" "0"
"ItemSellable" "0"
"ItemPurchasable" "0"
"Model" "models/props_gameplay/treasure_chest_gold.vmdl"
"Effect" "particles/econ/items/shadow_fiend/sf_desolation/sf_base_attack_desolation.vpcf"
"AbilityCooldown" "0"
"ItemDeclarations" "DECLARE_PURCHASES_TO_TEAMMATES | DECLARE_PURCHASES_IN_SPEECH | DECLARE_PURCHASES_TO_SPECTATORS"
"AbilityValues"
{
"outgoing_damage_pct" "15"
"incoming_damage_pct" "15"
}
}
}