-
Notifications
You must be signed in to change notification settings - Fork 20
/
npc_abilities_custom.txt
36 lines (32 loc) · 1.15 KB
/
npc_abilities_custom.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
"gamemode_building"
{
// General
//-------------------------------------------------------------------------------------------------------------
"ID" "1868" // unique ID number for this item. Do not change this once established or it will invalidate collected stats.
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_AOE"
"BaseClass" "ability_datadriven"
"AbilityTextureName" "invoker_ghost_walk"
"MaxLevel" "1"
// Stats
//-------------------------------------------------------------------------------------------------------------
"AbilityCastRange" "120"
"AbilityCastPoint" "0"
"AbilityCooldown" "0"
// Item Info
//-------------------------------------------------------------------------------------------------------------
"AbilityManaCost" "0"
"OnSpellStart"
{
"RunScript"
{
"Target" "POINT"
"ScriptFile" "scripts/vscripts/buildings.lua"
"Function" "getBuildingPoint"
}
}
// Special
//-------------------------------------------------------------------------------------------------------------
"AbilitySpecial"
{
}
}