Commit 15d71b2 1 parent 02e45ef commit 15d71b2 Copy full SHA for 15d71b2
File tree 1 file changed +26
-0
lines changed
game/dota_addons/kodotag/scripts/npc/abilities
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ "chop_wood"
2
+ {
3
+ "BaseClass" "ability_datadriven"
4
+ "AbilityName" "chop_wood"
5
+ "AbilityTextureName" "axe_culling_blade"
6
+ "MaxLevel" "1"
7
+ "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET|DOTA_ABILITY_BEHAVIOR_CHANNELLED"
8
+ "AbilityUnitTargetType" "DOTA_UNIT_TARGET_TREE | DOTA_UNIT_TARGET_CUSTOM"
9
+ "AbilityUnitTargetTeam" "DOTA_UNIT_TARGET_TEAM_CUSTOM"
10
+
11
+ "AbilityCastRange" "150"
12
+ "AbilityCastPoint" "0.5"
13
+ "AbilityCooldown" "0.5"
14
+ "AbilityManaCost" "0"
15
+ "AbilityChannelTime" "3"
16
+ "OnChannelSucceeded"
17
+ {
18
+ "RunScript"
19
+ {
20
+ "ScriptFile" "scripts/vscripts/triggers.lua"
21
+ "Function" "chopWood"
22
+ }
23
+ }
24
+
25
+
26
+ }
You can’t perform that action at this time.
0 commit comments