Skip to content

Commit 0e66f4e

Browse files
committed
update meepo.kv to 7.37e
1 parent c4141ce commit 0e66f4e

File tree

1 file changed

+27
-41
lines changed

1 file changed

+27
-41
lines changed

game/scripts/npc/heroes/meepo.kv

Lines changed: 27 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// ///
22
/// ModDota AbilityLuaSpellLibrary spells for Meepo ///
33
/// ///
4-
/// Last Update: 7.07c ///
4+
/// Last Update: 7.37e ///
55
/// ///
66

77
"DOTAAbilities"
@@ -13,62 +13,48 @@
1313
{
1414
// General
1515
//-------------------------------------------------------------------------------------------------------------
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"
2424

2525

2626
// Casting
2727
//-------------------------------------------------------------------------------------------------------------
28-
"AbilityCastRange" "1250"
29-
"AbilityCastPoint" "0.3"
30-
31-
// Time
28+
"AbilityCastRange" "1250"
29+
"AbilityCastPoint" "0.3"
30+
31+
// Time
3232
//-------------------------------------------------------------------------------------------------------------
33-
"AbilityCooldown" "2"
33+
"AbilityCooldown" "2"
3434

3535
// Cost
3636
//-------------------------------------------------------------------------------------------------------------
37-
"AbilityManaCost" "10"
37+
"AbilityManaCost" "10"
3838

3939
// Special
4040
//-------------------------------------------------------------------------------------------------------------
41-
"AbilitySpecial"
41+
"AbilityValues"
4242
{
43-
"01"
44-
{
45-
"var_type" "FIELD_FLOAT"
46-
"duration" "2.0"
47-
}
48-
"02"
49-
{
50-
"var_type" "FIELD_INTEGER"
51-
"radius" "220"
52-
}
53-
"03"
54-
{
55-
"var_type" "FIELD_INTEGER"
56-
"speed" "857"
57-
}
58-
"04"
43+
"duration" "2.0"
44+
"radius"
5945
{
60-
"var_type" "FIELD_INTEGER"
61-
"tooltip_range" "1250"
46+
"value" "220"
47+
"affected_by_aoe_increase" "1"
6248
}
63-
// Adding cooldown and praying this gets synced
64-
"05"
49+
"speed" "1200"
50+
"megameepo_net_offset"
6551
{
66-
"var_type" "FIELD_FLOAT"
67-
"cooldown" "2"
68-
"LinkedSpecialBonus" "special_bonus_unique_meepo3"
52+
"value" "160"
53+
"affected_by_aoe_increase" "1"
6954
}
70-
55+
"cooldown" "2"
56+
"LinkedSpecialBonus" "special_bonus_unique_meepo3"
7157
}
72-
"AbilityCastAnimation" "ACT_DOTA_CAST_ABILITY_1"
58+
"AbilityCastAnimation" "ACT_DOTA_CAST_ABILITY_1"
7359
}
7460
}

0 commit comments

Comments
 (0)