|
1 | 1 | /// /// |
2 | 2 | /// ModDota AbilityLuaSpellLibrary spells for Meepo /// |
3 | 3 | /// /// |
4 | | -/// Last Update: 7.07c /// |
| 4 | +/// Last Update: 7.37e /// |
5 | 5 | /// /// |
6 | 6 |
|
7 | 7 | "DOTAAbilities" |
|
13 | 13 | { |
14 | 14 | // General |
15 | 15 | //------------------------------------------------------------------------------------------------------------- |
16 | | - "BaseClass" "ability_lua" |
17 | | - "ScriptFile" "abilities/heroes/meepo/earthbind_ts_example.lua" |
18 | | - "AbilityTextureName" "meepo_earthbind" |
19 | | - "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING" |
20 | | - "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" |
21 | | - "SpellDispellableType" "SPELL_DISPELLABLE_YES" |
22 | | - "FightRecapLevel" "1" |
23 | | - "AbilitySound" "Hero_Meepo.Earthbind.Cast" |
| 16 | + "BaseClass" "ability_lua" |
| 17 | + "ScriptFile" "abilities/heroes/meepo/earthbind_ts_example.lua" |
| 18 | + "AbilityTextureName" "meepo_earthbind" |
| 19 | + "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_AOE | DOTA_ABILITY_BEHAVIOR_POINT | DOTA_ABILITY_BEHAVIOR_IGNORE_BACKSWING" |
| 20 | + "SpellImmunityType" "SPELL_IMMUNITY_ENEMIES_NO" |
| 21 | + "SpellDispellableType" "SPELL_DISPELLABLE_YES" |
| 22 | + "FightRecapLevel" "1" |
| 23 | + "AbilitySound" "Hero_Meepo.Earthbind.Cast" |
24 | 24 |
|
25 | 25 |
|
26 | 26 | // Casting |
27 | 27 | //------------------------------------------------------------------------------------------------------------- |
28 | | - "AbilityCastRange" "1250" |
29 | | - "AbilityCastPoint" "0.3" |
| 28 | + "AbilityCastRange" "1250" |
| 29 | + "AbilityCastPoint" "0.3" |
30 | 30 |
|
31 | | - // Time |
| 31 | + // Time |
32 | 32 | //------------------------------------------------------------------------------------------------------------- |
33 | | - "AbilityCooldown" "2" |
| 33 | + "AbilityCooldown" "2" |
34 | 34 |
|
35 | 35 | // Cost |
36 | 36 | //------------------------------------------------------------------------------------------------------------- |
37 | | - "AbilityManaCost" "10" |
| 37 | + "AbilityManaCost" "10" |
38 | 38 |
|
39 | 39 | // Special |
40 | 40 | //------------------------------------------------------------------------------------------------------------- |
41 | | - "AbilitySpecial" |
| 41 | + "AbilityValues" |
42 | 42 | { |
43 | | - "01" |
| 43 | + "duration" "2.0" |
| 44 | + "radius" |
44 | 45 | { |
45 | | - "var_type" "FIELD_FLOAT" |
46 | | - "duration" "2.0" |
| 46 | + "value" "220" |
| 47 | + "affected_by_aoe_increase" "1" |
47 | 48 | } |
48 | | - "02" |
| 49 | + "speed" "1200" |
| 50 | + "megameepo_net_offset" |
49 | 51 | { |
50 | | - "var_type" "FIELD_INTEGER" |
51 | | - "radius" "220" |
| 52 | + "value" "160" |
| 53 | + "affected_by_aoe_increase" "1" |
52 | 54 | } |
53 | | - "03" |
54 | | - { |
55 | | - "var_type" "FIELD_INTEGER" |
56 | | - "speed" "857" |
57 | | - } |
58 | | - "04" |
59 | | - { |
60 | | - "var_type" "FIELD_INTEGER" |
61 | | - "tooltip_range" "1250" |
62 | | - } |
63 | | - // Adding cooldown and praying this gets synced |
64 | | - "05" |
65 | | - { |
66 | | - "var_type" "FIELD_FLOAT" |
67 | | - "cooldown" "2" |
68 | | - "LinkedSpecialBonus" "special_bonus_unique_meepo3" |
69 | | - } |
70 | | - |
| 55 | + "cooldown" "2" |
| 56 | + "LinkedSpecialBonus" "special_bonus_unique_meepo3" |
71 | 57 | } |
72 | | - "AbilityCastAnimation" "ACT_DOTA_CAST_ABILITY_1" |
| 58 | + "AbilityCastAnimation" "ACT_DOTA_CAST_ABILITY_1" |
73 | 59 | } |
74 | 60 | } |
0 commit comments