Skip to content

Commit

Permalink
Merge pull request #123 from stuaroo/master
Browse files Browse the repository at this point in the history
Patch 2.52.1.82169
  • Loading branch information
stuaroo committed Oct 15, 2020
2 parents a83c59d + 8596235 commit 75d5235
Show file tree
Hide file tree
Showing 25 changed files with 149 additions and 145 deletions.
14 changes: 7 additions & 7 deletions hero/alexstrasza.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"description": "Bind Alexstrasza's life force with an allied Hero. Both her and her target are healed for 480 (+4% per level) Health over 2 seconds. Afterwards, the Hero with a lower percentage of Health is healed to the same Health percentage as the other Hero.",
"hotkey": "R",
"abilityId": "Alexstrasza|R1",
"cooldown": 60,
"manaCost": 60,
"cooldown": 50,
"manaCost": 50,
"icon": "storm_ui_icon_alexstrasza_life_binder.png",
"type": "heroic"
},
Expand Down Expand Up @@ -158,7 +158,7 @@
"tooltipId": "AlexstraszaCircleOfLifeAbundance",
"talentTreeId": "AlexstraszaCircleOfLifeAbundance",
"name": "Circle of Life",
"description": "Quest: Collect Regeneration Globes. Reward: After collecting 15 Regeneration Globes, Abundance heals for an additional 5% maximum Health. Reward: After collecting 25 Regeneration Globes, Abundance's healing burst creates a Regeneration Globe.",
"description": "Quest: Collect Regeneration Globes. Reward: After collecting 10 Regeneration Globes, Abundance heals for an additional 5% maximum Health. Reward: After collecting 20 Regeneration Globes, Abundance's healing burst creates a Regeneration Globe.",
"icon": "storm_ui_icon_alexstrasza_abundance.png",
"type": "W",
"sort": 2,
Expand Down Expand Up @@ -239,7 +239,7 @@
"tooltipId": "AlexstraszaVerdantFlourishAbundance",
"talentTreeId": "AlexstraszaVerdantFlourishAbundance",
"name": "Verdant Flourish",
"description": "Alexstrasza receives 30% more healing from Abundance and 100% more healing from Regeneration Globes.",
"description": "Alexstrasza receives 40% more healing from Abundance and 100% more healing from Regeneration Globes.",
"icon": "storm_ui_icon_alexstrasza_abundance.png",
"type": "W",
"sort": 2,
Expand Down Expand Up @@ -271,7 +271,7 @@
"icon": "storm_ui_icon_alexstrasza_life_binder.png",
"type": "Heroic",
"sort": 1,
"cooldown": 60,
"cooldown": 50,
"abilityId": "Alexstrasza|R1",
"abilityLinks": [
"Alexstrasza|R1"
Expand Down Expand Up @@ -332,7 +332,7 @@
"tooltipId": "AlexstraszaToughLoveGiftOfLife",
"talentTreeId": "AlexstraszaToughLoveGiftOfLife",
"name": "Tough Love",
"description": "While Alexstrasza is above 75% Health, Gift of Life grants its target 25 Armor for 2.5 seconds.",
"description": "While Alexstrasza is above 75% Health, Gift of Life grants its target 30 Armor for 2.5 seconds.",
"icon": "storm_ui_icon_alexstrasza_gift_of_life.png",
"type": "Q",
"sort": 1,
Expand All @@ -345,7 +345,7 @@
"tooltipId": "AlexstraszaOverprotectiveAbundance",
"talentTreeId": "AlexstraszaOverprotectiveAbundance",
"name": "Overprotective",
"description": "Heroes healed by Abundance gain a Shield for 3 seconds equal to 60% of the amount healed.",
"description": "Heroes healed by Abundance gain a Shield for 3 seconds equal to 70% of the amount healed.",
"icon": "storm_ui_icon_alexstrasza_abundance.png",
"type": "W",
"sort": 2,
Expand Down
8 changes: 4 additions & 4 deletions hero/ana.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"uid": "33bdc2",
"name": "Biotic Grenade",
"description": "Toss a grenade at the target area. Allied Heroes hit are healed for 152 (+4% per level) Health and receive 25% increased healing from Ana for 4 seconds. Enemies hit take 60 (+4% per level) damage and receive 100% less healing for 2 seconds.",
"description": "Toss a grenade at the target area. Allied Heroes hit are healed for 152 (+4% per level) Health and receive 25% increased healing from Ana for 4 seconds. Enemies hit take 60 (+4% per level) damage and receive 100% less healing for 1.75 seconds.",
"hotkey": "W",
"abilityId": "Ana|W1",
"cooldown": 16,
Expand Down Expand Up @@ -109,7 +109,7 @@
"tooltipId": "AnaSleepingDartSlumberShells",
"talentTreeId": "AnaSleepingDartSlumberShells",
"name": "Slumber Shells",
"description": "Reduce the cooldown of Sleep Dart by 4 seconds. Upon waking, enemy Heroes are Slowed by 25% for 3 seconds.",
"description": "Reduce the cooldown of Sleep Dart by 2 seconds. Upon waking, enemy Heroes are Slowed by 25% for 3 seconds.",
"icon": "storm_ui_icon_ana_sleep_dart.png",
"type": "E",
"sort": 2,
Expand Down Expand Up @@ -177,7 +177,7 @@
"tooltipId": "AnaBioticGrenadeAntiHealer",
"talentTreeId": "AnaBioticGrenadeAntiHealer",
"name": "Anti-Healer",
"description": "Increase the area of Biotic Grenade by 25% and the duration of the healing reduction by 25%.",
"description": "Increase the area of Biotic Grenade by 25% and the duration of the healing reduction by 0.75 seconds.",
"icon": "storm_ui_icon_ana_biotic_grenade.png",
"type": "W",
"sort": 1,
Expand All @@ -190,7 +190,7 @@
"tooltipId": "AnaSleepDartNightTerrors",
"talentTreeId": "AnaSleepDartNightTerrors",
"name": "Night Terrors",
"description": "Gain 25% Movement Speed for 2 seconds for every Hero hit by Sleep Dart. Upon waking, enemy Heroes take 10% of their Maximum Health in damage.",
"description": "Gain 25% Movement Speed for 2 seconds for every Hero hit by Sleep Dart. Upon waking, enemy Heroes take 8% of their Maximum Health in damage.",
"icon": "storm_ui_icon_ana_sleep_dart.png",
"type": "E",
"sort": 2,
Expand Down
10 changes: 5 additions & 5 deletions hero/anduin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"uid": "751a85",
"name": "Flash Heal",
"description": "Cast for 0.75 seconds to heal an allied Hero for 260 (+4% per level).",
"description": "Cast for 0.75 seconds to heal an allied Hero for 270 (+4% per level).",
"hotkey": "Q",
"abilityId": "Anduin|Q1",
"cooldown": 4,
Expand All @@ -46,7 +46,7 @@
{
"uid": "daab16",
"name": "Chastise",
"description": "Shove a swell of light forward, dealing 155 (+4% per level) damage to the first enemy Hero hit and Rooting them for 1.25 seconds.",
"description": "Shove a swell of light forward, dealing 175 (+4% per level) damage to the first enemy Hero hit and Rooting them for 1.25 seconds.",
"hotkey": "E",
"abilityId": "Anduin|E1",
"cooldown": 10,
Expand All @@ -57,7 +57,7 @@
{
"uid": "045573",
"name": "Holy Word: Salvation",
"description": "After 0.5 seconds, Channel to invoke the Light for 3 seconds. While nearby, allied Heroes heal for up to 25% of their max Health and are Protected.",
"description": "After 0.5 seconds, Channel to invoke the Light for 3 seconds. While nearby, allied Heroes heal for up to 30% of their max Health and are Protected.",
"hotkey": "R",
"abilityId": "Anduin|R1",
"cooldown": 80,
Expand All @@ -83,7 +83,7 @@
"hotkey": "D",
"trait": true,
"abilityId": "Anduin|D1",
"cooldown": 80,
"cooldown": 70,
"icon": "storm_ui_icon_anduin_leap_of_faith.png",
"type": "trait"
}
Expand Down Expand Up @@ -215,7 +215,7 @@
"tooltipId": "AnduinHolyWordSalvation",
"talentTreeId": "AnduinHolyWordSalvation",
"name": "Holy Word: Salvation",
"description": "After 0.5 seconds, Channel to invoke the Light for 3 seconds. While nearby, allied Heroes heal for up to 25% of their max Health and are Protected.",
"description": "After 0.5 seconds, Channel to invoke the Light for 3 seconds. While nearby, allied Heroes heal for up to 30% of their max Health and are Protected.",
"icon": "storm_ui_icon_anduin_holy_word_salvation.png",
"type": "Heroic",
"sort": 1,
Expand Down
39 changes: 20 additions & 19 deletions hero/anubarak.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,29 +243,29 @@
}
],
"13": [
{
"tooltipId": "AnubarakBurningBeetlesTalent",
"talentTreeId": "AnubarakBurningBeetles",
"name": "Burning Beetles",
"description": "Deal 21 (+4% per level) damage per second to nearby enemies. Beetles deal 7 (+4% per level) damage per second to nearby enemies.",
"icon": "storm_ui_icon_talent_burningrage.png",
"type": "Passive",
"sort": 1,
"abilityId": "Anubarak|Passive"
},
{
"tooltipId": "AnubarakHardenCarapaceUrtricatingSpinesTalent",
"talentTreeId": "AnubarakMasteryUrticatingSpines",
"name": "Urticating Spines",
"description": "Casting Harden Carapace will also deal 80 (+4% per level) damage to nearby enemies. Deals double damage against Heroes.",
"icon": "storm_ui_icon_anubarak_hardencarapace_var1.png",
"type": "W",
"sort": 2,
"sort": 1,
"abilityId": "Anubarak|W1",
"abilityLinks": [
"Anubarak|W1"
]
},
{
"tooltipId": "AnubarakBurningBeetlesTalent",
"talentTreeId": "AnubarakBurningBeetles",
"name": "Burning Beetles",
"description": "Deal 21 (+4% per level) damage per second to nearby enemies. Beetles deal 6 (+4% per level) damage per second to nearby enemies.",
"icon": "storm_ui_icon_talent_burningrage.png",
"type": "Passive",
"sort": 2,
"abilityId": "Anubarak|Passive"
},
{
"tooltipId": "AnubarakAcidDrenchedMandibles",
"talentTreeId": "AnubarakAcidDrenchedMandibles",
Expand Down Expand Up @@ -295,24 +295,25 @@
"tooltipId": "AnubarakDebilitation",
"talentTreeId": "AnubarakDebilitation",
"name": "Debilitation",
"description": "Enemy Heroes hit by Burrow Charge have their Spell Power reduced by 50% for 5 seconds.",
"icon": "storm_ui_icon_anubarak_burrowcharge_a.png",
"type": "E",
"description": "Enemy Heroes hit by Burrow Charge or Impale have their Spell Power reduced by 50% for 4 seconds.",
"icon": "storm_ui_icon_anubarak_combo_q_e.png",
"type": "Passive",
"sort": 2,
"abilityId": "Anubarak|E1",
"abilityId": "Anubarak|Passive",
"abilityLinks": [
"Anubarak|E1"
"Anubarak|E1",
"Anubarak|Q1"
]
},
{
"tooltipId": "AnubarakBeetleSpitBeetleJuiceTalent",
"talentTreeId": "AnubarakScarabHostBeetleJuiced",
"name": "Beetle, Juiced",
"description": "Passive: Beetles gain 40% increased health. Every 3rd Basic Attack against enemy Heroes spawns a Beetle.",
"description": "Passive: Beetles gain 30% increased health. Every 4th Basic Attack spawns a Beetle.",
"icon": "storm_ui_icon_anubarak_scarabhost.png",
"type": "Passive",
"type": "Trait",
"sort": 3,
"abilityId": "Anubarak|Passive",
"abilityId": "Anubarak|D1",
"abilityLinks": [
"Anubarak|D1"
]
Expand Down
2 changes: 1 addition & 1 deletion hero/artanis.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"tooltipId": "ArtanisPhasePrismChronoSurgeTalent",
"talentTreeId": "ArtanisPhasePrismChronoSurge",
"name": "Chrono Surge",
"description": "Hitting an enemy Hero with Phase Prism grants 40% bonus Attack Speed for 5 seconds and Slows the enemy's Movment Speed by 30% for 4 seconds.",
"description": "Hitting an enemy Hero with Phase Prism grants 40% bonus Attack Speed for 5 seconds and Slows the enemy's Movement Speed by 30% for 4 seconds.",
"icon": "storm_ui_icon_artanis_repositionmatrix.png",
"type": "E",
"sort": 2,
Expand Down
2 changes: 1 addition & 1 deletion hero/chogall.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"tooltipId": "ChoEnragedRegeneration",
"talentTreeId": "ChoEnragedRegeneration",
"name": "Enraged Regeneration",
"description": "Each time Cho hits an enemy Hero with an Ability or Basic Attack, he heals for 60 (+4% per level) over 3 seconds. Enemy Heroes hit by Gall's Dread Orb receive 35% less healing for 4 seconds.",
"description": "Each time Cho hits an enemy Hero with an Ability or Basic Attack, he heals for 60 (+4% per level) over 3 seconds. Enemy Heroes hit by Gall's Dread Orb receive 35% less healing for 2 seconds.",
"icon": "storm_ui_icon_cho_ogrehide.png",
"type": "Trait",
"sort": 3,
Expand Down
12 changes: 6 additions & 6 deletions hero/deathwing.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
{
"uid": "f06557",
"name": "Incinerate",
"description": "After 0.75 seconds, Deathwing flaps his wings, dealing 70 (+4% per level) damage to nearby enemies. World Breaker: Lava Burst Create a lava pool that damages and Slows",
"description": "After 0.75 seconds, Deathwing flaps his wings, dealing 65 (+4% per level) damage to nearby enemies. World Breaker: Lava Burst Create a lava pool that damages and Slows",
"hotkey": "W",
"abilityId": "Deathwing|W1",
"cooldown": 4,
"manaCost": 15,
"manaCost": 20,
"icon": "storm_ui_icon_deathwing_incinerate.png",
"type": "basic"
},
Expand Down Expand Up @@ -134,11 +134,11 @@
{
"uid": "077d3c",
"name": "Lava Burst",
"description": "After a 1 second delay, deal 30 (+4% per level) damage to all enemies in an area and create a pool of magma that deals 20 (+4% per level) damage per second and Slows enemies by 35%. Lasts 6 seconds. Destroyer: Incinerate Damage enemies near Deathwing",
"description": "After a 1 second delay, deal 30 (+4% per level) damage to all enemies in an area and create a pool of magma that deals 24 (+4% per level) damage per second and Slows enemies by 35%. Lasts 6 seconds. Destroyer: Incinerate Damage enemies near Deathwing",
"hotkey": "W",
"abilityId": "Deathwing|W3",
"cooldown": 6,
"manaCost": 20,
"manaCost": 15,
"icon": "storm_ui_icon_deathwing_lava_burst.png",
"type": "basic"
}
Expand Down Expand Up @@ -194,7 +194,7 @@
"tooltipId": "DeathwingInfernus",
"talentTreeId": "DeathwingInfernus",
"name": "Infernus",
"description": "When Molten Flame is cast at 75% Energy or higher, its damage is increased by 75% against Heroes.",
"description": "Increase the damage of Molten Flame against enemy Heroes by 25%. Increase this damage bonus to 75% when Molten Flame is cast at 75 Energy or higher.",
"icon": "storm_ui_icon_deathwing_molten_flame.png",
"type": "Q",
"sort": 1,
Expand Down Expand Up @@ -237,7 +237,7 @@
"tooltipId": "DeathwingFirestorm",
"talentTreeId": "DeathwingFirestorm",
"name": "Firestorm",
"description": "Reduce the cooldown of Deathwing's landing Abilities by 2 seconds. When Deathwing lands, he drops 7 meteors near the landing area, dealing 65 (+4% per level) damage to enemies hit. Heroes hit by the meteors reduce Dragonflight's cooldown by 25 seconds. Meteors prioritize landing on Heroes, otherwise they fall randomly in the area.",
"description": "Reduce the cooldown of Deathwing's landing Abilities by 2 seconds. When Deathwing lands, he drops 7 meteors near the landing area, dealing 70 (+4% per level) damage to enemies hit. Heroes hit by the meteors reduce Dragonflight's cooldown by 25 seconds. Meteors prioritize landing on Heroes, otherwise they fall randomly in the area.",
"icon": "storm_ui_icon_deathwing_firestorm.png",
"type": "Z",
"sort": 1,
Expand Down
8 changes: 4 additions & 4 deletions hero/diablo.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"tooltipId": "DiabloShadowChargeOverpowerEternalFlames",
"talentTreeId": "DiabloShadowChargeOverpowerEternalFlames",
"name": "Eternal Flames",
"description": "When Diablo Stuns an enemy Hero with Shadow Charge or Overpower, reset the cooldown of Fire Stomp and Diablo gains 35 Mana.",
"description": "Reduce the cooldown of Fire Stomp by 1 second. When Diablo Stuns an enemy Hero with Shadow Charge or Overpower, reset the cooldown of Fire Stomp and restore 45 Mana.",
"icon": "storm_ui_icon_diablo_firestomp.png",
"type": "W",
"sort": 1,
Expand All @@ -200,8 +200,8 @@
"tooltipId": "DiabloDiabolicalMomentum",
"talentTreeId": "DiabloDiabolicalMomentum",
"name": "Diabolical Momentum",
"description": "When Diablo's Basic Attacks damage enemies, reduce the cooldown of his Basic Abilities by 1.5 seconds.",
"icon": "storm_ui_icon_talent_autoattack_cooldown.png",
"description": "When Diablo's Basic Attacks damage enemies, reduce the cooldown of Shadow Charge and Overpower by 1.5 seconds.",
"icon": "storm_ui_icon_diablo_combo_1.png",
"type": "Passive",
"sort": 3,
"abilityId": "Diablo|Passive",
Expand Down Expand Up @@ -259,7 +259,7 @@
"tooltipId": "DiabloHellfire",
"talentTreeId": "DiabloHellfire",
"name": "Hellfire",
"description": "Each enemy Hero hit by Fire Stomp grants 2% Spell Power for 10 seconds, up to 30%. While at maximum stacks, Diablo deals 17 (+4% per level) damage per second to nearby enemies.",
"description": "Each enemy Hero hit by Fire Stomp grants 3% Spell Power for 10 seconds, up to 30%. While at maximum stacks, Diablo deals 17 (+4% per level) damage per second to nearby enemies.",
"icon": "storm_ui_icon_diablo_firestomp.png",
"type": "W",
"sort": 2,
Expand Down
Loading

0 comments on commit 75d5235

Please sign in to comment.