-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove repeated CDR values in Satanic Core KV (Looks silly in tooltip) * Make Satanic Core use its own modifier for active effect
- Loading branch information
1 parent
f7193ad
commit 4762f3b
Showing
6 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
game/resource/English/modifier/items/modifier_satanic_core_unholy.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
//============================================================================= | ||
// Satanic Core Unholy Rage | ||
//============================================================================= | ||
"DOTA_Tooltip_modifier_satanic_core_unholy" "Unholy Rage" | ||
"DOTA_Tooltip_modifier_satanic_core_unholy_Description" "Lifesteal increased to %dMODIFIER_PROPERTY_TOOLTIP%%%." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ | |
"09" | ||
{ | ||
"var_type" "FIELD_INTEGER" | ||
"bonus_cooldown" "25 25 25" | ||
"bonus_cooldown" "25" | ||
} | ||
"10" | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ | |
"09" | ||
{ | ||
"var_type" "FIELD_INTEGER" | ||
"bonus_cooldown" "25 25 25" | ||
"bonus_cooldown" "25" | ||
} | ||
"10" | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ | |
"09" | ||
{ | ||
"var_type" "FIELD_INTEGER" | ||
"bonus_cooldown" "25 25 25" | ||
"bonus_cooldown" "25" | ||
} | ||
"10" | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters