Skip to content

Commit

Permalink
feat: add mythic instance data for ZA
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Nov 10, 2024
1 parent cf06dc0 commit 23ab5aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/sql/db-world/zone_difficulty_info_content.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ INSERT INTO `zone_difficulty_info` (`MapId`, `PhaseMask`, `HealingNerfValue`, `A
(548, 0, 0.75, 0.75, 1.30, 1.30, 1, 'Serpentshrine Cavern'),
(534, 0, 0.85, 0.85, 1.35, 1.2, 1, 'The Battle For Mount Hyjal'),
(550, 0, 0.75, 0.75, 1.30, 1.30, 1, 'Tempest Keep'),
(564, 0, '0.75', '0.75', '1.20', '1.15', 1, 'Normal Mode Black Temple Healing 75% / Absorb 75% Nerf / 20% physical & 15% spell damage buff'),
(564, 0, '0.75', '0.75', '1.34', '1.32', 64, 'Mythic Mode Black Temple Healing 75% / Absorb 75% Nerf / 34% physical & 32% spell damage buff'),
(564, 0, 0.75, 0.75, 1.20, 1.15, 1, 'Normal Mode Black Temple Healing 75% / Absorb 75% Nerf / 20% physical & 15% spell damage buff'),
(564, 0, 0.75, 0.75, 1.34, 1.32, 64, 'Mythic Mode Black Temple Healing 75% / Absorb 75% Nerf / 34% physical & 32% spell damage buff'),
(568, 0, 0.75, 0.75, 1.20, 1.15, 1, 'Normal ZA Healing 75% / Absorb 75% Nerf / 20% physical & 15% spell damage buff'),
(568, 0, 0.75, 0.75, 1.34, 1.32, 64, 'Mythic ZA Healing 75% / Absorb 75% Nerf / 34% physical & 32% spell damage buff'),
-- TBC Heroics
(269, 0, '0.90', '0.90', '1.20', '1.10', 0, 'Heroic Mode Black Morass Healing 90% / Absorb 90% Nerf / 20% physical & 10% spell damage buff'),
(269, 0, '0.80', '0.80', '1.30', '1.20', 64, 'Mythic Mode Black Morass Healing 80% / Absorb 80% Nerf / 30% physical & 20% spell damage buff'),
Expand Down

0 comments on commit 23ab5aa

Please sign in to comment.