Skip to content

Commit 4d0743f

Browse files
authored
7.38 initial fixes (#3777)
Neutral items reverted to vanilla Madstones drop like infinity bottles but with less chance
1 parent af8c083 commit 4d0743f

File tree

74 files changed

+480
-743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+480
-743
lines changed

game/scripts/npc/abilities/boss/tormentor_boss/tormentor_boss_radiance_oaa.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//-------------------------------------------------------------------------------------------------------------
77
"BaseClass" "ability_lua"
88
"ScriptFile" "abilities/boss/tormentor_boss/tormentor_radiance.lua"
9-
"AbilityTextureName" "dawnbreaker_luminosity" //"miniboss_radiance"
9+
"AbilityTextureName" "miniboss_radiance" // dawnbreaker_luminosity
1010
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_PASSIVE"
1111

1212
"MaxLevel" "1"

game/scripts/npc/abilities/morphling_adaptive_strike_str.txt

Lines changed: 0 additions & 63 deletions
This file was deleted.

game/scripts/npc/abilities/morphling_morph.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

game/scripts/npc/items/custom/item_greater_boots_of_bearing_1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Item Info
4949
//-------------------------------------------------------------------------------------------------------------
50-
"ItemCost" "4376"
50+
"ItemCost" "4326"
5151
"ItemShopTags" "move_speed;regen_health;str;int;attack_speed;hard_to_tag"
5252
"ItemQuality" "rare"
5353
"ItemAliases" "greater tranquil boots;tranquil boots;tranquils"

game/scripts/npc/items/custom/item_greater_boots_of_bearing_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Item Info
4949
//-------------------------------------------------------------------------------------------------------------
50-
"ItemCost" "7877"
50+
"ItemCost" "7827"
5151
"ItemShopTags" "move_speed;regen_health;str;int;attack_speed;hard_to_tag"
5252
"ItemQuality" "rare"
5353
"ItemAliases" "greater tranquil boots 2;tranquil boots 2;tranquils 2"

game/scripts/npc/items/custom/item_greater_boots_of_bearing_3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Item Info
4949
//-------------------------------------------------------------------------------------------------------------
50-
"ItemCost" "15878"
50+
"ItemCost" "15828"
5151
"ItemShopTags" "move_speed;regen_health;str;int;attack_speed;hard_to_tag"
5252
"ItemQuality" "rare"
5353
"ItemAliases" "greater tranquil boots 3;tranquil boots 3;tranquils 3"

game/scripts/npc/items/custom/item_greater_boots_of_bearing_4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Item Info
4949
//-------------------------------------------------------------------------------------------------------------
50-
"ItemCost" "32879"
50+
"ItemCost" "32829"
5151
"ItemShopTags" "move_speed;regen_health;str;int;attack_speed;hard_to_tag"
5252
"ItemQuality" "rare"
5353
"ItemAliases" "greater tranquil boots 4;tranquil boots 4;tranquils 4"

game/scripts/npc/items/custom/item_lucience.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
// Item Info
5252
//-------------------------------------------------------------------------------------------------------------
53-
"ItemCost" "3151"
53+
"ItemCost" "3126"
5454
"ItemShopTags" "str;int;move_speed;hard_to_tag"
5555
"ItemQuality" "epic"
5656
"ItemAliases" "lucience;lucio"

game/scripts/npc/items/custom/item_lucience_2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
// Item Info
5252
//-------------------------------------------------------------------------------------------------------------
53-
"ItemCost" "6652"
53+
"ItemCost" "6627"
5454
"ItemShopTags" "str;int;move_speed;hard_to_tag"
5555
"ItemQuality" "epic"
5656
"ItemAliases" "lucience 2;lucio 2"

game/scripts/npc/items/custom/item_lucience_3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
// Item Info
5252
//-------------------------------------------------------------------------------------------------------------
53-
"ItemCost" "14653"
53+
"ItemCost" "14628"
5454
"ItemShopTags" "str;int;move_speed;hard_to_tag"
5555
"ItemQuality" "epic"
5656
"ItemAliases" "lucience 3;lucio 3"

0 commit comments

Comments
 (0)