Skip to content

Commit

Permalink
Tone down health values for all mythic bosses newly released
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Dec 11, 2024
1 parent 67f5580 commit 1290619
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/sql/db-world/zone_difficulty_mythicmode_creatureoverrides.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ INSERT INTO `zone_difficulty_mythicmode_creatureoverrides` (`CreatureEntry`, `HP
(17257, 1.8, 1, 1, 'Magtheridon, Magtheridon\'s Lair HPx1.8'),
(17881, 3.2, 1, 1, 'Aeonus, Black Morass HPx3.2'),
-- Serpentshrine Cavern
(21216, 3.5, 1, 1, 'Hydross, SSC HPx3.5'),
(21217, 3.5, 1, 1, 'Lurker, SSC HPx3.5'),
(21215, 3.5, 1, 1, 'Leotheras, SSC HPx3.5'),
(21213, 3.5, 1, 1, 'Morogrim, SSC HPx3.5'),
(21214, 3.5, 1, 1, 'Karathress, SSC HPx3.5'),
(21964, 2.5, 1, 1, 'Caribdis, SSC HPx2.5'),
(21966, 2.5, 1, 1, 'Sharkkis, SSC HPx2.5'),
(21965, 2.5, 1, 1, 'Tidalvess, SSC HPx2.5'),
(21212, 3.5, 1, 1, 'Vashj, SSC HPx3.5'),
(21216, 1.5, 1, 1, 'Hydross, SSC HPx3.5'),
(21217, 1.5, 1, 1, 'Lurker, SSC HPx3.5'),
(21215, 1.5, 1, 1, 'Leotheras, SSC HPx3.5'),
(21213, 1.5, 1, 1, 'Morogrim, SSC HPx3.5'),
(21214, 1.5, 1, 1, 'Karathress, SSC HPx3.5'),
(21964, 1.5, 1, 1, 'Caribdis, SSC HPx2.5'),
(21966, 1.5, 1, 1, 'Sharkkis, SSC HPx2.5'),
(21965, 1.5, 1, 1, 'Tidalvess, SSC HPx2.5'),
(21212, 1.5, 1, 1, 'Vashj, SSC HPx3.5'),
-- Hyjal
(17767, 3.5, 1, 1, 'Rage Winterchill HPx3.5'),
(17808, 3.5, 1, 1, 'Anetheron SSC HPx3.5'),
(17888, 3.5, 1, 1, 'Kazrogal, SSC HPx3.5'),
(17842, 3.5, 1, 1, 'Azgalor, SSC HPx3.5'),
(17968, 3.5, 1, 1, 'Archimonde, SSC HPx3.5'),
(17767, 1.5, 1, 1, 'Rage Winterchill HPx3.5'),
(17808, 1.5, 1, 1, 'Anetheron SSC HPx3.5'),
(17888, 1.5, 1, 1, 'Kazrogal, SSC HPx3.5'),
(17842, 1.5, 1, 1, 'Azgalor, SSC HPx3.5'),
(17968, 1.5, 1, 1, 'Archimonde, SSC HPx3.5'),
-- Black Temple
(22887, 3.5, 2.2, 1, 'Najentus, Black Temple HPx3.5'),
(22898, 3.5, 2.2, 1, 'Supremus, Black Temple HPx3.5'),
Expand Down

0 comments on commit 1290619

Please sign in to comment.