"DOTAAbilities" { //------------------------------------------------------------------------------------------------------------- // 破碎的符咒 "item_1001" { "ID" "8001" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_1001" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "0.2" "ItemStackable" "1" "ItemInitialCharges" "1" "ItemCost" "500" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "DrawNormalCard" } } } //------------------------------------------------------------------------------------------------------------- // 神秘的符咒 "item_1002" { "ID" "8002" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_1002" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "0.2" "ItemStackable" "1" "ItemInitialCharges" "1" "ItemCost" "2500" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "DrawSeniorCard" } } } //------------------------------------------------------------------------------------------------------------- // 一星福蛋 "item_1003" { "ID" "8003" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_1003" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "1000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 二星福蛋 "item_1004" { "ID" "8004" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_1004" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "1800" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 三星福蛋 "item_1005" { "ID" "8005" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_1005" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "7200" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 四星福蛋 "item_1006" { "ID" "8006" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_1006" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "35000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 一星僵尸 "item_1011" { "ID" "8007" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0097" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "1000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 二星僵尸 "item_1012" { "ID" "8008" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0097" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "1800" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 三星僵尸 "item_1013" { "ID" "8009" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0097" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "7200" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 四星僵尸 "item_1014" { "ID" "8010" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0097" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "35000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" } //------------------------------------------------------------------------------------------------------------- // 四次元爆弹 "item_2001" { "ID" "8011" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2001" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "0" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem2001_SpellStart" } } } //------------------------------------------------------------------------------------------------------------- // 博丽御币 "item_2002" { "ID" "8012" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2002" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "1" "ItemCost" "10000" "ItemSellable" "1" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem2002_SpellStart" } } } //------------------------------------------------------------------------------------------------------------- // 风祝御币 "item_2003" { "ID" "8013" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2003" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem2003_SpellStart" } } } //------------------------------------------------------------------------------------------------------------- // 御币 "item_2004" { "ID" "8014" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2004" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "AbilityCooldown" "1" "ItemCost" "2000" "ItemSellable" "1" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem2004_SpellStart" } } } //------------------------------------------------------------------------------------------------------------- // 血染的太阳伞 "item_2005" { "ID" "8015" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2005" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "2000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" // "Modifiers" // { // "modifier_equip_item" // { // "Passive" "1" // "IsHidden" "0" // "Attributes" "MODIFIER_ATTRIBUTE_MULTIPLE" // "OnCreated" // { // "RunScript" // { // "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" // "Function" "OnEquipItem" // } // } // "OnDestroy" // { // "RunScript" // { // "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" // "Function" "OnUnequipItem" // } // } // } // } "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 月耀秘石 "item_2006" { "ID" "8016" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2006" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "2000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 灾厄之主人形 "item_2007" { "ID" "8017" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2007" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "2000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 死神渡河船桨 "item_2008" { "ID" "8018" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2008" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "2000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 割夺真实之刃 "item_2009" { "ID" "8019" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2009" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 死神的大镰刀 "item_2010" { "ID" "8020" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2010" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 月兔粉碎巨刃 "item_2011" { "ID" "8021" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2011" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 迷你八卦炉 "item_2012" { "ID" "8022" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2012" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "10000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 莱瓦汀 "item_2013" { "ID" "8023" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2013" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "10000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 神枪冈格尼尔 "item_2014" { "ID" "8024" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2014" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "10000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 念缚灵的船勾 "item_2015" { "ID" "8025" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2015" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 速融的核融合棒 "item_2016" { "ID" "8026" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2016" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 恶魔的乳牙 "item_2017" { "ID" "8027" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2017" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "5000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 月面之弩 "item_2018" { "ID" "8028" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2018" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemCost" "2000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 纳税用阴阳玉 "item_2019" { "ID" "8029" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2019" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "2000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 高科技相机 "item_2020" { "ID" "8030" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2020" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "AbilityCooldown" "1" "ItemCost" "10000" "ItemSellable" "1" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" "OnEquip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnEquipItem" } } "OnUnequip" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnUnequipItem" } } } //------------------------------------------------------------------------------------------------------------- // 千年佳酿 "item_2021" { "ID" "8031" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2021" "ItemStackable" "1" "ItemInitialCharges" "1" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityCooldown" "10.0" "ItemCost" "2000" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem2021_SpellStart" "Target" "TARGET" "duration_max" "%duration_max" "duration_min" "%duration_min" "step" "%step" } } "Modifiers" { "modifier_item_2021_buff" { "OnCreated" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem2021Buff" "bonus" "%bonus" } } "OnDestroy" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnRemoveItem2021Buff" } } } } "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "duration_max" "10" } "02" { "var_type" "FIELD_INTEGER" "duration_min" "5" } "03" { "var_type" "FIELD_INTEGER" "bonus" "25" } "04" { "var_type" "FIELD_INTEGER" "step" "1" } } } //------------------------------------------------------------------------------------------------------------- // 博丽神社护身符 "item_2022" { "ID" "8032" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_2022" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "AbilityCooldown" "30" "ItemCost" "5000" "ItemSellable" "0" "MaxLevel" "1" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem2022_SpellStart" "Target" "TARGET" } } } //------------------------------------------------------------------------------------------------------------- // 莉莉白 "item_0001" { "ID" "8033" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0001" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/lily_white/item/item_lily_white.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 纳兹琳 "item_0002" { "ID" "8034" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0002" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/nazrin/item/item_nazrin.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //--------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 秋穣子 "item_0003" { "ID" "8035" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0003" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/minoriko/item/item_minoriko.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 墓地妖精 "item_0004" { "ID" "8036" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0004" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "500" "Model" "models/thd_hero/mugiyousei/item/item_mujiyousei.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 上海人形 "item_0005" { "ID" "8037" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0005" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "500" "Model" "models/thd_hero/shanghainingyou/item/item_shanghainingyou.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 蓬莱人形 "item_0006" { "ID" "8038" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0006" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "500" "Model" "models/thd_hero/hourainingyou/item/item_hourainingyou.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 花田妖精 "item_0007" { "ID" "8039" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0007" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "500" "Model" "models/thd_hero/hanadayousei/item/item_hanadayousei.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 女仆妖精 "item_0008" { "ID" "8040" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0008" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "500" "Model" "models/thd_hero/maidyousei/item/item_maidyousei.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 琪露诺 "item_0009" { "ID" "8041" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0009" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/new_touhou_model/cirno/cirno.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 多多良小伞 "item_0010" { "ID" "8042" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0010" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/kogasa/item/item_kogasa.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 蕾蒂·霍瓦特洛克 "item_0011" { "ID" "8043" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0011" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/letty/item/item_letty.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 莉莉卡·普莉兹姆利巴 "item_0012" { "ID" "8044" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0012" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/lyrica_prismriver/item/item_lyrica.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 露娜萨·普莉兹姆利巴 "item_0013" { "ID" "8045" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0013" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/lunasa_prismriver/item/item_lunasa.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 梅露兰·普莉兹姆利巴 "item_0014" { "ID" "8046" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0014" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/merlin_prismriver/item/item_merlin.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 露米娅 "item_0015" { "ID" "8047" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0015" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/rumia/item/item_rumia.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 古明地觉 "item_0016" { "ID" "8048" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0016" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/new_touhou_model/satori/satori.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 永江依玖 "item_0017" { "ID" "8049" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0017" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/iku/item/item_iku.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 米斯蒂娅·萝蕾拉 "item_0018" { "ID" "8050" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0018" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/mystia/item/item_mystia.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 雾雨魔理沙 "item_0019" { "ID" "8051" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0019" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/marisa/marisa.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 比那民居天子 "item_0020" { "ID" "8052" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0020" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/tenshi/tenshi.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 帕秋莉·诺蕾姬 "item_0021" { "ID" "8053" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0021" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/patchouli/patchouli.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 十六夜咲夜 "item_0022" { "ID" "8054" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0022" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/sakuya/sakuya.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 铃仙·优昙华院·因幡 "item_0023" { "ID" "8055" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0023" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/reisen/item/item_reisen.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 西行寺幽幽子 "item_0024" { "ID" "8056" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0024" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/yuyuko/item/item_yuyuko.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 魂魄妖梦 "item_0025" { "ID" "8057" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0025" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/youmu/youmu.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 火焰猫鳞 "item_0026" { "ID" "8058" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0026" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/rin/item/item_rin.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 灵乌路空 "item_0027" { "ID" "8059" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0027" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/utsuho/item/item_utsuho.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 博丽灵梦 "item_0028" { "ID" "8060" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0028" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/new_touhou_model/reimu/reimu.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 大妖精 "item_0029" { "ID" "8061" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0029" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/thd_hero/daiyousei/item/item_daiyousei.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 蕾米莉亚·斯卡雷特 "item_0030" { "ID" "8062" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0030" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/new_touhou_model/remilia/remilia.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 古明地恋 "item_0031" { "ID" "8063" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0031" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/heroes/bane/bane.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 芙兰朵露 "item_0032" { "ID" "8064" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0032" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/new_touhou_model/flandre/flandre.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 小恶魔 "item_0033" { "ID" "8065" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0033" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/koakuma/item/item_koakuma.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 红美铃 "item_0034" { "ID" "8066" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0034" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/meirin/item/item_meirin.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 风见幽香 "item_0035" { "ID" "8067" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0035" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/new_touhou_model/yuuka/yuuka.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 八云紫 "item_0036" { "ID" "8068" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0036" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/new_touhou_model/yukari/yukari.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 八云蓝 "item_0037" { "ID" "8069" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0037" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/ran/item/item_ran.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 橙 "item_0038" { "ID" "8070" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0038" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/chen/item/item_chen.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 八意永琳 "item_0039" { "ID" "8071" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0039" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/thd_hero/eirin/item/item_eirin.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 藤原妹红 "item_0040" { "ID" "8072" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0040" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/mokou/item/item_mokou.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 蓬莱山辉夜 "item_0041" { "ID" "8073" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0041" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/kaguya/item/item_kaguya.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 射命丸文 "item_0042" { "ID" "8074" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0042" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/aya/aya.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 姬海棠羽立 "item_0043" { "ID" "8075" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0043" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/hatate/item/item_hatate.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 犬走椛 "item_0044" { "ID" "8076" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0044" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/momiji/item/item_momiji.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 今泉影狼 "item_0045" { "ID" "8077" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0045" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/kagerou/item/item_kagerou.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 东风谷早苗 "item_0046" { "ID" "8078" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0046" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/sanae/item/item_sanae.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 八坂神奈子 "item_0047" { "ID" "8079" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0047" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/thd_hero/kanako/item/item_kanako.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 泄矢诹访子 "item_0048" { "ID" "8080" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0048" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/suwako/item/item_suwako.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 村纱水蜜 "item_0049" { "ID" "8081" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0049" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/minamitsu/item/item_minamitsu.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 封兽鵺 "item_0050" { "ID" "8082" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0050" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/nue/item/item_nue.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 圣白莲 "item_0051" { "ID" "8083" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0051" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/thd_hero/byakuren/item/item_byakuren.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 丰聪耳神子 "item_0052" { "ID" "8084" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0052" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/thd_hero/miko/item/item_miko.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 秦心 "item_0053" { "ID" "8085" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0053" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/kokoro/kokoro.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 星熊勇仪 "item_0054" { "ID" "8086" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0054" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/yuugi/item/item_yuugi.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 伊吹萃香 "item_0055" { "ID" "8087" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0055" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/suika/item/item_suika.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 斯塔·萨菲雅 "item_0056" { "ID" "8088" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0056" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/star/item/item_star.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 桑妮·米尔克 "item_0057" { "ID" "8089" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0057" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/sunny/item/item_sunny.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 露娜·切露德 "item_0058" { "ID" "8090" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0058" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/luna/item/item_luna.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 爱丽丝·玛格特罗依德 "item_0059" { "ID" "8091" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0059" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/alice/item/item_alice.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 莉格露·奈特巴格 "item_0060" { "ID" "8092" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0060" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/wiggle/item/item_wiggle.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 上白泽慧音 "item_0061" { "ID" "8093" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0061" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/keine/item/item_keine.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 因幡帝 "item_0062" { "ID" "8094" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0062" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/tei/tei2.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 琪斯美 "item_0063" { "ID" "8095" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0063" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/kisume/item/item_kisume.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 四季映姬·亚玛萨那度 "item_0064" { "ID" "8096" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0064" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/thd2/shikieiki/shikieiki_mmd.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 小野塚小町 "item_0068" { "ID" "8097" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0068" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/komachi/komachi.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 寅丸星 "item_0069" { "ID" "8098" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0069" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/toramarushou/item/item_toramarushou.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 纯狐 "item_0073" { "ID" "8099" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0073" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" // "Model" "models/items/courier/jin_yin_white_fox/jin_yin_white_fox.vmdl" "Model" "models/new_touhou_model/junko/item/item_junko.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 赫卡提亚 "item_0074" { "ID" "8100" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0074" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/new_touhou_model/hecatia/item/item_hecatia.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 克劳恩皮丝 "item_0075" { "ID" "8101" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0075" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/new_touhou_model/clownpiece/clownpiece.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 神绮 "item_0080" { "ID" "8102" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0080" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "10000" "Model" "models/shinki/shinki.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 秋静叶 "item_0088" { "ID" "8103" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0088" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/sizuha/item/item_sizuha.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 键山雏 "item_0091" { "ID" "8104" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0091" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/hina/item/item_hina.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 梅蒂欣·梅兰可莉 "item_0092" { "ID" "8105" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0092" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/medicine/item/item_medicine.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 幽谷响子 "item_0093" { "ID" "8106" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0093" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/kyouko/item/item_kyouko.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 苏我屠自古 "item_0094" { "ID" "8107" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0094" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/soga/item/item_soga.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 物部布都 "item_0095" { "ID" "8108" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0095" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/futo/item/item_futo.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 霍青娥 "item_0096" { "ID" "8109" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0096" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "5000" "Model" "models/thd_hero/seiga/item/item_seiga.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } //------------------------------------------------------------------------------------------------------------- // 宫古芳香 "item_0097" { "ID" "8110" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "ItemDisassembleRule" "DOTA_ITEM_DISASSEMBLE_ALWAYS" "AbilityTextureName" "item_0097" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastRange" "1000" "ItemCost" "2000" "Model" "models/thd_hero/yoshika/yoshika.vmdl" "ItemShareability" "ITEM_PARTIALLY_SHAREABLE" //------------------------------------------------------------------------------------------------------------- // Item Info "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "PutTowerToPoint" "Target" "POINT" } } } "item_3001" { "ID" "8111" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT_TARGET | DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_summon_cny_balloon" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "800" "AbilityCastPoint" "0.2" "AbilityCooldown" "1" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_summon_cny_balloon" } } } "item_3002" { "ID" "8112" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_ti10_high_five" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "350" "AbilityCastPoint" "0.3" "AbilityCooldown" "3" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" // "Ability" "seasonal_summon_dragon" "Ability" "seasonal_ti10_high_five" } } } "item_3003" { "ID" "8113" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_ti10_soccer_ball" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "800" "AbilityCastPoint" "0" "AbilityCooldown" "5.0" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_ti10_soccer_ball" } } } "item_3004" { "ID" "8114" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_firecrackers" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastPoint" "0" "AbilityCooldown" "5.0" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_firecrackers" } } } "item_3005" { "ID" "8115" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_throw_snowball" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "600" "AbilityCastPoint" "0.2" "AbilityCooldown" "0.5" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_throw_snowball" } } } "item_3006" { "ID" "8116" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_summon_snowman" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "350" "AbilityCastPoint" "0.3" "AbilityCooldown" "10" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_summon_snowman" } } } "item_3007" { "ID" "8117" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_decorate_tree" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "165" "AbilityCastPoint" "0" "AbilityCooldown" "3.0" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_decorate_tree" } } } "item_3008" { "ID" "8118" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_DIRECTIONAL | DOTA_ABILITY_BEHAVIOR_POINT" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_BOTH" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/seasonal_festive_firework" "ItemShareability" "ITEM_FULLY_SHAREABLE" "ItemPurchasable" "0" "AbilityCastRange" "1200" "AbilityCastPoint" "0" "AbilityCooldown" "1.5" "AbilityManaCost" "0" "ItemCost" "0" "ItemSellable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartCosmetic" "Ability" "seasonal_festive_firework" } } } "item_3009" { "ID" "8119" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/2019_Consumables_Bundle" "AbilityCastPoint" "0" "AbilityCooldown" "1" "AbilityManaCost" "0" "ItemSellable" "0" "ItemKillable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartBundle" "Item1" "item_3001" "Item2" "item_3002" "Item3" "item_3003" "Item4" "item_3004" } } } "item_3010" { "ID" "8120" "BaseClass" "item_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET | DOTA_ABILITY_BEHAVIOR_IMMEDIATE" "AbilityCastAnimation" "ACT_INVALID" "Model" "models/props_gameplay/red_box.vmdl" "Effect" "particles/generic_gameplay/dropped_item.vpcf" "AbilityTextureName" "custom/Frosthaven_Consumables_Bundle" "AbilityCastPoint" "0" "AbilityCooldown" "1" "AbilityManaCost" "0" "ItemSellable" "0" "ItemKillable" "0" "ItemPurchasable" "0" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityCommon.lua" "Function" "OnSpellStartBundle" "Item1" "item_3005" "Item2" "item_3006" "Item3" "item_3007" "Item4" "item_3008" } } } "item_3011" { "ID" "8121" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3011" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3012" { "ID" "8122" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3012" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3013" { "ID" "8123" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3013" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3014" { "ID" "8124" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3014" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3015" { "ID" "8125" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3015" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3016" { "ID" "8126" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3016" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3017" { "ID" "8127" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3017" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3018" { "ID" "8128" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3018" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3019" { "ID" "8129" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3019" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3020" { "ID" "8130" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3020" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3021" { "ID" "8131" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3021" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3022" { "ID" "8132" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3022" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3023" { "ID" "8133" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3023" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3024" { "ID" "8134" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3024" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3025" { "ID" "8135" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3025" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3026" { "ID" "8136" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3026" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3027" { "ID" "8137" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3027" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3028" { "ID" "8138" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3028" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3029" { "ID" "8139" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3029" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3030" { "ID" "8140" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3030" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3031" { "ID" "8141" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3031" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3050" { "ID" "8142" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_3050" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" } "item_3101" { "ID" "8143" //物品ID //基类 // "BaseClass" "item_lua" //文件路径 // "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "BaseClass" "item_datadriven" //图标 "AbilityTextureName" "item_chest_01" //物品行为 "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" //品质 "ItemQuality" "common" //永久物品 "ItemPermanent" "0" //叠加数量 "ItemInitialCharges" "0" //消耗金钱 "ItemCost" "500" //在商店售卖 "ItemPurchasable" "0" //可被卖出 "ItemSellable" "1" //可被摧毁 "ItemKillable" "0" //共享设置 "ItemShareability" "ITEM_FULLY_SHAREABLE" //模型 "Model" "models/imagine_assets/props/chest/chest_01_bronze.vmdl" // "Model" "models/props_gameplay/treasure_chest_gold.vmdl" //官方的 } "item_3102" { "ID" "8144" //物品ID //基类 // "BaseClass" "item_lua" //文件路径 // "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "BaseClass" "item_datadriven" //图标 "AbilityTextureName" "item_chest_02" //物品行为 "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" //品质 "ItemQuality" "rare" //永久物品 "ItemPermanent" "0" //叠加数量 "ItemInitialCharges" "0" //消耗金钱 "ItemCost" "1000" //在商店售卖 "ItemPurchasable" "0" //可被卖出 "ItemSellable" "1" //可被摧毁 "ItemKillable" "0" //共享设置 "ItemShareability" "ITEM_FULLY_SHAREABLE" //模型 "Model" "models/imagine_assets/props/chest/chest_01_silver.vmdl" } "item_3103" { "ID" "8145" //物品ID //基类 // "BaseClass" "item_lua" //文件路径 // "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "BaseClass" "item_datadriven" //图标 "AbilityTextureName" "item_chest_03" //物品行为 "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" //品质 "ItemQuality" "artifact" //永久物品 "ItemPermanent" "0" //叠加数量 "ItemInitialCharges" "0" //消耗金钱 "ItemCost" "6000" //在商店售卖 "ItemPurchasable" "0" //可被卖出 "ItemSellable" "1" //可被摧毁 "ItemKillable" "0" //共享设置 "ItemShareability" "ITEM_FULLY_SHAREABLE" //模型 "Model" "models/imagine_assets/props/chest/chest_01_gold.vmdl" //特效 // "Effect" "particles/generic_gameplay/dropped_item_lava.vpcf" } "item_3121" { "ID" "8146" //模型,会发生Error,禁用 // "Model" "models/imagine_assets/props/chest/chest_key_01_gold.vmdl" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_key_01" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemStackable" "1" "ItemInitialCharges" "1" "ItemCost" "0" "ItemSellable" "0" "ItemShareability" "ITEM_NOT_SHAREABLE" } "item_3149" { "ID" "8155" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_poweover" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "AbilityUnitTargetType" "DOTA_UNIT_TARGET_HERO | DOTA_UNIT_TARGET_BASIC" "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_FRIENDLY" "ItemSellable" "0" "MaxLevel" "1" "ItemStackable" "0" "ItemInitialCharges" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "Effect" "particles/generic_gameplay/dropped_item_lava.vpcf" "OnSpellStart" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem3146_SpellStart" "Target" "TARGET" "point" "%point" } } "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "point" "999" } } } "item_3150" { "ID" "8156" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_yuhun" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_NO_TARGET" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" // "AbilityCooldown" "10" // "AbilityCastRange" "%radius" "AbilityCastRange" "%radius" "Model" "models/props_gameplay/divine_rapier.vmdl" "Effect" "particles/generic_gameplay/dropped_item_lava.vpcf" "ItemIsNeutralDrop" "1" "precache" { "particle" "particles/units/heroes/hero_riki/riki_tricks.vpcf" "particle" "particles/units/heroes/hero_riki/riki_tricks_cast.vpcf" "particle" "particles/units/heroes/hero_riki/riki_tricks_end.vpcf" "particle" "particles/units/heroes/hero_riki/riki_backstab.vpcf" "soundfile" "soundevents/game_sounds_heroes/game_sounds_riki.vsndevts" "particle" "particles/units/heroes/hero_riki/riki_backstab.vpcf" } "Modifiers" { "modifier_item3150_think" { "Passive" "1" "IsHidden" "1" "ThinkInterval" "%damage_interval" "OnIntervalThink" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem3150_SpellStart" "power_damage" "%power_damage" } } "OnCreated" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem3150" "power_bonus" "%power_bonus" } } "OnDestroy" { "FireEffect" { "Target" "CASTER" "EffectName" "particles/units/heroes/hero_riki/riki_tricks_end.vpcf" "EffectAttachType" "attach_origin" } "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnDestroyItem3150" } } } } "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "power_damage" "100" } "02" { "var_type" "FIELD_FLOAT" "damage_interval" "2" } "03" { "var_type" "FIELD_INTEGER" "power_bonus" "300" } } } "item_3151" { "ID" "8157" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_tianjian" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "AbilityCooldown" "2.0" "Model" "models/props_gameplay/divine_rapier.vmdl" "Effect" "particles/generic_gameplay/dropped_item_lava.vpcf" "ItemIsNeutralDrop" "1" "precache" { "soundfile" "soundevents/game_sounds_heroes/game_sounds_spirit_breaker.vsndevts" "particle" "particles/dzz/qingshanjiansheng_yjzcs.vpcf" // "particle" "particles/units/heroes/hero_monkey_king/monkey_king_jump_armor_debuff.vpcf" //减甲特效 } "Modifiers" { "passive_item_3151_attack" { "Passive" "1" "IsHidden" "1" "OnAttackLanded" { "RunScript" { "Target" "TARGET" "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem3151_SpellStart" "power_damage" "%power_damage" "range" "%range" } } "OnCreated" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem3151" "power_bonus" "%power_bonus" } } "OnDestroy" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnDestroyItem3151" } } } "modifier_item_3151_debuff" { "IsDebuff" "1" "EffectName" "particles/units/heroes/hero_monkey_king/monkey_king_jump_armor_debuff.vpcf" "EffectAttachType" "follow_overhead" } } "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "power_damage" "100" } "02" { "var_type" "FIELD_INTEGER" "range" "400" } "03" { "var_type" "FIELD_INTEGER" "power_bonus" "300" } } } "item_3152" { "ID" "8158" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_tianyu" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "AbilityCooldown" "2.0" "Model" "models/props_gameplay/divine_rapier.vmdl" "Effect" "particles/generic_gameplay/dropped_item_lava.vpcf" "ItemIsNeutralDrop" "1" "precache" { "particle" "particles/econ/items/queen_of_pain/qop_ti8_immortal/queen_ti8_golden_shadow_strike_debuff.vpcf" "particle" "particles/econ/items/queen_of_pain/qop_ti8_immortal/queen_ti8_golden_shadow_strike_debuff_creep.vpcf" "particle" "particles/econ/items/queen_of_pain/qop_ti8_immortal/queen_ti8_golden_shadow_strike_debuff_crow.vpcf" "particle" "particles/econ/items/queen_of_pain/qop_ti8_immortal/queen_ti8_golden_shadow_strike_debuff_crowrotating_b.vpcf.vpcf" "particle" "particles/econ/items/queen_of_pain/qop_ti8_immortal/queen_ti8_golden_shadow_strike_debuff_crowrotating.vpcf" } "Modifiers" { "passive_item_3152_attack" { "Passive" "1" "IsHidden" "1" "OnAttackLanded" { "RunScript" { "Target" "TARGET" "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem3152_SpellStart" "power_damage" "%power_damage" "range" "%range" } } "OnCreated" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem3152" "power_bonus" "%power_bonus" } } "OnDestroy" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnDestroyItem3152" } } } "modifier_item_3152_debuff" { "IsDebuff" "1" "Duration" "%duration_time" "States" { "MODIFIER_STATE_ROOTED" "MODIFIER_STATE_VALUE_ENABLED" } } } "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "power_damage" "100" } "02" { "var_type" "FIELD_FLOAT" "duration_time" "1.0" } "03" { "var_type" "FIELD_INTEGER" "range" "400" } "04" { "var_type" "FIELD_INTEGER" "power_bonus" "300" } } } "item_3153" { "ID" "8159" //------------------------------------------------------------------------------------------------------------- // General "BaseClass" "item_datadriven" "ItemKillable" "0" "ItemPurchasable" "0" "AbilityTextureName" "item_xuanyuan" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE" "ItemSellable" "0" "ItemShareability" "ITEM_FULLY_SHAREABLE" "AbilityCooldown" "2.0" "Model" "models/props_gameplay/divine_rapier.vmdl" "Effect" "particles/generic_gameplay/dropped_item_lava.vpcf" "ItemIsNeutralDrop" "1" "precache" { "particle" "particles/econ/items/monkey_king/mk_ti9_immortal/mk_ti9_immortal_army_ring.vpcf" "particle" "particles/units/heroes/hero_omniknight/omniknight_purification.vpcf" } "Modifiers" { "passive_item_3153_attack" { "Passive" "1" "IsHidden" "1" "ThinkInterval" "10.0" "OnAttackLanded" { "RunScript" { "Target" "TARGET" "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnItem3153_SpellStart" "power_damage" "%power_damage" } } "OnIntervalThink" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem3153" } } "OnCreated" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem3153" "power_bonus" "%power_bonus" } } "OnDestroy" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnDestroyItem3153" } } } "modifier_item_3153_debuff" { "IsHidden" "1" "IsDebuff" "1" "Duration" "%duration_time" "OnCreated" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnCreatedItem3153Debuff" "damage_debuff" "%damage_debuff" } } "OnDestroy" { "RunScript" { "ScriptFile" "scripts/vscripts/abilities/abilityItem.lua" "Function" "OnDestroyItem3153Debuff" } } } } "AbilitySpecial" { "01" { "var_type" "FIELD_INTEGER" "power_damage" "100" } "02" { "var_type" "FIELD_FLOAT" "duration_time" "3.0" } "03" { "var_type" "FIELD_INTEGER" "damage_debuff" "100" } "04" { "var_type" "FIELD_INTEGER" "power_bonus" "300" } } } }